- 13 Apr, 2010 33 commits
-
-
Kai Koehne authored
Reviewed-by: Thomas Hartmann
-
Kai Koehne authored
It seems the runtime got new checks, since loading the Property Editor failed with 'Invalid property assignment: "font" is a read-only property"' Reviewed-by: Thomas Hartmann
-
Kai Koehne authored
Reviewed-by: Thomas Hartmann
-
Kai Koehne authored
Actually it's 'variant' now, not 'var' any more Reviewed-by: Thomas Hartmann
-
Kai Koehne authored
45ca7aff2c04c in qt.git replaces 'var' with 'variant' Reviewed-by: Thomas Hartmann
-
Tobias Hunger authored
Reviewed-by: Thorbjorn
-
ck authored
Move more common parts into base class. Reviewed-by: kh1
-
ck authored
Rename function to better reflect its meaning. Add prefix to class members.
-
ck authored
-
ck authored
Reviewed-by: kh1
-
mae authored
When drawing the background for an ifdefed-out block, expand to the end of the visible viewport, even when scrolled horizontally to the right.
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
* Remove PathChooser widget so that you need to use a proper dialog to select pathes. So typing into that PathChooser is no longer slow;-) The PathChooser does not provide a proper signal on when a user is done entering a directory, so it was not a good choice. Tasknumber: QTCREATORBUG-1128 Reviewed-by: dt
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
If the same Qt version was imported twice then this was not detected properly. Reviewed-by: dt
-
Tobias Hunger authored
* Fix a possible memleak while at it. TaskNumber: QTCREATORBUG-1125 Reviewed-by: dt
-
dt authored
Reviewed-By: hunger Task-Nr: QTCREATORBUG-1036
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-1102 Reviewed-by: Roberto Raggi
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
mae authored
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.
-
Jens Bache-Wiig authored
-
ck authored
-
ck authored
-
ck authored
-
ck authored
-
Lasse Holmstedt authored
Task-number: BAUHAUS-548 Reviewed-by: kkoehne
-
ck authored
Task-number: QTCREATORBUG-1067
-
ck authored
-
ck authored
Move common functionality between run and debug into base class. Reviewed-by: kh1
-
- 12 Apr, 2010 7 commits
-
-
mae authored
-
Jens Bache-Wiig authored
- 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
-
Thorbjørn Lindeijer authored
When copying text editor settings, put incremental search on true. Reviewed-by: hjk
-
Thorbjørn Lindeijer authored
Also use spin boxes for the number inputs. Reviewed-by: hjk
-
Thorbjørn Lindeijer authored
Cleans up some duplication for each page. Reviewed-by: Friedemann Kleint
-
Thorbjørn Lindeijer authored
To free up the name for an upcoming VCSBaseOptionsPage class that forms the base for all version control option pages. Reviewed-by: Friedemann Kleint
-
Thorbjørn Lindeijer authored
Trying to clean up a little.
-