Commit Graph

47434 Commits

Author SHA1 Message Date
con
19670c5beb Fixes: - Crash on searching in "current project"
Task:     - 243147
RevBy:    - Thorbjørn
Details:  - Crash occurred in case there actually is no "current
project", e.g. because the current file doesn't appear in a project.
2009-02-10 12:15:32 +01:00
Thorbjørn Lindeijer
11cbfbda11 Recognize .qs files as QScript
Reviewed-by: Friedemann Kleint
2009-02-10 10:59:52 +01:00
Friedemann Kleint
acd5feafea Fixes: React to desktop file manager drop events.
Task: 238143
2009-02-10 10:56:22 +01:00
Friedemann Kleint
8f03874bd7 Fixes: Add log message to SVN description 2009-02-10 08:38:12 +01:00
Roberto Raggi
0a9a67cf54 Fixes: Possible crash when completing constructors. 2009-02-09 20:59:39 +01:00
Roberto Raggi
0d1624d4d1 Fixes: Possible crash when searching for the definitions of enumerators. 2009-02-09 20:38:00 +01:00
Roberto Raggi
d018cfd5cb Fixes: Possible crash when completing a function with (void) argument. 2009-02-09 20:34:54 +01:00
Roberto Raggi
0504fdd00b Fixes: Another possible crash 2009-02-09 20:30:56 +01:00
Roberto Raggi
d01795d933 Reimplemented Type::as*Type() using virtual methods. 2009-02-09 17:49:12 +01:00
Friedemann Kleint
53fde645f9 Fixes: Add "Describe" to svn plugin.
Details: Also remove unused change number dialog.
2009-02-09 17:33:31 +01:00
hjk
65638f7cc2 Fixes: fakevim: <Space> moves right now
Details:  patch suggested by Bart van Deenen
2009-02-09 17:10:25 +01:00
con
1bb6568533 Fixes: - Disable codepaster plugin, since it's not available anymore
RevBy:    - hjk
2009-02-09 14:48:25 +01:00
hjk
7e5bb9cd36 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-09 13:07:56 +01:00
hjk
bb146f4da0 Fixes: cdbdebugger: some cosmetics 2009-02-09 13:07:38 +01:00
Roberto Raggi
9369818891 Invalidate the documents in the snapshot that need to be reparsed. 2009-02-09 12:33:43 +01:00
Banana Joe
95d8b84404 experimental dbgengine debugger 2009-02-09 11:37:20 +01:00
Thorbjørn Lindeijer
6fa1084bc8 Use QActions to fix toolbar extension
Instead of directly adding QToolButtons to the tool bar of the
navigation subwidget, use QActions. This allows the tool bar extension
to show them in a menu when necessary.

The icons are inappropriate for in a menu, however.
2009-02-09 11:08:55 +01:00
con
1dcabe5a3a Merge branch '1.0.0'
Conflicts:
	tests/auto/cplusplus/shared/shared.pri
	tests/auto/cplusplus/shared/shared.pro
2009-02-09 10:54:36 +01:00
Jens Bache-Wiig
3b7c35fa9b Fixes: Toolbar cosmetic problem
RevBy:    b_lindeijer
Details:
This resolves the problem with missing top-borders on
the find toolbar.

(cherry picked from commit e5c845fcc7)
2009-02-06 15:05:58 +01:00
Thorbjørn Lindeijer
233502a795 Fixed tooltips for enumerators
The helpId was working but the tooltip text was empty.

Reviewed-by: Roberto
2009-02-06 14:43:13 +01:00
Thorbjørn Lindeijer
d668b9b1f1 Added tooltips to editor settings and tweaked layout
Looks a bit nicer now and the tooltips explain some of the options a bit
better. Header texts have also been simplified.

