mae
83c331a714
track modification changes for restored editors (in the open editors model)
2009-03-23 18:44:07 +01:00
con
50991f2f64
Compile on Mac
2009-03-23 15:45:49 +01:00
con
6e927ef1ec
Shadow build directory setting not used "right away".
...
Reviewed-by: dt
2009-03-23 15:37:25 +01:00
hjk
80468d9986
use 'lib64' instead of 'lib' on linux/x64_86
2009-03-23 15:36:15 +01:00
hjk
380cb40f27
debugger: work on optional prebuild dumper library
2009-03-23 14:34:01 +01:00
hjk
1c110388ec
debugger: work on using prebuilt dumpers
2009-03-23 13:02:50 +01:00
hjk
f8f5263b38
debugger: split options page
2009-03-23 12:28:26 +01:00
hjk
b81eb94f94
fakevim: hide fakevim statusbar on :q!
2009-03-23 12:28:26 +01:00
hjk
b75deb9aed
fakevim: improve implementation of 'set'
2009-03-23 12:28:26 +01:00
Friedemann Kleint
81c0bb15b2
Add a submit field widget modeled after mail client address controls
2009-03-23 12:03:20 +01:00
Oswald Buddenhagen
5cbd067924
remove dead files
2009-03-20 18:12:55 +01:00
dt
46a7fdd626
Merge commit 'origin/master'
2009-03-20 17:35:16 +01:00
Thorbjørn Lindeijer
c6d326c0bf
Some fixes to the new class wizard code generation
...
* Convert dots in filenames to underscores in header guards
* Don't indent closing namespaces in source file
* Consistent empty line placement
2009-03-20 17:04:23 +01:00
Thorbjørn Lindeijer
71aeac5915
Use completeBaseName instead of baseName where appropriate
...
Fixes issues with handling additional dots in the filename in many
places.
Task: 246390
2009-03-20 17:04:23 +01:00
Thorbjørn Lindeijer
937010f507
Shorten name for version control settings category
2009-03-20 17:04:23 +01:00
Friedemann Kleint
2dfd7349a3
Make VCS plugins keep the submit editor open if the submit fails.
2009-03-20 16:52:22 +01:00
Friedemann Kleint
2fc4e90015
Fix wrapping of commit messages
...
Remove trimmedDescription(), always trim. Extract trimmed text using the
text cursor
Reviewed-by: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com >
2009-03-20 16:02:14 +01:00
Thorbjørn Lindeijer
b789ffa91b
Added and corrected copyright headers
2009-03-20 14:59:12 +01:00
Thorbjørn Lindeijer
ec69936c7c
Support Doxygen comment style after members
...
Forms /**<, /*!<, ///< and //!<.
Done with Roberto Raggi.
2009-03-20 14:24:02 +01:00
Friedemann Kleint
b28d55f295
Missing files of previous commit
2009-03-20 14:22:20 +01:00
Friedemann Kleint
0ada412ee6
Add option to wrap commit message at 72 chars and make it default.
...
Reorganize the settings model in the VCS base plugin, store model in the plugin for better delayed initialization/update.
2009-03-20 14:20:28 +01:00
dt
4829418bb5
Merge commit 'origin/master'
2009-03-20 12:16:41 +01:00
dt
361a70ab0e
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-20 11:53:53 +01:00
dt
19e3800c6b
Fixes: Qt Version dialog not saving the msvc version.
2009-03-20 11:52:47 +01:00
Thorbjørn Lindeijer
bb5759e84a
Fix error message when erasing the class name
...
Now it kindly asks the user to enter a class name. As requested by
Kavindra. :)
2009-03-20 11:09:29 +01:00
Daniel Molkentin
994d910794
Fixes: Do not show a context menu in the HTML welcome Page
...
Task: 247413
RevBy: Thorbjorn Lindeijer
Details: The context menu only contained only a reload action which did not
work as expected anyway. Removing it was the best option.
Details: Suxx
2009-03-20 11:03:43 +01:00
Friedemann Kleint
927578ed55
Fixes: Polish submit message checking.
...
Details: Use a global model for nicknames that is shared by all dialogs to solve the updating problems. Make p4 plugin submit work again. Force a submit prompt in case of shutdown or editor close (as opposed to user clickling on "Submit").
2009-03-20 10:16:18 +01:00
hjk
79d6c96d4e
debugger: make an option to select terminal application (not used yet)
2009-03-20 09:53:02 +01:00
hjk
3cab00249d
fakevim: cache results of hlsearch
2009-03-20 09:26:34 +01:00
hjk
04731b79d9
fakevim: implement Ctrl-e
2009-03-20 08:45:13 +01:00
dt
f7240bd665
Fixes: bin dir of msvc qt versions was not added to the path
...
The setting of msvc environments variables overwrote that. Fix that by running the script with the correct environment.
2009-03-19 18:30:11 +01:00
con
6c0c75eb02
Make "preferences" dialog remember last position.
...
Task: 234832
2009-03-19 18:15:54 +01:00
Thorbjørn Lindeijer
cc995d13ee
Allow updating of configuration or file list separately
...
Now it will only update the list of files when you edit [project].files,
and only reparse all files when you edit [project].config or
[project].includes. When updating the file list it will only parse the
added files.
2009-03-19 18:08:16 +01:00
Thorbjørn Lindeijer
9c8f4e30a7
Allow specifying the name of a new generic project
...
The name is used as the base for files like [project].creator,
[project].files, etc. and is displayed in the Projects mode and the
Projects tree.
2009-03-19 18:08:16 +01:00
hjk
d2f07b967d
fakevim: add another set of "default options" for easier testing
2009-03-19 18:03:48 +01:00
hjk
bda11da0e0
fakevim: introduce a 'backspace' setting and handle the 'start' option
2009-03-19 17:55:36 +01:00
hjk
2a9070038f
debugger: insert action to create new watch item in locals&watchers context menu
2009-03-19 17:54:01 +01:00
Friedemann Kleint
27cb595bbb
Fixes: Add common configuration to the VCSA base plugin; submit message check script and user name configuration. Details: Extend submit editor widget by configureable fields. Use them in the VCS base submit editor to specify users, provide completion and selection dialog for them.
2009-03-19 17:44:50 +01:00
con
40eab8980b
Last 'finish' of this iteration of navigation history.
...
Task: 240811
2009-03-19 16:37:05 +01:00
con
37973823c5
One step to being able to jump back in a senseful way...
2009-03-19 16:37:05 +01:00
con
fc79c737b3
Add last edit position to navigation history.
...
Task: 240811
2009-03-19 16:37:05 +01:00
con
f84c651428
Refactor navigation history again, put last edit position in history
...
Task: 240811
2009-03-19 16:37:05 +01:00
con
393eb142f9
Make running work on Mac again.
2009-03-19 16:37:04 +01:00
dt
b9b262f1d2
Fixes: Break up those lines to make them also more readeable.
2009-03-19 16:11:20 +01:00
dt
824265d43e
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-19 16:07:44 +01:00
dt
73a8ffe277
Fixes: Session restore bolds the wrong project
...
Task: 246800
Details: The value was restored correctly, but due to a optimization, a signal wasn't emitted.
2009-03-19 16:07:00 +01:00
hjk
c110da750b
debugger: make QAction a base class of DebuggerAction
2009-03-19 15:54:52 +01:00
hjk
5999c35d2c
debugger: some action related cleanup
2009-03-19 15:44:26 +01:00
hjk
45e7ccc0fa
debugger: make assignment of simple types work again
2009-03-19 15:33:38 +01:00
hjk
00be68701e
allow in-line editing of watcher expressions
2009-03-19 15:33:37 +01:00