- 04 Aug, 2009 7 commits
-
-
Robert Loehning authored
Reviewed-by: dt
-
Daniel Molkentin authored
-
con authored
-
con authored
Fix the use of appendPlainText for automatic scrolling.
-
con authored
Reviewed-by: Daniel Molkentin
-
Roberto Raggi authored
-
con authored
-
- 03 Aug, 2009 3 commits
-
-
mae authored
paragraph, even when it has several lines.
-
Thiago Macieira authored
-
Thiago Macieira authored
Things you mustn't do: 1) end an enum with a comma 2) #include <cxxxx> and not use std:: 3) use anonymous structures All three things are invalid C++. Anonymous structures inside anonymous unions are allowed by GCC, but that doesn't mean it's valid.
-
- 31 Jul, 2009 11 commits
-
-
Friedemann Kleint authored
-
con authored
And adapt the device selection list.
-
Friedemann Kleint authored
-
Daniel Molkentin authored
-
Denis Dzyubenko authored
There is not much sense to have Ok and Cancel button that just close the dialog, so instead there should be a Close button and a button to switch to the currently selected session. Reviewed-by: dt
-
Erik Verbruggen authored
-
Maurice Kalinowski authored
check for errorstring of the correct variable
-
Maurice Kalinowski authored
- cannot list and does not need any preferences, as there is only one server
-
Maurice Kalinowski authored
after fetching a codesnippet, we should switch to edit mode and open the editor
-
Maurice Kalinowski authored
each protocol needed to create the editor on their own. Instead emit fetchDone and let the plugin instantiate it for every protocol
-
Friedemann Kleint authored
Task-number: 256215
-
- 30 Jul, 2009 9 commits
-
-
Roberto Raggi authored
-
Daniel Molkentin authored
-
con authored
This doesn't update at all yet, so you'll need to recreate the run configuration or restart creator.
-
Friedemann Kleint authored
-
con authored
-
con authored
-
con authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 29 Jul, 2009 7 commits
-
-
con authored
-
con authored
-
dt authored
-
dt authored
-
Kornelia Poenitz authored
Text was selected after horizontal cursor moving / insert / enter followed by vertical cursor movement. Also, target column was sometimes wrong. Reviewed-By: hjk Merge-request: 1050 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Friedemann Kleint authored
Add missing Q_OBJECTS where tr() was used.
-
Friedemann Kleint authored
The older versions do not accept --username option, omit it. Task-number: 255470
-
- 28 Jul, 2009 3 commits
-
-
Friedemann Kleint authored
-
Daniel Molkentin authored
This removes the all hard dependencies to and from welcome screen, except the one to the core plugin. More in detail: - Add IWelcomePage to add a tab to the welcome screen - Move tabs in the modules where they belong - Enables QHelpManager to open help fullscreen and contextually - "Getting Started" moves to Qt4ProjectManager - Projects & Sessions (aka "Develop") moves to ProjectExplorer - "Community" remains in the welcome plugin for simplicity
-
dt authored
Just one qmakestep is allowed though. But I you can add as many makesteps as you want.
-