Oswald Buddenhagen
c6419ff008
less bizarre (and more efficient) argument list creation
2009-03-26 19:51:46 +01:00
hjk
a6a7e71b64
make SavedAction and SavedAction "globally" available
2009-03-26 19:04:33 +01:00
mae
2bbc261f43
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-26 19:09:53 +01:00
mae
2ef4a169fb
small tweaks to the open editors view, and an attempt to implement a down state for the close button.
...
Why isn't pressedIndex in QAbstractItemView accessible, or at least a state flag in the delegate to
indicate that this item is pressed down?
2009-03-26 18:22:26 +01:00
Thorbjørn Lindeijer
222b4faba8
Don't try to jump to unresolved included files
...
It popped up an error saying the file couldn't be found. Better not show
a link at all.
2009-03-26 18:21:11 +01:00
dt
145c1fb94d
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-26 17:38:18 +01:00
dt
0a2df32654
Pop up a dialog if the CMakeCache.txt changes.
...
Rerun cmake and reparse the file. Add new files to the tree, remove old
ones from th tree. Add/removing targets should also work.
2009-03-26 17:36:58 +01:00
hjk
8ba891bb0c
debugger: progress on action generalization
...
mostly renamings
2009-03-26 17:28:14 +01:00
hjk
f54440b4a5
debugger: work on generalizing the new debugger actions
2009-03-26 17:28:14 +01:00
hjk
b968932056
debugger: work on action handling
2009-03-26 17:28:14 +01:00
Thorbjørn Lindeijer
5d8ee0d742
Moved some complicated checks into convenience functions
2009-03-26 16:54:20 +01:00
Friedemann Kleint
536320ea1a
Start stack frame context/symbol group classes for CDB
2009-03-26 16:49:28 +01:00
con
393a03747b
Shortcut for just opening search dialog with last filter.
...
Task-number: 237733
2009-03-26 16:22:46 +01:00
mae
bd3bf8a348
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-26 15:54:15 +01:00
mae
e83788f17b
Show the "Open Documents" navigation bar widget in the default
...
configuration. Contains some compatible versioning code to also show it
to current users, but without destroying their manual setup.
2009-03-26 15:54:05 +01:00
Thorbjørn Lindeijer
0a99fef5a3
Avoid automatically inserting unwanted closing parentheses
...
This is for the case of function overloads where one overload takes no
parameters. Solved by keeping track of the duplicate count.
Done with Roberto Raggi.
2009-03-26 15:40:53 +01:00
mae
62dd2a5acb
Compile without warnings
2009-03-26 15:33:32 +01:00
Thorbjørn Lindeijer
ece7c9afd7
Keep the function argument widget on the screen
...
Done with Roberto Raggi.
2009-03-26 15:13:48 +01:00
Thorbjørn Lindeijer
760126c9b5
Fixed invoking global completion as function parameter
...
Done with Roberto Raggi.
2009-03-26 15:13:48 +01:00
Thorbjørn Lindeijer
9cd0895601
Improved function argument widget
...
Done with Roberto Raggi.
2009-03-26 15:13:47 +01:00
hjk
f7c469f3b3
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-26 14:42:03 +01:00
hjk
897cd466e4
fakevim: fix quitting using the status bar
2009-03-26 14:41:39 +01:00
mae
16a5aec1e8
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-26 14:02:50 +01:00
mae
f1302b3b20
Add close-document functionality to the "Open Documents" view. The close button is enabled
...
with mouse-over. The change makes the list behave more like tabs.
2009-03-26 13:58:29 +01:00
Friedemann Kleint
de0076354e
Add documentation on common version control system options.
2009-03-26 13:39:41 +01:00
Thorbjørn Lindeijer
86e400c9dc
Trigger function argument widget on comma
...
Done with Roberto Raggi.
2009-03-26 13:01:39 +01:00
Thorbjørn Lindeijer
208adbaaca
Improved check for "scope token"
...
For example, don't keep triggering scope completion on bunch of colons.
Done with Roberto Raggi.
2009-03-26 13:01:39 +01:00
hjk
5c9fd00d35
debugger: fix QStringList-in-QVariant dumper
2009-03-26 12:36:04 +01:00
hjk
95c0b1c130
debugger: cosmetical improvements of QVariant dumper output
2009-03-26 12:36:04 +01:00
hjk
263cda8210
debugger: dumper status message cosmetics
2009-03-26 12:36:04 +01:00
hjk
6c15d33cdc
debugger: use dumpers build alongside Qt
2009-03-26 12:36:04 +01:00
con
b278f956f8
Add a switch for DYLD_IMAGE_SUFFIX=_debug in Creator on Mac.
...
Look in the run configuration for it.
2009-03-26 12:15:25 +01:00
Thorbjørn Lindeijer
84ba24ac71
Do not expand the list of candidates when resolving fully qualified ids
...
Crashes, Roberto will fix properly later.
2009-03-26 11:18:09 +01:00
Thorbjørn Lindeijer
272830f315
Recognize .moc files as C++
2009-03-26 11:18:09 +01:00
Thorbjørn Lindeijer
8912f4db98
Initial work on better function argument widget
...
Done with Roberto Raggi.
2009-03-26 11:18:09 +01:00
dt
5a97436c0c
Add a argument line edit for the cmake runconfiguration.
...
Even works.
2009-03-25 18:29:42 +01:00
dt
60800bc36b
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-25 18:03:46 +01:00
dt
1492cd0eec
Work around problems with kde 4.2.0 by checking for that exact version.
...
Need to remove that at one point, but having someone report it one day
after we tried to remove this, means not now.
2009-03-25 17:49:54 +01:00
Friedemann Kleint
8cd3ae09eb
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-25 17:34:06 +01:00
Friedemann Kleint
9d15bd3c7f
Introduce utility routine to create placeholder watch item
...
QLatin1String refactorings.
2009-03-25 17:33:49 +01:00
dt
74974a5a58
Also use the dumper library code from the cmake plugin.
...
Adds a little bit of code duplication, don't currently know how to best
avoid it, so I'll leave that for now as is. To be tested once Andre
pushes his stuff.
2009-03-25 17:30:48 +01:00
dt
4574082f91
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-25 16:37:25 +01:00
dt
c5c4c6c17e
Some finetuning to the move of the debugger library.
2009-03-25 16:36:16 +01:00
Thorbjørn Lindeijer
bd87ce9454
Use use-preferred font in submit editor, not slightly smaller
...
Also enable/disable the column spinbox when checking/unchecking the wrap
submit message option, and force the wrapping to be word-based.
2009-03-25 16:22:35 +01:00
hjk
18b2693970
qt4versionmanager: compile fix
2009-03-25 15:41:15 +01:00
dt
6fa6eeb72d
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-25 15:32:59 +01:00
hjk
5fcbd01288
fakevim: make search and command history static
2009-03-25 15:31:50 +01:00
dt
3e992d5d32
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-25 15:28:39 +01:00
dt
e21a74cb35
Change the way the debugging library is build and found, yet again.
...
We used to build a helper library as part of the project. First with the
qmake -after SOURCES= stuff and after until now with the
gdbmacrosbuildstep. Now, the all new and fancy integretation directtly
into the qt version dialog. You build the debugger library once for
each qt version and then it's there ready to be loaded into each
project build against that qt version. Saves a lot of time.
And makes it possible to also load that library into while debuggign a
cmake project. (Need to hook that up now.)
Unfourtanetly this breaks the custom dumpers if you use a custom run
executable.
2009-03-25 15:18:37 +01:00
hjk
6d8223517f
fakevim: more vim-ish behaviour of page up and down
2009-03-25 15:17:58 +01:00