- May 12, 2009
-
-
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
-
hjk authored
-
hjk authored
-
- May 08, 2009
-
-
mae authored
on QFileInfo to tell us that a file is not writable, but accept that the attempt to save a file might actually fail (:-) ). This solves the NT network domain issue without the insane slowness. The stuff needs more work. We do not have any UI for failing save operations when closing creator (other than it doesn't close). Bad.
-
mae authored
combobox which documents are inside this view.
-
Friedemann Kleint authored
Made pathlisteditor use a toolbutton menu as it looks too much of a "button desert" otherwise.
-
Alessandro Portale authored
-
Alessandro Portale authored
also removed all code inside USE_P4_API. Gits history be our backup, if we ever want to use the P4 Api directly in the future.
-