(cherry picked from commit ad5bdf6969)
2009-02-06 14:10:33 +01:00
Thorbjørn Lindeijer
0bab3d91e6 Fixed title of dialog 2009-02-06 14:06:56 +01:00
dt
c71edd7763 Fixes: Finding the ui*.h files so that we can parse those. 2009-02-06 13:26:21 +01:00
dt
dd9ccc517b Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.2-rc1 2009-02-06 11:40:53 +01:00
Thorbjørn Lindeijer
452475f8e4 Fixed sentence. 2009-02-06 11:20:32 +01:00
mae
ec4302a18f Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.2-rc1 2009-02-05 19:35:25 +01:00
dt
2c4023b5dc Fixes: Hopefully parse more gcc/ld errors.
Details:  If we know don't parse some errors, then i'd like to know.
2009-02-05 17:19:27 +01:00
hjk
4ef83082f6 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-05 17:07:18 +01:00
hjk
58e8aed6f0 Fixes: fakevim: keep selection when moving in and out fakevim
mode
2009-02-05 17:06:45 +01:00
dt
4d4324628a Fixes: After adding a new qt version via import, writeSettings()
Task:     Reported on irc
2009-02-05 16:22:32 +01:00
Thorbjørn Lindeijer
ad5bdf6969 Added tooltips to editor settings and tweaked layout
Looks a bit nicer now and the tooltips explain some of the options a bit
better. Header texts have also been simplified.
2009-02-05 14:58:28 +01:00
Roberto Raggi
c7c0386a34 Fixes: Mime type for objc files. 2009-02-05 14:34:13 +01:00
Roberto Raggi
bb095fadd2 Fixes: Highlighting of objc #import directive. 2009-02-05 14:30:25 +01:00
Friedemann Kleint
da6667d51d Fixes: Remove unneeded translations
RevBy: Roberto
2009-02-05 14:04:58 +01:00
Thorbjørn Lindeijer
0359ff60f6 Use QActions to fix toolbar extension
Instead of directly adding QToolButtons to the tool bar of the
navigation subwidget, use QActions. This allows the tool bar extension
to show them in a menu when necessary.

The icons are inappropriate for in a menu, however.
2009-02-05 12:49:45 +01:00
mae
d5560b4bbd Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-05 12:16:24 +01:00
mae
fb206c3fe2 make inplace activation the default editor activation, unless the
view has been specified. This allows to use the open editors view
as tabbar replacement also in split mode.
2009-02-05 12:15:51 +01:00
Thorbjørn Lindeijer
c5476c4c25 Updated feedback text
Agreed with Nigel that Qt Creator shouldn't imply that it's not already
great in its feedback text. Changed "better" to "even better", new image
by Nigel.
2009-02-05 09:57:56 +01:00
con
10a083c12b Merge branch '0.9.2-rc1'
Conflicts:
	src/plugins/coreplugin/editormanager/editormanager.cpp
2009-02-04 21:34:12 +01:00
mae
f679e80c12 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-04 19:11:01 +01:00
mae
522cf96b0e activate diff editor after creating it 2009-02-04 19:10:36 +01:00
Matthias Ettrich
87b8a97447 fix off by one when selecting block up or the previous open parenthesis. 2009-02-04 19:08:10 +01:00
hjk
f6db0ab343 Fixes: cpaster: fix potential double deletion test
Task:     180315
    RevBy:
    Details:
2009-02-04 18:03:50 +01:00
hjk
2d8326d214 Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.2-rc1 2009-02-04 17:54:55 +01:00
hjk
2c77b0b903 Fixes: cpaster: make complete urls also acceptable.
Details:  also accept trailing slashes
2009-02-04 17:53:58 +01:00
Thorbjørn Lindeijer
2216cda2fc Fixed the sizehints of the editor or splitters
Done with mae.
2009-02-04 17:03:43 +01:00
dt
9e75f6e155 Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.2-rc1 2009-02-04 16:56:43 +01:00
dt
eab0ff8f6e Fixes: Crash after deleting a qt version and pressing cancel.
Details:  That hasn't worked in the last few months, since we changed
the QtVersion class from being passed by value to being passed around by
reference.
2009-02-04 16:55:01 +01:00
hjk
50661f994d Fixes: fakevim: fix crash when installed on binary editor 2009-02-04 16:48:03 +01:00
hjk
7364cda1d4 Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.2-rc1 2009-02-04 16:43:32 +01:00