View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014402ParaView(No Category)public2013-11-12 19:022016-04-15 22:24
ReporterKen Moreland 
Assigned ToUtkarsh Ayachit 
PriorityurgentSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target Version5.0.1Fixed in Version5.0.1 
Summary0014402: Save As Macro broken on Mac
DescriptionThe super-awesome feature "Save As Macro" is not working correctly on Mac. I can replicate it reliably with the following steps.

1. Delete the ~/.config/ParaView directory.
2. Start ParaView
3. Tools -> Start Trace
4. Tools -> Stop Trace
5. (In the text edit) File -> Save As Macro

Notice in the browser dialog, it is pointing to some directory that is not the appropriate ~/.config/ParaView/Macros. Thus, when you save the file, it does not appear as a macro.

Oddly, if you go to the main ParaView app, select Macros -> Add new macro... then cancel and try the Save As Macro feature, it starts to work.

It would be pretty great if this worked for the SC tutorial.
TagsNo tags attached.
ProjectSandia
Topic Name14402_fix_save_macro
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0031855)
Utkarsh Ayachit (administrator)
2013-11-14 17:15

commit 1e1b6e69da9fbee7e18ff3e859d8d303f8e7f655
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Thu Nov 14 16:33:21 2013 -0500

    BUG 0014402: Fixed Mac issue by using pqFileDialog.
    
    Addresses bug by using pqFileDialog instead of QFileDialog.
    
    Change-Id: Ifc40be10399a44183d23ec4bd3782d03828f5752
(0031856)
Utkarsh Ayachit (administrator)
2013-11-14 17:16
edited on: 2013-11-14 17:17

Merge topic '14402_fix_save_macro'

1e1b6e6 BUG 0014402: Fixed Mac issue by using pqFileDialog.

Pushing upstream master
To git@paraview.org:ParaView.git
Deleting fully merged topic '14402_fix_save_macro' (1e1b6e6) from stage.

(0033231)
Ken Moreland (manager)
2014-08-18 11:22

There still seems to be some slight issues. If I follow the directions in the descriptions exactly, I get a browser dialog pointing to the right directory, but then if type in a filename and hit OK I get the following error:

Cannot write file /Users/kmorel/.config/ParaView/Macros/test.py:
No such file or directory.

The issue seems to fix itself well enough so I don't think this is a huge issue. If I just hit "Save As Macro" again and try to save the file again, this time it works. Perhaps there is a minor problem in when the "mkdir" command is used.
(0035769)
Utkarsh Ayachit (administrator)
2016-02-23 10:54

MR: https://gitlab.kitware.com/paraview/paraview/merge_requests/653 [^]
(0035795)
Utkarsh Ayachit (administrator)
2016-02-25 09:44

It was indeed mkdir issue. Swicthed to use mkpath which creates all needed dirs.
(0035894)
Alan Scott (manager)
2016-04-15 22:24

Tested by user, and tested by me on 5.0.1. Mac, local server.

 Issue History
Date Modified Username Field Change
2013-11-12 19:02 Ken Moreland New Issue
2013-11-14 17:16 Utkarsh Ayachit Note Added: 0031855
2013-11-14 17:16 Utkarsh Ayachit Status backlog => gatekeeper review
2013-11-14 17:16 Utkarsh Ayachit Fixed in Version => git-master
2013-11-14 17:16 Utkarsh Ayachit Resolution open => fixed
2013-11-14 17:16 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2013-11-14 17:16 Utkarsh Ayachit Topic Name => 14402_fix_save_macro
2013-11-14 17:16 Utkarsh Ayachit Note Added: 0031856
2013-11-14 17:16 Utkarsh Ayachit Status gatekeeper review => customer review
2013-11-14 17:17 Utkarsh Ayachit Note Edited: 0031856
2014-01-11 08:39 Utkarsh Ayachit Fixed in Version git-master => 4.1
2014-08-18 11:22 Ken Moreland Note Added: 0033231
2014-08-18 11:22 Ken Moreland Status customer review => todo
2015-01-11 08:21 Utkarsh Ayachit Source_changeset_attached => ParaView master 4af67def
2015-01-11 08:21 Utkarsh Ayachit Source_changeset_attached => ParaView master 1e1b6e69
2016-02-23 10:25 Utkarsh Ayachit Fixed in Version 4.1 =>
2016-02-23 10:25 Utkarsh Ayachit Target Version => 5.0.1
2016-02-23 10:54 Utkarsh Ayachit Note Added: 0035769
2016-02-23 10:54 Utkarsh Ayachit Status todo => gatekeeper review
2016-02-23 10:54 Utkarsh Ayachit Fixed in Version => 5.0.1
2016-02-25 09:44 Utkarsh Ayachit Note Added: 0035795
2016-02-25 09:44 Utkarsh Ayachit Status gatekeeper review => customer review
2016-04-15 22:24 Alan Scott Note Added: 0035894
2016-04-15 22:24 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team