Thorbjørn Lindeijer
f36ea6785c
Allow configuring the color for the hover links
...
Cause blue doesn't fit nicely in all color schemes.
2009-03-24 17:06:01 +01:00
con
0729ae0191
Lazily initialize designer again.
...
People with KDE 4.2.0 please update to 4.2.1 ...
Reviewed-by: dt
2009-03-24 16:50:59 +01:00
hjk
eb3870875f
debugger: use new action scheme for number base selections
2009-03-24 16:39:30 +01:00
hjk
f48ff339ae
debugger: code cosmetics
2009-03-24 16:39:30 +01:00
hjk
c3fc03c11c
debugger: add shortcut to debugger properties in more context menus
2009-03-24 16:39:30 +01:00
Friedemann Kleint
9b7274a011
Remove comment lines from the git commit message (as git commit -F does not do that)
...
Reviewed-by: dt <qtc-committer@nokia.com >
enter the commit message for your changes. Lines starting
2009-03-24 15:46:58 +01:00
Thorbjørn Lindeijer
de6166fc91
Don't try to resolve plain literals or comments
...
There's no place to jump to in these cases.
2009-03-24 14:54:52 +01:00
Thorbjørn Lindeijer
ed9df58ae9
Don't forget to call up to the superclass
2009-03-24 14:54:52 +01:00
dt
c964d64d34
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-24 14:26:43 +01:00
dt
7052cbd6f4
Fixes the wrong text in the browse dialog in qt's version options.
2009-03-24 14:26:29 +01:00
hjk
d5d7911f42
debugger: use less "reset" in the locals view
2009-03-24 13:00:15 +01:00
con
bd2a163f78
Simplify 'Save modified files' internals.
2009-03-24 12:52:20 +01:00
con
87fdacba5c
Simpler "Save modified files" dialog.
2009-03-24 12:52:20 +01:00
hjk
60bb361620
debugger: make position of debugger lib configurable
2009-03-24 12:50:40 +01:00
Thorbjørn Lindeijer
1682a41869
Include position information in the link
...
Allowed customizing the link for includes and macro uses and fix it for
highlighting the name.
2009-03-24 11:24:11 +01:00
Thorbjørn Lindeijer
eebe9e2fc8
Clear link emulation when Ctrl is released
2009-03-24 11:24:11 +01:00
Thorbjørn Lindeijer
c08405fed4
Turn code into links when holding Ctrl
...
Allows navigating the code using the mouse when pressing Ctrl. Suggested
a few times and also seen in other IDEs.
2009-03-24 11:24:11 +01:00
con
8344cc68ef
Correct 64 bit library location for non-g++.
...
Reviewed-by: hjk
2009-03-24 10:55:16 +01:00
Friedemann Kleint
3dda9cdd08
Fix compilation with WebKit disabled.
2009-03-24 09:41:44 +01:00
mae
661f0500aa
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-23 18:44:35 +01:00
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