Kavindra Devi Palaraja
2eb2a382e5
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-05-25 15:44:05 +02:00
Kavindra Devi Palaraja
f1a81decf7
Fixes: Doc - adding more documentation for Address Book Part 1
...
RevBy: Daniel Molkentin
2009-05-25 15:43:40 +02:00
con
6782dc55f7
Changes file for 1.1.1
2009-05-25 15:36:11 +02:00
Roberto Raggi
169a22caf2
Compile
2009-05-25 15:34:58 +02:00
Thorbjørn Lindeijer
281cea13a0
Implemented SettingsDatabase::remove
...
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.
2009-05-25 15:30:19 +02:00
Thorbjørn Lindeijer
93e61533aa
Implemented backwards compatibility to old QuickOpen settings
...
Also fixed the restoring of the refresh interval, which was broken due
to different keys being used for saving and restoring.
2009-05-25 15:30:19 +02:00
Thorbjørn Lindeijer
94aa58a6b5
Used the settings database in the editor manager
...
Mainly because DocumentStates should be moved there, because it can grow
quite large. Backward compatibility is kept.
2009-05-25 15:30:19 +02:00
Thorbjørn Lindeijer
8a28a98f9b
Some documentation for the settings database
2009-05-25 15:30:19 +02:00
Thorbjørn Lindeijer
c9e88a968a
Introduced settings database based on sqlite
...
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.
2009-05-25 15:30:19 +02:00
con
8951302ab2
Fix floating dock widget support in debug mode.
...
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.
2009-05-25 15:27:56 +02:00
Roberto Raggi
8638e83433
Compile
2009-05-25 15:27:16 +02:00
dt
7fcaf214fa
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-05-25 15:12:48 +02:00
dt
1e865551e5
Fixes spelling of temporaryEditor
2009-05-25 15:12:37 +02:00
con
13714f4ef4
Fix gcc3.3 build
2009-05-25 14:07:16 +02:00
Daniel Molkentin
83d451be32
Make strings consistant, part. descriptions in the 'New' wizard.
2009-05-25 13:45:12 +02:00
dt
41b3b3e3b4
Fixes showing temporary files
2009-05-25 13:42:13 +02:00
dt
dc3641b9e1
Fix warning.
2009-05-25 13:42:03 +02:00
con
994929b50d
Fix compilation with gcc3.3
...
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com >
2009-05-25 13:27:06 +02:00
hjk
eb47988f3f
qstringbuilder: handle QLatin1Strings directly.
...
This also extends and re-organizes the benchmark a bit
2009-05-25 12:20:47 +02:00
Friedemann Kleint
aca4386a0f
Ignore EXCEPTION_ACCESS_VIOLATION in the dumpers for speedup.
...
Do not trigger the whole debugger mechanism when Dumpers
crash on encountering uninitizialized variables. Temporarily
ignore the exceptions while in dumper call.
2009-05-22 14:31:37 +02:00
Roberto Raggi
18cba96a19
Dummy implementation of MakeStep.
2009-05-22 12:46:06 +02:00
Friedemann Kleint
7e1445368e
Fixed MinGW compilation.
2009-05-22 08:43:05 +02:00
Joel Nordell
69a99f0a40
add current editor filename (and, on macosx, proxy icon) to titlebar
2009-05-21 14:11:13 -05:00
Joel Nordell
ffd19fe8a0
XCode-style tab behavior
2009-05-20 11:10:06 -05:00
Friedemann Kleint
3ba72d0e1e
Stabilized the QString debug dumper a bit on Windows.
...
Try to prevent dumper crashes on
unitialized variables that slow down the debugger.
Acked-by: hjk <qtc-committer@nokia.com >
2009-05-20 16:59:40 +02:00
Friedemann Kleint
65a179da14
A bit of QA testing of CDB.
...
Handle functions with 0 variables correctly in the stack view.
Give names to unnamed formal parameters (causing WatchData
warnings). Ignore exception 06ba.
2009-05-20 14:20:38 +02:00
Daniel Molkentin
bcb566261f
Detect MSVC environments correctly on 64 bit Windows
2009-05-20 12:59:31 +02:00
dt
0852b02a37
Fix running after a failed build&run and subsequent only Build.
...
That is: Using the Run action, which fails due to build errors.
Using the Build action afterwards to rebuild.
This starts the executable.
2009-05-20 12:06:17 +02:00
hjk
15366dbc6f
work on stringbuilder benchmark
2009-05-20 11:49:10 +02:00
Friedemann Kleint
3f19a0504e
Improved CDB settings dialog, adapted autodetection to 64bit.
...
Use correct path, display download link and notify that
settings take effect at next restart.
Acked-by: Daniel Molkentin <daniel.molkentin@nokia.com >
2009-05-20 11:48:31 +02:00
dt
bcaa2556f4
Fix dynamic ui code completion on windows.
...
I need to test more cases, but this fixes it for newly created projects.
2009-05-20 11:39:42 +02:00
hjk
2ec3334959
qstringbuilder: make it work for the char % string case
2009-05-20 10:37:41 +02:00
con
0b19fb6383
Missing defines and includepaths when using mingw toolchain.
...
Reviewed-by: dt <qtc-committer@nokia.com >
2009-05-19 19:09:04 +02:00
dt
08001d247c
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-05-19 19:02:05 +02:00
dt
b718730d60
Remove unused functions, found while reviewing a merge request.
...
TaskModel::firstError() and TaskWindow::gotoFirstError()
2009-05-19 19:01:28 +02:00
Friedemann Kleint
3cae726f79
Improved CDB autodetection.
...
Check for x32 as well; pop up a message box on failure.
2009-05-19 16:51:33 +02:00
hjk
96ea23b9c6
debugger: rename win.pri to shared.pri
2009-05-19 16:05:02 +02:00
hjk
28d7953f6f
debugger: add script.pri
2009-05-19 16:03:01 +02:00
hjk
f122fb2b84
debugger: add gdb.pri
2009-05-19 16:02:08 +02:00
hjk
cce1c7f78e
debugger: rename 'win' subdir to 'shared'
2009-05-19 15:45:58 +02:00
hjk
420cd301c7
debugger: move script-debugger related code to directory of its own
2009-05-19 15:38:04 +02:00
hjk
f8d16b0381
debugger: move 'win{}' .pro scope from debugger.pro to individual .pri files
2009-05-19 15:35:47 +02:00
hjk
fe7e88a6b5
debugger: rename resource path for generic images from 'gdbdebugger' to 'debugger'
2009-05-19 15:35:47 +02:00
Roberto Raggi
1f26af5c5e
Oops! Removed "ugly" and buggy "return".
2009-05-19 15:34:17 +02:00
hjk
f70affc070
debugger: put tcf related stuff into directory of its own
2009-05-19 15:28:39 +02:00
hjk
f63f18b840
debugger: put gdb related stuff into directory of its own
2009-05-19 15:23:12 +02:00
hjk
0087579587
debugger: cosmetics in the json parser
2009-05-19 15:23:12 +02:00
hjk
39d3d35cdc
debugger: add a primitive json parser (copied and trimmed from the mi parser)
2009-05-19 15:23:12 +02:00
Friedemann Kleint
14241725fc
Fixed Mac compilation.
2009-05-19 15:17:15 +02:00
Friedemann Kleint
19663fee41
Added 'Open with ->Qt Designer' in Project Explorer.
...
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 >
2009-05-19 14:54:52 +02:00