summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixes: compile fix mac/win0.9.2-rc1hjk2009-02-111-4/+4
|
* Fixes: debugger: procinterrupt logichjk2009-02-111-28/+38
|
* Fixes: debugger: move custom dumper initialization into the firsthjk2009-02-111-24/+32
| | | | watch view update
* Fixes: debugger: revert accidental parts of b0650238hjk2009-02-113-98/+100
|
* Fixes: remove "Lorem ipsum..."hjk2009-02-111-2/+0
|
* Fixes: whitespacehjk2009-02-111-2/+2
|
* Fixes: correct path for gcbmnacros.cpp hinthjk2009-02-111-1/+1
|
* Fixes: Toolbar cosmetic problemJens Bache-Wiig2009-02-064-15/+6
| | | | | | | | | RevBy: b_lindeijer Details: This resolves the problem with missing top-borders on the find toolbar. (cherry picked from commit e5c845fcc7d84e4cc042fd3f0f1be883e2b4bcb0)
* Don't use the name twice, thoughThorbjørn Lindeijer2009-02-061-2/+2
| | | | | | | We shouldn't append the name in cases where the text was not empty but _name was. Reviewed-by: Roberto
* Fixed tooltips for enumeratorsThorbjørn Lindeijer2009-02-062-3/+6
| | | | | | The helpId was working but the tooltip text was empty. Reviewed-by: Roberto
* Fix compile warningThorbjørn Lindeijer2009-02-061-1/+1
| | | | | Should be pretty safe to cast the apparently unsigned return value of "sizeof" to a regular integer.
* Added tooltips to editor settings and tweaked layoutThorbjørn Lindeijer2009-02-064-175/+224
| | | | | | | Looks a bit nicer now and the tooltips explain some of the options a bit better. Header texts have also been simplified. (cherry picked from commit ad5bdf6969d250bc138f5cd1d2b92be8b5c4dc6d)
* Fixed title of dialogThorbjørn Lindeijer2009-02-061-1/+1
|
* Fixes: Finding the ui*.h files so that we can parse those.dt2009-02-062-5/+5
|
* Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into ↵dt2009-02-062-3/+4
|\ | | | | | | 0.9.2-rc1
| * Fixed sentence.Thorbjørn Lindeijer2009-02-061-1/+1
| |
| * Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into ↵mae2009-02-0517-33/+104
| |\ | | | | | | | | | 0.9.2-rc1
| * | fix off by one when selecting block up or the previous open parenthesis.Matthias Ettrich2009-02-041-2/+3
| | |
* | | Fixes: Hopefully parse more gcc/ld errors.dt2009-02-052-34/+14
| | | | | | | | | | | | Details: If we know don't parse some errors, then i'd like to know.
* | | Fixes: After adding a new qt version via import, writeSettings()dt2009-02-051-0/+1
| |/ |/| | | | | Task: Reported on irc
* | Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into ↵dt2009-02-053-6/+9
|\ \ | | | | | | | | | 0.9.2-rc1
| * | Fixes: Also Patch QtCore dll in /lib on windows, specify correct path to ↵Daniel Molkentin2009-02-051-2/+3
| | | | | | | | | | | | patch for debug infos
| * | Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into ↵hjk2009-02-051-2/+14
| |\ \ | | | | | | | | | | | | 0.9.2-rc1
| * | | Fixes: remove use of qttest_p4.prfhjk2009-02-052-4/+6
| | | | | | | | | | | | | | | | Details: makes it compile now with Qt snapshots
* | | | Fixes: Also do this for objective_sources, probably they need that to.dt2009-02-051-0/+1
| |/ / |/| |
* | | Patch also the Qt libraries in libThorbjørn Lindeijer2009-02-051-0/+13
| | | | | | | | | | | | | | | | | | Apparently these libraries are duplicated on Windows. Reviewed-by: Danimo
* | | Fixed the libs patcher pathsThorbjørn Lindeijer2009-02-051-2/+1
|/ / | | | | | | | | | | It was taking the wrong length when constructing the new paths. Reviewed-by: Danimo
* | Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into ↵hjk2009-02-051-0/+0
|\ \ | | | | | | | | | 0.9.2-rc1
| * | Updated feedback textThorbjørn Lindeijer2009-02-051-0/+0
| | | | | | | | | | | | | | | | | | Agreed with Nigel that Qt Creator shouldn't imply that it's not already great in its feedback text. Changed "better" to "even better", new image by Nigel.
* | | Fixes: compile fix for cplusplus autotestshjk2009-02-051-1/+1
|/ /
* | Fixes: compile fix for cplusplus auto testhjk2009-02-051-1/+1
| |
* | Fixes: - Crash in .pro file reader.con2009-02-041-1/+1
| | | | | | | | | | Details: - Happened in release builds when opening pro files with CONFIG scopes and a non-valid Qt version set.
* | Fixes: cpaster: fix potential double deletion testhjk2009-02-041-2/+7
| | | | | | | | | | | | Task: 180315 RevBy: Details:
* | Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into ↵hjk2009-02-042-3/+16
|\ \ | | | | | | | | | 0.9.2-rc1
| * \ Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into ↵dt2009-02-041-0/+9
| |\ \ | | | | | | | | | | | | 0.9.2-rc1
| * | | Fixes: Crash after deleting a qt version and pressing cancel.dt2009-02-042-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | Details: That hasn't worked in the last few months, since we changed the QtVersion class from being passed by value to being passed around by reference.
* | | | Fixes: cpaster: make complete urls also acceptable.hjk2009-02-042-3/+15
| |/ / |/| | | | | | | | Details: also accept trailing slashes
* | | Fixes: fakevim: fix crash when installed on binary editorhjk2009-02-041-0/+4
| | |
* | | Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into ↵hjk2009-02-046-15/+31
|\ \ \ | |/ / | | | | | | 0.9.2-rc1
| * | Fixes: Prevent setCurrentEditor(0) if in fact we still have andt2009-02-041-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | editor. Task: - RevBy: - AutoTest: - Details: -
| * | Fixes: Doc - final bits for the code editorKavindra Palaraja2009-02-044-13/+27
| |/
| * Fixes: Compile.Roberto Raggi2009-02-041-1/+1
| |
* | Fixes: fakevim: fix crash when trying to install on empty editorhjk2009-02-041-0/+5
|/
* Spelling fixThorbjørn Lindeijer2009-02-041-1/+1
|
* Added a feedback link to the welcome pageThorbjørn Lindeijer2009-02-049-3/+39
| | | | Also adjusted the logos. Design by Nigel. HTML/CSS done with Thomas.
* Fixes: QtSingleApplication: remove socket instance before listeningPeter Hartmann2009-02-041-2/+2
| | | | | | | | | | | RevBy: Thorbjorn Details: calls the newly introduced QLocalServer::removeServer() function before listening. The problem was: When the socket file was left there after the application quit (e.g. because of not closing it or when the app crashed), the first call to listen failed with "address already in use" error. Before, listen() would delete that file in that case, but that behavior changed and the "removeServer()" method introduced instead.
* Fixes: Session loading does not restore form filesFriedemann Kleint2009-02-043-3/+2
| | | | | RevBy: Eike Details: Make form editor factory and form editor return the same editor kind.
* Fixes: Doc - some more documentation for The Code Editor sectionKavindra Palaraja2009-02-041-8/+8
|
* Fixes: - Copyright datecon2009-02-0425-25/+25
|
* Fixes: Do not activate member completion when class names are used as base ↵Roberto Raggi2009-02-041-2/+6
| | | | of a DOT or ARROW expression.