Commit Graph

72811 Commits

Author SHA1 Message Date
Robert Loehning
8497bb3ba4 Browsing from previously selected directory for findinfiles 2010-05-21 13:52:08 +02:00
Jens Bache-Wiig
a5458c882e More UI consistent qrc editor
I altered the layout to use thin splitters so it fits better into the
other UI components.

Reviewed-by: thorbjorn
2010-05-21 11:43:45 +02:00
Jens Bache-Wiig
8188e657b1 Update fakeVIM icon
The old one didnt emphasize the fact that this is not a real
VIM product. Unfortunately not translateable but probably
better than reusing the official icon.

RevBy: con
2010-05-21 11:37:19 +02:00
Roberto Raggi
09bf431ab5 Fixed jump to the matching definition. 2010-05-21 11:35:37 +02:00
Thomas Hartmann
8ca90eb4f7 QmlDesigner.propertyEditor: fix generation of property panes
For custom types we auto generate property panes.

With this patch also dot properties (e.g. border.width) and properties
of type color (QColor) are properly supported.

Task-number: BAUHAUS-208
2010-05-21 11:28:32 +02:00
Thomas Hartmann
21634c490c QmlDesigner.metaInfo: fixes a bug with dot properties
For components dot properties were not reported correctly

Reviewed-by: Kai Koehne
2010-05-21 11:28:29 +02:00
Roberto Raggi
8ecbb44183 Turn on C++0x support. 2010-05-21 10:51:48 +02:00
Roberto Raggi
ec5b235fbe Disabled parsing of C++0x initializer-list. 2010-05-21 10:51:09 +02:00
ck
986d5472e6 Compile fix. 2010-05-21 09:12:52 +02:00
ck
e6480735f4 Maemo: Compile fix. 2010-05-21 09:11:19 +02:00
Robert Loehning
7707fc0c69 Debugger: Made menu captions more explicit 2010-05-20 21:45:18 +02:00
Robert Loehning
e2e495a116 Debugger: Enabled removing watchpoints using context menu 2010-05-20 20:25:54 +02:00
Robert Loehning
e40c28cc2f Debbuger: Checking menu action if watchpoint is set 2010-05-20 19:49:52 +02:00
Robert Loehning
466518808c Removed pointless lines 2010-05-20 19:49:51 +02:00
Erik Verbruggen
b9ac631b4a Fixed expression resolving for ObjC message send expressions. 2010-05-20 18:37:12 +02:00
Robert Loehning
174147a9cf Using selected session's name as initial value when cloning or renaming
session
2010-05-20 17:15:10 +02:00
mae
576a8ae799 Fix current line highlighting
we now draw it with alpha, so block highlighting and find scope
paintings shine through
2010-05-20 17:01:58 +02:00
hjk
098dd35134 debugger: check matching Qt versions of compiled dumpers and debuggee 2010-05-20 16:49:48 +02:00
hjk
0c4c66f228 fakevim: fix undo after cjaaa<Esc> 2010-05-20 16:49:48 +02:00
kh1
01b7e7b99d Remove some leftovers.
Reviewed-by: ck
2010-05-20 16:46:11 +02:00
mae
697cb0daa8 Code folding fix
Remove harmful over optimization (made it impossible to restore
nested folding states)
2010-05-20 16:40:28 +02:00
Friedemann Kleint
7003b82e2b Version control: Improve detection.
Merge managesDirectory() and findTopLevelForDirectory()
into one giving managesDirectory() an optional topLevel
parameter. This removes the need to go up the directory
hierarchy twice when checking for Merurial or git and also
saves some checks for CVS/Subversion.
VCSManager: Check cache in reverse order starting out with
the full path first to improve handling of nested repositories.
Rubber-stamped-by: con
Acked-by: dt
2010-05-20 16:24:56 +02:00
dt
58a5da63a8 Load .pro files with infinite loops
Task-Nr: QTCREATORBUG-1443
2010-05-20 16:16:01 +02:00
dt
1f6949c19b Fixes off by one pixel drawing in Build Issues
Task-Nr: QTCREATORBUG-1445
2010-05-20 16:15:27 +02:00
ck
c6ef899659 SSH: Add isConnected(), allow redundant calls to start(). 2010-05-20 16:08:08 +02:00
ck
b6d7f55b05 BinEditor: Get rid of (bogus) MSVC warning. 2010-05-20 16:08:07 +02:00
Erik Verbruggen
164aed22a5 Fixed scope discovery. 2010-05-20 16:07:33 +02:00
kh1
c6fef3ef63 Long overdue changes and refactoring for qemu handling.
Fixes: - react on build/ run configuration changes
       - now notices environment changes, like switching Qt versions
       - start button is now only shown if we have a valid qemu runtime
       - enabled/ disabled state works properly when loading a project

