- 03 Jun, 2009 18 commits
-
-
Oswald Buddenhagen authored
- clear up some Q_OS_LINUX vs. Q_OS_UNIX - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise) - use proper #if-#else cascades instead of free-standing #ifs
-
Jens Bache-Wiig authored
Details: There are platform differences when drawing overlapping alpha rects here. The workaround was to simply avoid using alpha values for now.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
con authored
Was making the "f" filter unusable, because the popup was hidden when selecting a directory. Reviewed-by:
dt <qtc-committer@nokia.com>
-
Thorbjørn Lindeijer authored
sorry, unimplemented: `method_call_expr' not supported by dump_expr
-
Thorbjørn Lindeijer authored
-
mae authored
-
con authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
Trenton Schulz authored
It's not the Mac's fault!
-
dt authored
Reviewed-By: hjk
-
hjk authored
This also squashes a namespace related bug introduced by the watchutils refactoring.
-
hjk authored
-
hjk authored
the log.
-
hjk authored
-
hjk authored
-
con authored
After changes in Qt that expose a bug in Qt Creator. We actually tried to set the focus on a widget that doesn't accept focus. Set a focus proxy instead. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Jens Bache-Wiig authored
-
- 02 Jun, 2009 16 commits
-
-
Daniel Molkentin authored
Asked-for-by and Reviewed-By: Alessandro Portale
-
Daniel Molkentin authored
Reviewed-By: Ossi
-
Daniel Molkentin authored
Reviewed-By: Ossi
-
kh authored
Reviewed-by: dt
-
kh authored
Reviewed-by: dt
-
Jens Bache-Wiig authored
Details: We need to force the background and foreground colors to make dark color themes work with the style sheet. I also changed the selected tab-button not to be sunken and the menu highlight to be slightly lighter.
-
Daniel Molkentin authored
-
kh authored
Reviewed-by: dt
-
con authored
-
Jens Bache-Wiig authored
Details: I'm now styling more controls and using a more consistent look for things. To make the tabbar feel more natural I added a web-like point cursor as well a sunken appearance.
-
con authored
Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
kh authored
Reviewed-by: Daniel Molkentin
-
con authored
-
kh authored
Reviewed-by: Daniel Molkentin
-
Daniel Molkentin authored
Run git as a cmd.exe subprocess as a workaround. In the long term we should look into enabling QProcess to properly handle .bat and .cmd files. Reviewed-By: Ossi
-
hjk authored
core Find dialog and the "old" minibuffer based search. A hot fix for the recent regression that 'n' and 'N' do not work and the positioning of the cursor after the search is wrong.
-
- 31 May, 2009 5 commits
-
-
Rhys Weatherley authored
-
Rhys Weatherley authored
-
Rhys Weatherley authored
Common things like :wq, :x, and :qa didn't work - now they do.
-
Rhys Weatherley authored
-
Rhys Weatherley authored
Creator already has a find box that works fairly well, so there is no need for a mini-buffer mode for searching. This change makes FakeVim activate the standard find box when the user hits '/' or '?'. Note: right now both '/' and '?' do forward searching by default because the Creator find box lacks a "find backwards by default" mode. This can be added later to the find box if considered useful.
-
- 30 May, 2009 1 commit
-
-
axasia authored
Following implicit cast occurred error C2664 from cl compiler. (const WCHAR *) => (const ushort *) (const ushort *) => (PCWSTR) So fixed by using a explicit cast which reinterpret_cast.
-