summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixes: - New license, new website.v1.0.0con2009-02-2725-50/+400
|
* Fixes: Doc - adding more info for Supported Platforms and AcknowledgementsKavindra Palaraja2009-02-271-15/+57
| | | | RevBy: Will be looked at by Eike
* Fixes: - wordingcon2009-02-271-2/+2
|
* add licenses during the custom dumper build step.Oswald Buddenhagen2009-02-263-1/+507
| | | | | once copied, these files are virtually an own project, so they need to have an own copy of the licenses.
* don't duplicate list of files to copy during buildOswald Buddenhagen2009-02-261-8/+3
|
* optimize GdbMacrosBuildStep: don't copy files which are already currentOswald Buddenhagen2009-02-261-4/+11
|
* exchange license files GPL => LGPLOswald Buddenhagen2009-02-269-1369/+511
|
* fix forgotten license headerOswald Buddenhagen2009-02-261-21/+17
|
* Fixed: C++ parser configuration (2nd try).Roberto Raggi2009-02-262-8/+8
| | | | | We use `cc' instead of `c++' and we also also moved the code in qt4project.cpp. Done by ossi reviewed by me.
* Fixes: - Another updated image.con2009-02-261-0/+0
|
* Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0con2009-02-261-1/+9
|\
| * Fixes: C++ Parser configuration for Qt/SDKRoberto Raggi2009-02-261-1/+9
| | | | | | | | Done by ossi
* | Fixes: - Update screenshots with new application icon.con2009-02-2620-8/+10
|/
* Fixes: - Welcome picture againcon2009-02-262-0/+0
|
* Added some addition output to qpatchThorbjørn Lindeijer2009-02-261-0/+7
| | | | Done with Roberto
* bootstrappedRoberto Raggi2009-02-253-12/+84
| | | | (cherry picked from commit 442c946a6f3f37b19ffffa49945a815a20ad9cda)
* bugfixRoberto Raggi2009-02-252-36/+67
| | | | (cherry picked from commit bb7c90ada46bb935adadede199cedd37538bee67)
* A simple, dummy, and probably buggy binary patched for Qt.Roberto Raggi2009-02-254-0/+513
| | | | (cherry picked from commit 40123cdd7d5d3cda802b2e26a4be6dc2be17417e)
* Fixes: Doc - updating the screenshotKavindra Palaraja2009-02-251-0/+0
|
* Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0con2009-02-251-5/+5
|\
| * Updated location of Qt to shipThorbjørn Lindeijer2009-02-251-5/+5
| |
* | Fixes: - crash while open invalid doc filesPatrick Star2009-02-251-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
* Fixes: change license headers to LGPLhjk2009-02-251079-22657/+18341
|
* optimize output receiver somewhatOswald Buddenhagen2009-02-241-2/+7
|
* whoops ... amend output receiver rewriteOswald Buddenhagen2009-02-241-2/+1
| | | | | - remove stale connect() - clear buffer after it was completely used
* rewrite gdb output receiverOswald Buddenhagen2009-02-242-208/+161
| | | | | | | | | fixes chopping up of very long responses which quickly follow other responses. the line segmentation is done in readGdbStandardOutput() now. handleResponse() is not called through a queued slot any more, as the output receiver is already synchronized to the event loop.
* remove fixMac hackOswald Buddenhagen2009-02-241-33/+0
| | | | | | | it's broken and nobody seems to have noticed. that might be because the interpreter doesn't care whether something is a list or a tuple. if this is reintroduced for some reason, it should be done directly in the affected code path.
* Failed to do a compile checkThorbjørn Lindeijer2009-02-241-3/+2
| | | | Learn from this. ;)
* Use the insert/replace functionality of the binary patcherThorbjørn Lindeijer2009-02-242-436/+335
| | | | | Hasn't received a lot of testing, so will have to see whether this works in practice.
* Don't forget about libQtScriptToolsThorbjørn Lindeijer2009-02-241-0/+7
| | | | Wasn't being patched up.
* unbreak mac debugging againOswald Buddenhagen2009-02-241-12/+10
| | | | | | setting the initial breakpoint at the entry point wreaks havoc, so set it at main() instead. this will miss any breakpoints in global ctors and (currently) makes it impossible to set an actual breakpoint at main.
* make initial breakpoint finding work on macOswald Buddenhagen2009-02-241-0/+12
| | | | | unlike the upstream gdb, the mac one gives an MI response to "info target" when in MI mode.
* Corrected paths to the long versions and removed ".debug" postfixThorbjørn Lindeijer2009-02-241-368/+368
|
* Fixes: - Some acknowledgementscon2009-02-241-0/+23
|
* Fixes: - Updated welcome screen picturecon2009-02-242-2/+2
|
* 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
|
* Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0hjk2009-02-2439-125/+125
|\
| * Fixes: - Updated icons againcon2009-02-248-0/+0
| |
| * Fixes: - No release candidate in doc.con2009-02-241-5/+5
| |
| * Fixes: - Updated version numbercon2009-02-2429-109/+109
| |
| * Fixes: - Quick fix for running on mac...con2009-02-241-13/+13
| |