- May 12, 2009
-
-
dt authored
-
dt authored
-
dt authored
-
dt authored
-
dt authored
-
dt authored
-
dt authored
This means, creating a new project, we immediately have completion for the ui file. Also adding stuff to the ui file now changes the codemodel immediately. Yet todo, are tests under windows and suppressing a warning if the form contains a toplevel spacer.
-
dt authored
The Qt4ProjectManagerPlugin needs that for the dynamic ui completion. Reviewed-By:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
dt authored
This adds a way for plugins to tell the cppmodel that for certain files, the actual contents come from it, instead of reading from the disk. (For texteditors the cppmodel does that automatically.) Reviewed-By:
Roberto Raggi <roberto.raggi@nokia.com>
-
dt authored
-
dt authored
Correctly draw the block highlighting after toggling.
-
dt authored
-
Friedemann Kleint authored
Set/modify breakpoints using the new takeXX() APIs of the breakhandler. Add API for inserted breakpoints (as a 2-step process for pending breakpoints). Format breakpoint tooltip properly with tr() and more esthetically pleasing. Get rid of the old scheme of retrieving and matching the breakpoints from the debugger engine, use ids.
-
Thorbjørn Lindeijer authored
Not a brilliant solution, but it works. Changing the style itself would cause problems in other places where the PE_IndicatorBranch is drawn. Reviewed-by: Jens Bache-Wiig
-
con authored
Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Daniel Molkentin authored
-
Oswald Buddenhagen authored
-
Jure Repinc authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Daniel Molkentin authored
-
Thorbjørn Lindeijer authored
Setting a parent makes sure the dialog is correctly centered and shares the taskbar entry.
-
Friedemann Kleint authored
This reverts commit f56bdcd5.
-
Daniel Molkentin authored
-
hjk authored
-
- May 11, 2009
-
-
Enrico Ros authored
Some twirks may be added, for keeping strings in-size. Thanks to Oswald Buddenhagen for the instructions.
-
Enrico Ros authored
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
Thorbjørn Lindeijer authored
This means at the moment the PrettyPrinter isn't doing anything useful, but the idea is that from here we can improve it to adapt the code to a certain style. Reviewed-by: Roberto Raggi
-
Thorbjørn Lindeijer authored
Mainly comma tokens. Referencing all tokens is necessary to be able to implement pretty-printing based on the AST while maintaining user formatting. Reviewed-by: Roberto Raggi
-
Friedemann Kleint authored
-
con authored
Previously there was a lot of logic figuring out which files have changed that are referenced a project. Leading to e.g. header files that are part of the project, but not in a pro file, not being saved.
-
Oswald Buddenhagen authored
-
con authored
They don't have anything to do specifically with file wizards.
-
hjk authored
-
con authored
This is helpfull for building plugins from outside the QtCreator source tree.
-
hjk authored
-