Commit Graph

8751 Commits

Author SHA1 Message Date
Tobias Hunger
9ccd2f15e0 Report errors in Makefiles in gnumakeparser
* Report errors in Makefiles
 * Skip all but the first fatal error
2010-03-15 12:28:06 +01:00
Tobias Hunger
54393f7e82 Extend gccparser unit tests 2010-03-15 12:28:06 +01:00
Tobias Hunger
d9e573fbca Add unit tests for gnumake parser
* Improve parser to recognize gnu make errors.
2010-03-15 12:28:05 +01:00
mae
80b60b9906 Make code fodling persistent between session
Task-number: QTCREATORBUG-214
2010-03-15 12:27:11 +01:00
hjk
62580fc031 compile fix with namespaces 2010-03-15 12:12:43 +01:00
hjk
463ac5d689 debugger: start reviving graphical data display 2010-03-15 12:12:43 +01:00
Friedemann Kleint
bb35660c40 Debugger[CDB]: Inconsistent data shown when switching frames.
IDebugSymbolGroup apparently needs to have IDebugSymbols set to
the current scope.
Task-number: QTCREATORBUG-861
2010-03-15 12:07:47 +01:00
Thorbjørn Lindeijer
b5601105e5 Fixed crash when trying to activate a no longer existing editor
This could happen when using Ctrl+Tab to switch editors, and while
holding Ctrl you close an editor with Ctrl+W, and then you try to select
it.

Since the crash was due to an assertion, we can just avoid it by doing
nothing when no editor for the given file is found.

Reviewed-by: mae
Task-number: QTCREATOR-190
2010-03-15 11:58:34 +01:00
dt
16ff6ac772 Fix QtVersion to not run qmake on constructing
Only if we need the information.
2010-03-15 11:55:00 +01:00
dt
dfa0c14f08 Fix crash on unloading project that is building.
Task-Nr: QTCREATOR-7
2010-03-15 11:55:00 +01:00
Tobias Hunger
e72517e47c Fix warning 2010-03-15 10:53:58 +01:00
Kai Koehne
bce9521780 QmlDesigner: Add files for testing image formats 2010-03-15 09:36:10 +01:00
Friedemann Kleint
288ece116a VCS[git]: Add "Clean project"
in the same fashion as "Clean repository".
2010-03-15 09:18:24 +01:00
Jens Bache-Wiig
47d6195c72 Fix size and height of the sidebar project selector icon
This makes the positioning of text and icon adjust if the
text labels are empty.
2010-03-12 18:47:41 +01:00
Oswald Buddenhagen
bd16eeef9d Merge branch 'docs'
Conflicts:
	doc/qtcreator.qdoc
