- 25 May, 2009 19 commits
-
-
Kavindra Devi Palaraja authored
-
Kavindra Devi Palaraja authored
RevBy: Daniel Molkentin
-
con authored
-
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
-
dt authored
-
con authored
-
Daniel Molkentin authored
-
dt authored
-
dt authored
-
con authored
Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
hjk authored
This also extends and re-organizes the benchmark a bit
-
- 22 May, 2009 3 commits
-
-
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
-
- 20 May, 2009 8 commits
-
-
Friedemann Kleint authored
Try to prevent dumper crashes on unitialized variables that slow down the debugger. Acked-by:
hjk <qtc-committer@nokia.com>
-
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.
-
hjk authored
-
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.
-
hjk authored
-
- 19 May, 2009 10 commits