Commit Graph

72811 Commits

Author SHA1 Message Date
Roberto Raggi
05984e71fc Refactor a bit the lookup, it should simplify template instantiation. 2010-05-10 09:57:55 +02:00
Roberto Raggi
bc6828ff01 Don't use QByteArray in the public API. 2010-05-10 09:57:55 +02:00
hjk
0b3b398800 fakevim: try to "export" also block selections. 2010-05-10 09:48:12 +02:00
Kai Koehne
c81ebbeed0 QuickDesigner: Remove unimplemented method
Reviewed-by: Thomas Hartmann
2010-05-10 09:40:59 +02:00
Kai Koehne
8e9da72809 QuickDesigner: Factor item library info out into it's own class
Reviewed-by: Thomas Hartmann
2010-05-10 09:40:58 +02:00
Kai Koehne
3d93dde881 QuickDesigner: Rename ItemLibraryInfo to ItemLibraryEntry
The class represents one single entry in the library, therefore
the old name was misleading.

Reviewed-by: Thomas Hartmann
2010-05-10 09:40:37 +02:00
hjk
c22678ef64 fakevim: don't import a selection if there wasn't one 2010-05-10 09:36:57 +02:00
hjk
16f6fda51a fakevim: small fixes 2010-05-10 09:01:30 +02:00
hjk
0dd38fb829 fakevim: fix crash on shutdown 2010-05-10 08:40:15 +02:00
hjk
9721a142dd fakevim: import texteditor selection from base text editor as soon as it
is changed using the mouse.
2010-05-07 19:46:16 +02:00
hjk
462b78713d famevim: make <C-.> etc work in mappings 2010-05-07 17:32:46 +02:00
mae
e34350adf6 Labelling consistency (now also with docs)
Reviewed-by: Oswald Buddenhagen
2010-05-07 16:32:58 +02:00
mae
bc7d853216 Labelling consistency
Reviewed-by: Oswald Buddenhagen
2010-05-07 16:20:40 +02:00
mae
495b7bff45 Comments starting at end of a line can not be uncommented
Task-number: QTCREATORBUG-1177
2010-05-07 15:40:07 +02:00
mae
87b3755b6f Missing actions in keyboard options
Task-number: QTCREATORBUG-61
2010-05-07 15:40:07 +02:00
Friedemann Kleint
92ecf2dfbc MimeDatabase: Split up findByFile in 2 passes.
Try to do a match by suffix first to avoid
scanning the file contents if at all possible.
Reviewed-by: con
(cherry picked from commit 4648a5b3a4)
2010-05-07 15:31:42 +02:00
Jens Bache-Wiig
940b47f594 Improved aestetics for the projects page
I inverted the shadow because the existing one had no root in
reality. It implied that the contents were raised, but since the
target selector was on top of it this one should also have a
shadow. The new shadow better communicates the order of the
hierarchy as well.

Reviewed-by: thorbjorn
2010-05-07 15:22:06 +02:00
hjk
fe9ab6d76a fakevim: add some debugging code to track down unexpected mark changes 2010-05-07 15:17:44 +02:00
hjk
6c0b947ec1 debugger: first shot a implementing data watchpoints 2010-05-07 15:17:11 +02:00
Friedemann Kleint
4648a5b3a4 MimeDatabase: Split up findByFile in 2 passes.
Try to do a match by suffix first to avoid
scanning the file contents if at all possible.
Reviewed-by: con
2010-05-07 15:08:16 +02:00
Friedemann Kleint
939513de3d Design mode: Avoid mimedatabase run on currentfile.
Use IFile::mimetype instead to find editors that
use design mode.
Acked-by: Lasse Holmstedt <lasse.holmstedt@nokia.com>
(cherry picked from commit 45f5035031)
2010-05-07 14:54:44 +02:00
con
64042c3290 Find the qml examples also in case of shadow builds. 2010-05-07 14:54:19 +02:00
Friedemann Kleint
45f5035031 Design mode: Avoid mimedatabase run on currentfile.
Use IFile::mimetype instead to find editors that
use design mode.
Acked-by: Lasse Holmstedt <lasse.holmstedt@nokia.com>
2010-05-07 14:49:57 +02:00
Jens Bache-Wiig
0b5360c52c Add some missing images 2010-05-07 14:19:16 +02:00
Jens Bache-Wiig
5406f3e7ca Fix incorrect text color in project settings tabs
Non selected tabs could end up with the wrong text
color depending on different states.
2010-05-07 14:13:37 +02:00
Thomas Hartmann
0dad7cb231 QmlDesigner.propertyEditor: increases handle size for slider 2010-05-07 13:51:56 +02:00
Thomas Hartmann
ddfb27624a QmlDesigner: optimize drag and drop 2010-05-07 13:40:23 +02:00
Thomas Hartmann
d7d4c982e4 QmlDesigner.metaInfo: support for QEasingCurve 2010-05-07 13:37:27 +02:00
Thomas Hartmann
ab3442ea7a QmlDesigner.model extending QmlState 2010-05-07 13:36:33 +02:00
Thomas Hartmann
7226937c8f QmlDesigner.model resolving of lists in bindings 2010-05-07 13:35:06 +02:00
Jens Bache-Wiig
8d0814f0f9 Polish the min/max output pane button
We used to use the arrow up/down primitives for this button.
This looks broken in a lot of styles so we now use a proper
icon. Note that setDefaultAction is a bit broken at the moment
since it doesnt propagate the icon change.

