hjk
7c8735b771
Make QStringBuilder work with plain 'char' "chunks".
2009-04-30 10:29:48 +02:00
hjk
feb34c0e6f
Introduce a new QStringBuilder helper class to speed up building strings
...
from smaller chunks using expression templates.
Simple test and benchmark included, the class is not yet complete.
2009-04-30 10:01:54 +02:00
hjk
b72b4142dc
debugger: code cosmetics
2009-04-29 18:03:35 +02:00
hjk
0ce788a42a
debugger: remove some duplicated code
2009-04-29 17:52:19 +02:00
hjk
14321e675d
debugger: add dumper for QWeakPointer
2009-04-29 17:48:04 +02:00
mae
3f735e44c8
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-29 17:12:27 +02:00
mae
b4f78421ad
fancy folding bar: shift the active folding bar area for the function body case
...
one up.
2009-04-29 17:11:37 +02:00
Friedemann Kleint
a59f7663c4
Introduce case insensitive matching of text marks on Windows.
...
For CDB debugger location marks.
2009-04-29 16:59:51 +02:00
Friedemann Kleint
88a0d0d9b5
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-29 16:52:51 +02:00
Friedemann Kleint
1c56388945
Make dumpers output size information.
2009-04-29 16:52:14 +02:00
mae
b1a024e55b
some corner cases fixing
2009-04-29 16:46:54 +02:00
Roberto Raggi
24ff8a0ad5
Merge branch 'master' of ../mainline into dui-editor
2009-04-29 16:01:38 +02:00
mae
cbd856518a
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-29 15:38:09 +02:00
mae
ffe9fe58f7
support old-fashioned +/- folding bar, but improved
2009-04-29 15:37:38 +02:00
hjk
df2c805c73
fakevim: fix 'dd' when cursor is not in the first column
...
Was seemingly broken by the target columns changes. Autotest is added
now, too.
2009-04-29 15:29:03 +02:00
hjk
0428a109e8
debugger: fix output of weak and strong reference counts in
...
QSharedPointer dumper
2009-04-29 15:09:42 +02:00
Friedemann Kleint
86c544b488
Add missing file.
2009-04-29 15:02:35 +02:00
dt
c5b20cf8a7
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-29 14:24:16 +02:00
dt
0f46f87118
Fix broken autoscrolling when switching to compile output mode
...
In certain situations, reported on irc.
2009-04-29 14:23:54 +02:00
Friedemann Kleint
6b9947ba88
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-29 14:15:20 +02:00
Friedemann Kleint
72a183777e
Initial work on dumpers for CDB.
...
Add dumper calls, parser etc. Catch crashes
in the dumper functions.
2009-04-29 14:15:09 +02:00
Alessandro Portale
c8e48efa76
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-29 14:12:49 +02:00
Alessandro Portale
92c034b114
Don't annoy Windows users with alien dir separators
2009-04-29 14:12:31 +02:00
hjk
3cb783f7fc
debugger: allow drag&drop from main editor to watchers view
2009-04-29 12:20:50 +02:00
mae
918cac90c8
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-29 12:18:09 +02:00
mae
94a713c38e
parentheses matching and block highlighting polishing
2009-04-29 12:17:42 +02:00
dt
a2c7d3172f
Wrong dependency on help plugin in the ProjectExplorer
2009-04-29 11:25:29 +02:00
hjk
8f60a84dc0
debugger: create some noise in the status bar when libraries are loaded
...
and unloaded.
2009-04-29 10:33:37 +02:00
Roberto Raggi
2bd64a1979
Merge branch 'master' of ../mainline into dui-editor
2009-04-29 10:18:00 +02:00
Friedemann Kleint
5740bd6410
Made cpp file suffixes take effect after restart.
...
In CppTools, keep cpp file settings in plugin and settings page
via shared pointer and apply to mime DB in
extensionsInitialized() (after CppEditor has loaded
and registered the mime types).
Task-number: 252299
2009-04-29 09:04:59 +02:00
Oswald Buddenhagen
794dbc7410
fix huge "restore last session" button when session list is empty
2009-04-28 19:38:06 +02:00
Roberto Raggi
8f8a410b99
Merge branch 'master' of ../mainline into dui-editor
2009-04-28 19:18:59 +02:00
Roberto Raggi
1a1b841cdb
Fixed parsing of ambiguous name ids.
2009-04-28 19:02:28 +02:00
mae
3b917fde19
mac fix for parenthesis matching
2009-04-28 19:02:58 +02:00
mae
d213532a0f
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-28 18:35:32 +02:00
mae
5df82ab502
experiment with a different way of doing parenthesis matching. This is not finished and
...
work in progress.
2009-04-28 18:34:58 +02:00
Oswald Buddenhagen
7a92668dab
indent some css
2009-04-28 17:34:06 +02:00
Oswald Buddenhagen
3e24c440b1
simplify css
2009-04-28 17:34:06 +02:00
Oswald Buddenhagen
e02213e7d1
make welcome page fully translatable
...
... by eliminating images containing text.
of course, this causes some stylistic issues. oh, well.
2009-04-28 17:34:06 +02:00
dt
dfd0c9f91a
Crash found by ErikV in the Dependencies Model with unloading projects
...
We didn't update the dependencies model in case a project gets loaded or
unloaded. (Or the session switched.) In that case we do a rather drastic
reset() now.
2009-04-28 17:23:33 +02:00
dt
eae597f5b7
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-28 15:41:02 +02:00
dt
a6ad9b388d
If a BuildStepFactory isn't available, still restore correctly
...
We used to restore to the wrong BuildStep if we couldn't find a factory
for a build step. Unfourtanetly that's exactly what a 1.1 project
loading a 1.0 project does. So some settings are lost.
This fixes that.
2009-04-28 15:40:41 +02:00
hjk
d37a2d3aad
debugger: introduce enabling/disabling of breakpoints
2009-04-28 15:09:23 +02:00
Roberto Raggi
5c5452db1e
Merge branch 'master' of ../mainline into dui-editor
2009-04-28 14:47:47 +02:00
dt
72eb8dc933
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-28 14:30:43 +02:00
dt
6c5e23f10e
Fix $$OUT_PWD not beeing set for finding the target/destdir
...
Qt Creator wouldn't find the correct target if shadow building a project
that uses $$OUT_PWD, like for example itemviews-ng.
We didn't set the necessary variable on the ProFileReader *, simplified
the code to always use a ProFileReader created for the exact
profilenode.
2009-04-28 14:30:17 +02:00
mae
d860cb4b81
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-28 12:55:54 +02:00
mae
606ce15431
more tweaking
2009-04-28 12:55:31 +02:00
dt
842d376e21
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-28 12:45:23 +02:00
Roberto Raggi
2fd03d3aba
Merge branch 'master' of ../mainline into dui-editor
2009-04-28 12:45:07 +02:00