2010-03-12 18:33:46 +01:00
Lasse Holmstedt
14fc6e93ed Fixed icons in plugin manager 2010-03-12 17:23:02 +01:00
mae
d13dfe44f0 Some tuning of the fancy action bar
Done-with: jbache
2010-03-12 17:25:02 +01:00
Leena Miettinen
16f7ed26df Add Getting Started section with Creating an Animated Application section. Add screenshots. 2010-03-12 17:18:02 +01:00
Rohan Shetty
54eb2c6339 Content added to the section Setting Up a CMake Project 2010-03-12 17:18:02 +01:00
Leena Miettinen
8506883854 Implement review comments. Add initial information about QML Designer. Fix typos. Fix capitalization. Use macros for product names. 2010-03-12 17:18:02 +01:00
Rohan Shetty
8f20c52f48 Changes made to the Debugger section as per comments and Setting the Symbol Server section added 2010-03-12 17:18:02 +01:00
Leena Miettinen
e11b434ee0 Add missing screenshots. Fix link to a screenshot. 2010-03-12 17:18:02 +01:00
Rohan Shetty
97819f92fd Screenshot added for Addressbook section 2010-03-12 17:18:02 +01:00
Rohan Shetty
2b4c68d0f7 Changes made in Addressbook section and qdocconf file 2010-03-12 17:18:02 +01:00
Leena Miettinen
d1464aeede Update the Writing a Simple Project section. Update screenshots. Update the Adding Plugin Section according to review comments by Martin Pejcoch. 2010-03-12 17:18:02 +01:00
Rohan Shetty
b56d33abd2 Corrections made in the sections Developing Maemo Applications and Keyboard Shortcuts 2010-03-12 17:18:02 +01:00
Leena Miettinen
c75141923c Update the Adding Plugins topic (now Adding Qt Creator Plugins) according to review comments. 2010-03-12 17:18:02 +01:00
Leena Miettinen
94355ea014 Add link to Creating and Using Components for Qt Designer. 2010-03-12 17:18:02 +01:00
Leena Miettinen
856d617b18 Add Adding Plugins section 2010-03-12 17:18:02 +01:00
Rohan Shetty
3953c250bf Document changes as per doc comments 2010-03-12 17:18:01 +01:00
Kai Koehne
a2fe486b30 QmlInspector: Remove standalone facility
It's unmaintained, and there is little chance we will reenable it.
2010-03-12 17:00:36 +01:00
Kai Koehne
6c107ed303 QmlInspector: Remove private header includes 2010-03-12 17:00:36 +01:00
Kai Koehne
8450242e4a QmlDesigner: Get rid of one private header includes 2010-03-12 17:00:36 +01:00
Thorbjørn Lindeijer
c2563c04c5 Some documentation updates and fixes
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
2010-03-12 16:57:45 +01:00
Thorbjørn Lindeijer
5e56d9d2d1 Improved the layout of the General Settings pane somewhat 2010-03-12 16:57:45 +01:00
Friedemann Kleint
50f0644c55 Designer: Fix displaying of 'modified' state after saving.
Emit an IEditor::changed() after saving to force an update
of the OpenEditorsModel.
2010-03-12 16:56:10 +01:00
Lasse Holmstedt
5567a01877 fixed issues with splitted editors 2010-03-12 16:47:55 +01:00
mae
d450bcd760 Keep notification bar clean
The patch makes notification items fade away after 5 seconds.
KeepOnFinish items like the build notification are kept for
5 seconds after the user interacts with mouse or keyboard.

Done-width: jbache
2010-03-12 16:28:55 +01:00
Lasse Holmstedt
907e0e7f34 Smaller Load column for plugin manager table 2010-03-12 16:12:57 +01:00
Lasse Holmstedt
68c49a65e9 Plugin manager for enabling/disabling plugins
Go to About Plugins and enable/disable plugins from there.

Reviewed-by: mae
2010-03-12 16:02:42 +01:00
Friedemann Kleint
f4487c4c67 VCS[git]: Cleaning a repositories: Uncheck pro.user files as well. 2010-03-12 15:59:50 +01:00
Friedemann Kleint
93b156e585 VCS[git]: Add support for cleaning a repository.
Present user with a checkable list of files to be cleaned (add reusable
dialog to VCSBase module).
2010-03-12 15:54:09 +01:00
Roberto Raggi
37c042703f Take the branch when evaluating #ifndef QT_NO_XXX and QT_NO_XXX has been defined in a pro file. 2010-03-12 15:25:48 +01:00
dt
b5f8d7af7f Remove debugging output. 2010-03-12 15:12:46 +01:00
dt
97d501de42 Switching buildconfiguration on the projects page now changes the active
This is now possible due to the async evaluation
2010-03-12 15:00:15 +01:00
dt
ced9266483 Silence the compiler 2010-03-12 15:00:15 +01:00
dt
7c11c4d8b0 Move TaskWindow::Task out of the nesting to ProjectExplorer::
Since otherwise we can't forward declare it.
2010-03-12 15:00:15 +01:00
Jens Bache-Wiig
4d8a264fb8 Fix text elliding issue with progress bar
This fixes a problem where the text would clip
if it didnt fit after the progress bar had
completed.
2010-03-12 14:30:49 +01:00
mae
c6d79d0457 Do not rely on Qt's smartness for flicker avoidance 2010-03-12 14:31:42 +01:00
mae
d61a7f59b2 Make the run and debug buttons in the FancyActionBar mutual exclusive
Debug is now only available in debug mode, run is available in all
other modes.
2010-03-12 14:23:17 +01:00