Commit Graph

9063 Commits

Author SHA1 Message Date
Jens Bache-Wiig
c64d838890 Multiple fixes to the progress bars
* made them a few pixels smaller
* they now animate when collapsed
* they no longer fade out when an error is reported

Reviewed-by: thorbjorn
2010-03-24 11:17:23 +01:00
Erik Verbruggen
0cd098032c Fixed QmlJS interpreter metatype system initialization. 2010-03-24 11:09:00 +01:00
Friedemann Kleint
8a58a2fe71 Header cleaning mainly in find/cpaster. 2010-03-24 10:43:01 +01:00
Erik Verbruggen
c750facb77 Changed conversion to variant to use the functions in the PropertyParser namespace. 2010-03-24 10:34:14 +01:00
Thorbjørn Lindeijer
f3ebc43707 Disable the 'Add to project' part when there are no projects
Or when the list is empty because it is not supported, like when
creating a new project.

Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2010-03-24 10:17:54 +01:00
Lasse Holmstedt
6c5bebe1c4 Fix updating run control buttons when project has no active runconfig
Reviewed-by: erik verbruggen
2010-03-24 09:58:36 +01:00
con
6bd7a5a17d Fixes: Tooltips for hover help didn't show up anymore.
Reviewed-by: Thorbjørn
2010-03-23 18:24:59 +01:00
con
0ca5a5f5a4 Fixes: Build with webkit.
Reviewed-by: kh1
2010-03-23 18:24:59 +01:00
kh1
6ac6be5db2 Rewrite of the whole help modul initialization.
We now do as much as possible lazy initialisation, e.g only start the
full text search indexer if we really access the search widget. Also
moved the QFutur progress into the search widget. Changed all ctors to
be called without an argument, since we share the help engines from
help manager all over the place. Make use of the fact that we only need
to call setupData on the gui engine if we access the help mode, otherwise
all data is fetched thru the core engine whichs setupData is really fast.
2010-03-23 18:13:12 +01:00
kh1
c3326eb627 Implement our own search for keywords using QSql.
Currently we can only retrieve a list of keywords from the help index
model, which is slow and needs a fully setup gui help engine. This needs
to be implmeneted in the help lib though.
2010-03-23 18:13:10 +01:00
kh1
d248a7ddbf Make use of the now available gui help engine. 2010-03-23 18:13:10 +01:00
kh1
10a3699ca1 Make use of the help manager's core help engine. 2010-03-23 18:13:09 +01:00
kh1
8d118d3a8d Add some more convinient functionality the help manager.
Add some more statics that can return the class instance,
implements a gui help engine and the bookmark manager for
easier sharing.
2010-03-23 18:13:08 +01:00
kh1
42e01eaaab Move the constants where they belong. 2010-03-23 18:13:07 +01:00
kh1
c504a7ceee Fix wrong naming scheme. 2010-03-23 18:13:06 +01:00
kh1
0a1e63d1de Make them const. 2010-03-23 18:13:05 +01:00
kh1
fa32d9a9d0 Make use of the core engine, no need for gui stuff. 2010-03-23 18:13:04 +01:00
kh1
63f31dcb66 Remove some superfluous stuff. 2010-03-23 18:13:04 +01:00
Thorbjørn Lindeijer
1eceed92f1 Remove special showMaximized case for Maemo 5
The Maemo 5 window manager already makes sure applications always run
maximized.

