Commit Graph

2267 Commits

Author SHA1 Message Date
Jens Bache-Wiig
530f0fc2da Fixes: Reduced hover glow
Details:
I think the animations are a bit too much
at the moment. It looks a bit more refined
when they are subtle...
2009-01-26 18:42:25 +01:00
Jens Bache-Wiig
fc5c249e55 Fixes: A few more improvements to the combo box
Details:
Reduced the size used by the arrow with 4 pixels and
increased the size hint.
2009-01-26 18:12:16 +01:00
con
61c11b0edf Fixes: - Correctly build on Mac
Details:  - Somehow CONFIG+=plugin requires a CONFIG+=plugin_with_soname
to correctly link on runtime on Mac.
2009-01-26 17:58:22 +01:00
Jens Bache-Wiig
ecef605d15 Fixes: Fix incorrect text elliding on combo box
Task:     Reported by b_lindeijer
Details:
We incorrectly reduced the text rect for combos.
2009-01-26 17:42:29 +01:00
Jens Bache-Wiig
4cec3bd570 Fixes: More toolbar polish
Details:
Minor shadow tweaks for bjorn. Added shadow to
arrows. Added subtle indentation for combo box.
2009-01-26 16:58:34 +01:00
mae
ffbdd1b9a0 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-26 16:36:22 +01:00
mae
ebcb9dce5a separate EM::setCurrentEditor and EM::activateEditor 2009-01-26 16:36:02 +01:00
hjk
0f18d7aa73 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-26 16:19:54 +01:00
hjk
fe0533de2a Fixes: move all files in shared/* to src/shared/* 2009-01-26 16:19:24 +01:00
Thorbjørn Lindeijer
8c59160792 Fix SIGNAL/SLOT completion with spaces after opening brace
Spaces after the opening brace would cause SIGNAL/SLOT completion to be
disabled along with function completion. Now function completion is
checked at a later stage.
2009-01-26 15:55:57 +01:00
Jens Bache-Wiig
9c897b4411 Fixes: Polish toolbar buttons, fix invisible extension
Details:
I used vector graphics for icons, to give them a smoother
appearance and added an improved extension button that is
visible on a dark background. Down arrows are now
painted with AA enabled.
2009-01-26 15:48:47 +01:00
hjk
c85ba53365 Fixes: remove unneded declaration 2009-01-26 15:33:24 +01:00
hjk
81b0ddf86c Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-26 15:27:40 +01:00
hjk
64f2d9f3d6 Fixes: coreplugin: small fixes
Details:  comments & codestyle
2009-01-26 15:27:04 +01:00
Daniel Molkentin
6f2da75dcb Fixes: RPATH for libs on Mac
Task:     Reported by Roberto
RevBy:    TrustMe
Details:  Plugins still don't load on Mac.
2009-01-26 14:54:44 +01:00
hjk
a438a853f3 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-26 14:51:04 +01:00
hjk
f4721eaae2 Fixes: coreplugin: remove 'fat' BaseView constructor
Details:  failed trial before the committee on un-qtish behaviour
2009-01-26 14:49:26 +01:00
Thorbjørn Lindeijer
f37360d0fa Some feedback about 2-3 second delay before running qmake
The GdbMacrosBuildStep is taking quite long and didn't tell the user
what it was doing. This message helps a bit, but we should fix the
delay.

Reviewed-by: dt
2009-01-26 14:32:04 +01:00
Adam Majer
18952c98b9 Add explicit option to clean indentation
It is desirable to have removal of trailing whitespace as a separate
option to "tab cleanup". Clean Whitespace option without Clean
Indentation option will now only remove trailing whitespace on file save
and on Clean Whitespace requests. Clean Indentation option is set to
true by default to maintain backward compatibility.

Signed-off-by: Adam Majer <adamm@zombino.com>
2009-01-26 14:32:04 +01:00
hjk
1a621a9c9e Fixes: coreplugin: remove a few more PluginManager* parameters 2009-01-26 14:30:04 +01:00
hjk
f9679651e1 Fixes: coreplugin: remove more PluginManager parameters
Details:  access PluginManager::instance() instead
2009-01-26 14:25:03 +01:00
hjk
f68d6cf0a0 Fixes: rename OutputPane into OutputPaneManager
RevBy:    dt
    Details:  also clean up the class interface a bit
2009-01-26 14:13:15 +01:00
hjk
f31607b33d Fixes: coreplugin: use UniqueIDManager more directly 2009-01-26 13:03:38 +01:00
hjk
1e6a62942a Fixes: fakevim: fix 'y' in visual line mode; also try to hide
cursor when in ex mode.
2009-01-26 12:08:39 +01:00
hjk
fb1da77ef5 Fixes: fakevim: implement ';'
Details:  also provide an inactive implementaion for ','
2009-01-26 10:48:37 +01:00
hjk
c97dfb8b32 Fixes: fakevim: suppress cursor when in ex mode 2009-01-26 10:31:49 +01:00
hjk
24aef0aecc Fixes: fakevim: link fix
Details:  the installHandler() overload was missing an implementation
2009-01-26 10:24:36 +01:00
Roberto Raggi
a90545126f Fixes: Lookup of qualified name ids. 2009-01-24 23:07:42 +01:00
hjk
926fc06266 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-23 19:13:29 +01:00
hjk
292d4bc3d5 Fixes: fakevim: provide an option in the text editor settings 2009-01-23 19:13:00 +01:00
dt
3b930e1eda Fixes: Add copyright header to cmakeconfigurationwidget.h and cpp 2009-01-23 18:54:46 +01:00
dt
a087b138f5 Fixes: Make searchInPath() more robust.
Details:  returns the argument if it is absolute and already exists.
2009-01-23 18:53:16 +01:00
hjk
34fb3d868f Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-23 18:30:50 +01:00
dt
c6c39d6f98 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-23 18:30:40 +01:00
hjk
5327316feb Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-23 18:30:27 +01:00
dt
7f614f1ae0 Fixes: Add missing file. 2009-01-23 18:30:21 +01:00
hjk
15ac83eda4 Fixes: fakevim: add flags to settings page 2009-01-23 18:21:36 +01:00
goro
4bca9d3d34 Add "/qt" prefix to make stuff easier with Bitrock 2009-01-23 18:13:37 +01:00
hjk
3967c9c9a1 Fixes: add 'vim' option to editor options 2009-01-23 17:43:49 +01:00
hjk
bfddd651c0 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-23 17:21:36 +01:00
hjk
94ae6add3e Fixes: debugger: remove misleading qt4macros path in preferences 2009-01-23 17:20:51 +01:00
dt
b3cbb84970 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-23 17:09:35 +01:00
hjk
8b3136f8b0 Fixes: fakevim: work on writing 2009-01-23 17:02:22 +01:00
dt
e8e2e4f45d Fixes: Progress to the cmake plugin
Details:  Add a dialog asking for command line options and build
directory. This dialog pops up if you don't have a .user file. Note,
though that it also pops up if there is already a in source build.
(The build directory lineedit should be read only then.)
The cmake button in that dialog and the output pane need more polish to
make them better. With those changes you can now build and run marble
from Qt Creator. (For marble you need to pass a few options to cmake.)

Also add a configuration page to the Tools/Options dialog, where you can
specify the cmake executable path.

And add a class which runs cmake in the background to find out which
version and wheter that cmake version has Qt Creator generator. (Which I
did begin to write.)
2009-01-23 16:57:38 +01:00
dt
874922edad Fixes: Make the run settings combo box adjust to contents.
Details:  Little tweak improves readeability for the cmake support,
since that currently names the runconfigurations according to their
full path. Which is suboptimal and will surely change.
But adjusting to contents is better regardless.
2009-01-23 16:48:06 +01:00
hjk
2d67b9a0a1 Fixes: fakevim: clear selection after :w 2009-01-23 16:42:45 +01:00
hjk
ab8c038ed7 Fixes: fakwvim: fix recently broken selection in standalone application 2009-01-23 16:37:32 +01:00
hjk
8867568cb7 Fixes: fakevim: implement first approximation of Ctrl-D and Ctrl-U 2009-01-23 16:22:29 +01:00
hjk
4f1dd94945 Fixes: fakevim: work on 'e', 'w', 'b'... 2009-01-23 16:04:53 +01:00
hjk
153fd8a87b Fixes: fakevim: 'w' broken again.
Details:  exclusive motions seem to require extra thought
2009-01-23 15:40:43 +01:00