Commit Graph

2267 Commits

Author SHA1 Message Date
hjk
e346c0d725 fakevim: move settings/action related code to files of their own 2009-03-30 15:39:13 +02:00
hjk
9963552876 fakevim: work on new settings dialog 2009-03-30 15:39:13 +02:00
hjk
765489f964 fakevim: work on settings dialog 2009-03-30 15:39:13 +02:00
hjk
c826e6dcfe fakevim: re-organize settings handling 2009-03-30 15:39:13 +02:00
hjk
b8e9f38ab0 fakevim: more scary initial message 2009-03-30 15:39:13 +02:00
Roberto Raggi
d4f1765c53 System header paths for msvc. 2009-03-30 15:34:10 +02:00
Roberto Raggi
68d8d83093 Simplified the code that looks for the identifier under the cursor. 2009-03-30 15:33:14 +02:00
Simon Hausmann
e8f364929f Enable Plugins and JavaScript in the embedded help viewer to make it possible to embed flash videos in the documentation
Reviewed-by: Kavindra Devi Palaraja <kavindra.palaraja@nokia.com>
2009-03-30 15:20:17 +02:00
Roberto Raggi
fde8ca4a16 Added Document::ParseDeclarator. 2009-03-30 15:08:21 +02:00
Roberto Raggi
2a82d9272a Compile 2009-03-30 14:55:16 +02:00
Oswald Buddenhagen
deff5ac20f re-use pre-existing builds
run "cmake . [...]" if a build already exists in the build dir. this
saves the user from reproducing all the arguments he may need.

on the downside, this will go utterly awry if the source dir of the
existing build is a different one than known to creator. this should be
a rather rare corner case, so ignore it for now. the nice solution would
be a checkbox (on by default) to request this new behavior.
2009-03-27 20:57:12 +01:00
Oswald Buddenhagen
cd93d9e3dd make changing the build dir of a shadow build work 2009-03-27 20:57:12 +01:00
Oswald Buddenhagen
4a1acffb29 install the wrapper script into both the builddir and the installdir 2009-03-27 20:56:38 +01:00
hjk
cad7d43678 debugger: use QPlainTextEdit instead of QTextEdit for output pane 2009-03-27 17:31:58 +01:00
hjk
694215aee0 savedaction: some documention
(unfinished)
2009-03-27 17:21:25 +01:00
hjk
3de773a551 debugger: rework dumper settings page 2009-03-27 17:21:25 +01:00
hjk
a2c68a538d debugger: remove reference to dumper build step from debugger UI 2009-03-27 17:21:25 +01:00
Friedemann Kleint
b3f620e514 Add expanding of symbols. 2009-03-27 17:19:39 +01:00
con
1f869cb5c9 Avoid infinit loop in submit editor on Mac.
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2009-03-27 15:29:33 +01:00
dt
55c5e4aa2b Make the TaskDelegate (the one painting in Build Issue) a lot faster
It feels like day and night difference.
2009-03-27 13:37:24 +01:00
dt
ae1df70cfc Adds the source top level directory explicitly to the include paths.
It wasn't listed in the cbp file, so add it since cmake does that too.
2009-03-27 12:15:20 +01:00
hjk
7f7a9ff371 move Core::EditorManager::OpenEditorFlags operators into a suitable
namespace
2009-03-27 10:29:08 +01:00
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
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
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