Thomas Hartmann
c70e28bb64
QmlDesigner: fixes potential bug
...
QtQuick 1.0 does not belong anywhere
Reviewed-by: Kai Koehne
2010-10-08 15:28:57 +02:00
Thomas Hartmann
45aa74ab07
QtQuickToolBars: bugfix for TextInput and TextEdit
...
TextEdit and TextInput were ignored
Reviewed-by: Kai Koehne
2010-10-08 15:28:56 +02:00
Friedemann Kleint
f5909abe09
Debugging helpers: Fix building
...
- Report errors correctly.
- Do not pass empty target argument to qmake
- Give 'make' a longer timeout and change timeout checking to
trigger after last output line was obtained from process
- Make build log dialog non-modal and ensure it pops up on failure
even if a different Qt version was selected in-between
- Disable Rebuild-button while build is running.
Reviewed-by: Kai Köhne <kai.koehne@nokia.com >
Reviewed-by: Lasse Holmstedt <lasse.holmstedt@nokia.com >
2010-10-08 15:13:02 +02:00
hjk
f6a1e3b388
debugger: fix displayed size of QVector in compiled dumpers
...
Reviewed-by: Friedemann Kleint
Task-number: QTCREATORBUG-2634
2010-10-08 15:02:48 +02:00
Friedemann Kleint
edeccf7307
Debugger: Fix dumpers in case alphabetical sorting is off.
...
No longer change iname to obtain sorting.
Reviewed-by: hjk
2010-10-08 14:57:39 +02:00
Friedemann Kleint
561cad378e
Debugger: Fix dumping anonymous structs.
...
Reviewed-by: hjk
2010-10-08 14:57:39 +02:00
hjk
373da663a4
debugger: compile fix for manual test
2010-10-08 14:56:17 +02:00
hjk
5f5c9c9d36
creator plugin template: compile fix
...
Reviewed-by: Friedemann Kleint
Task-number: QTCREATORBUG-2655
2010-10-08 14:44:38 +02:00
Tobias Hunger
e78b8cf4cc
VCS: String update
...
String update as suggested by Leena.
2010-10-08 14:30:33 +02:00
Tobias Hunger
eb9b15be8c
Git: Clean up the menu of the git plugin
2010-10-08 14:30:32 +02:00
Tobias Hunger
9293ecabc3
Git: Show native pathes to repositories
2010-10-08 14:30:31 +02:00
Tobias Hunger
fd96819161
Qt4: Use native pathes in qmake arguments
...
Use native pathes in qmake arguments.
2010-10-08 14:30:30 +02:00
Tobias Hunger
c8065c2370
VCS: raise submit editor to the front when prompting
...
Bring the submit to the front when asking whether the change should
get committed or not. This is useful when e.g. closing creator
while a submiteditor is open somewhere (but not visible).
2010-10-08 14:30:29 +02:00
Tobias Hunger
72eaca26db
Session: Do not save temporary editors
...
Do not save temporary editors in the session. Chances are high
that files opened in those editors are not around when the
session is reopened.
Task-number: QTCREATORBUG-2422
2010-10-08 14:30:28 +02:00
Tobias Hunger
bb02af93dd
Git: Consider new files a diff
...
When checking for a difference and being asked to handle untracked
files: Actually consider the presence of untracked files a change.
Fixes git commit editor not coming up when there were no changes,
only additions of new files.
2010-10-08 14:30:27 +02:00
Tobias Hunger
ad008b9b57
Environment: Disable escaping when expanding variables
...
This breaks too much on windows.
Reviewed-by: dt
2010-10-08 14:30:26 +02:00
hjk
f3dfc8915d
debugger: add python dumper for QFixed
...
Reviewed-by: Alessandro Portale
2010-10-08 14:26:44 +02:00
hjk
0ad538ebfb
debugger: test gcc RVO bug not too extensively
2010-10-08 13:50:04 +02:00
hjk
e6eef77d35
debugger: python dumper for std::stack was tested but not implemented
...
Reviewed-by: Leandro Melo
Task-number: QTCREATORBUG-2665
2010-10-08 13:50:04 +02:00
hjk
880312c549
version bump: 2.0.92 -> 2.0.93
2010-10-08 13:50:04 +02:00
con
2ee57b31d2
Don't override user's shortcut settings for navigation panes at startup.
...
The action manager was reading the settings before the navigation panels
had their commands registered.
Task-number: QTCREATORBUG-2005
Reviewed-by: hjk
2010-10-08 13:48:26 +02:00
con
028a2c8f5c
File search wasn't showing non-latin1 chars correctly in results.
...
Missing conversion back to the codec. This fixes it only for Utf8
encoded files. It was only happening for non-regexp searches.
Task-number: QTCREATORBUG-65
Reviewed-by: Robert Loehning
2010-10-08 13:48:25 +02:00
con
6b6eeb8765
Make text consistent.
...
Reviewed-by: Leena Miettinen
2010-10-08 13:48:25 +02:00
Erik Verbruggen
4cebb668bf
C++: check for header file without corresponding source file in quickfix.
...
Reviewed-by: Christian Kamm
2010-10-08 13:15:21 +02:00
Erik Verbruggen
e57297f6ee
C++: disable definition generation for pure virtual methods.
2010-10-08 13:15:21 +02:00
Erik Verbruggen
7334ed9ec4
C++: fixed translatable quick-fix strings.
2010-10-08 13:15:21 +02:00
Erik Verbruggen
192ca70649
C++ Parser: fix infinite loop when recovering from incorrect @selector expression.
2010-10-08 13:15:21 +02:00
Erik Verbruggen
ac9fc40645
C++ Editor: check for method existing decl/def when inserting new ones.
2010-10-08 13:15:20 +02:00
Erik Verbruggen
0555837c7f
C++ Editor: prevent insertion of method definitions in header files.
2010-10-08 13:15:20 +02:00
Erik Verbruggen
9deccd3176
C++ Editor: only show quickfix to insert a public declaration.
...
Reviewed-by: Roberto Raggi
2010-10-08 13:15:20 +02:00
Christian Kamm
4751d92df4
QmlJS: Always register C++ based components with their C++ name.
...
This is the name that other components will refer to it by. For
instance, MouseArea has a 'drag' property with type 'QDeclarativeDrag',
since QDeclarativeDrag was only exported as Qt.Drag and QtQuick.Drag,
the type lookup didn't manage to resolve the name.
(cherry picked from commit b53ba61248 )
2010-10-08 13:09:31 +02:00
Christian Kamm
7e3294a8ce
C++ indenter: Don't get confused on 'for (a in b)'.
...
Reviewed-by: Roberto Raggi
Reviewed-by: Erik Verbruggen
(cherry picked from commit c2d890f65e )
2010-10-08 13:09:26 +02:00
Denis Mingulov
074cfd6710
Qml Designer: Fix compilation without WebKit
...
Merge-request: 2181
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2010-10-08 12:57:45 +02:00
hjk
4f05687ed0
version bump: 2.0.91 -> 2.0.92
v2.1.0-beta
2010-10-07 15:05:56 +02:00
Christian Kamm
f0f623bcb8
Fix crash related to 'add definition from declaration' quickfix.
...
Reviewed-by: hjk
Reviewed-by: Erik Verbruggen
2010-10-07 14:54:04 +02:00
Tobias Hunger
95107b0998
Fix QML custom plugin wizard
...
Fix QML custom plugin wizard to work on windows and for pathes
comtaining spaces.
Reviewed-by: Erik Verbruggen
2010-10-07 14:23:13 +02:00
Olivier Goffart
6d73634429
Fix typo in a comment
2010-10-07 11:25:53 +02:00
Friedemann Kleint
ea221b7ec1
Debugging Helpers: Include MinGW.
...
Reviewed-by: hjk
Acked-by: hjk
2010-10-07 11:02:00 +02:00
Christiaan Janssen
6be0a8b338
QmlCppDebugger: failing gracefully when cdb engine cannot be initialized
...
Reviewed by: Friedemann Kleint
2010-10-06 17:18:31 +02:00
Thomas Hartmann
864ebf5bcd
QtQuickToolbar: disabling tooltip hoovering
...
This feature is not polished enough for the beta
Reviewed-by: dt
2010-10-06 15:04:52 +02:00
hjk
6f35c937ca
debugger: fix breakpoint marker drawing after session ends
...
This is a stop-gap measure to make breakpoints usable again.
Proper fix is still needed.
Reviewed-by: Friedemann Kleint
2010-10-06 15:00:47 +02:00
Kai Koehne
5532f939b5
QmlObserver: Fix compilation if no private headers are installed
...
Don't support the Recording + Test Script features if there are
no private headers installed.
Reviewed-by: Lasse Holmstedt
2010-10-06 14:59:25 +02:00
Christian Kandeler
da7dd6181a
Maemo: Make failed UTFS client upload non-fatal.
...
The reason is almost always that another instance is still running,
which means the program is already there anyway.
Reviewed-by: kh1
Reviewed-by: dt
2010-10-06 14:57:41 +02:00
Friedemann Kleint
2b047a2680
Building debugging helpers: Increase timeout to 80000ms.
...
Reviewed-by: hjk
2010-10-06 14:56:18 +02:00
Leandro Melo
f28018ab5b
Fix color tooltip crash on mac.
...
Reviewed-by: hjk
Reviewed-by: dt
Task-number: QTCREATORBUG-2038
2010-10-06 13:45:18 +02:00
Friedemann Kleint
90872c632d
Debugger[CDB]: Fix breakpoints.
...
Reviewed-by: hjk
Reviewed-by: aep <arvid.picciani@nokia.com >
Task-number: QTCREATORBUG-2612
2010-10-06 13:39:21 +02:00
Thomas Hartmann
fefc6cfe6d
Using import Qt 4.7 (again)
...
We have to support the N900
Reviewed-by: dt
2010-10-06 13:35:47 +02:00
Tobias Hunger
7ef2d81aad
Symbian: Add unit tests for RVCT parser
...
* Add unit tests for RVCT parser
* Make the unit tests pass.
2010-10-06 12:35:02 +02:00
Christian Kandeler
2c35a6417a
Maemo: Fix SSH signal connections.
2010-10-06 11:16:47 +02:00
hjk
7ad324feb3
debugger: more breakpoint fixes
2010-10-06 11:05:40 +02:00