aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename the given enumerator.v1.3.0-beta1.3.0-betaRoberto Raggi2009-10-131-2/+16
| | | | (cherry picked from commit c33a8e94981f6b1acf2b11aaf04c3e86f6ceea12)
* Fixed a crash on exit when include files are still being scannedThorbjørn Lindeijer2009-10-132-3/+3
| | | | | Found by Roberto. (cherry picked from commit b07c1be547d7beb432c43bb8f0c9301595a0dde8)
* Handle ambiguous AST nodes.Roberto Raggi2009-10-131-0/+18
| | | | (cherry picked from commit dbffec2cca9f35e9475e33648d7907fe0b9d9ecc)
* fix a few license headershjk2009-10-1216-414/+219
| | | | (cherry picked from commit 5523c77eacee95345f2913c240c3c82a4cb9c7e6)
* Copy updated changes file.con2009-10-121-3/+15
|
* Fixes to tutorial, added missing screenshots.Daniel Molkentin2009-10-1210-36/+177
| | | | | Reviewed-By: con (cherry picked from commit c48c3cb46679fd9c73311c0d29928d058a228fd1)
* docs: Compile Fixes, Fixups in addressbook exampleDaniel Molkentin2009-10-122-2/+13
| | | | | Reviewed-By: TrustMe (cherry picked from commit cbee229700a794ee1f445d06dd93058232bd891c)
* Missing bookkeeping when removing Qt Versions.con2009-10-121-0/+3
| | | | | Reviewed-by: dt (cherry picked from commit 9a0896802dca4676f8233f1ca2c42a4ebf721b72)
* Fix bug with importanting a build with an not yet existing qt.dt2009-10-123-2/+6
| | | | (cherry picked from commit ee92e82cb89f8d648212113706d8b22cb4968c26)
* Update known issuesDaniel Molkentin2009-10-091-1/+15
| | | | (cherry picked from commit 7f345078c9382ebcd833404f22a35369c6c90bd1)
* Start on documentation for Qt for Symbian development in Qt Creatorcon2009-10-098-27/+145
| | | | (cherry picked from commit daa6e54ae7fd886aec7a37b6c9a12fda759e5e56)
* Fix bug when detecting S60 SDKs the first time.con2009-10-091-2/+2
| | | | (cherry picked from commit 8a0739813e11a052b1dae9bef078357b1156a48e)
* Add both "debug" and "release" build configurations, not only "release".con2009-10-094-37/+50
| | | | | Reviewed-by: dt (cherry picked from commit d500ceacf20bfd60bd3e37bf578741659d9dfc29)
* S60 -> Symbian for visible stringsRobert Loehning2009-10-092-2/+2
| | | | (cherry picked from commit 6a6f944490f09b7ff457e1eea80c82c59f71c4be)
* S60 -> Symbian for visible strings, fixed missing oneRobert Loehning2009-10-091-1/+1
| | | | | Reviewed-by: Daniel Molkentin (cherry picked from commit 0a9a1e98d98d48eb14dccb690463430c10219007)
* Fixed transient compile failure with highly parallel jom.Rohan McGovern2009-10-097-0/+7
| | | | | | | | | | | | | | | | | | | | These .pri files which add to INCLUDEPATH and have FORMS should also add to DEPENDPATH. Adding to INCLUDEPATH does not add to DEPENDPATH by default with qmake. That means qmake may not find headers in those paths and won't consider them dependencies when compiling the source files which include them. This doesn't matter when all the headers in the new INCLUDEPATH are always present, but when some of them are generated (e.g. from FORMS), the dependencies are important and omitting them means a race condition in parallel builds. Fixes errors of the form: ..\..\shared\help\topicchooser.h(33) : fatal error C1083: Cannot open include file: 'ui_topicchooser.h': No such file or directory (cherry picked from commit 9a7e02946ab702e25f1b616187492dd1a3486727)
* Remove cygwin options now that we have a GDB which was build with MinGW.Daniel Molkentin2009-10-095-74/+7
| | | | | | | | Also, remove COM port selection on windows. It is taken from the run configuration in case of Windows anyway. Reviewed-By: Friedemann Kleint (cherry picked from commit 555f8a02ec935bcb7fbdbdec4e12d16c632bdf27)
* S60 -> Symbian for visible stringsDaniel Molkentin2009-10-094-14/+15
| | | | | Reviewed-By: con (cherry picked from commit 5a0566249b84cb521c3a4fc93d7ccc680e451cea)
* Trk: Removed unneeded header.Robert Loehning2009-10-091-1/+0
| | | | (cherry picked from commit 7856541d0ea6a6b0926cd7253311dc61b5717b05)
* Trk: Protected TrkWriteQueue::slotHandleResult with Mutex.Robert Loehning2009-10-091-13/+21
| | | | (cherry picked from commit bf167fd4897f3f4746ef2e26dce5170d5143bed8)
* Russian translation update.Sergey Belyashov2009-10-091-113/+129
| | | | | Merge-request: 1741 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* XCode style keyboard shortcut layout should use some more default keys.con2009-10-091-129/+0
| | | | (cherry picked from commit 350c282ba1f53b06fd609a93097f4653c6399a26)
* Enable multi key shortcuts on the Mac.con2009-10-097-70/+20
| | | | | Since that was fixed in Qt. (cherry picked from commit fe9d0bf3c5056a5336ed0fe235db2ae9aec79155)
* Debugger: Do configuration error checking early on.con2009-10-0919-222/+225
| | | | | | | | | | | | | | | | | | Add a configuration checking method to the Debugger manager, depending on toolchain, wire it to the engines. Check that in the debugger run controls. Add a convenience method to ICore that shows a warning message with a "Settings" button, pointing the user to a configuration error on a settings page. Remove leftovers of the dumper parser. Acked-by: con <qtc-committer@nokia.com> (cherry picked from commit 22ab8d5662590a2150d6c4ba6472c201f5914181) Conflicts: src/plugins/debugger/gdb/gdbengine.cpp
* Naming of run configurations.con2009-10-092-4/+4
| | | | (cherry picked from commit b4a17a03c0d397d77131f266270c8d082ec35071)
* Fix handling of spacers on Projects panedt2009-10-091-0/+2
| | | | (cherry picked from commit 7560467523079ef6b8367daff03d7d02b6454657)
* Remove debugging outputdt2009-10-091-2/+0
| | | | (cherry picked from commit c91af1bc106b7817e8fc81c04c94b40550203e5f)
* Fix crash on cloning and removing buildconfigurationsdt2009-10-093-15/+16
| | | | (cherry picked from commit a3141e9d744aa1d4a232de35722cb8bf2cf40c7f)
* Make a function out of duplicated code.dt2009-10-093-20/+23
| | | | (cherry picked from commit ea56717101c48de6b2a47271663f7516c5240e68)
* debugger: fix pid parsing on machjk2009-10-081-2/+3
| | | | (cherry picked from commit c6de8d457b925f2e02469d35a0afff7aad339e62)
* debugger: fix remote debugginghjk2009-10-081-1/+11
| | | | (cherry picked from commit 09e72eaa8147c1426f16cd259c7bd2ccb8dde6a0)
* Some work towards functioning remote debuggingck2009-10-082-43/+39
| | | | | | | Fix gdb commands, state changes and signals emissions. - There were some invalid gdb commands (e.g. "attach"). - There also were a number of unexplected state transitions. (cherry picked from commit 3b12f5f1d684786e0ff4f3d42a771458089287d6)
* Trk: Closing TrkDevice when Launcher emits finished()Robert Loehning2009-10-083-2/+5
| | | | | Reviewed-by: Friedemann Kleint (cherry picked from commit 6bcfee48403053c12dab7f97148f208dc1c7e6a6)
* Fixed refactoring when the cursor is at the end of a symbol.Erik Verbruggen2009-10-081-2/+6
| | | | | Reviewed by: Roberto Raggi (cherry picked from commit 5852cc805d68f21ed0ac34191bb1e3f3002e9b4d)
* I18N: Change namespaces (Core::Utils, etc) in ts files.Friedemann Kleint2009-10-086-6496/+25008
| | | | (cherry picked from commit f39e5d8ceb5818ad00b9664559120fc54d78a8eb)
* Debugger: Improve adapter error handlingFriedemann Kleint2009-10-0810-30/+71
| | | | | | | Correctly reset state on missing Symbian gdb. Provide "settings" options. Reviewed-by: hjk <qtc-committer@nokia.com> (cherry picked from commit 81a8f2f927403796efe4cc5c91301ac22df91f1a)
* Adapt to new packaging system in Qt for Symbian.con2009-10-072-57/+91
| | | | (cherry picked from commit eb32fab80650c72dc6c3bc6acbc6d8f3679d4dd9)
* First set of documentation updates for Qt Creator 1.3.Daniel Molkentin2009-10-079-22/+74
| | | | | | | | - Detail on setting up Qt Versions - Mention CVS support - More shortcuts - Mention Shortcut differences on OS X (cherry picked from commit dbc042ff04335539729e1379fbaa33924a4e1a14)
* "Path to QMake" -> "QMake Location".Daniel Molkentin2009-10-071-1/+1
| | | | | Reviewed-by: con (cherry picked from commit 36a60b4eb3189d58390424ea3442552814c3e72d)
* Find the canonical virtual method.Roberto Raggi2009-10-075-28/+110
| | | | (cherry picked from commit 7e0e62cb253dbf26166d4dfaada1898beadc44ef)
* Run the binder before searching strong and weak references.Roberto Raggi2009-10-071-0/+9
| | | | (cherry picked from commit afedec330a9be2378009c5497bbb8b88efd4255d)
* Removed the MacroResolverRoberto Raggi2009-10-079-119/+3
| | | | | Unfortunately, the MacroResolver does not scale and we get pretty bad performances when parsing big projects. (cherry picked from commit 77aa3064783d64cc7d028772a59f13e5f0cd4780)
* Use CTRL+SHIFT+U as shortcut for the `Find Usages of a symbol'.Roberto Raggi2009-10-072-1/+1
| | | | | Done with mae (cherry picked from commit 91f8a2992b79a4bbd40c1301bfd974a4df2eeecd)
* Search for possible forward classes.Roberto Raggi2009-10-071-3/+25
| | | | (cherry picked from commit 7a135ac8a24a8fa5a75528f4d5d83c3a545cd8bc)
* Removed (unused) toplevel declaration of _translationUnit.Roberto Raggi2009-10-071-1/+0
| | | | (cherry picked from commit 695b1dbf5b4559425e9b360687ffcdbfd1a4eab4)
* debugger: remove ambiguous shortcuthjk2009-10-071-1/+0
| | | | (cherry picked from commit 92c3939088f3002e4a92c0215bb5b0453256a9e4)
* debugger: disable l&w 'alternative formats' submenu if there aren't anyhjk2009-10-071-0/+4
| | | | | alternatives. (cherry picked from commit a92d6fbcd8403bf9fa9c2e1cd8be9f6769ef6e13)
* Changelog 1.3.0Friedemann Kleint2009-10-071-2/+8
| | | | (cherry picked from commit 07f05c8ef09af53e2fdbe4a46823396aecab5f39)
* Debugger: Fix crash toggling Stack/"Derefence Pointers" without projectFriedemann Kleint2009-10-079-10/+62
| | | | | | Enable debugger actions correctly. Reviewed-by: hjk <qtc-committer@nokia.com> (cherry picked from commit 1fb8f60e03a267941822eb96ab8e6faedc6036f1)
* Fix tip to be true on Mac OS X.Daniel Molkentin2009-10-071-1/+10
| | | | | Reviewed-By: con (cherry picked from commit e2e9c773231ced6419dacc5edce273bf55912932)