Task-number: QTCREATOR-210, QTCREATORBUG-1252, QTCREATORBUG-1082
Reviewed-by: ck
2010-05-20 16:05:23 +02:00
Friedemann Kleint
993891fb8b Fix compiler warning. 2010-05-20 16:01:45 +02:00
kh1
9109380570 Long overdue changes and refactoring for qemu handling.
Fixes: - react on build/ run configuration changes
       - now notices environment changes, like switching Qt versions
       - start button is now only shown if we have a valid qemu runtime
       - enabled/ disabled state works properly when loading a project

Task-number: QTCREATOR-210, QTCREATORBUG-1252, QTCREATORBUG-1082
Reviewed-by: ck
2010-05-20 15:59:29 +02:00
con
48db93a92f Merge remote branch 'origin/2.0' 2010-05-20 15:39:04 +02:00
Roberto Raggi
3b113a2d74 Deprecate the old template instantiation. 2010-05-20 15:22:09 +02:00
mae
e07c34017e Rework code folding
The new and cleaner foldingIndent in the block user data will
make it easier to support other kinds of indentation for various
other programming languages (like Python).
2010-05-20 15:11:31 +02:00
Friedemann Kleint
6383643d32 VCS[Subversion/Perforce]: Fix VCSManager caching (Windows).
Ensure clean paths are returned by
IVersionControl::findTopLevelForDirectory() as otherwise caching
of VCSManager breaks (Windows) and commands are executed all over
again. Fix display in SVN/CVS.

Acked-by: con
2010-05-20 14:52:08 +02:00
Leandro Melo
55b26868e6 Generic highlighter is now part of the text editor plugin. 2010-05-20 14:10:34 +02:00
hjk
9b6c86bdc1 fakevim: implement :reg[isters] 2010-05-20 14:08:11 +02:00
Christian Kamm
70291f457a QmlJS: Add null checks when accessing Bind::rootObjectValue.
If a document wasn't parsed correctly the binder won't be run - and
rootObjectValue will be null.

Task-number: QTCREATORBUG-1449
2010-05-20 14:02:25 +02:00
Friedemann Kleint
da078d300c Compiler warning: Do not return false for return type QString. 2010-05-20 13:59:48 +02:00
ck
0c31b67e1c SSH: Fix Net7 bug. 2010-05-20 13:55:27 +02:00
Erik Verbruggen
36a3679902 Fixed ObjC selector name creation. 2010-05-20 12:54:59 +02:00
Erik Verbruggen
8d5dde66c0 Fixed qualified name creation for ObjC classes and protocols.
Also fixed the tests for it.
2010-05-20 12:13:44 +02:00
Kai Koehne
adad842bbe Rename QML Runtime to QML Viewer again in the UI
Latest qt renamed qml executable back to qmlviewer, and also named
the executable again QML Viewer instead of Runtime/Launcher.
2010-05-20 12:00:35 +02:00
Kai Koehne
dc38ed3372 QuickDesigner: Fix compilation with latest qt.git
the method name got changed in 5732a440.
2010-05-20 10:00:30 +02:00
con
7f4cbe2383 Merge remote branch 'origin/2.0'
Conflicts:
	src/plugins/debugger/moduleshandler.cpp
	src/plugins/qmldesigner/components/propertyeditor/propertyeditorcontextobject.cpp
	src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.cpp
	src/plugins/qt4projectmanager/qt-maemo/maemosshthread.cpp
2010-05-20 09:28:00 +02:00
ck
552a072832 Maemo: Fix corner case in end-of-remote-process detection. 2010-05-20 08:54:54 +02:00
Friedemann Kleint
20f26c987f VCS[git/hg]: Prevent search for repository from creating folders
... when autofs is involved. Check for files instead of folders
and stop checking/recursing up at '/' or $HOME. Further fixup
will follow.

Task-number: QTCREATORBUG-1361
Task-number: QTBUG-10495
2010-05-20 08:48:17 +02:00
Friedemann Kleint
7f90f2942a Debugger: Add incremental API for modules.
And use it from CDB's module load/unload callbacks
instead of re-setting all modules. Some cleanup./Fixed
conflicts in 2.0
Acked-by: hjk
2010-05-20 08:25:43 +02:00
Marco Bubke
71840d93a5 Change the visiblity only if the formeditor item exists
Task-Number: BAUHAUS-673
Reviewed-by: kkoehne
2010-05-19 20:38:07 +02:00
Marco Bubke
cdeee01c73 Generate a style option for the paint function in the node instances
WebView is expecting a valid QStyleOptionGraphicsItem argument.

Reviewed-by: kkoehne
2010-05-19 20:36:44 +02:00
Marco Bubke
89482b1bfc Change Qt/WebView in the meta data to org.webkit/WebView
Reviewed-by: kkoehne
2010-05-19 20:36:37 +02:00