- Jun 03, 2009
-
-
hjk authored
-
hjk authored
the log.
-
hjk authored
-
hjk authored
-
Kavindra Devi Palaraja authored
RevBy: TrustMe
-
Kavindra Devi Palaraja authored
RevBy: TrustMe
-
Kavindra Devi Palaraja authored
RevBy: TrustMe
-
Kavindra Devi Palaraja authored
Reviewed-By: TrustMe
-
Kavindra Devi Palaraja authored
layout for the top-level widget. RevBy: Daniel Molkentin
-
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
-
Thorbjørn Lindeijer authored
axasia (1): Fix compile error on MSVC2008 Express Edition with Debugging Tools for Windows(CDB). Request-url: http://gitorious.org/qt-creator/qt-creator/merge_requests/568 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Thorbjørn Lindeijer authored
Joel Nordell (1): add current editor filename (and, on macosx, proxy icon) to titlebar Request-url: http://gitorious.org/qt-creator/qt-creator/merge_requests/541 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Jun 02, 2009
-
-
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
-
Daniel Molkentin authored
-
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
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
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.
-
- May 31, 2009
-
-
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.
-
- May 30, 2009
-
-
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.
-
Harald Fernengel authored
-