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>
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.
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.
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.
Note: This code should be shared between Qt4RunConfiguration,
CMakeRunConfiguration and CustomRunExecutable. Also we are approaching
other IDEs like configuraion options for setting the environment.
Without having a good GUI for that. I'll probably be redesigning this
for 1.3 or 1.4.
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
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.
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.
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.