Commit Graph

4498 Commits

Author SHA1 Message Date
con
17747ba42e Rename some labels for signing. 2009-08-19 12:13:03 +02:00
Stian Sandvik Thomassen
43420da9b0 Made FormClassWizardPage respect default lower case settings
FormClassWizardPage should read the default lower case settings from
CppTools the same way that ClassNamePage does.
2009-08-19 14:42:47 +10:00
hjk
5e909ccb63 debugger: add name of current function to disassembler view title 2009-08-18 17:27:30 +02:00
hjk
cce7bf9fa2 debugger: clean register view after debugging finished 2009-08-18 17:02:48 +02:00
hjk
e53fc86665 debugger: fix modules window context menu 2009-08-18 17:01:59 +02:00
hjk
589cc43ab1 debugger: make context menus of views look more similar 2009-08-18 16:47:02 +02:00
hjk
f8300260ea debugger: do not show a dialog for SIGTRAP as this happens too often
when stopping debugging.
2009-08-18 16:47:02 +02:00
hjk
7ab3981b6b debugger: fix wrong access to the disassembler agent in the non-mixed case 2009-08-18 16:47:02 +02:00
hjk
eb42239499 fakevim: make 'o' undo work in a single operation 2009-08-18 16:47:01 +02:00
hjk
39e1113707 debugger: add a simple syntax highlighter for disassembler output 2009-08-18 16:47:01 +02:00
hjk
06140f9c7a fakevim: fix 'ddp'
Was broken recently during the yank/paste rework.
2009-08-18 16:47:01 +02:00
hjk
ec2b2330aa small refactoring in the bineditor 2009-08-18 16:47:01 +02:00
dt
ffe74d4447 Fix slot connections in the generic project manager. 2009-08-18 13:54:41 +02:00
Friedemann Kleint
7e0b2081ef Trk: Ping mode, better argument parsing. 2009-08-18 13:48:03 +02:00
Friedemann Kleint
5b6ab144c6 CDB: Make disassembly work. 2009-08-18 09:59:15 +02:00
hjk
1e7cee620b debugger: make register contents editable (gdb only for now) 2009-08-18 08:37:53 +02:00
hjk
cde2b658a7 mention the new disassembler output in dist/changes-1.3.0 2009-08-18 08:37:34 +02:00
Daniel Molkentin
d4a7b38889 Do not forward declare a struct as class. MSVC doesn't like it. 2009-08-17 18:02:15 +02:00
Daniel Molkentin
b0aaeb5cb0 More features 2009-08-17 17:27:48 +02:00
Friedemann Kleint
9fe978fe39 CDB: Compile, new Disassembler architecture. 2009-08-17 16:03:27 +02:00
Friedemann Kleint
7fb0de70e5 Tr glitches. 2009-08-17 15:50:43 +02:00
hjk
432ad0bfbc debugger: register view and disassembler window cosmetics 2009-08-17 14:24:33 +02:00
Friedemann Kleint
3089667d5a Debugger: Fixed Compile. 2009-08-17 13:42:53 +02:00
hjk
9febb0bcb8 debugger: remove old disassembler view and handler
It is replaced by a real editor in e82d6c7b0.
2009-08-17 13:34:15 +02:00
hjk
e82d6c7b05 debugger: create a disassembler view as main editor
"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.
2009-08-17 13:18:54 +02:00
dt
74602f3119 Remove debugging output, running qmake works for most people. 2009-08-17 11:52:29 +02:00
ck
97bf35fefb Debugger: Added auto test for QLinkedList. 2009-08-17 11:50:09 +02:00
Friedemann Kleint
37055c0457 S60: Compile on Linux 2009-08-17 11:47:17 +02:00
Kai Koehne
9c4168a64f Split duieditor.pro up into duieditor_dependencies.pri & duieditor.pri
Used from bauhaus
2009-08-17 10:35:58 +02:00
Friedemann Kleint
d7c5e2ed24 Version Control: Release the commit message temporary file.
... and add some logging to p4.
2009-08-17 09:49:56 +02:00
Oswald Buddenhagen
002cc5b517 fix function argument evaluation
i think it is finally identical to qmake (i.e., equally braindamaged)
2009-08-14 17:38:13 +02:00
Oswald Buddenhagen
e13a55ce52 don't skip unconditional scopes 2009-08-14 17:38:13 +02:00
Friedemann Kleint
ab68fd2657 Trk: Make little endian the default, some logging. 2009-08-14 17:34:16 +02:00
dt
9828bd5138 Add my changes so far. 2009-08-14 16:18:49 +02:00
Daniel Molkentin
7fd5530424 More changelog items 2009-08-14 16:01:17 +02:00
Friedemann Kleint
b68cbcc9ae S60: Give more progress/error information.
- 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.
2009-08-14 14:29:19 +02:00
Oswald Buddenhagen
695ac13cdc remove some superfluous braces 2009-08-14 11:48:05 +02:00
Oswald Buddenhagen
3a24a6992b fix message reporting in derived classes
{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.
2009-08-14 11:48:05 +02:00
Oswald Buddenhagen
f1f2d0cd88 remove forgotten enum 2009-08-14 11:45:49 +02:00
Oswald Buddenhagen
7f50d949a9 fix line continuation parsing ... again 2009-08-14 11:45:49 +02:00
hjk
475a141356 long live the king 2009-08-14 09:37:15 +02:00
hjk
93cbef8724 long live the king 2009-08-14 09:30:56 +02:00
Keith Isdale
c2a1d75daa qmake's include function now supports three arguments
The second and third arguments to qmake's include function are
optional

Task-number: 259398
Reviewed-by: Stian Sandvik Thomassen
2009-08-14 15:41:26 +10:00
Daniel Molkentin
8d848764d2 Fix typo in class name, add label to explain the purpose of jom. 2009-08-13 19:04:23 +02:00
dt
66663090e4 Add the directory we are refering too in the cmake wizards can't build
out of source page.
2009-08-13 18:05:12 +02:00
dt
e92ad815d8 Add a default: label to the ToolChainType switches so that gcc doesn't
complain.

Added a Q_ASSERT to the case that shouldn't happen.
2009-08-13 18:05:12 +02:00
hjk
32e839c2a2 debugger: make the message box informing of received signals non-blocking. 2009-08-13 17:39:17 +02:00
mae
84bacc802c Use proper standard keysequences for MoveTo/Select
StartOfLine/StartOfBlock. Eventually we want to switch all that to
actions, so we can have unix-style input also on the mac and vice versa
by setting different keybinding schemes.
2009-08-13 17:34:45 +02:00
dt
b14de18bed Fix typo in code comment: haaving -> having. 2009-08-13 17:21:18 +02:00
dt
39913b3216 Fix "TARGET=" in .pro files
Default to the baseName() of the .pro file.
2009-08-13 17:18:42 +02:00