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
dt
2b302332b8
Move QtVersionManager, QtVersion and QtOptionsPage back
...
After all I don't need all that stuff in the cmakeplugin, all i needed
is now bundled in debugginghelper.h/cpp
2009-04-28 12:45:04 +02:00
mae
0b81651839
more traditional defaults, this is stuff in progress.
2009-04-28 12:03:06 +02:00
dt
1c722840fb
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-28 11:57:29 +02:00
mae
a8be2532d1
tune block highlighting
...
done with Thorbjorn
2009-04-28 11:43:13 +02:00
hjk
8f4ae5fa53
debugger: use 4.5 features in dumpers only if compiled under 4.5+
2009-04-28 11:21:46 +02:00
hjk
462a20461a
debugger: add a dumper for QSharedPointer
2009-04-28 10:59:32 +02:00
Thorbjørn Lindeijer
092d8ca964
Restored changes to the overview combo that accidentally got reverted
...
Accidentally reverted in commit 713105ad85 .
Thanks to Christian Hönig for notifying.
2009-04-27 17:27:36 +02:00
Thorbjørn Lindeijer
4e1025fb1f
Added documentation about the different types of completion items
...
Requested on Qt Creator mailing list.
Reviewed-by: Kavindra
2009-04-27 15:14:06 +02:00
Thorbjørn Lindeijer
968a3c0f9f
Added 'current line number' to color theme settings
...
Recently it was made to highlight black or write, which isn't nice for
everybody. Now it is dark gray by default, and can be customized. Bold
and italic are also supported.
2009-04-27 14:10:54 +02:00
Thorbjørn Lindeijer
ffaea3fcd5
Fixed flicker when updating highlighting of matching brace
...
By not removing it before setting an updated selection.
Reviewed-by: mae
2009-04-27 13:01:28 +02:00
mae
8d59b0ab64
eat tooltip events when control is pressed, otherwise the tools
...
destroy the navigation experience
2009-04-24 18:16:30 +02:00
mae
7f64e11cc1
the comma operator in C++ is evil
2009-04-24 18:12:36 +02:00
mae
b9e376f5dd
fix block highlighting off-by-one
2009-04-24 18:08:22 +02:00
con
13c699e240
Missing files.
2009-04-24 16:48:07 +02:00
mae
73414801c4
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-24 16:45:16 +02:00
mae
5f89921179
polishing of block highlighting, and a new folder bar.
2009-04-24 16:44:48 +02:00
con
713105ad85
Some documentation.
2009-04-24 16:34:24 +02:00
dt
48fe0f450f
Refactoring: Move all the debugging helper static methods into a class
...
Enables me to move some stuff back again.
2009-04-24 16:21:51 +02:00
dt
84637dfc55
Remove unused code and change indentation.
2009-04-24 16:09:22 +02:00
dt
b419403b0f
Refactoring: Use one common code to find the debugging helper library
...
Remove duplicated code from cmakeprojectmanager.
2009-04-24 14:59:47 +02:00
Friedemann Kleint
78e5293f43
Continue German translation.
2009-04-24 14:01:11 +02:00
dt
55cc9fed5c
Make Environment::searchInPath() const
...
Doesn't modify environment.
2009-04-24 14:00:43 +02:00
dt
d03b5714c7
Fix obscure crash in Find when no FindFilter exist.
...
Can only happpen if the user disables all plugins...
2009-04-24 13:34:02 +02:00
con
9e9523b8b0
Make sorting of method overview optional.
...
You can switch between sorted/unsorted via the method overview's context
menu.
2009-04-24 12:35:45 +02:00
dt
fefe6b378f
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-24 12:32:21 +02:00
con
ff2afcab5a
Sort method combo box alphabetically.
...
Patch received by Kris Wong.
2009-04-24 10:27:01 +02:00
con
5c9778e7ad
Be less picky about "qmake --version" output.
...
Older qmake versions have different output, don't be case sensitive.
Problems were reported with Qt Embedded 4.1.4.
2009-04-24 10:20:23 +02:00
mae
dfd2c5dbc3
small block highlighting cleanup for the no-wrapping case with overlong lines
2009-04-23 20:11:00 +02:00
mae
a180345b16
make move line up/down only move the selected line if the end of the selection
...
is at the beginning of the next block. Join the undo commands for subsequent moves.
2009-04-23 19:24:57 +02:00
mae
341d8d5622
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-23 17:30:12 +02:00
Oswald Buddenhagen
840cf145f3
don't oversize sessions frame when it is smaller than the projects frame
2009-04-23 17:30:23 +02:00
mae
a71436649c
removed the folding ribbon from the default configuration, instead
...
turned a new block highlighting mechanism on.
2009-04-23 17:28:53 +02:00
Oswald Buddenhagen
f933f52111
use pixel font sizes
...
the qt layout system is pixel-based, so using point sizes doesn't work
for anyone with a different resolution (DPI) than me
2009-04-23 16:49:55 +02:00
con
94512b82a4
Compile.
2009-04-23 16:13:26 +02:00
dt
fe78b08864
Refactoring: findSystemQt can now be called for any environemnt
...
and returns the full path to qmake. This is step 1 towards the cmake
plugin not using its own code to find the dumper.
2009-04-23 16:05:51 +02:00
dt
a8cf650e73
Fixes a crash reported on irc
...
With splitted views move splitters, sometimes it crashes.
2009-04-23 16:03:57 +02:00
jasplin
160247834a
Revert "Workaround backspace issue for now"
...
This reverts commit ebfcd35ace .
Qt 4.5 commit b51dd5a7b328291c5dbda540ce228e7d867662cb eliminates the
need for this workaround for now.
2009-04-23 14:46:23 +02:00
dt
37e382b3bd
Don't use the QtVersionManger::instance() where it isn't needed.
...
Allows removing getting the instance once.
2009-04-23 14:36:47 +02:00
dt
a2b29a5ec2
Make the public interface of QtVersionManager smaller
...
Move 3 functions to private, declare 2 which don't need any instance to
staic methods.
2009-04-23 14:25:47 +02:00
dt
71cff0702b
Refactroring: Small change to make the function more readeable
2009-04-23 14:23:30 +02:00
dt
7074769387
Remove setPrependPath() and prependPath() from qtversion
...
They aren't used anymore.
2009-04-23 13:48:05 +02:00
dt
b6114dfa49
Refactoring: Rename QtDirWidget to QtOptionsPageWidget
...
More accurate name.
2009-04-23 13:23:46 +02:00
dt
4274156bdb
Refactoring: Split up qtversionmanager.(h|cpp) into two files
...
QtOptionsPage now has its own page.
2009-04-23 12:52:51 +02:00
dt
66868d4725
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-23 12:28:34 +02:00
Friedemann Kleint
9789ee4af1
Make CDB work for release builds.
...
Cleanup, remove unused options page file.
2009-04-23 09:25:57 +02:00
mae
4d708fa408
new text editor option "Highlight blocks"
2009-04-22 20:04:38 +02:00
mae
ebfcd35ace
Workaround backspace issue for now
2009-04-22 18:37:43 +02:00