summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixes: - Move scripts and adaptcon2009-02-242-9/+9
| |
* | Fixes: add a list of things to check in the manual debugger testhjk2009-02-241-0/+10
|/
* Fixed qtlibspatcher wrapper script to pass on parametersBerlin2009-02-241-2/+2
| | | | Done with hjk
* make the testcase output some html to check for overquotingOswald Buddenhagen2009-02-232-1/+6
|
* Upgrade qtlibspatcher to patch Qt 4.5.0Thorbjørn Lindeijer2009-02-231-38/+38
| | | | Was failing because it still tried to patch Qt 4.4.3
* Fixes: Clean up manhattan toolbuttonsJens Bache-Wiig2009-02-231-18/+9
| | | | | Details: Simplified painting a bit. Cleaner lines.
* Fixes: ResolveJens Bache-Wiig2009-02-231-35/+45
|
* Wrap qtlibspatcher for finding QtCoreThorbjørn Lindeijer2009-02-231-0/+2
|
* Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0hjk2009-02-2311-275/+8
|\
| * Fixes: - Missing tr and bad mnemonic for File->Sessioncon2009-02-231-1/+1
| | | | | | | | Task: - 244546
| * Fixes: - Don't show Mac focus halo in locator and findcon2009-02-232-0/+3
| | | | | | | | Task: - 242931
| * Fixes: - Remove license button.con2009-02-234-272/+1
| |
| * Fixes: - Show extension of projects to add files tocon2009-02-231-1/+1
| | | | | | | | | | Details: - Helps distinguishing adding to pro or pri file with same name
| * Fixes: - Temporarily adapt picture in welcome screen.con2009-02-232-0/+1
| | | | | | | | Details: - New picture to be added later.
| * more precise labelOswald Buddenhagen2009-02-231-1/+1
| |
* | Fixes: debugger: fix Mac OS 10.4hjk2009-02-232-11/+46
| |
* | Fixes: move shipping/prepare-linux-qt-for-shipping.sh over tohjk2009-02-231-109/+0
|/ | | | | ide/nightly_builds again Details: using third party's bandwidth is not really nice
* Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0hjk2009-02-208-0/+2
|\
| * Fixes: - New application icons for windows and linuxcon2009-02-207-0/+0
| |
| * Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0con2009-02-201-2/+2
| |\
| * | Fixes: - Don't override mac app icon via setWindowIcon.con2009-02-201-0/+2
| | |
* | | Fixes: adjust example keymaps to recent changeshjk2009-02-202-37/+37
| | |
* | | Fixes: rename some commands to get something like a 'naming scheme'hjk2009-02-2014-30/+30
| |/ |/| | | | | | | in place RevBy: con
* | Fixes: commands: rename FakeVim.InstallHandler -> TextEditor.FakeVimHandlerhjk2009-02-201-2/+2
|/
* Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0Daniel Molkentin2009-02-1957-844/+1571
|\
| * Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0dt2009-02-192-1/+0
| |\
| | * Fixes: - Updated mac application iconcon2009-02-191-0/+0
| | |
| | * Fixes: - Unused includecon2009-02-191-1/+0
| | |
| * | Fixes: Make QtCreator fly even in face of perforce misconfiguration.dt2009-02-197-85/+207
| | | | | | | | | | | | | | | | | | | | | Details: If p4 is in path, but the server isn't configured correctly we were pretty slow, this fixes that by running p4 client -o after the settings have changed, if that doesn't return after 2 seconds, then we cache that as a invalid configuration.
| * | Fixes: Move code from ~OutputWindow to an earlier place.dt2009-02-192-1/+9
| |/ | | | | | | | | Details: We should stop all running runners, while the plugins are still alive.
| * Fixes: - Console application doesn't start on Maccon2009-02-192-5/+11
| | | | | | | | | | Task: - 244263 RevBy: - dt
| * Fixes: debugger: watch view: collapsed items did not stay collapsedhjk2009-02-191-2/+2
| |
| * Compile WindowsFriedemann Kleint2009-02-181-1/+1
| |
| * Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0Roberto Raggi2009-02-180-0/+0
| |\
| | * Fixes: Possible crash while resolving qualified name ids.Roberto Raggi2009-02-181-1/+1
| | | | | | | | | | | | There is no need to "expand" again the scope we get from invoking `resolve'.
| * | Fixes: Possible crash while resolving qualified name ids.Roberto Raggi2009-02-181-1/+1
| |/ | | | | | | | | There is no need to "expand" again the scope we get from invoking `resolve'. (cherry picked from commit c72c84d8375692b1cf1ad5c9ba3594f3727f9c02)
| * Fixes: debugger: make "always all" the default for loading debughjk2009-02-181-2/+2
| | | | | | | | | | information Details: the user should make a conscious decision to switch it off
| * Fixes: Fixes: backport debugger: remove unneeded #include <window.h> thathjk2009-02-181-4/+0
| | | | | | | | confused
| * do not create bizarre or even invalid fifo names under windowsOswald Buddenhagen2009-02-181-1/+1
| |
| * This line shouldn't be necessaryThorbjørn Lindeijer2009-02-171-1/+0
| | | | | | | | Enabled state of the action is managed by QDockWidget.
| * Fixes: debugger: on async output, first handle all cases wherehjk2009-02-171-20/+25
| | | | | | | | | | the inferior exited. Details: that catches early exits due to startup problems as well
| * Fixes: debugger: simplify state logichjk2009-02-173-45/+13
| | | | | | | | | | | | Conflicts: src/plugins/debugger/cdbdebugeventcallback.cpp
| * Fixes: debugger: enable debugger view actions even if "locked"hjk2009-02-172-1/+4
| |
| * Fixes: debugger: remove accidentally commited filehjk2009-02-171-213/+0
| |
| * Compile.Roberto Raggi2009-02-171-1/+1
| |
| * Fixes: add a view to see current source file mappinghjk2009-02-1710-6/+575
| |
| * Fixes: debugger: fix assert includeshjk2009-02-175-5/+8
| | | | | | | | | | | | Conflicts: src/plugins/debugger/cdbdebugengine.cpp
| * Fixes: debugger: set width and height of "terminal" to 0 to avoidhjk2009-02-171-0/+2
| | | | | | | | extra prompting
| * Fixes: debugger: work on process logichjk2009-02-174-41/+89
| | | | | | | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp
| * Fixes: windows buildOswald Buddenhagen2009-02-171-1/+1
| |