Friedemann Kleint
196d7b0cf4
VCS[git]: Handle stderr in SynchronousProcess::readDataFromProcess
...
Timeout handling cannot rely on bytesAvailable(), which applies to
stdout only in the normal case. For 'git pull', which output its
progress on stderr, stderr needs to be checked separately.
Task-number: QTCREATORBUG-777
2010-03-01 12:29:10 +01:00
Thomas Hartmann
f7a102dbfe
QmlDesigner.statesEditor: adept to qml syntax changes
2010-03-01 11:43:46 +01:00
Thomas Hartmann
df88a53633
QmlDesigner.itemLibrary: adept to qml syntax changes
2010-03-01 11:43:45 +01:00
Friedemann Kleint
c56b56be81
VCS: Minor fixes
...
- git status: Recognize text in case -u was passed
- Mercurial: Always run in C locale
2010-03-01 10:33:35 +01:00
hjk
a0b11de045
compile fix with namespaces
2010-03-01 10:28:34 +01:00
hjk
5a0d20fdb3
debugger: heed 'I am dying' messages from the bluetooth listener
2010-03-01 10:28:34 +01:00
hjk
73ef5e33ea
debugger: properly display function pointers with python
2010-03-01 10:28:34 +01:00
Friedemann Kleint
a1fed931c4
VCS: Fix time-out handling for synchronous processes.
...
Introduce static utilities to Utils::SynchronousProcess
for synchronous processes that mimicks the handling
of Utils::SynchronousProcess (apply timeout after no
more data are available on stdout/stderr as opposed
to waitForFinished()).
Task-number: QTCREATORBUG-777
2010-03-01 10:06:32 +01:00
Thomas Hartmann
1f940786fb
Merge branch 'qml_renaming'
...
Conflicts:
src/plugins/qmldesigner/components/propertyeditor/basicwidgets.cpp
src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
2010-03-01 09:44:00 +01:00
Thomas Hartmann
4b2196e8b8
QmlDesigner: adding resources
2010-03-01 08:19:32 +01:00
Thomas Hartmann
df6b225dc1
QmlDesigner.propertyEditor: fixes glitch in caching
2010-03-01 08:19:31 +01:00
Kai Koehne
f1c8dc6521
Fix outdated documentation in helloworldplugin
2010-02-28 14:37:11 +01:00
Kai Koehne
7a4213107f
QmlDesigner: Replace misleading default label in Design mode
...
People will only see the default widget while Bauhaus initializes
2010-02-28 14:35:15 +01:00
Kai Koehne
37df9fcb78
QmlProjectManager: Remove debugging output
2010-02-28 10:58:10 +01:00
Kai Koehne
19553984f5
List HelloWorld.pluginspec in helloworld.pro
2010-02-27 14:25:26 +01:00
Kai Koehne
f8d751bb26
Fix compilation of HelloWorld plugin
2010-02-27 14:21:53 +01:00
Friedemann Kleint
214679d65b
Git: Improve Timeouts.
...
- Observe timeout setting when running synchronous commands.
- Increase Default on Windows
- Stop process with terminate first (signal).
Task-number: QTCREATORBUG-777
2010-02-26 17:43:37 +01:00
Friedemann Kleint
0239a3822c
Reduce file watchers.
...
Do not add file watchers on editors with temporary files (VCS
diff/commit. etc). Add a flag to FileManager::addFile() specifying
if one wants a watcher.
Acked-by: con <qtc-committer@nokia.com >
2010-02-26 17:20:32 +01:00
Lasse Holmstedt
2a35bb7949
Fixed init order
2010-02-26 17:00:15 +01:00
Lasse Holmstedt
3c179aacc8
Removed debugging output from debugger ui switcher
2010-02-26 16:56:08 +01:00
Jens Bache-Wiig
414933d6cd
Hide warning and error icons when not needed
...
This should make the build bar a bit more
minimal. You can still click the panel to
access the results so no functionality is
lost.
2010-02-26 16:52:55 +01:00
Lasse Holmstedt
4910086277
Moved debugger language selection from toolbar to menu
2010-02-26 16:39:12 +01:00
Thorbjørn Lindeijer
73a5bd479f
Fixed indentation of InternalNode
2010-02-26 16:14:11 +01:00
Thorbjørn Lindeijer
da592767be
Display files outside of the project directory for generic projects
...
Task-number: QTCREATORBUG-372
2010-02-26 16:14:11 +01:00
Jens Bache-Wiig
7bd076e4f0
Improve sidebar readability on mac
...
Slightly increased the font size. Added a bit
more shadow and tweaked the progress bar.
2010-02-26 16:12:59 +01:00
Jens Bache-Wiig
db599cd7eb
I cleaned up and unified some of the icons
...
Now lets get some feedback. :)
2010-02-26 16:12:59 +01:00
Friedemann Kleint
68bcefa404
Class wizard: Guess recommended type from base class
...
employing some smartness.
Task-number: QTCREATORBUG-776
2010-02-26 16:11:14 +01:00
con
d2e5b19438
Fix crash with empty search term.
...
Also disable "Search" buttons in this case.
2010-02-26 15:46:43 +01:00
Friedemann Kleint
fc60d6c62d
Designmode/Designer: Fix uic code model support.
...
...to use new editor.
Reviewed-by: Lasse Holmstedt <lasse.holmstedt@nokia.com >
2010-02-26 15:20:50 +01:00
Kai Koehne
c7f7585bda
QmlDesigner: Take some more qml elements out of general Qt namespace
...
Reviewed-by: Thomas Hartmann
2010-02-26 15:01:37 +01:00
Friedemann Kleint
13a608f86f
uic-Codemodel-updating: Decouple form editor.
...
Pass around contents as string, saving repeated
invocation of FormWindowEditor::contents().
Remove dependency to FormWindowEditor.
Reviewed-by: dt <qtc-committer@nokia.com >
2010-02-26 14:55:39 +01:00
Thomas Hartmann
ba55311f80
QmlDesigner.propertyEditor: add selectionChanged property to context
2010-02-26 14:52:40 +01:00
Thomas Hartmann
640f794e9e
QmlDesigner.propertyEditor: caching works again for the color widgets
2010-02-26 14:52:38 +01:00
Thomas Hartmann
6c2bb2e7d7
QmlDesigner.propertyEditor add notifier for QWidget::visible
2010-02-26 14:52:37 +01:00
mae
868dac8088
Fixed moving lines up/down through folded code
...
Previously this resulted in the folded code being removed.
Task-number: QTCREATORBUG-768
2010-02-26 14:52:01 +01:00
Kai Koehne
dbfe2e7f5e
QmlDesigner: Fix compilation with latest changes of QDeclarative
...
All files have been renamed from Qml to QDeclarative.
Registration of types is now done in an initializer method.
QmlView/QDeclarativeView doesn't have an execute method any more.
QDeclarativeMetaObject became private API.
QmlMetaProperty / QDeclarativeProperty has now different API.
2010-02-26 14:50:34 +01:00
Kai Koehne
4c59f3f2ce
QmlProjectManager: Fix compilation with latest changes of QDeclarative
...
All files have been renamed from Qml to QDeclarative.
Registration of types is now done in an initializer method.
2010-02-26 14:46:04 +01:00
Lasse Holmstedt
b282d27f3a
Fixed crash on Qt Designer close
2010-02-26 14:44:37 +01:00
Kai Koehne
318fee6f5c
QmlJS: Fix compilation with latest changes of QDeclarative
...
All files have been renamed from Qml to QDeclarative
2010-02-26 14:43:39 +01:00
Kai Koehne
4ee19843d7
QmlInspector: Fix compilation with latest changes of QDeclarative
...
All files have been renamed from Qml to QDeclarative
2010-02-26 14:42:11 +01:00
Lasse Holmstedt
e952d30914
Fixed resource file issue with Qt Designer and switching to edit mode while debugging
2010-02-26 14:29:12 +01:00
Friedemann Kleint
2a7afc4ac0
Design mode: tr()-Fix.
2010-02-26 14:20:17 +01:00
Friedemann Kleint
c0a68f53c3
Tr()-fixes.
2010-02-26 14:20:17 +01:00
Tobias Hunger
37ec59f96c
Fix crash when deleting targets
...
* Update signal names to be more in sync with those found on the QTabBar
Reviewed-by: con
2010-02-26 14:16:42 +01:00
Tobias Hunger
07d025603c
Remove Maemo emulator
...
* kh1 says there is no such thing as there is no technical
destinction between Maemo devices and the Maemo emulator.
Reviewed-by: kh1
2010-02-26 14:16:42 +01:00
Christiaan Janssen
487dfba9f2
QmlDesigner.PropertyEditor: Color coding for standard combo box properties
2010-02-26 13:59:41 +01:00
Oswald Buddenhagen
e22e8035c6
make profile cache thread safe
...
Reviewed-by: thiago
2010-02-26 13:09:20 +01:00
Oswald Buddenhagen
66780cf198
cache failed parses as well
2010-02-26 13:09:20 +01:00
Thomas Hartmann
67cc2fe17f
DesignerPlugin: compile fix for Windows
2010-02-26 12:22:11 +01:00
kh1
a0e306fc2f
Fix possible mem leak, spotted by Thorbjorn.
...
Reviewed-by: Thorbjorn
2010-02-26 12:01:48 +01:00