Commit Graph

72811 Commits

Author SHA1 Message Date
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
135000c395 Made uic-codecompletion use the new quiet-save API of Qt Designer. 2009-05-13 15:10:09 +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
Roberto Raggi
3612a50d3e Set the working directory 2009-05-12 17:50:48 +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
Daniel Molkentin
adf68f02af welcome screen: fix borders for OS != Windows 2009-05-12 10:13:09 +02:00
Thorbjørn Lindeijer
1e4620a655 Fixed two dialogs to use the main window as parent
Setting a parent makes sure the dialog is correctly centered and shares
the taskbar entry.
2009-05-12 09:59:56 +02:00
Friedemann Kleint
870139fd42 Reverted "welcomemode: hot fix to compile core plugin", works now.
This reverts commit f56bdcd5ef.
2009-05-12 09:55:44 +02:00
Daniel Molkentin
d3c8f2f03b Add rssfetcher. 2009-05-12 09:49:07 +02:00
hjk
f56bdcd5ef welcomemode: hot fix to compile core plugin 2009-05-12 08:45:48 +02:00
Enrico Ros
bca4d9698d Remove unneeded strings from translation. 2009-05-11 18:29:49 +02:00
Daniel Molkentin
f5d031bb5b welcome screen: tutorial section works, remember last tab 2009-05-11 17:56:42 +02:00
Daniel Molkentin
c6df40a51d Add more sections. Getting started is still a stub. 2009-05-11 17:56:41 +02:00
Daniel Molkentin
dbc877e78c welcome screen: more updates, forgotten files 2009-05-11 17:56:41 +02:00
Daniel Molkentin
f697224a2f First iteration of reworked welcome screen. 2009-05-11 17:56:40 +02:00
Roberto Raggi
9c2b7235be Check for valid qmlviewer executable. 2009-05-11 17:43:40 +02:00