aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* debugger: fix dumper for QList<T*>v1.2.0hjk2009-06-191-1/+1
|
* debugger: fix crash on "recheck debugging helper" when not debugginghjk2009-06-192-1/+2
|
* Adding a note at the end of the tutorial and removed unused statements in docs.Daniel Molkentin2009-06-181-2/+7
|
* Doc - ommitting incomplete parts of the tutorialKavindra Devi Palaraja2009-06-181-6/+8
|
* Recognize DLL not found excption as non-fatal in CDB.Friedemann Kleint2009-06-181-1/+6
|
* Addressbook tutorial review fixes.Daniel Molkentin2009-06-171-4/+4
|
* Document known issue with storing the settings on an NFS shareThorbjørn Lindeijer2009-06-171-0/+9
|
* Prevent cdb from repetitively initalizing dumpers in case of failures.Friedemann Kleint2009-06-171-0/+1
|
* Unbreak the cmake plugin for the 1.2 releasedt2009-06-171-8/+9
| | | | | | | Last minute show stopper bug, this only affects cmake projects, so it should be safe. Reviewed-By: Trust me
* Cherry-pick: Update license headers and sales contact details.con2009-06-161222-2445/+2445
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me Conflicts: src/libs/cplusplus/CppBindings.cpp src/libs/cplusplus/CppBindings.h src/libs/cplusplus/FastPreprocessor.cpp src/libs/cplusplus/FastPreprocessor.h src/plugins/cpptools/cppcurrentdocumentfilter.cpp src/plugins/cpptools/cppcurrentdocumentfilter.h src/plugins/cpptools/cppsemanticsearch.cpp src/plugins/cpptools/cppsemanticsearch.h src/plugins/duieditor/parser/qmljs.g src/plugins/duieditor/parser/qmljsast.cpp src/plugins/duieditor/parser/qmljsast_p.h src/plugins/duieditor/parser/qmljsastfwd_p.h src/plugins/duieditor/parser/qmljsastvisitor.cpp src/plugins/duieditor/parser/qmljsastvisitor_p.h src/plugins/duieditor/parser/qmljsengine_p.cpp src/plugins/duieditor/parser/qmljsengine_p.h src/plugins/duieditor/parser/qmljsgrammar.cpp src/plugins/duieditor/parser/qmljsgrammar_p.h src/plugins/duieditor/parser/qmljslexer.cpp src/plugins/duieditor/parser/qmljslexer_p.h src/plugins/duieditor/parser/qmljsmemorypool_p.h src/plugins/duieditor/parser/qmljsnodepool_p.h src/plugins/duieditor/parser/qmljsparser.cpp src/plugins/duieditor/parser/qmljsparser_p.h src/plugins/duieditor/parser/qmljsprettypretty.cpp src/plugins/duieditor/parser/qmljsprettypretty_p.h src/plugins/duieditor/rewriter/rewriter.cpp src/plugins/duieditor/rewriter/rewriter_p.h src/plugins/duieditor/rewriter/textwriter.cpp src/plugins/duieditor/rewriter/textwriter_p.h src/shared/cplusplus/ASTClone.cpp tests/manual/cplusplus/main.cpp
* Further changelog perfectionismThorbjørn Lindeijer2009-06-161-24/+24
|
* (un)install -> (un)register, add nogui mode for use in installerDaniel Molkentin2009-06-161-38/+44
| | | | | | | | | The nogui mode is required for the installer, to keep the noise low. Also, get rid of QApplication passing, as all methods we call are static anyway, which made the compiler complain about unreferenced formal parameters. Revieved-by: Friedemann Kleint
* Doc - Reviewed Change LogKavindra Devi Palaraja2009-06-161-20/+22
| | | | Reviewed-By: TrustMe
* Removed dotsThorbjørn Lindeijer2009-06-161-15/+15
|
* Clarified the auto-save and run-without-building optionsThorbjørn Lindeijer2009-06-161-2/+3
|
* Fixed the alignment of the line/column number labelThorbjørn Lindeijer2009-06-163-3/+7
| | | | | | | | This depended on a stretch that was removed. Instead, make the stretch factor of the stretch 0 and make sure that the method boxes used by the CppEditor and ScriptEditor take all its space. Reviewed-by: con
* Fixed the mouse cursor no longer turning into a hand above the mark areaThorbjørn Lindeijer2009-06-161-0/+7
| | | | | Reviewed-by: mae Reviewed-by: con
* Fixed arguments glitch (ignore empty arguments).Friedemann Kleint2009-06-161-1/+3
|
* Fixed tr()-glitches, updated German translation.Friedemann Kleint2009-06-162-14/+49
| | | | Acked-by: dt <qtc-committer@nokia.com>
* Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline into 1.2Friedemann Kleint2009-06-161-1/+1
|\
| * Fix description in changelogdt2009-06-161-1/+1
| |
* | Add install/uninstall to qtcdebugger dispatcher.Friedemann Kleint2009-06-161-6/+133
|/ | | | Acked-by: Daniel Molkentin <daniel.molkentin@nokia.com>
* Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline into 1.2Kavindra Devi Palaraja2009-06-161-6/+12
|\
| * Fixed crash in SimpleDeclarationAST::lastToken()Roberto Raggi2009-06-161-6/+12
| |
* | Doc - More cleanups of the changelogKavindra Devi Palaraja2009-06-161-7/+8
|/ | | | Reviewed-By: TrustMe
* Doc - beginning editing the ChangelogKavindra Devi Palaraja2009-06-151-14/+16
| | | | Reviewed-By: TrustMe
* Doc - More on Part 5Kavindra Devi Palaraja2009-06-153-0/+54
| | | | RevBy: TrustMe
* Update Japanese translation file.axasia2009-06-151-3497/+4185
| | | | | Merge-request: 670 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Finish Debugger session properly, releasing all files.Friedemann Kleint2009-06-151-0/+6
|
* Italian translation for QtCreator's 1.2 release.Enrico Ros2009-06-151-1166/+1616
| | | | | | | | | Updated the strings, translated the QML related ones and the new Welcome page. Shortcuts translations are missing, Italians are/will get used to the english Creator shortcuts. Merge-request: 667 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Spanish translation done.Diego A. Schulz G2009-06-152-1/+12366
| | | | | Merge-request: 676 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Fixed issues with line number colors on dark themesThorbjørn Lindeijer2009-06-151-3/+16
| | | | | By using the palette foreground color for line numbers when the background is very dark, instead of the palette's "dark" color.
* Complete German translations.Friedemann Kleint2009-06-151-20/+20
|
* Run git on windows properly when git is called synchronously.Daniel Molkentin2009-06-151-1/+7
| | | | Reviewed-By: Friedemann Kleint
* Fixed typoThorbjørn Lindeijer2009-06-151-1/+1
|
* Updated German translation.Daniel Molkentin2009-06-121-60/+61
|
* fix gdb shutdown logic on gdb crashOswald Buddenhagen2009-06-121-1/+5
| | | | Reviewed-by: hjk
* fix waitForFinished logicOswald Buddenhagen2009-06-121-2/+1
|
* add translation howtoOswald Buddenhagen2009-06-121-0/+32
|
* make ts for danimoOswald Buddenhagen2009-06-121-243/+363
|
* Committed the last round of tips contributed by the office.Daniel Molkentin2009-06-121-7/+28
| | | | Reviewed-by: Ossi
* Do not temporary show the welcome mode when passing a session as argumentDaniel Molkentin2009-06-124-21/+28
| | | | Reviewed-by: con
* Apply bold to the current line number by defaultThorbjørn Lindeijer2009-06-124-10/+15
|
* Fixed crash in the cpp hover handlerThorbjørn Lindeijer2009-06-121-1/+1
| | | | | | | Didn't check whether the lookup actually returned a valid symbol before accessing the name. Reviewed-by: Roberto Raggi
* Create the path of the settings database if it doesn't exist yetThorbjørn Lindeijer2009-06-121-0/+5
| | | | Otherwise creation of the database fails on the first startup...
* Corrected name of .config editorThorbjørn Lindeijer2009-06-125-8/+7
|
* Bring file up to date with our build repo.Daniel Molkentin2009-06-121-14/+0
|
* cdb: Be a bit more robust when detecting debuggin tools for win, 64 bit.Daniel Molkentin2009-06-122-5/+9
| | | | | | | It seems like some versions install with the postfix " 64-bit." The change also makes it easier to add new postfixes. Reviewed-by: owolff
* welcome screen: capitalization fixesDaniel Molkentin2009-06-121-2/+2
| | | | Reviewed-by: Thorbjorn Lindeijer
* welcome mode: always show default session, gui fixesDaniel Molkentin2009-06-122-24/+26
| | | | Reviewed-By: Thorbjorn Lindeijer