Commit Graph

21107 Commits

Author SHA1 Message Date
Friedemann Kleint
38baf276f6 Deactivated quiet saving for the moment. 2009-05-13 16:38:53 +02:00
hjk
158e5ee82c debugger: refactoring of the QObject dumper
signal lists still broken for 4.6
2009-05-13 16:12:10 +02:00
Thorbjørn Lindeijer
cf44cbf58e Added an option to disable the mouse navigation
It's conflicting too much with pasting for some, so better have the
option to just turn it off.
2009-05-13 16:07:43 +02:00
Thorbjørn Lindeijer
e913f8289b Made a start on correcting indentation 2009-05-13 16:07:43 +02:00
Roberto Raggi
1575e6836d Show how to use the preprocessor to generate deps. 2009-05-13 15:29:59 +02:00
Roberto Raggi
caad98ec4c Refactored a bit the preprocessor so we can use it to generate file dependencies. 2009-05-13 15:29:59 +02:00
Friedemann Kleint
98776099d3 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-05-13 15:10:59 +02:00
Friedemann Kleint
135000c395 Made uic-codecompletion use the new quiet-save API of Qt Designer. 2009-05-13 15:10:09 +02:00
hjk
6b9f9c6086 debugger: alsways use the copied qobject_p.h for the QObject dumper 2009-05-13 14:50:49 +02:00
Friedemann Kleint
5150089738 Fixed translation glitches. 2009-05-13 14:39:55 +02:00
Thorbjørn Lindeijer
fc94494787 Unduplicated the code that extracts the active build configurations
Reviewed-by: dt
2009-05-13 12:43:13 +02:00
Thorbjørn Lindeijer
5679146ee4 saveModifiedFiles no longer needs a list of projects
See commit b53fbe80e3
2009-05-13 12:43:13 +02:00
Thorbjørn Lindeijer
30d6efc276 Set default text for actions with context-specific names
This makes sure the context-specific names don't show up in the settings
dialog. Also fixed the variable names to conform better to our
standards.

Reviewed-by: con
2009-05-13 12:43:12 +02:00
Christian Hoenig
42cb5ddc03 Implement "Build Project Only" submenu and build project dependencies 2009-05-13 12:42:48 +02:00
con
d2ada82921 Increase the width of the locator window a bit.
Should still be ok on small screens though.
Suggested by Christian Hoenig.
2009-05-13 12:14:58 +02:00
con
7619ef2497 Remove unused definitions. 2009-05-13 11:36:04 +02:00
Thorbjørn Lindeijer
1adca9a559 Fixed the frame of the maximal stack depth spinbox
Got disabled in a merge.
2009-05-13 11:25:17 +02:00
Christian Hoenig
c11d24ada0 Use up/down arrows for function completion widget.
As this is how it is navigated by keyboard.

Reviewed-by: con <qtc-committer@nokia.com>
2009-05-13 11:06:44 +02:00
Thorbjørn Lindeijer
28994adcc1 qworkbenchplugin.pri got renamed to qtcreatorplugin.pri 2009-05-13 10:59:57 +02:00
Roberto Raggi
4802541dad Merge branch 'master' of ../mainline into dui-editor
Conflicts:
	src/plugins/texteditor/basetextdocument.cpp
2009-05-13 10:38:03 +02:00
Roberto Raggi
4b12518920 Cleanup 2009-05-13 10:30:02 +02:00
con
ae24255a8c Build fix.
Missing dependency in plugins.pro, sometimes breaks multi-process build.
2009-05-13 09:44:25 +02:00
Daniel Molkentin
c111e2b10f welcome screen: improve aldgnment, extend getting started section.
Introduce integrated 'Did you know' section, prevent scrollbars.
2009-05-12 20:05:46 +02:00
Daniel Molkentin
5123f48b0a Register as handler for qthelp://, remove obsolete started action slot. 2009-05-12 19:46:40 +02:00
Daniel Molkentin
1144682d96 Update .gitignore for windows-specific files. 2009-05-12 18:54:50 +02:00
Roberto Raggi
3612a50d3e Set the working directory 2009-05-12 17:50:48 +02:00
dt
f7c9f537de Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-05-12 17:12:28 +02:00
dt
9e9f2a7da2 Always use "lib" in the startup script. 2009-05-12 17:12:01 +02:00
con
6264ba4f59 Make QString dumper fail faster in case of uninitialized variables
Reviewed-by: hjk <qtc-committer@nokia.com>
2009-05-12 16:47:56 +02:00
dt
a8aa5c8219 Remove logic trying to guess whether it should be lib or lib64.
Instead use qmake IDE_LIBRARY_BASENAME=lib64 to set it to lib64.
2009-05-12 16:24:13 +02:00
dt
a6705ff8c5 Compile 2009-05-12 16:24:13 +02:00
dt
8c4a7d8e7d Fixes not toggling the output button in the status bar in some cases 2009-05-12 15:52:34 +02:00
dt
6f2e2ed4e0 Another forgotten file. 2009-05-12 15:23:40 +02:00
dt
c0d4770ce0 Even more compile fixes. 2009-05-12 15:05:57 +02:00
dt
3bd1b84c8e Compile 2009-05-12 15:00:31 +02:00
dt
27e968c7e9 Compile 2009-05-12 14:59:06 +02:00
dt
af199594a6 Adds dynamic ui completion. Wohoo :)
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.
2009-05-12 14:46:11 +02:00
dt
9c9b38e92a Export FormWindowEditor from the designer plugin.
The Qt4ProjectManagerPlugin needs that for the dynamic ui completion.

Reviewed-By: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2009-05-12 14:45:58 +02:00
dt
5c9916478f First step towards dynamic ui completion. Add hooks in cppmodelmanager
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>
2009-05-12 14:44:57 +02:00
dt
278fa73718 Fix build before run not working with debugging. 2009-05-12 14:43:38 +02:00
dt
64e6b49bef Fixes: toggling Whitespace visualization while using block highlight
Correctly draw the block highlighting after toggling.
2009-05-12 14:43:35 +02:00
dt
dd1ae2a9c5 Maybe fix a bug that hjk found. 2009-05-12 14:43:31 +02:00
Friedemann Kleint
97789c2d26 Fixed breakpoints for CDB.
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.
2009-05-12 14:28:27 +02:00
Thorbjørn Lindeijer
3b1e1231f1 Fixed position of folding markers with QGtkStyle
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
2009-05-12 13:01:34 +02:00
con
cbd6259d95 Switch to saved tab without visible delay in welcome screen.
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
2009-05-12 12:24:45 +02:00
Daniel Molkentin
e27342c225 Fix initialization order, shuts up GCC. 2009-05-12 11:45:11 +02:00
Oswald Buddenhagen
3bf520375b no point in translating *that* 2009-05-12 10:46:09 +02:00
Jure Repinc
6b1a64d5c6 A few spelling/grammar fixes 2009-05-12 10:41:36 +02:00
Oswald Buddenhagen
849e8f35c3 Merge commit 'enrico/master' 2009-05-12 10:18:54 +02:00
Oswald Buddenhagen
d8b1cc5f0e remove dead code 2009-05-12 10:18:51 +02:00