Commit Graph

80529 Commits

Author SHA1 Message Date
Friedemann Kleint
854eecfc19 Settings: Introduce ProjectExplorerSettingsWidget
Task-number: QTCREATORBUG-333
2009-11-26 10:18:51 +01:00
Friedemann Kleint
dd651204c9 CDB: Fix disassembler for 64 bit addresses. 2009-11-26 08:51:43 +01:00
Tobias Hunger
9bf1d52685 Add option to override the UI color
* Add -color option to core plugin which will override
   the base UI color for that session.

Reviewed-by: thorbjorn
2009-11-25 18:44:54 +01:00
Friedemann Kleint
2b23ea2a8a Debugger/CDB: Windows 64 integer handling.
Convert CDB unsigned integer values should they appear in hex,
make format flexible.
Use int64 for reformatting integers to be able to accommodate
64 bit values on Windows 64. Add some more integer types.
Do not save decimal type formats. Add menu option to clear
individual formatting. Do not use map[] to query the type formats
(inserting 0 everywhere as a side effect).

Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-11-25 16:32:44 +01:00
Tobias Hunger
a37592a16f Update project mode page.
* Change layout of project mode page.

Reviewed-By: dt
2009-11-25 16:02:47 +01:00
Tobias Hunger
426890b790 Change PropertiesPanel interface.
* Rename it to IPropertiesPanel in accordance with new naming standards.
 * Do not derive from Context. That is not needed.
 * Add an icon() method.
 * Fix all usages of this interface.

Reviewed-By: dt
2009-11-25 16:02:47 +01:00
mae
53a3071580 first steps for a refactoring overlay system.
As side effect we can now play a bit with visualizing extra selections
2009-11-25 15:56:30 +01:00
Tobias Hunger
fbcd670854 Improve memory management in project window.
* Panel struct does no longer take ownership of its widget.
 * Panels consitently delete their widget in their destructor.

Reviewed-By: dt
2009-11-25 15:18:51 +01:00
Tobias Hunger
97ad692684 Move line drawing class to the top of the file.
* This way it becomes available to all classes in this file.

Reviewed-By: dt
2009-11-25 15:12:34 +01:00
hjk
58e562b80a debugger: autotest fixes 2009-11-25 13:52:29 +01:00
hjk
218ac78ae9 cppeditor: fix book style capitalization 2009-11-25 13:46:33 +01:00
hjk
f2392ffbc0 debugger: allow the user to hide the std:: and Qt's namespace 2009-11-25 13:46:33 +01:00
hjk
b8dbb12009 debugger: add autotests for QFile, QDir, QFileInfo and QLocale dumpers 2009-11-25 13:46:33 +01:00
Friedemann Kleint
7cbbada3f0 Wizards: Improve list of files displayed.
Extract the common root directory and display in separate
line. Use the routine from
the cvs plugin for that, moving it to stringutils.h.
2009-11-25 12:34:56 +01:00
Roberto Raggi
efdd8ceaa0 Rename applyChangeSet() to apply() 2009-11-25 12:28:22 +01:00
Roberto Raggi
83b5f43198 Reorder members of CppQuickFixOp 2009-11-25 12:25:53 +01:00
Roberto Raggi
3e93c5eff7 Some more cleanup 2009-11-25 12:22:55 +01:00
Roberto Raggi
d6fa4e2079 Get rid off translationUnit 2009-11-25 12:10:01 +01:00
Roberto Raggi
7edb110e45 Check for valid paths
Reviewed-By: Christian Kamm <christian.d.kamm@nokia.com>
2009-11-25 10:41:11 +01:00
Friedemann Kleint
6de52c401b FileManager: Introduce FileManagerPrivate, cleanup
Task-number:  QTCREATORBUG-333
2009-11-25 10:09:45 +01:00
Christian Kamm
d2e7f8e4e6 Quickfix: Don't crash when the AST path is empty. 2009-11-25 10:01:05 +01:00
Oswald Buddenhagen
32dd4567c8 doc updates
mostly reshuffling and language fixes