Reviewed-by: thorbjorn
2010-05-07 13:16:45 +02:00
Jens Bache-Wiig
344b4b3887 Make the toolboxes in Projects Mode nicer
I did a couple of changes to make these more subtle.
- Moved inside the details widget
- Made them fade in and out
- Hide up/down buttons when not required

Note, there are some pending changes to Qt to disable
the graphicsevent cache that can cause issues when
scrolling items.

Reviewed-by: thorbjorn
2010-05-07 12:33:48 +02:00
Roberto Raggi
9e7c13721e Don't use the mime type db to reorder the source files.
It seems that the mime type db got pretty slow, and reordering files
can take minutes.
2010-05-07 11:03:33 +02:00
Kai Koehne
66b9704131 QuickDesigner: Show also items for import ".." in Library
Completely switch to using canonical paths in the subcomponent
manager.
2010-05-07 10:54:02 +02:00
con
7d88da6a32 Find created sis files, even if DESTDIR is set.
Symbian mkspec puts the package file into the build directory,
not the destination directory.
2010-05-07 10:42:39 +02:00
hjk
e6dc3fbf4c fakevim: remove m_beginEditBlock hack. This is not needed with Qt 4.7 anymore. 2010-05-06 16:05:44 +02:00
hjk
b4260c9a18 fakevim: consolidate transformation related code 2010-05-06 15:49:11 +02:00
con
e1c032f325 Fix drawing of collapse block indicator (fractional font sizes).
Task-number: QTCREATORBUG-1319
Reviewed-by: Thorbjørn Lindeijer
2010-05-06 15:27:10 +02:00
hjk
d110043cff fakevim: make :e open the Locator by default 2010-05-06 14:46:08 +02:00
hjk
ccc959f4e3 fakevim: cursor movement is _exclusive_ when using / 2010-05-06 14:16:41 +02:00
hjk
5f954d106c fakevim: document the 'RangeMode' enum 2010-05-06 14:08:23 +02:00
Roberto Raggi
73e9f14a63 Add aliases to the list of the potential types. 2010-05-06 14:05:40 +02:00
Robert Loehning
5cfae53794 Fakevim: Fixed handling of line endings on Windows. 2010-05-06 13:23:50 +02:00
hjk
e9e59da0dc fakevim: Make replace mode a real "mode" instead an Insert mode submode 2010-05-06 12:12:07 +02:00
dt
ce8b257f4b Close output windows on session switching
Task-Nr: QTCREATORBUG-390
2010-05-06 11:21:42 +02:00
Roberto Raggi
c0429dbd2a Search for a valid class. 2010-05-06 10:36:11 +02:00
ck
369acdef85 Compile fix for Windows.
Written-by: Robert Loehning
2010-05-06 09:25:29 +02:00
Robert Loehning
28f6de61c6 Fakevim: Using existing object 2010-05-05 19:21:31 +02:00
con
e6497f61fd Merge remote branch 'origin/2.0' 2010-05-05 19:06:57 +02:00
con
5e89622aa7 Support QTextEdit and Utils::PathChooser as fields in template based wizards. 2010-05-05 19:02:54 +02:00