- 06 Sep, 2010 11 commits
-
-
Friedemann Kleint authored
-
kh1 authored
work. Task-number: QTCREATORBUG-2255
-
hjk authored
-
hjk authored
not found with the remote adapter
-
Tobias Hunger authored
-
dt authored
Task-Nr: QTCREATORBUG-2269
-
dt authored
-
dt authored
Switch to Edit Mode once we constructed it in Core::init(). Switch to a the Welcome Mode in Core::extensionsInitialized. Also works
-
dt authored
The function always switched to Edit Mode, which was the cause for several bugs. Since openEditor() already does switch to the right mode, the function is not really needed. The following actions now respect the prefered mode of the editor: "f file"-locator The Open Documents list Editor history navigation
-
hjk authored
-
hjk authored
It was missed by the remote adapter before.
-
- 03 Sep, 2010 23 commits
-
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
* Properly handle additional information text without file information by appending it to the previous task.
-
Tobias Hunger authored
This way we have a chance to flush out any state the parsers might have.
-
Roberto Raggi authored
-
Roberto Raggi authored
Unfortunately, we still have a few ILocatorFilter based classes that don't play nice with threads.
-
Kai Koehne authored
Fixes a regression.
-
Friedemann Kleint authored
-
Roberto Raggi authored
-
Kai Koehne authored
Hopefully fixes crash when opening a .qml file from the command line (mac os x).
-
Friedemann Kleint authored
following suggestions. Introduce argument syntax in XML allowing for fine-grained control of handling (omitting empty values, use temporary files).
-
Roberto Raggi authored
Reviewed-by: Friedemann Kleint
-
Kai Koehne authored
-
Kai Koehne authored
Fix QObject::connect warning about incompatible sender/receiver arguments
-
Kai Koehne authored
Select parent element if the property isn't shown in outline (due to filter).
-
Kai Koehne authored
Reviewed-by: dt
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
Try to make the observer mode less intrusive by removing the toolbar, and making the crumblepath only when mode is active / an overlay.
-
Kai Koehne authored
-
Roberto Raggi authored
-
Robert Loehning authored
-
Friedemann Kleint authored
On that occasion, rename Designer to show up as 'Form Editor' instead of Xml Editor in 'Open With'. Task-number: QTCREATORBUG-2246
-
- 02 Sep, 2010 6 commits
-
-
hjk authored
identifiers.
-
hjk authored
-
Oswald Buddenhagen authored
QString::isNull() vs. isEmpty() discrimination is a time bomb ...
-
Oswald Buddenhagen authored
the root cause is in the API of parsedProFile(): it discerns isNull() and isEmpty(), which is of course a time bomb. but in this case the right solution is not trying to parse the empty string in the first place.
-
Lasse Holmstedt authored
-
dt authored
-