Commit Graph

44349 Commits

Author SHA1 Message Date
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
Thorbjørn Lindeijer
581dca0ad9 Rewrote PrettyPrinter to output the document exactly as it was before
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
2009-05-11 17:03:51 +02:00
Thorbjørn Lindeijer
ecc2b25ddc Extended the AST with references to more tokens
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
2009-05-11 17:03:51 +02:00
Friedemann Kleint
36a94b69b1 Added Detaching to CDB. 2009-05-11 16:54:35 +02:00
Roberto Raggi
e1295099f9 Generate a nicer "Hello World" QML app. 2009-05-11 16:15:30 +02:00
Roberto Raggi
a5a71c1e83 Disable the buggy code completion support for JS files. 2009-05-11 15:46:31 +02:00
con
b53fbe80e3 Include any changed file when saving before build/run.
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.
2009-05-11 15:08:20 +02:00
Oswald Buddenhagen
3270c4828f typo & language fixes 2009-05-11 14:10:22 +02:00
con
8457bd6861 Move wizard list generating helper methods to IWizard.
They don't have anything to do specifically with file wizards.
2009-05-11 13:36:56 +02:00
hjk
fc78ae272b debugger: use short paths by default for setting breakpoints 2009-05-11 13:22:21 +02:00
Roberto Raggi
fa3b5e38a8 Improved highligting of bindings. 2009-05-11 11:53:41 +02:00
Roberto Raggi
7ae8cf7586 Don't show script bindings in the QML overview. 2009-05-11 11:53:24 +02:00
Roberto Raggi
493af006c7 property and signal are keywords in QML. 2009-05-11 11:39:50 +02:00