Commit Graph

9759 Commits

Author SHA1 Message Date
Leena Miettinen
1c570e877d Add information about enabling the experimental Qt Quick visual editor.
Reviewed-by: Kai Koehne
2010-04-13 13:37:15 +02:00
Daniel Molkentin
0a0388f808 Shortcuts: Remove ambigous Shortcut in MSVC mapping.
Task-Number: QTCREATORBUG-739
2010-04-13 13:03:01 +02:00
dt
0bd06f1064 Work around to deep build directory.
Reviewed-By: hunger
Task-Nr: QTCREATORBUG-1036
2010-04-13 12:30:01 +02:00
Erik Verbruggen
528ec741c1 Add private frameworks when a framework is added.
Task-number: QTCREATORBUG-1102
Reviewed-by: Roberto Raggi
2010-04-13 12:29:05 +02:00
Thomas Hartmann
375dd56ef0 QmlDesigner.propertyEditor: fixes rare crashbug 2010-04-13 12:13:14 +02:00
Thomas Hartmann
6aaeff7706 QmlDesigner.propertyEditor: fixing contrast 2010-04-13 12:13:13 +02:00
Thomas Hartmann
ae0254278d QmlDesigner.propertyEditor: using OriginWidget in qml 2010-04-13 12:13:13 +02:00
Thomas Hartmann
b875ad9c96 QmlDesigner.propertyEditor: fixing weird bug 2010-04-13 12:13:12 +02:00
Thomas Hartmann
41b3a9a952 QmlDesigner.propertyEditor: adding widget for transformOrigin 2010-04-13 12:13:11 +02:00
mae
d633ec2094 Fix find scope expanding
We now use two cursors, with the first one being positioned at the
character before the find scope starts. This makes it possible
to extend the scope when typing at the beginning or the end of
it. This is more what the user expects. The effect is noticable
with find&replace of words at the beginning or end of the scope.
2010-04-13 12:07:43 +02:00
Jens Bache-Wiig
512b312cc1 Some minor modifications to fancylineedit 2010-04-13 12:07:00 +02:00
ck
dbafd89fdf Maemo: Don't expect gdbserver to start immediately. 2010-04-13 11:13:20 +02:00
ck
75b1fcdd66 Maemo: Add prefix to run control class members. 2010-04-13 11:13:20 +02:00
ck
8a6040c739 Maemo: Remove double initialization of debugger manager. 2010-04-13 11:13:20 +02:00
ck
5cce19f621 Maemo: Get rid of superfluous signal. 2010-04-13 11:13:20 +02:00
Lasse Holmstedt
c72043f578 Sorting to QML project file selector, and update when files change
Task-number: BAUHAUS-548
Reviewed-by: kkoehne
2010-04-13 11:08:37 +02:00
Daniel Molkentin
ccfc4de16e MSVC keyboard scheme: fix undo shortcut
Task-Number: QTCREATORBUG-972
2010-04-13 10:26:39 +02:00
ck
cfc07ceacf Maemo: Add filter to key file dialog.
Task-number: QTCREATORBUG-1067
2010-04-13 10:05:32 +02:00
ck
d469a6236a Add part missing in bf8227a721e5f7bd1e354ca4533aed4cafe23c80. 2010-04-13 10:05:32 +02:00
ck
e0f79f8855 Maemo: Refactor running, debugging and stopping
Move common functionality between run and debug into base class.

Reviewed-by: kh1
2010-04-13 10:05:32 +02:00
mae
bf28a3db54 Restrict find & replace to vertical block selection 2010-04-12 20:50:09 +02:00
Jens Bache-Wiig
894fd9d7b3 Improved fancylineedit and consistency
- fixed some RTL issues. I removed isSideStored
and useLayoutDirection. Instead we simply flip the
sides if RTL is in use.
- added the fader animation and clear icon that we
use in Designer already.
- fixed the double toplevel popup focus issues we
had with the locator menu.
- removed some redundant labels and reset buttons
2010-04-12 19:49:22 +02:00
Thorbjørn Lindeijer
7d023ef115 FakeVim: Text editor always does incremental search
When copying text editor settings, put incremental search on true.

Reviewed-by: hjk
2010-04-12 18:54:06 +02:00
Thorbjørn Lindeijer
4d5b7325af Redesigned the layout of the FakeVim options page
Also use spin boxes for the number inputs.

Reviewed-by: hjk
2010-04-12 18:54:06 +02:00
Thorbjørn Lindeijer
5e96fa3a91 Create a single parent options page for the Version Control category
Cleans up some duplication for each page.

