- May 26, 2009
-
-
Thorbjørn Lindeijer authored
Some indenters need this information. If the C++ indenter misbehaves based on the typed character, then that should be fixed there. This reverts part of commit 4c07de50. Reviewed-by: Roberto Raggi
-
Thorbjørn Lindeijer authored
The actions are already lazily instantiated in TextEditorActionHandler::setupActions(), so there should be no need to call initializeActions() in all plugins on startup. Only the main text editor plugin will still initialize its actions, to make sure the menu items are there.
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Since we're automatically inserting several kinds of brackets, but not braces ({ }).
-
- May 25, 2009
-
-
kh authored
The onModeChanged gets always called, even after shutdown where we already had deleted the DebuggerManager. Don't access the 0 pointer.
-
kh authored
-
hjk authored
works only with gbd 7.0 so far.
-
dt authored
-
dt authored
-
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
-