Reviewed-by: Robert Griebl
2010-03-23 17:53:14 +01:00
Friedemann Kleint
fb79d4251e Updated/Purged German translation except QmlDesigner for 2.0 2010-03-23 17:25:30 +01:00
Friedemann Kleint
5dd8dfba30 tr()-Fixes 2010-03-23 17:24:59 +01:00
Jens Bache-Wiig
cd4b5e24e9 More consistent debugger status messages
Reviewed-by:Leena Miettinen
2010-03-23 17:05:28 +01:00
Jens Bache-Wiig
74928d0199 Make disabled icons sharper in sidebar
This overrides the styles default behavior for disabled
icons and simply generates their grayscale equivalent so
they look a bit crisper.
2010-03-23 16:57:41 +01:00
con
f5e0dc409d Fixes: Notification about externally modified files on Windows.
Reviewed-by: dt
Reviewed-by: Friedemann Kleint
2010-03-23 16:46:15 +01:00
dt
f8db7aca18 Warn the user against building in a subdirectory of the source directory
Reviewed-By: hunger
Task-Nr: QTCREATORBUG-670
2010-03-23 16:35:58 +01:00
dt
2d5f60d6de Sanitize input for shadow build path chooser
Reviewed-By: hunger
2010-03-23 16:35:58 +01:00
dt
5d747ebbe7 Ensure a minimum indent of 1 for the help output
Reviewed-By: Friedemann Kleint
2010-03-23 16:35:42 +01:00
dt
fbb82097b6 Don't trim lines before pushing them to the parsers
Reviewed-By: hunger
2010-03-23 16:25:46 +01:00
dt
3976d16458 Add <b> to make the tags balanced 2010-03-23 16:25:46 +01:00
dt
aabc34ff99 Make cmake mimetypes xml file visible in the project tree 2010-03-23 16:25:46 +01:00
dt
2c37c0f2da Add *.cmake to glob patterns for cmake files. 2010-03-23 16:25:46 +01:00
Robert Loehning
be3d859f4f Moved code for accessing Windows Registry to src/shared. 2010-03-23 16:16:32 +01:00
Erik Verbruggen
2f0e30c150 Fixed #import completion to act the same as #include completion. 2010-03-23 16:06:25 +01:00
Robert Loehning
32a056aee0 Added function isRegistered. 2010-03-23 15:47:24 +01:00
Thorbjørn Lindeijer
c444fc2adc Fixed saving in Designer mode
Designer should still have editor manager context.

Reviewed-by: con
2010-03-23 15:35:22 +01:00
Thorbjørn Lindeijer
510971d216 Introduced a single convenient function for updating additional contexts
While before you had to call add, then remove for each context id and
then call update, now you call updateAdditionalContexts with a list of
contexts to remove and add. It has the update step built in.

Reviewed-by: con
2010-03-23 15:35:22 +01:00
Jens Bache-Wiig
a3b7290f37 Improved statusbar output for the debugger mode
* We now consistently avoid punctuation when possible
* Renamed usage of "Inferior" and "Program" to "Application" for
  increased readability
* Fixed inconsistent spacing in front of statusbar label

Reviewed-by:hjk
2010-03-23 14:52:38 +01:00
hjk
59af793953 debugger: polish address display. also remove the mostly unused 'stored' address 2010-03-23 14:48:32 +01:00
hjk
a080b8df66 debugger: patch cosmetics 2010-03-23 14:48:32 +01:00
con
3d4260a88a Show error in progress bar in case of symbian deploy error. 2010-03-23 14:44:38 +01:00
con
ddcb6c0872 Fix dependencies. 2010-03-23 14:44:37 +01:00
Erik Verbruggen
bfbf7848e0 Fixed null-pointer deref. 2010-03-23 14:38:21 +01:00
Roberto Raggi
0eddf5c0ad Accept C++0x initializers. 2010-03-23 14:17:33 +01:00
Erik Verbruggen
9efa5d940a Added __attribute__ visiting, and storing of the deprecated attr. 2010-03-23 14:15:45 +01:00
Erik Verbruggen
f45ff92c28 Added dumping of deprecated attribute on symbols. 2010-03-23 14:15:45 +01:00
Erik Verbruggen
989681a0e9 Added attribute parsing for elaborate-type-specifiers. 2010-03-23 14:15:45 +01:00
Erik Verbruggen
7a3fbf120a Added attributes to the elaborate-type-specifier AST node. 2010-03-23 14:15:45 +01:00
Erik Verbruggen
58f5b02dc0 Added deprecated identifier. 2010-03-23 14:15:44 +01:00
Roberto Raggi
189ec382ef Recognize C++0x type-id-list. 2010-03-23 14:13:23 +01:00
Roberto Raggi
b4542eff3c Renamed Parser::isCxxOxEnabled(). 2010-03-23 14:13:22 +01:00