aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fakevim: fix broken auto testshjk2009-08-212-23/+18
| | | | (cherry picked from commit 0422c8330cafde5a950c3adb27332f5c9f95d685)
* fakevim: fix repeating <count>shjk2009-08-211-1/+1
| | | | (cherry picked from commit d774393a86c159281778449c14b674cd0c106f8b)
* add a 'master' auto.pro with TEMPLATE = subdirshjk2009-08-211-1/+1
| | | | (cherry picked from commit 6372dcc922d719d5fd2306a1a98cd2c09a021d65)
* add a 'master' auto.pro with TEMPLATE = subdirshjk2009-08-211-0/+8
| | | | (cherry picked from commit 3739081e8a0ca39e7061822350b90d657094491f)
* remove stringbuilder autotestshjk2009-08-213-60/+2
| | | | | It was merged to Qt master a while ago. (cherry picked from commit bfc49c0e3870f7c1dce47163eec7577795275b64)
* debugger: avoid endless loop created by dumpers that crash before outputtinghjk2009-08-212-0/+14
| | | | | the child list. (cherry picked from commit 698b5ff253869173702c3600a00ffd80a0fd5d6e)
* debugger: small fixes in the QObject dumper and autotesthjk2009-08-212-7/+4
| | | | (cherry picked from commit d79e8dc342d3a5bd75f82ad42b848dc670372ee5)
* Fix crash in include completion with non-canonical include pathsThorbjørn Lindeijer2009-08-202-6/+2
| | | | | | Use QFileInfo::fileName() to get the filename, since that also works when the original path wasn't canonical. (cherry picked from commit 51d2c831b90a97ce0ea964664a3ac4280538991a)
* Added a check for empty filenameThorbjørn Lindeijer2009-08-201-0/+4
| | | | | | | | | No empty entries should be added to the completion list, but it seems like this is what is happening. Maybe this warning will give some more information about the problem. Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com> (cherry picked from commit 5b6ccb0468589bbecae2e980e5172a3e5b6bb253)
* Fix build on Mac OS Tiger with Qt master.con2009-08-201-0/+2
| | | | (cherry picked from commit e6cd5ffaa9bb7f203f0395b0e6b85931a6b961f2)
* Fixed dublicated placeholder in message.Sergey Belyashov2009-08-201-1/+1
| | | | | | Merge-request: 1270 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> (cherry picked from commit 770ec46a4e949dcd09bd8c09cc3c2b1030e46189)
* Debugger: Fix memory displayFriedemann Kleint2009-08-198-302/+151
| | | | | | | | | | | | - Watchwindow: Do not open Address dialog if menu is canceled (act = 0 matching the unitialized unknown memory action) - Actually pass the address of the dialog to the agent - Make the "Open Memory editor..." action always visible to be able to look at const char *x pointing at y - Improve the address dialog with checking and dialog button box - Explicitly pass the quint64 around - Translate & purge (cherry picked from commit 76c226dfdbf1449844c457ce8b49035555f7871e)
* I18n: Updated German translation, fixed tr-Bugs for 1.2.9Friedemann Kleint2009-08-198-569/+1112
| | | | (cherry picked from commit a04d0978f8ad1571ea7f4f38405487682c7b5d8f)
* debugger: add name of current function to disassembler view titlehjk2009-08-191-5/+11
| | | | (cherry picked from commit 5e909ccb63e5d5c507ca12a56e354228e28424eb)
* debugger: clean register view after debugging finishedhjk2009-08-191-0/+1
| | | | (cherry picked from commit cce7bf9fa2bafc683e28c4d1371201728278eb25)
* debugger: fix modules window context menuhjk2009-08-191-4/+2
| | | | (cherry picked from commit e53fc86665208e41b95e26d1c9ea3d7abdb2ba4c)
* debugger: make context menus of views look more similarhjk2009-08-196-43/+45
| | | | (cherry picked from commit 589cc43ab190b653974700c917f6cf99428f32a4)
* debugger: do not show a dialog for SIGTRAP as this happens too oftenhjk2009-08-191-12/+15
| | | | | when stopping debugging. (cherry picked from commit f8300260ea6764496008123d13a4ebb0cc3692d3)
* debugger: fix wrong access to the disassembler agent in the non-mixed casehjk2009-08-191-3/+3
| | | | (cherry picked from commit 7ab3981b6be26693d016b4f9a5e395c63ce83681)
* fakevim: make 'o' undo work in a single operationhjk2009-08-191-0/+2
| | | | (cherry picked from commit eb422394990192bb709c6150650f4627515659bc)
* debugger: add a simple syntax highlighter for disassembler outputhjk2009-08-194-19/+59
| | | | (cherry picked from commit 39e1113707f9eb7155e66ef79f24955137b728f4)
* fakevim: fix 'ddp'hjk2009-08-192-7/+21
| | | | | Was broken recently during the yank/paste rework. (cherry picked from commit 06140f9c7a06680e070b806056618569361dc549)
* small refactoring in the bineditorhjk2009-08-192-14/+16
| | | | (cherry picked from commit ec2b2330aa4f6e7e991b889773a1417f885800e8)
* Fix slot connections in the generic project manager.dt2009-08-183-3/+4
|
* Trk: Ping mode, better argument parsing.Friedemann Kleint2009-08-184-33/+133
|
* CDB: Make disassembly work.Friedemann Kleint2009-08-184-19/+65
|
* debugger: make register contents editable (gdb only for now)hjk2009-08-1810-54/+213
|
* mention the new disassembler output in dist/changes-1.3.0hjk2009-08-181-0/+1
|
* Do not forward declare a struct as class. MSVC doesn't like it.Daniel Molkentin2009-08-171-1/+1
|
* More featuresDaniel Molkentin2009-08-171-0/+4
|
* CDB: Compile, new Disassembler architecture.Friedemann Kleint2009-08-179-95/+112
|
* Tr glitches.Friedemann Kleint2009-08-172-3/+3
|
* debugger: register view and disassembler window cosmeticshjk2009-08-172-7/+8
|
* Debugger: Fixed Compile.Friedemann Kleint2009-08-171-2/+0
|
* debugger: remove old disassembler view and handlerhjk2009-08-1716-632/+11
| | | | It is replaced by a real editor in e82d6c7b0.
* debugger: create a disassembler view as main editorhjk2009-08-1728-209/+757
| | | | | | | "Stepping instruction wise" and "display disassembler" mode is now toggled by a single action. This also allows to re-use F10 and F11 as keyboard shortcut. Missing: caching of disassembler output, removal of old disassembler view.
* Remove debugging output, running qmake works for most people.dt2009-08-172-22/+30
|
* Debugger: Added auto test for QLinkedList.ck2009-08-171-51/+158
|
* S60: Compile on LinuxFriedemann Kleint2009-08-1710-183/+191
|
* Split duieditor.pro up into duieditor_dependencies.pri & duieditor.priKai Koehne2009-08-173-4/+9
| | | | Used from bauhaus
* Version Control: Release the commit message temporary file.Friedemann Kleint2009-08-174-16/+32
| | | | ... and add some logging to p4.
* fix function argument evaluationOswald Buddenhagen2009-08-141-17/+27
| | | | i think it is finally identical to qmake (i.e., equally braindamaged)
* don't skip unconditional scopesOswald Buddenhagen2009-08-141-4/+11
|
* Trk: Make little endian the default, some logging.Friedemann Kleint2009-08-142-32/+63
|
* Add my changes so far.dt2009-08-141-1/+13
|
* More changelog itemsDaniel Molkentin2009-08-141-2/+8
|
* S60: Give more progress/error information.Friedemann Kleint2009-08-145-82/+157
| | | | | | | | - Add methods to obtain executable from the run configuration (to be used by Debugger later on) - Log the file names and sizes - Pass on CreateFile() errors. - Rename class Adapter to Launcher.
* remove some superfluous bracesOswald Buddenhagen2009-08-141-10/+6
|
* fix message reporting in derived classesOswald Buddenhagen2009-08-141-65/+83
| | | | | | | | {log,error,file}Message() cannot contain logic which makes the output conditional on private evaluator state, as they are virtual and thus derived classes could receive messages which they are not supposed to receive. so put the logic into likewise named functions in the private class and call these throughout.
* remove forgotten enumOswald Buddenhagen2009-08-141-2/+0
|