- Jun 02, 2009
-
-
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.
-
- 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
-
-
Harald Fernengel authored
-
- May 29, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
When an example is selected, help and the project are opened in a split view. We try to read the xml file provided for QtDemo to extract details about the examples provided. Will try all available Qts, starting with the default version. Will fail gracefully (provide a message and disable controls) if examples or demos cannot be found. Will work if help is not found, but show an error.
-
mae authored
-
Jens Bache-Wiig authored
-
con authored
-
con authored
-
con authored
-
con authored
Which nicely adds the occurrances to the search output window for navigation.
-
Jens Bache-Wiig authored
-
hjk authored
-
Friedemann Kleint authored
-
Jens Bache-Wiig authored
Details: I softened it ut to make it significantly less distracting.
-
Johannes Zellner authored
The setting, which terminal, to start an application in debug mode from, was ignored, since the QSetting was just not set. Reviewed-by:ossi
-
Johannes Zellner authored
After selecting a template in the NewFileDialog (Strg+N), a BaseFileWizard is started with an unusable BackButton. This change removes the Button on first wizardpage.
-
Jens Bache-Wiig authored
Details: I removed the beveled nokia font and redesigned the "tab bar" from scratch. Should look a bit more shiny now. I'm aware of the 'Q' going below the baseline but I think we can live with it for now..
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
Friedemann Kleint authored
Do not check for existence of the binary, breaks on Windows due to .exe (and potentially paths). Use waitForStarted(). On this occasion, kill on timeout in case of password prompts.
-
hjk authored
Now in Qt proper.
-
hjk authored
-
- May 28, 2009
-
-
Lorn Potter authored
Task: <task number> Details: <additional information>
-
Lorn Potter authored
class and method names can be seen. Task: <task number> Details: <additional information>
-
Daniel Molkentin authored
-
mae authored
-
Daniel Molkentin authored
-
Daniel Molkentin authored
Manage Sessions replaces "Restore last session" (which can be done by clicking the "(last session)" session anyway. Also, added a "Create New Project" button. Ensured that the welcome screen is only as high as needed (will orient on the amount of items in the contained treewidgets). Scrolling is still last resort.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
The line would only get a reduced indent when the user actually typed the }, but not when typing the {, even though the line should still be unindented because of the } at the start. Previously this code worked fine because lines didn't used to get automatically reindented for anything else than the first character.
-
Thorbjørn Lindeijer authored
It broke indentation for global scope operator, and when that was fixed it broke for the class initializer lists. I'm not sure how to fix that at the moment, so better have it not do anything rather than being in the way.
-