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
Roberto Raggi
ebfe9905ef
Quickfix: Added move declaration out of while conditions.
2009-11-23 15:54:24 +01:00
Thorbjørn Lindeijer
6894cd0b2e
Fixed a potential issue with automatic brace matching
...
When encountering a line that hasn't been highlighted yet, we need to
abort the optimization for changing brace depth.
Done with Roberto Raggi and mae.
2009-11-23 15:18:09 +01:00
Roberto Raggi
bd355eb16f
Got the same pointer. There is no reason to check for structural equivalence.
2009-11-23 13:48:55 +01:00
Christian Kamm
b437b4be0f
QuickFix: split && correctly when compound statements are involved.
...
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com >
2009-11-23 13:45:29 +01:00
Roberto Raggi
b5bd72fb63
Store all the symbols in one big list.
2009-11-23 13:28:12 +01:00
Roberto Raggi
b050c10e53
Use Array<T> instead of std::vector.
2009-11-23 12:57:11 +01:00
con
40bc1ac07b
Another fix for patched file file :name
...
Reviewed-by: Daniel Molkentin
2009-11-23 12:54:13 +01:00
Roberto Raggi
5eecdb3be0
Don't use std::map to store types.
2009-11-23 12:53:34 +01:00
Roberto Raggi
d80f0f07f4
Cleanup
2009-11-23 12:53:33 +01:00
Roberto Raggi
0528f2407a
Introduced type matchers.
2009-11-23 12:53:33 +01:00
con
51809d12a7
Fix the document history popup for cocoa.
...
Get rid of the hide timer and check modifier keys directly
before showing the open documents popup at all.
Task-number: QTCREATORBUG-258
2009-11-23 12:40:39 +01:00
Daniel Molkentin
2f3a16efcb
also patch .qmake.cache, fix list of files to patch in old patcher.
2009-11-23 11:43:55 +01:00
Friedemann Kleint
7def179a98
CDB: Convert 64bit pointers correctly.
...
Adapt to the output format "0x0000000`0046535C".
Reviewed-by: hjk <qtc-committer@nokia.com >
2009-11-23 11:01:49 +01:00
Friedemann Kleint
2c403df660
Debugger: Fix setting of integer formats per type.
...
Reviewed-by: hjk <qtc-committer@nokia.com >
2009-11-23 11:00:43 +01:00
hjk
298769ce71
debugger: shuffle autotest code around, remove dead parts
2009-11-23 10:51:53 +01:00
hjk
be7d9bf92a
debugger: next attempt at telling the locals view that an item has children
...
without actually fetching them
2009-11-23 10:51:52 +01:00
hjk
8ca08fad8a
debugger: add QPixmap autotest for new dumpers
2009-11-23 10:51:52 +01:00
con
cafa673494
Merge commit 'origin/1.3'
2009-11-23 10:43:17 +01:00
Benjamin Poulain
6e61990023
Validatation of the first half of the French translations.
...
Validate the strings of the French translation. The strings were fixed
when necessary.
2009-11-22 20:54:22 +01:00
Pierre Rossi
8ae0b6665c
Updated french strings to be translated for 1.3
2009-11-22 18:45:32 +01:00
Benjamin Poulain
5bf5e23efc
Additionnal French translations
...
Reviewed-by: Pierre Rossi
2009-11-22 18:45:32 +01:00
hjk
13ad6ef6fe
Revert "debugger: force a call to canFetchMore() if an WatchItem gains children"
...
This reverts commit 4f94145f4b
2009-11-20 18:10:46 +01:00
hjk
4f94145f4b
debugger: force a call to canFetchMore() if an WatchItem gains children
2009-11-20 18:01:24 +01:00
Oswald Buddenhagen
913f6161a1
Merge remote branch 'origin/1.3'
...
Conflicts:
src/plugins/cpptools/cppcodecompletion.cpp
src/plugins/help/helpplugin.cpp
src/plugins/projectexplorer/projectexplorer.cpp
2009-11-20 17:25:39 +01:00
hjk
43cca5c41e
debugger: adjust new dumper autotests to reality
2009-11-20 16:54:09 +01:00
hjk
68160cfa8b
compile fix with namespaced Qt
2009-11-20 16:54:09 +01:00