the bulk of the work was done by Others Than Me (TM).
2009-11-24 20:44:01 +01:00
Oswald Buddenhagen
6a861cf92d add script to fix the navigation links when the index order changes
re-linking the pages manually makes one's head explode, so automate it.
2009-11-24 20:44:01 +01:00
Oswald Buddenhagen
7cb57a8a70 whitespace shuffling
remove trailing ws, expand tabs and normalize newlines
2009-11-24 20:44:01 +01:00
Oswald Buddenhagen
67c186abea less bizarre build command setup for windows 2009-11-24 20:43:58 +01:00
Oswald Buddenhagen
4ed8902f51 do not break on mingw with sh in PATH 2009-11-24 20:43:58 +01:00
Oswald Buddenhagen
c13d934b37 macx: compile doc into the right directory instead of copying it later 2009-11-24 20:43:55 +01:00
Oswald Buddenhagen
0271da5f37 Arm => ARM 2009-11-24 20:04:52 +01:00
con
e237036e03 OBJECTIVE_HEADERS for pro parsing and syntax highlighting. 2009-11-24 19:13:37 +01:00
con
996cbf60b4 Mac: Also avoid 10.5 headers to be pulled in on pre-leopard. 2009-11-24 19:08:13 +01:00
con
5672a225d3 Mac OS X: Show build error count in Dock icon.
Mac OS X >= Leopard only.
Task-number: QTCREATORBUG-356
2009-11-24 18:20:06 +01:00
con
11d298d57d Some preferences layout fix for Mac OS X 2009-11-24 18:18:57 +01:00
con
cf949a948c Merge commit 'origin/1.3' 2009-11-24 16:22:17 +01:00
con
585f8f3149 Better layout for qrc editor.
Task-number: QTCREATORBUG-339
2009-11-24 16:20:26 +01:00
Friedemann Kleint
65e11062bb Polish the settings dialog.
Add a title label to the pages. Use QGroupBoxes throughout.
Extend SavedAction to work with checkable QGroupBoxes. Polish UI files,
use common layout for VCS plugins. Performance: Apply only visited
settings pages. Add search keywords.

Task-number: QTCREATOR-26
2009-11-24 15:05:02 +01:00
Friedemann Kleint
c49bed1199 Mercurial: Polish settings dialog.
Task-number: QTCREATOR-26
2009-11-24 15:00:55 +01:00
dt
7d1a3d7fe7 Fix a bug with selecting copying the right text to the Find dialog.
To reproduce:
Split editors.
Select text in first editor.
Select text in second editor.
Invoke the find dialog.
Notice that the text from the first editor was used.

Reviewed-By: mae
(cherry picked from commit fd0fbddebb)
2009-11-24 14:40:43 +01:00
dt
ce26dd25b1 Fix for Custom build steps 2009-11-24 14:05:09 +01:00
Roberto Raggi
8545851927 Split create/apply change set. 2009-11-24 12:48:36 +01:00
Roberto Raggi
6594f7a267 Added getters 2009-11-24 12:39:34 +01:00
Roberto Raggi
8a73554d38 Initialize the members. 2009-11-24 12:20:01 +01:00
Roberto Raggi
4abd0aeff3 Removed the extra QTextCursor formal argument from QuickFixOperator::match(). 2009-11-24 11:49:56 +01:00
Roberto Raggi
7586847b9f Added getters 2009-11-24 11:43:03 +01:00
Roberto Raggi
e43bd82afb Renamed TextWriter to ChangeSet 2009-11-24 11:30:26 +01:00
hjk
735f307c85 debugger: fix some of the autotests for uninitialized objects 2009-11-24 11:05:29 +01:00
hjk
791697ba3c debugger: add autotest for new std::deque, std::map, std::set, QModelIndex dumpers 2009-11-24 09:43:26 +01:00
Thorbjørn Lindeijer
2b6a168972 Don't wrap around the completion list when auto-repeating
It can be a bit disturbing if the list suddenly jumps when you don't
release the down or up key in time.

Done with mae.
2009-11-23 21:20:07 +01:00
Roberto Raggi
bab8c94f13 Show the quickfixes in the context menu. 2009-11-23 16:55:25 +01:00
Roberto Raggi
a579f2f27e Removed unused code. 2009-11-23 16:55:24 +01:00
Christian Kamm
67e2ecb663 QuickFix: rename contains->isCursorOn, remove selectNode,selectToken
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
2009-11-23 16:18:34 +01:00