Orgad Shaneh
d4a881e6ee
Test for read-only when session is loaded
...
Task-number: QTCREATORBUG-5131
Change-Id: I6642ec2b80ff156b76bba86172e8a2362cb02bc8
Reviewed-by: Eike Ziller <eike.ziller@nokia.com >
Reviewed-by: Leandro Melo <leandro.melo@nokia.com >
2011-12-02 10:48:16 +01:00
Eike Ziller
76136202e3
Add cross reference.
...
Change-Id: I0f5a0eaf69c8b0388dc2d42451a6b50fefa7d055
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com >
2011-12-02 10:42:06 +01:00
Christian Kamm
69d6a508d3
QmlJS indenter: Fix braceless switch/try/with bindings.
...
Change-Id: Iee25f3f9ec38b1b7fc2697f390386c9a60cb8347
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com >
2011-12-02 09:15:04 +01:00
Eike Ziller
855e4eac4f
Add document on plugin life cycle.
...
Change-Id: Iec868cdb8158726d91bcece935a9d6269219c056
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com >
2011-12-01 16:42:36 +01:00
Kai Koehne
66949f2b45
Debugger: Hide memory related actions in context menus for QML only
...
Change-Id: I29f09f983146fff3301426703db0b93090c6507c
Reviewed-by: hjk <qthjk@ovi.com >
2011-12-01 16:34:51 +01:00
Yuchen Deng
7140642d0e
Fix central Esc handling again
...
We should to determine the focus widget whether the same,
Sometimes, the widget's sub-window has the real focus.
Change-Id: I0e9128e7d6008e2cb6de681bb0a1a337ad69a230
Reviewed-by: Eike Ziller <eike.ziller@nokia.com >
2011-12-01 12:13:03 +01:00
Thomas Hartmann
ed63ac274e
WelcomePage: adding typical creator bar
...
Adding the typical creator bar at the top
Change-Id: I80e4190e007a960543f0ae0c4aa42fd9737d1fb3
Reviewed-by: Eike Ziller <eike.ziller@nokia.com >
2011-12-01 09:48:37 +01:00
Oswald Buddenhagen
47b1e7ba3f
fix navigation links
...
Change-Id: I0eee92cd095070da259bfd6b1c6da43c596d6ee1
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com >
2011-11-30 21:54:02 +01:00
hjk
d7a9881db5
debugger: make compile dumpers work on Qt 4.5
...
Task-number: QTCREATORBUG-6616
Change-Id: Id01238d4ec767a0e9f8d05cedff4850106b6e318
Reviewed-by: hjk <qthjk@ovi.com >
2011-11-30 16:43:39 +01:00
Tobias Hunger
c2e3d87759
Remove stale files
...
* stale being anything not in the list of project files which is in the
list of git files that does not show up in a git grep. That gives a short
list of files that were then sanity checked.
* Add madde_export.h to the relevant .pro-file while at it to stop it
from showing up in the list mentioned above.
Change-Id: I787c88e08a45676bcdd256637339c630b1fa4b74
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com >
2011-11-30 16:09:25 +01:00
hjk
844437c666
debugger: use the same type formats for arrays of same base type
...
Task-number: QTCREATORBUG-5582
Change-Id: I690c755fc5d2ea127ea12f65f799accb10ff20c9
Reviewed-by: hjk <qthjk@ovi.com >
2011-11-30 16:04:24 +01:00
Friedemann Kleint
27211de083
Minor Krazy cleanup in autotools.
...
Change-Id: I1d955f2b2d6f6f2668156e0f211df37616cfc3e7
Reviewed-by: hjk <qthjk@ovi.com >
2011-11-30 15:59:40 +01:00
hjk
653eaa2f75
autotools: compile fix on windows
...
Change-Id: I40d525532a784fc9180622910d7c18fcae72ddbb
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com >
2011-11-30 15:58:27 +01:00
hjk
93a4237602
autotools: minor cleanup
...
Change-Id: Ic7862a4a97e60ed016a53f5893e03e3f9ec11e53
Reviewed-by: Patricia Santana Cruz <patriciasc@openismus.com >
Reviewed-by: hjk <qthjk@ovi.com >
2011-11-30 15:34:37 +01:00
hjk
6d36577220
autotools: mark plugin as "experimental"
...
Change-Id: I35465d1cf095736e810e2c79db9969038005b01a
Reviewed-by: hjk <qthjk@ovi.com >
2011-11-30 14:40:39 +01:00
Patricia Santana Cruz
6445c99ad2
Add AutotoolsProjectManager plugin
...
Change-Id: Icbc8d105a3ffea2bf705d18e3413f6b3487ccfd3
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
Reviewed-by: hjk <qthjk@ovi.com >
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com >
2011-11-30 14:16:12 +01:00
Kai Koehne
442f2d6972
Analyzer: Remove redundant onCurrentProjectChanged
...
When switching projects updateRunActions is called too.
Change-Id: Icffb3413805e536a0f36a90bb4d45e09b5229b88
Reviewed-by: hjk <qthjk@ovi.com >
2011-11-30 14:15:52 +01:00
hjk
9d24d56822
debugger: "inline" gdboptionspage.ui
...
Change-Id: I89b0f0dd5c9764d2080faefe9734911090616976
Reviewed-by: hjk <qthjk@ovi.com >
2011-11-30 11:50:33 +01:00
hjk
600a2f839e
debugger: make use of dynamic type for dumpers configurable
...
It's too expensive to have it unconditionally on in some settings.
Giving the user the possibility to switch it off seems ok.
Change-Id: I7bdcb0ce919f0dca83a4563ac83958efdeb251e7
Reviewed-by: hjk <qthjk@ovi.com >
2011-11-30 11:50:20 +01:00
Christian Kamm
a24c49720a
QmlJS reformatter: Fix object literals.
...
The comma token seems to be invalid.
Change-Id: I859fa58ba0ba1e975e0cf1105c2b53aac848fb0d
Reviewed-by: Leandro Melo <leandro.melo@nokia.com >
2011-11-30 10:11:28 +01:00
hjk
9056dc384a
fakevim: bs=2 "has" start
...
Task-number: QTCREATORBUG-6640
Change-Id: Iaa90bd9c96207883dbb5889e1c0df544e3a1aa40
Reviewed-by: hjk <qthjk@ovi.com >
2011-11-30 10:08:42 +01:00
Kai Koehne
d84b5d4596
Analyzer: Enable "Remote" tools even when no active project is loaded
...
Change-Id: I9eafbb4cd1de0904c7b0dc5a56be5d1d16a650f7
Reviewed-by: hjk <qthjk@ovi.com >
2011-11-30 09:45:09 +01:00
Kai Koehne
1d04a8f5a7
Analyzer: Remove unimplemented function
...
Change-Id: If82101958cb5ee8281c90e7bc4cc5c7498faad63
Reviewed-by: hjk <qthjk@ovi.com >
2011-11-30 09:43:25 +01:00
Eike Ziller
bb057a6619
Whole-words searching doesn't work with QtWebKit.
...
So we turn it off.
Task-number: QTCREATORBUG-4706
Change-Id: Ib51740428db35a1697dd5bca0f8f58b7ffd5fb1a
Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com >
2011-11-29 18:00:28 +01:00
Christian Kandeler
e287fbd812
RemoteLinux: Fix visual glitch when canceling key deployment.
...
Task-number: QTCREATORBUG-6568
Change-Id: I62da4b5e6ebed90fa51ed02107cfc083218802a4
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2011-11-29 17:42:00 +01:00
Christian Kandeler
c9cea6f9b6
Harmattan: Fix misleading dialog title.
...
We referred to an incorrect icon size.
Task-number: QTCREATORBUG-6483
Change-Id: Ie1a0debbe2a261f571bb73d91dc46180a5961b09
Reviewed-by: Lasse Holmstedt <lasse.holmstedt@nokia.com >
2011-11-29 17:23:08 +01:00
Leandro Melo
a985759757
Add . to includePaths() for qt4project
...
QMake implicitly adds it, so we need to do the same.
Change-Id: Ifa1733e79f8eaa8461906fe23f492fc6e83ad017
Done-by: dt
Reviewed-by: Leandro Melo <leandro.melo@nokia.com >
2011-11-29 16:50:36 +01:00
Robert Loehning
844b1c0490
Squish: Improved timeouts
...
- tuned timeouts according to expected duration
- use default timeout instead of passing equal value
Change-Id: I90bcbc5ecfd420a01e05acabc987a67b322c1f3f
Reviewed-by: Bill King <bill.king@nokia.com >
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
2011-11-29 14:34:21 +01:00
hjk
bca96ff17e
debugger: squash msvc warning about structs and classes
...
Change-Id: I5de2f086e7b2ff6faaae4995c4fc1949e93281e1
Reviewed-by: Bill King <bill.king@nokia.com >
2011-11-29 14:17:06 +01:00
Tobias Hunger
66e3021aed
Small cleanup
...
Change-Id: Ic53d813bff7e30fa560c5d0797eeaa3a4880cdec
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com >
2011-11-29 14:09:19 +01:00
Christian Kandeler
57c0979012
SSH: Support different read channels in SshRemoteProcess.
...
This is part of the effort to support more QProcess concepts.
Change-Id: Idb888e733570a58d3810f371409b657b30bbd929
Reviewed-by: hjk <qthjk@ovi.com >
2011-11-29 14:00:39 +01:00
hjk
59359905bf
debugger: add manual test for dumping derived classes using base pointer
...
Change-Id: I65c5977fc16083cf09a123c6beadbc156a9f29c7
Reviewed-by: Bill King <bill.king@nokia.com >
2011-11-29 13:43:59 +01:00
Christian Kamm
acf3ee7ca6
QmlJS: Fix lazy initialization of CppComponentValue::signalScopes.
...
Could lead to crashes when two threads initialize it at the same time.
Change-Id: Ia8e2c280c89087b1195451948c36a384e1098423
Reviewed-by: Leandro Melo <leandro.melo@nokia.com >
2011-11-29 13:20:25 +01:00
Christian Kamm
9b411ed558
QmlJS: Fix potential crash in find usages.
...
When invalid documents or documents without idEnvironment or rootScope
get added to a QmlComponentChain.
Change-Id: I64b7062881f19777ba20efda6efa2e7bab02571e
Reviewed-by: Leandro Melo <leandro.melo@nokia.com >
2011-11-29 13:01:45 +01:00
Kai Koehne
e277ace619
Inspector: Use user-set sysroot also when opening files in the inspector
...
Expose the current debugger engine (with it's start parameters) in
Debugger::QmlAdapter, and use it to initialize the FileInProjectFinder
in QmlJSInspector.
Change-Id: I562012868e72ee9369db210e79468e263c53eda6
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com >
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com >
2011-11-29 12:01:21 +01:00
Christian Kamm
ae494b6e41
C++: Fix compilation of plain-cplusplus test on OSX.
...
Change-Id: I5a84a2f3d8157289eba60977a3c9d112e72e679a
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com >
2011-11-29 11:12:03 +01:00
Christian Kamm
d02b647bbf
QmlJS checks: Don't warn for fallthrough on the last clause.
...
Change-Id: Ica84ced241eafd82cededa65d2e90f855e448f89
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com >
2011-11-29 11:11:41 +01:00
Christian Kamm
25842cb13a
QmlJS: Add protection against attached types attaching to themselves.
...
Change-Id: Ib81d5e6baabf5ac8d18411e8936098908de2c2bb
Task-number: QTCREATORBUG-6635
Reviewed-by: Leandro Melo <leandro.melo@nokia.com >
2011-11-29 09:57:59 +01:00
hjk
a7e4f3ce04
fakevim: fix off-by-one when creating range from current line
...
Task-number: QTCREATORBUG-6630
Change-Id: I33c009cb72396872b8d603011b81d7e441f27cf2
Reviewed-by: hjk <qthjk@ovi.com >
2011-11-29 09:08:29 +01:00
Christian Kamm
a920096c97
QmlJS checks: Accept 'fallthrough' comment to terminate case blocks.
...
Change-Id: Icf71416e8aa892089b0918529b94f4cd6a1db5a3
Reviewed-by: Leandro Melo <leandro.melo@nokia.com >
2011-11-29 08:25:51 +01:00
hjk
c00cbcf574
fakevim: implement '&'
...
Change-Id: I64f214d27306733a2840036816366d7a204cbc89
Reviewed-by: hjk <qthjk@ovi.com >
2011-11-28 18:58:59 +01:00
hjk
d23e5f38b8
fakevim: implement gm
...
Change-Id: I27d69414aff355dea1cf334830145dc50d407851
Reviewed-by: hjk <qthjk@ovi.com >
2011-11-28 16:36:22 +01:00
hjk
3f943df966
projectexplorer: compile windows stuff on *nix if tests are on
...
Change-Id: I5bf8aa8f97affb5d56ad50b55c410a9870f8d68f
Reviewed-by: Eike Ziller <eike.ziller@nokia.com >
2011-11-28 16:15:43 +01:00
hjk
794cee7ab0
fakevim: implement `. and '.
...
Change-Id: Ida402d74ac6cbe41165e491ca7cf3321fdd3004e
Reviewed-by: hjk <qthjk@ovi.com >
2011-11-28 16:06:57 +01:00
Eike Ziller
9df405ba86
Add a document about plugin specs.
...
Mostly moved from the IPlugin API documentation,
and adapted and extended.
Change-Id: I9e71fd387d831dea4f650b64cd931b3043c7b4cf
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com >
2011-11-28 15:37:10 +01:00
Eike Ziller
d0c0c0628d
Start on Creating Plugins documentation.
...
Change-Id: Ic75775473cfb405cee5c53b2dc24144dba51a25c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com >
2011-11-28 14:52:04 +01:00
Christian Stenger
b042661686
Squish: Fix this test for Creator master branch
...
Change-Id: I3f8a9238af15ec15a94f458ce55cb77a47b248f9
Reviewed-by: Bill King <bill.king@nokia.com >
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2011-11-28 14:06:22 +01:00
Christian Kamm
d92862d0b1
C++ function signature: Preserve trailing non-cv specifiers.
...
Like __attribute__((...)).
Task-number: QTCREATORBUG-6620
Change-Id: I8cf9f1743cf107a9ef858206de138ca9771bbdf0
Reviewed-by: Leandro Melo <leandro.melo@nokia.com >
2011-11-28 11:38:27 +01:00
Daniel Teske
fd19e94e35
Set LD_LIBRARY_PATH/DYLD_LIBRARY_PATH to empty if not set at all
...
Work around qt being stupid.
Task-number: QTCREATORBUG-6583
Change-Id: I9443adea0b2be7e4d26d70ab817858d71fa1bbdb
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2011-11-28 11:19:02 +01:00
Christian Kandeler
f709f4b071
RemoteLinux: Support generic attributes in device configuration.
...
Can be used by specialized plugins to store additional information.
Change-Id: I28cd28920aab9f0029a192f58437467fcf7ea395
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com >
2011-11-28 09:37:45 +01:00