summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Patch the right version of libQtCore1.2Thorbjørn Lindeijer2009-10-051-1/+1
|
* Adding/removing via context menu isn't possible in 1.2.1Thorbjørn Lindeijer2009-09-251-2/+1
|
* Some small updates to the documentation of generic projectsThorbjørn Lindeijer2009-09-251-5/+9
| | | | (cherry picked from commit 9bdd359827b0d660321414bf212a3a9d46f90a29)
* Clean up the index page a bit.Daniel Molkentin2009-09-253-10/+9
|
* Silence doc warnings, apply new Qt docs layout, add CVS to RCSes.Daniel Molkentin2009-09-254-27/+79986
|
* long live the kinghjk2009-09-251-1/+1
|
* Doc - Fixed a typoKavindra Devi Palaraja2009-09-251-1/+1
| | | | | Reviewed-By: TrustMe (cherry picked from commit 6978d804db206ad2f6a4fdf3d7425988e625a9d2)
* Doc - More documentation for the Sessions sectionKavindra Devi Palaraja2009-09-253-8/+10
| | | | Reviewed-By: TrustMe
* Doc - More CleanupsKavindra Devi Palaraja2009-09-251-15/+17
| | | | | Reviewed-By: TrustMe (cherry picked from commit 86798b4d0d3fa92fffcfb90764968c82f96ec30a)
* Doc - Fixed a typoKavindra Devi Palaraja2009-09-251-1/+1
| | | | | Reviewed-By: TrustMe (cherry picked from commit c79e8079dd9d884ae01b849721c847b96874b9f3)
* Doc - Some cleanups on the Generic Project documentationKavindra Devi Palaraja2009-09-251-29/+35
| | | | Reviewed-By: TrustMe
* Doc - Modifying the documentation of Creator to have a separate page onKavindra Devi Palaraja2009-09-251-18/+34
| | | | | | | | | Session Management Reviewed-By: TrustMe Still work in progress, though. (cherry picked from commit a46b969194125d55b21b50fd96025a7034113af4)
* Made a start on improving the generic project documentationThorbjørn Lindeijer2009-09-251-4/+42
| | | | (cherry picked from commit cc95132add0ee743d1a54cbc4d968e730a262cf9)
* Added missing include.Gabriel de Dietrich2009-08-191-0/+1
| | | | Reviewed-by: olivier
* debugger: hopefully _finally_ fix the "vanishing helper checkmark" problemv1.2.1hjk2009-07-101-2/+4
| | | | (cherry picked from commit b410ddc4bdc080ae2f9ad55223c840e9d866281d)
* proper version of 33dd9deaeaaa0da7521a402f36cce2005dde8477Daniel Molkentin2009-07-102-2/+2
| | | | | Make revision sting show up in German translation. Also fix the Spanish one a bit. (cherry picked from commit 29c3a674e5c8dd1eea7d6c8f1fbb8bd4600318e5)
* Updated changelogThorbjørn Lindeijer2009-07-101-1/+4
|
* Fixed possible crash when completing function-like arguments.Roberto Raggi2009-07-102-3/+3
| | | | (cherry picked from commit 85c501c976e330765c392e212cf2775b563ddaea)
* Version bump 1.2.0 --> 1.2.1.con2009-07-0932-118/+118
|
* Full version number.con2009-07-091-2/+2
|
* Added ChangeLog for Qt Creator 1.2.1Daniel Molkentin2009-07-011-0/+25
|
* debugger: fix regression in QVariant dumperhjk2009-07-012-2/+5
| | | | backport from master
* debugger: remove QtGui dependency from debugging helpershjk2009-07-015-16/+40
| | | | | | | It was only used for the watch-QImage-while-it-is-being-drawn-on feature, which does not seem overly useful. [Cherry-picked from master]
* debugger: backport compilation fix for dumpers on Qt 4.4 from creator masterhjk2009-07-011-7/+19
|
* Do not give up loading dumpers (MinGW/injection load).Friedemann Kleint2009-06-301-1/+2
| | | | Acked-by: kh <qtc-committer@nokia.com>
* Prevent CDB engine from being started several times.Friedemann Kleint2009-06-301-0/+4
|
* Improve error logging of CDB breakpoint setting.Friedemann Kleint2009-06-305-34/+70
| | | | | | | Output warnings to debugger log. Prevent breakpoints from being set several times when loading session data by clearing the complete break handler. Reviewed-by: hjk <qtc-committer@nokia.com>
* debugger: remove debug messagehjk2009-06-301-1/+1
|
* QtVersion::toolchain() can be 0, fix crash.dt2009-06-301-1/+5
| | | | Backport of a very similar patch to master.
* Fix crash on removing a .pro file from the project with creator opendt2009-06-301-1/+5
|
* Complete (ex: messages about data dumpers) Russian translation for Qt ↵Sergey Belyashov2009-06-301-6636/+6321
| | | | | | | Creator 1.2 Merge-request: 780 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* debugger: set default values for all saved optionshjk2009-06-301-6/+33
|
* debugger: attempty to work around old ini files containing @Invalid() entrieshjk2009-06-301-2/+7
|
* debugger: clear more status variables in initializeVariables() tohjk2009-06-304-14/+33
| | | | | | | | | | prevent inter-session dependencies cherry-picked from master Conflicts: src/plugins/debugger/gdb/gdbengine.cpp
* 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