Jens Bache-Wiig
ad5dde3bfe
Reduce spacing in the statusbar for mac
...
This was a workaround for an issue that is no longer present
so we might as well use the same spacing
2010-04-15 17:10:17 +02:00
Jens Bache-Wiig
fd5051fc06
Fixed a styling problme with the zoom action in the qml editor
...
We didnt set manhattan style properties properly on the
tool bars. This would look rather broken in certain styles.
2010-04-15 17:07:17 +02:00
Friedemann Kleint
ef926c6343
WelcomeModeLabel: Make usable in Designer as a normal 'styled' label.
...
Remove HTML-formatting and replace by properties set in constructor.
Use in forms.
2010-04-15 16:01:18 +02:00
ck
3a9e75302f
QML: Fix compilation with namespaced Qt.
2010-04-15 15:56:49 +02:00
Christian Kamm
e145c6ae53
QmlJSEditor: Fix brace matching for "A on b {" syntax.
...
Reviewed-by: Roberto Raggi
2010-04-15 15:38:20 +02:00
Thorbjørn Lindeijer
407fa3c3d5
Added theme icon to the help contents action
...
Also put it at the top, since it looks better there with the icon.
2010-04-15 15:08:51 +02:00
Thorbjørn Lindeijer
2cebfd001f
Put some space between completion info tooltip and delay appearing
...
Done with mae and Jens Bache-Wiig.
2010-04-15 15:08:51 +02:00
Thorbjørn Lindeijer
7fc5c4173d
Corrected a bunch of capitalizations in label texts
2010-04-15 15:08:51 +02:00
Thorbjørn Lindeijer
20636f529b
Unified the three fake tooltip copies
...
Reviewed-by: mae
2010-04-15 15:08:51 +02:00
Lasse Holmstedt
990ec1be91
Added debugging mode for simultaneous QML and C++ debugging
...
It's not yet possible to attach to an external app running a qml
debugging server, because the server is only started on startup if an
env variable is set. Changing this requires action from Brisbane, but
even the current solution works for C++ apps with QML in them.
Task-number: BAUHAUS-585
Reviewed-by: dt
2010-04-15 15:08:32 +02:00
ck
c31d70743e
Maemo: Make packaging errors appear in task windows.
...
Reviewed-by: kh1
2010-04-15 14:47:01 +02:00
ck
44a953e84c
Maemo: Deploy and install packages instead of raw executables.
...
Reviewed-by: kh1
2010-04-15 14:47:01 +02:00
Friedemann Kleint
588884be86
Debugger[CDB]: Format a verbose message when stopping.
...
Including reason, etc, and show in status bar. Switch to assembler
in activateFrame() in case someone clicks on an unusable frame.
2010-04-15 14:37:10 +02:00
con
73e6ba480e
Fix undo operation for removing items from qrc files.
...
Task-number: QTCREATORBUG-1106
2010-04-15 14:17:50 +02:00
dt
ee230f2d54
Fixes crash on adding configurations
...
Reviewed-By: hunger
2010-04-15 14:12:37 +02:00
dt
5c6007226f
Fix crash on removing cloned buildconfigurations
...
Reviewed-By: hunger
2010-04-15 13:58:13 +02:00
hjk
be9c181680
fakevim: properly handle ø in the minibuffer
2010-04-15 13:58:35 +02:00
hjk
a51cf52430
fakevim: properly handle ø in the minibuffer
2010-04-15 13:54:35 +02:00
hjk
1f176af9d4
fakevim: fix ^ when it is a dead key
2010-04-15 13:29:35 +02:00
Friedemann Kleint
02a9a46216
Debugger[CDB]: Fix watchers.
...
Task-number: QTCREATORBUG-1139
2010-04-15 11:57:14 +02:00
Christian Kamm
f47135c919
QmlJS: Fix code model for QSize and QSizeF.
...
Means their members are now completed correctly.
Task-number: QTCREATORBUG-1132
Reviewed-by: Erik Verbruggen
2010-04-15 11:41:24 +02:00
ck
7289fbfe90
Maemo: Do check for valid device confuguration earlier.
2010-04-15 11:37:50 +02:00
ck
5df34cad07
Maemo: Fix package name construction.
2010-04-15 11:37:50 +02:00
Friedemann Kleint
8a4ac577ef
Settings pages: Remove group box from Symbian, kill uic warning.
2010-04-15 09:43:33 +02:00
Friedemann Kleint
c1623c7394
Welcome page: Polishing (memory leaks, slot names).
2010-04-15 09:35:04 +02:00
Daniel Molkentin
3c6b49d2a1
Remove superflous margins. Fixes layout on OS X.
2010-04-15 00:29:47 +02:00
Daniel Molkentin
931b5e5570
Fix typo in welcome page
2010-04-15 00:00:30 +02:00
Robert Loehning
8aa5f3d897
Compile fix for MSVC 2005
2010-04-14 20:32:03 +02:00
Jens Bache-Wiig
4449687544
Fixed centering and background of welcomepage
...
We still need a more decorative background but I
reintroduced the gradient for now.
2010-04-14 18:29:04 +02:00
con
616cf61f45
Include scanning fixes.
...
Allow include paths with any suffix, and do some sanity check for
existence of paths.
Reviewed-by: Thorbjørn Lindeijer
2010-04-14 18:07:41 +02:00
Jens Bache-Wiig
2b742e2528
Fix some layout issues with the sidebar
...
* Minimum width now depends on translated strings
* Missing margin for target name added
Task-number: QTCREATORBUG-468
2010-04-14 18:01:22 +02:00
Tobias Hunger
fa5379501f
Add cancel button to project import wizard
...
Tasknumber: QTCREATORBUG-1149
2010-04-14 17:56:17 +02:00
Tobias Hunger
5a97f79e0b
Handle qmake with or without trailing .exe
...
Handle qmake with or without trailing .exe on windows. Looks like the
extension got lost recently in the generated Makefiles.
Reviewed-by: dt
2010-04-14 17:46:49 +02:00
dt
c51c16bf58
Fixes wrong state of rerun/stop application output buttons
...
For DebugRunControls.
Task-Nr: QTCREATORBUG-416
2010-04-14 17:32:14 +02:00
Jens Bache-Wiig
ccc3d1e903
Fix welcome screen arrows in reverse mode
...
Task-number: QTCREATORBUG-1134
2010-04-14 17:10:47 +02:00
Jens Bache-Wiig
f552831c9e
Add project path to welcome page
...
Task-number: QTCREATORBUG-140
2010-04-14 16:21:52 +02:00
Tobias Hunger
382df08a2b
Update string
2010-04-14 15:57:29 +02:00
Marco Bubke
424faf1e17
Feedback pane is not anymore shown for changes with cursor keys.
...
Reviewed-by: kkoehne
2010-04-14 15:54:28 +02:00
Marco Bubke
2eb96a8ed3
Don't interact with list there the interface is not fully implemented
...
I changed this because we get "false" crash reports.
Reviewed-by: kkoehne
2010-04-14 15:54:28 +02:00
Kai Koehne
3d2a83910d
QmlProject: Qml runtime command parameter -L has been replaced by -I
...
See commit c3a54c470 in qt
2010-04-14 15:54:28 +02:00
Friedemann Kleint
fbfa825535
Symbian/Linux: Remove GnuPoc autodetection code
...
and make it possible to configure it in the settings.
Split up S60Devices up into a class hierarchy and implement
the Autodetected Windows case and the manually configured
Linux case separately for code clarity. Same with the settings
widgets.
Reviewed-by: con
2010-04-14 15:53:35 +02:00
Christian Kamm
6a12c99bd1
QmlJSEditor: Improve indentation of square brackets.
...
Task-number: QTCREATORBUG-583
Reviewed-by: Roberto Raggi
2010-04-14 15:19:56 +02:00
ck
3d8537922c
Maemo: Introduce functions for package name construction.
2010-04-14 15:08:13 +02:00
ck
2d7b3bf4a0
Maemo: Change misleading status messages.
2010-04-14 15:08:13 +02:00
Friedemann Kleint
dbcc1fed08
WelcomePage: Fix Windows (give slightly more space).
2010-04-14 15:06:12 +02:00
Friedemann Kleint
5b5aa90725
Build Creator custom widgets on Windows.
2010-04-14 15:05:54 +02:00
dt
9749d38fde
Enable the build project action if the project has buildable dependencies
...
Task-Nr: QTCREATORBUG-1016
2010-04-14 14:38:10 +02:00
dt
61e5ce374c
Make Q4ProjecConfigWidget more robust
...
Task-Nr: QTCREATORBUG-1108
Task-Nr: TOOLS-339
2010-04-14 14:38:10 +02:00
Friedemann Kleint
def1b610da
WelcomeModeTreeWidget: Add to Designer widgets lib.
2010-04-14 14:34:43 +02:00
Thomas Hartmann
f612192464
QmlDesigner: fixes crash
...
See Bauhaus-584
There were some locks missing during setup
Reviewed-by: Kai Koehne
2010-04-14 14:19:30 +02:00