summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixes: change file license headers to include LGPLhjk2009-02-251058-22216/+17984
|
* A simple, dummy, and probably buggy binary patched for Qt.Roberto Raggi2009-02-244-0/+513
|
* Fixes: - crash while open invalid doc filesPatrick Star2009-02-241-1/+1
| | | | | | | Task: - found by Denis RevBy: - Thomas AutoTest: - manual Details: - we have some broken doc entrys, they won't return a url at all
* Merge branch '1.0.0' into master-masterOswald Buddenhagen2009-02-2436-98/+100
|\ | | | | | | | | | | Conflicts: src/plugins/debugger/debugger.pro src/plugins/debugger/gdbengine.cpp
| * more reliable startup breakpoint handlingOswald Buddenhagen2009-02-241-27/+8
| | | | | | | | | | | | | | | | | | | | | | | | instead of picking "random" known entry point symbols, ask the debugger for the actual entry point. this also removes the "one instruction after the first one" hack, as it seems fairly pointless. NOTE: this does *not* work with the 2005 version of apple gdb. Conflicts: src/plugins/debugger/gdbengine.cpp
| * more elegantOswald Buddenhagen2009-02-241-3/+1
| |
| * less confusing "starting debugger" messagesOswald Buddenhagen2009-02-241-3/+1
| |
| * connect right signalOswald Buddenhagen2009-02-241-1/+1
| |
| * create less likely to clash fifo names on windowsOswald Buddenhagen2009-02-241-1/+5
| |
| * Fixes: debugger: compile with QT_NO_CAST_TO_ASCIIhjk2009-02-242-9/+11
| |
| * make attach & detach workOswald Buddenhagen2009-02-242-38/+87
| | | | | | | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp
| * more thoughtfull setTokenBarrier() placementOswald Buddenhagen2009-02-241-11/+11
| | | | | | | | | | | | | | | | also, make it complain upon abuse of this call. Conflicts: src/plugins/debugger/gdbengine.cpp
| * fix typos in commentsOswald Buddenhagen2009-02-241-2/+2
| |
| * Fixes: - Missed large iconcon2009-02-241-0/+0
| |
| * Fixes: - Updated icons againcon2009-02-248-0/+0
| |
| * Fixes: - Updated version numbercon2009-02-2426-97/+97
| |
* | Merge branch '1.0.0' into masterOswald Buddenhagen2009-02-243-76/+73
|\ \ | |/ | | | | | | Conflicts: src/plugins/coreplugin/manhattanstyle.cpp
| * Fixed qtlibspatcher wrapper script to pass on parametersBerlin2009-02-241-2/+2
| | | | | | | | Done with hjk
| * 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
| |
* | CleanupRoberto Raggi2009-02-241-17/+6
| |
* | Cleanup the indexer, and remove to old sequential stuff.Roberto Raggi2009-02-241-34/+15
| |
* | Introduced a parallel indexer. It is ifdef-out atm.Roberto Raggi2009-02-243-23/+102
| |
* | more elegantOswald Buddenhagen2009-02-231-3/+1
| |
* | Look at the char at the left of \ or @.Roberto Raggi2009-02-231-1/+1
| |
* | Postpone the update of the ifdefedOut blocks.Roberto Raggi2009-02-232-1/+6
| |
* | Oops! we still need to create a Document::Ptr for the `unresolved' files.Roberto Raggi2009-02-231-1/+0
| |
* | Merge branch '1.0.0' into masterOswald Buddenhagen2009-02-2344-167/+291
|\ \ | |/ | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp
| * 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-239-39/+7
| |\
| | * 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-232-36/+0
| | |
| | * 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
| |/
| * 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: 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-1956-840/+1571
| |\
| | * Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0dt2009-02-192-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.
| * | | qtlibspatcher: Change path for bundled Qt to 4.5.0 on WindowsDaniel Molkentin2009-02-191-1/+1
| | | |
* | | | Load library at runtimeFriedemann Kleint2009-02-234-29/+104
| | | |