Reviewed-by: Friedemann Kleint
2010-04-12 18:54:05 +02:00
Thorbjørn Lindeijer
f9051e6f87 Renamed VCSBaseSettingsPage to CommonSettingsPage
To free up the name for an upcoming VCSBaseOptionsPage class that forms
the base for all version control option pages.

Reviewed-by: Friedemann Kleint
2010-04-12 18:54:05 +02:00
Thorbjørn Lindeijer
9454fe5689 Create a single parent options page for the Text Editor category
Trying to clean up a little.
2010-04-12 18:54:05 +02:00
Thorbjørn Lindeijer
872a75efdf Fixed inconsistency in settings group used for font settings
Might have been the cause of endless creations of "customized" color
schemes as seen by Roberto.
2010-04-12 18:54:05 +02:00
Thorbjørn Lindeijer
f8a29ea465 Cosmetics 2010-04-12 18:54:05 +02:00
Thorbjørn Lindeijer
394cad3f79 Override IOptionsPage::matches for ShortcutSettings page
It wasn't finding this page when looking for 'shortcut'.
2010-04-12 18:54:04 +02:00
Daniel Molkentin
9c8079f091 Keep targets in the minitargetselector sync with the project settings
Task-number: QTCREATORBUG-1097
Reviewed-by: dt
2010-04-12 18:26:29 +02:00
dt
a12daa6262 Change the build directory for cmake
It is now in the parent directory of the src directory.
Task-Nr:   QTCREATORBUG-1109
2010-04-12 17:39:59 +02:00
Lasse Holmstedt
9606c818b7 Sorting for runnable qml files alphabetically 2010-04-12 17:33:51 +02:00
dt
a1f7e462cd Remove debug output 2010-04-12 17:27:03 +02:00
dt
48ee824733 Fix crash
Nowadays we don't use QString::null for special cases, thus the
filemanager can allow that.

Task-Nr: QTCREATORBUG-1072
2010-04-12 17:27:03 +02:00
dt
6bb9fb2675 Fix openEditorWithContents to not crash
We don't call EditorManager::openEditorWithContents without a
titlepattern, but that would crash
2010-04-12 17:27:03 +02:00
Daniel Molkentin
7f0f56434d Sanatize Spinbox length in debugger options 2010-04-12 17:14:24 +02:00
Tobias Hunger
94cb5db5b9 Fix possible crash in TargetSetupPage
Properly register Qt versions and do not delete them afterwards

Task-number: QTCREATORBUG-1122
Reviewed-by: dt
2010-04-12 16:56:40 +02:00
kh1
66e5da215a Fix typo. 2010-04-12 16:43:23 +02:00
kh1
a84b3b5291 Implement Ctrl+Tab/Ctrl+Shift+Tab support to cycle thru open pages.
Reviewed-by: ck
2010-04-12 16:13:58 +02:00
hjk
76fed505ac debugger: fix QString dumper
Doh! In contrast to the C++ version we are operating on ushort* here.
2010-04-12 15:45:36 +02:00
Erik Verbruggen
fbb8f39945 Fixed ruler alignment on MacOS for fonts with fractional metrics.
Task-number: QTCREATORBUG-1065
Reviewed-by: mae
2010-04-12 15:39:42 +02:00
hjk
be0dfb8cfc debugger: slightly better wording of action names when disabling multiple
breakpoints
2010-04-12 15:24:56 +02:00
hjk
ea80841025 debugger: fix QTCREATORBUG-1127 (kill on disabling multiple breakpoints) 2010-04-12 15:24:56 +02:00
Leena Miettinen
b85dd9faf9 Update information about shadow building now being the default (with restrictions).
Reviewed-by: Tobias Hunger
2010-04-12 15:19:25 +02:00
Thomas Hartmann
0006e0689b QmlDesigner.propertyEditor: hide reset property button if not applicable
See Bauhaus-233
2010-04-12 15:19:12 +02:00
Thomas Hartmann
3401654964 QmlDesigner.propertyEditor: fix FileWidget
See: Bauhaus-577
2010-04-12 15:19:11 +02:00
Thomas Hartmann
01e364d5ba QmlDesigner.propertyEditor: visual feedback for x,y,w,h if anchored
there is now visual feedback that x,y,width,height cannot be changed
for anchored items
See BAUHAUS-228
2010-04-12 15:19:11 +02:00
Thomas Hartmann
a48d3897ea QmlDesigner.propertyEditor: fixes expressions and undo
Setting an expression is now one step in the Undo/Redo history
See Bauhaus-527
2010-04-12 15:19:10 +02:00
Thomas Hartmann
2a805a0d41 QmlDesigner.propertyEditor: unifying font sizes 2010-04-12 15:19:10 +02:00