Commit Graph

80529 Commits

Author SHA1 Message Date
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
Friedemann Kleint
e4a7792d6e Options dialog: Further polishing.
Task-number: QTCREATOR-26
2009-11-20 16:55:23 +01:00
Thorbjørn Lindeijer
2e82c14abc Fixed function argument widget text color in dark themes
By setting the window and button text colors to the tool tip text color,
since a tool tip background is drawn.

Task-number: QTCREATORBUG-322
2009-11-20 16:40:30 +01:00
con
ad4c227ca4 Make context help work also when switching user interface language.
Also avoids errors because of users messing with the "Unfiltered"
filter, which is used for e.g. context help.
The strategy now is to remove the "Unfiltered" filter from previous runs
(possibly in a different language), and re-register a fresh filter with
the name in the current language, and guaranteed to not filter out
anything.

Reviewed-by: kh1
2009-11-20 16:02:52 +01:00
Friedemann Kleint
a9fa7c71fa S60: Detect Device SDK from paths if registry entry is missing.
Display the error in a label of the preferences page.
Reviewed-by: con
2009-11-20 15:58:24 +01:00
Christian Kamm
bc92b63ee1 QuickFix: Add braces to a single-line if statement. 2009-11-20 15:24:46 +01:00
Roberto Raggi
2d608342fd Use a `normal' qmap instead of the qmultimap. 2009-11-20 15:19:20 +01:00
Roberto Raggi
e292554067 Fixed possible crash when using tab to complete (Qt/Carbon only).
Task-number: QTCREATORBUG-199
Reviewed-by: thorbjorn
2009-11-20 15:09:39 +01:00
Alessandro Portale
20b209858b Improved line wrapping of plugin license texts.
The paragraphs are now long lines that get wrapped by the text browser.

Reviewed-by: TrustMe

	modified:   src/plugins/bineditor/BinEditor.pluginspec
	modified:   src/plugins/bookmarks/Bookmarks.pluginspec
	modified:   src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec
	modified:   src/plugins/coreplugin/Core.pluginspec
	modified:   src/plugins/cpaster/CodePaster.pluginspec
	modified:   src/plugins/cppeditor/CppEditor.pluginspec
	modified:   src/plugins/cpptools/CppTools.pluginspec
	modified:   src/plugins/cvs/CVS.pluginspec
	modified:   src/plugins/debugger/Debugger.pluginspec
	modified:   src/plugins/designer/Designer.pluginspec
	modified:   src/plugins/fakevim/FakeVim.pluginspec
	modified:   src/plugins/find/Find.pluginspec
	modified:   src/plugins/genericprojectmanager/GenericProjectManager.pluginspec
	modified:   src/plugins/git/ScmGit.pluginspec
	modified:   src/plugins/helloworld/HelloWorld.pluginspec
	modified:   src/plugins/help/Help.pluginspec
	modified:   src/plugins/locator/Locator.pluginspec
	modified:   src/plugins/mercurial/Mercurial.pluginspec
	modified:   src/plugins/perforce/Perforce.pluginspec
	modified:   src/plugins/projectexplorer/ProjectExplorer.pluginspec
	modified:   src/plugins/qmleditor/QmlEditor.pluginspec
	modified:   src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
	modified:   src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
	modified:   src/plugins/qtscripteditor/QtScriptEditor.pluginspec
	modified:   src/plugins/regexp/RegExp.pluginspec
	modified:   src/plugins/resourceeditor/ResourceEditor.pluginspec
	modified:   src/plugins/snippets/Snippets.pluginspec
	modified:   src/plugins/subversion/Subversion.pluginspec
	modified:   src/plugins/texteditor/TextEditor.pluginspec
	modified:   src/plugins/vcsbase/VCSBase.pluginspec
	modified:   src/plugins/welcome/Welcome.pluginspec
2009-11-20 14:32:42 +01:00
Alessandro Portale
ee30a1fbf4 Indentation: Tabs -> whitespaces
modified:   src/plugins/cvs/CVS.pluginspec
	modified:   src/plugins/git/ScmGit.pluginspec
	modified:   src/plugins/perforce/Perforce.pluginspec
2009-11-20 14:32:41 +01:00
Jens Bache-Wiig
a4d5bdee61 Fixes: Fix incorrectly streched border image for line edits
Task:     QTCREATORBUG-326
Details:
The image simply needs bigger margins to avoid the shadow
beeing streched too far.
2009-11-20 13:50:40 +01:00
Roberto Raggi
ea40dfbf7e Cleanup 2009-11-20 13:08:27 +01:00
Friedemann Kleint
03d0b577fd First polish of options dialog find: Set item flags, match on category.
Strip buddy markers.
2009-11-20 12:56:49 +01:00
Roberto Raggi
1d9af6cc7d Removed the extra check for || when used together with &&. 2009-11-20 11:05:18 +01:00
Roberto Raggi
e825cbfdc9 Active the `split declaration' quickfix op only the declaration has a valid semicolon. 2009-11-20 10:50:19 +01:00
Roberto Raggi
9903b0aedb Added quickfix operation to split simple-declarations. E.g. int a, b; will be replaced with int a; int b;. 2009-11-20 10:47:19 +01:00
hjk
e2cfc0958e debugger: mark 'Null' QStrings() in pretty-printers 2009-11-20 10:11:21 +01:00
Daniel Molkentin
40518ac11c gdb: On Windows, also substitute the debugging path for non-sdk Qt.
Reviewed-By: hjk
2009-11-19 19:45:14 +01:00
dt
3e68d1a701 Fix RunConfigurations showing only enabled RunConfigurations 2009-11-19 18:54:36 +01:00
Friedemann Kleint
9a7729ebdc Preferences: Set up infrastructure for a filter widget.
Add filter widget, use a special QSortFilterProxyModel +
StandardItemModel, add a slot selecting the page.
Add matches() to IOptionsPage.
2009-11-19 17:47:13 +01:00
dt
d49dc172ad Compile 2009-11-19 17:46:04 +01:00
dt
651eb33823 Remove a unecessary QDir::toNativeSeparators()
Reviewed-by: Tobias Hunger <qt-info@nokia.com>
2009-11-19 17:46:04 +01:00
Roberto Raggi
3bd33607af QuickFix: move declaration out of if statement condition.
Done-with: ckamm
2009-11-19 17:36:45 +01:00
Thorbjørn Lindeijer
69969bef43 Fixed possible crash on constructor completion
When constructor completion was attempted on a base class specified in a
class declaration, a null pointer reference would occur.

Task-number: QTCREATORBUG-321
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
2009-11-19 17:29:37 +01:00
dt
6f0b4777d9 Merge commit 'origin/master' 2009-11-19 17:15:35 +01:00