Daniel Molkentin
a4ff2aa725
Find qmake in the right location for Qt 4.6+
2009-08-21 12:52:54 +02:00
Friedemann Kleint
2095658e2c
Trk: Factor out write queue using a functor.
2009-08-21 10:29:48 +02:00
hjk
d79e8dc342
debugger: small fixes in the QObject dumper and autotest
2009-08-21 08:13:54 +02:00
hjk
698b5ff253
debugger: avoid endless loop created by dumpers that crash before outputting
...
the child list.
2009-08-21 08:13:54 +02:00
hjk
a43bda6035
debugger: add dumpers for QPoint, QPointF, and QRectF
2009-08-21 08:13:50 +02:00
con
ffdf11d5ac
Try to beautify the project settings page a bit on Mac.
2009-08-20 20:05:12 +02:00
con
fff4ed4709
Remove some warnings about clashing signal indices.
2009-08-20 20:05:12 +02:00
con
de3d6db229
Fix wrong connect for splitting sidebar widgets.
2009-08-20 20:05:11 +02:00
Thorbjørn Lindeijer
51d2c831b9
Fix crash in include completion with non-canonical include paths
...
Use QFileInfo::fileName() to get the filename, since that also works
when the original path wasn't canonical.
2009-08-20 19:49:54 +02:00
mae
d3642a54b2
use QueuedConnection for safety
2009-08-20 19:02:53 +02:00
mae
79bdbfa965
In the FancyActionBar, trigger a button's default action
...
also when a context menu action is selected.
This allows the user e.g. to select and run a specific run
configuration with one click.
2009-08-20 18:46:15 +02:00
mae
2f69bedc5f
Fixed the bold-line-numbers-cut-off problem in the text editor
2009-08-20 18:46:15 +02:00
con
e6cd5ffaa9
Fix build on Mac OS Tiger with Qt master.
2009-08-20 18:28:29 +02:00
dt
f4d2b95388
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-08-20 18:09:55 +02:00
dt
6044e34049
Fix warning.
2009-08-20 18:09:37 +02:00
Thorbjørn Lindeijer
5b6ccb0468
Added a check for empty filename
...
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 >
2009-08-20 17:46:07 +02:00
dt
beb2916ea6
Fix warnings that a signal conflicts with a slot of base classes.
...
In NavigationSubWidget and SideBarWidget
2009-08-20 17:40:12 +02:00
Friedemann Kleint
fdf6120d17
Trk: Add device class.
2009-08-20 15:58:20 +02:00
hjk
c75aa74362
fakevim: add two (currently partially failing) tests for cw and dw
2009-08-20 12:30:05 +02:00
hjk
0422c8330c
fakevim: fix broken auto tests
2009-08-20 12:05:59 +02:00
hjk
72164f3615
debugger: adjust 'skip known frames' to changes in Qt 4.6
2009-08-20 12:05:59 +02:00
Friedemann Kleint
13cd43773d
Trk: Support for frameless protocol.
2009-08-20 11:30:10 +02:00
hjk
d774393a86
fakevim: fix repeating <count>s
2009-08-20 10:24:22 +02:00
hjk
6a20960cad
add dumper for QRect
2009-08-20 10:24:22 +02:00
hjk
6372dcc922
add a 'master' auto.pro with TEMPLATE = subdirs
2009-08-20 10:24:21 +02:00
hjk
3739081e8a
add a 'master' auto.pro with TEMPLATE = subdirs
2009-08-20 09:34:14 +02:00
hjk
bfc49c0e38
remove stringbuilder autotests
...
It was merged to Qt master a while ago.
2009-08-20 09:32:11 +02:00
Sergey Belyashov
770ec46a4e
Fixed dublicated placeholder in message.
...
Merge-request: 1270
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-08-19 15:58:53 +02:00
Friedemann Kleint
76c226dfdb
Debugger: Fix memory display
...
- 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
2009-08-19 14:41:51 +02:00
Friedemann Kleint
2bc577dfa3
Trk: Basic Linux device implementation in launcher.
2009-08-19 12:48:54 +02:00
Friedemann Kleint
a04d0978f8
I18n: Updated German translation, fixed tr-Bugs for 1.2.9
2009-08-19 12:32:23 +02:00
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