- May 25, 2009
-
-
dt authored
Makes the code nicer, we use the ProFileReader to parse the mkspec.
-
Friedemann Kleint authored
Introduced struct DebuggerStartParameters to pass around start parameters, removing the need for the engines to access private members of DebuggerManager. Pass it to DebuggerManager::startNewDebugger() and move the GUI parts of that function into DebuggerPlugin, making it possible to create the struct from command line parameters. Introduce command line parsing with a few more -enable-xx options. Introduce warning() to debugger panel in the CDB engine. On this occasion, clean out a few trailing whitespaces.
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
At the same time, fixed the order in the QuickOpen plugin to make sure the RefreshInterval setting isn't immediately removed after saving it. Also disabled debug output for settings database.
-
Thorbjørn Lindeijer authored
Also fixed the restoring of the refresh interval, which was broken due to different keys being used for saving and restoring.
-
Thorbjørn Lindeijer authored
Mainly because DocumentStates should be moved there, because it can grow quite large. Backward compatibility is kept.
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Potential replacement for QSettings. This database will allow us to save settings incrementially, removing most of the performance issues we're having when our few megabytes of settings are being saved. Not done in the form of a QSettings backend because it doesn't seem the backends can do an incremental update of the settings. Currently used by the QuickOpenPlugin for testing.
-
con authored
The dock widget visibility was not saved/restored correctly, and pulling floating dock widgets back into the layout didn't remove the header widget in case of locked mode. Now we track visibility and floating state of dock widgets directly.
-
Roberto Raggi authored
-
dt authored
-
con authored
-
Daniel Molkentin authored
-
dt authored
-
dt authored
-
con authored
Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- May 22, 2009
-
-
Friedemann Kleint authored
Do not trigger the whole debugger mechanism when Dumpers crash on encountering uninitizialized variables. Temporarily ignore the exceptions while in dumper call.
-
Roberto Raggi authored
-
Friedemann Kleint authored
-
- May 20, 2009
-
-
Friedemann Kleint authored
Handle functions with 0 variables correctly in the stack view. Give names to unnamed formal parameters (causing WatchData warnings). Ignore exception 06ba.
-
Daniel Molkentin authored
-
dt authored
That is: Using the Run action, which fails due to build errors. Using the Build action afterwards to rebuild. This starts the executable.
-
Friedemann Kleint authored
Use correct path, display download link and notify that settings take effect at next restart. Acked-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
dt authored
I need to test more cases, but this fixes it for newly created projects.
-
- May 19, 2009
-
-
con authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
dt authored
TaskModel::firstError() and TaskWindow::gotoFirstError()
-
Friedemann Kleint authored
Check for x32 as well; pop up a message box on failure.
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Added IExternalEditor which knows a kind and a mimetype. Make EditorManager and ProjectExplorer "Open With" query the interface and add the respective kinds. Add "openExternalEditor" to EditorManager. Add External editors for Designer and Linguist, making use of Mac 'open' or Designer's Tcp socket mechanism to ensure files are opened in the same instance (per Qt version). Task-number: 249392 Reviewed-by:
con <qtc-committer@nokia.com>
-