This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 02 Mar, 2011 2 commits
-
-
Roman Tolchenov authored
Fixed a similar issue when Matrix Plot toolbar is not activated when a MantidMatrix gets focus. re #1958
-
Roman Tolchenov authored
Added some magical code which seems to do the job of getting QMdiArea out of its confused state. re #1958
-
- 25 Feb, 2011 2 commits
-
-
Gigg, Martyn Anthony authored
-
Sofia Antony authored
re#1839 - The problem was commands like Ctrl+C on script interpreter is routed to global editing command handlers in Application window. Added code to handle Ctrl+C on script widget in the application window copySelection() method. Application window copySelection() handles copy actions on all windows of type MDISubWindow in Mantidplot and if any of these windows is kept opened and a Ctrl+C on script interpreter widget the command was getting routed to application window code. Fixed this.However when I do paste command (Ctrl+V shortcut ) on script interpreter it gives an error -conflicting Ctrl+V shortcut Need to fix this.
-
- 24 Feb, 2011 1 commit
-
-
Doucet, Mathieu authored
-
- 22 Feb, 2011 1 commit
-
-
Gigg, Martyn Anthony authored
Fix problems with the script window positioning and closing when in the preferences dialog. Fixes #1841 and Re #2258
-
- 21 Feb, 2011 1 commit
-
-
Gigg, Martyn Anthony authored
Fix silly issue with Shift+A blocking the Python interpreter when a graph holds focus. The shortcut has been changed to be in line with the others relating to graph dialogs and uses Alt rather than Shift. It is now Alt+A. Fixes #1298. Apologies for ignoring a blocker but it got moved to 28 before I saw it.
-
- 14 Feb, 2011 1 commit
-
-
Gigg, Martyn Anthony authored
-
- 10 Feb, 2011 1 commit
-
-
Janik Zikovsky authored
-
- 04 Feb, 2011 1 commit
-
-
Doucet, Mathieu authored
-
- 28 Jan, 2011 2 commits
-
-
Janik Zikovsky authored
-
Gigg, Martyn Anthony authored
Fix for the crash that occurred when clicking on a 'View' button on the detector diagnostics results dialog. In fact this happened with any Python call that used the showWindow command. That has now been deprecated and the correct event handler implemented so that show() works. Re #2315
-
- 13 Jan, 2011 1 commit
-
-
Doucet, Mathieu authored
Fixing MantidPlot to find pyqt interfaces. That broke with the last commit on this ticket. Russell, can you confirm that @MANTID_ROOT@ will always be an absolute path (as opposed to being relative to the bin directory as it was before)? Re #1881
-
- 12 Jan, 2011 1 commit
-
-
Steve Williams authored
The SANS GUI now has a "Manage Directories" button and it handles multi-period files better too. refs #2145 and #2146
-
- 30 Dec, 2010 2 commits
-
-
Russell Taylor authored
-
Russell Taylor authored
-
- 23 Dec, 2010 1 commit
-
-
Sofia Antony authored
-
- 22 Dec, 2010 1 commit
-
-
Sofia Antony authored
re#2136 - Integrated Load algorithm to Mantidplot Interface.Added a new Menu Item File to Load menu.
-
- 20 Dec, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
-
- 15 Dec, 2010 1 commit
-
-
Russell Taylor authored
-
- 14 Dec, 2010 2 commits
-
-
Russell Taylor authored
-
Gigg, Martyn Anthony authored
Script errors reported within the script console in MantidPlot are now cleared to differentiate between separate script runs. Also included the line numbers in the error messages. Fixes #1843
-
- 10 Dec, 2010 1 commit
-
-
Russell Taylor authored
-
- 07 Dec, 2010 1 commit
-
-
Doucet, Mathieu authored
Turns out this problem only exists on Windows. This should fix it. Needs checking with dev installer. Re #2032
-
- 19 Nov, 2010 1 commit
-
-
Doucet, Mathieu authored
-
- 18 Nov, 2010 1 commit
-
-
Doucet, Mathieu authored
-
- 15 Nov, 2010 1 commit
-
-
Russell Taylor authored
-
- 12 Nov, 2010 1 commit
-
-
Steve Williams authored
-
- 10 Nov, 2010 1 commit
-
-
Janik Zikovsky authored
-
- 08 Nov, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
Update MantidPlot scripting environment to add the path of a script to its sys.path when opened. This fixes the problem with importing modules in the same directory as a open script but outside the Mantid path. Re #1415
-
- 04 Nov, 2010 1 commit
-
-
Sofia Antony authored
-
- 01 Nov, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
Cleared up some of the handling of messages at the same time. Re #1791
-
- 25 Oct, 2010 2 commits
-
-
Doucet, Mathieu authored
-
Michael Whitty authored
-
- 22 Oct, 2010 2 commits
-
-
Janik Zikovsky authored
Refs #100: Latest Qt 4.7 does not have QAssistantClient anymore; these were unused anyway so they were commented out.
-
Sofia Antony authored
re #1699 - Some changes to ICat UI- list investigations types and list instruments now saves the data to a vector.Invalid session check is done for list investigation types and list instruments algorithms. Now if user starts Basic /advanced search even before login it pop up login dialog.
-
- 20 Oct, 2010 1 commit
-
-
Doucet, Mathieu authored
Added Interfaces top menu, filled with current Qt custom interfaces. Menu is now modifiable through Manage Custom Menus. Re #1736
-
- 29 Sep, 2010 1 commit
-
-
Michael Whitty authored
re #1690 - moving the Manage User Directories dialog into MantidQtAPI so that it can be popped up from Custom Interfaces. This has required that the "Other Properties" button on this dialog is removed.
-
- 24 Sep, 2010 1 commit
-
-
Michael Whitty authored
re #1690 - adding new ManageCustomMenus dialog to the File menu in Mantid Plot, to replace the datasearch/defaultsave entries in the View->Preferences->Mantid->Directories window.
-
- 31 Aug, 2010 1 commit
-
-
Janik Zikovsky authored
-