Commit Graph

72811 Commits

Author SHA1 Message Date
con
a841c0583b Correctly update the status of the current file find filter. 2009-08-25 12:31:27 +02:00
ck
cbe034e00d Debugger: Added name demangler. 2009-08-25 12:11:04 +02:00
con
02734ecc46 Re-highlight when find flags change.
Instead of just removing the highlight.
Reviewed-by: Robert Loehning
2009-08-25 11:59:44 +02:00
Friedemann Kleint
12ca7e898f VCS: remove duplicate signal declaration 2009-08-25 10:59:11 +02:00
Friedemann Kleint
40f6f72a5d Git: Make commit work on Windows 2009-08-25 09:57:58 +02:00
Thorbjørn Lindeijer
a5b22b18bd Fixed problem with changing tool chain type for generic projects
Some fixes were needed after the tool chain type was changed from
QString to an enum.

Task-number: 259939
2009-08-25 09:51:16 +02:00
Alessandro Portale
5086983bb7 Fix warning, add default case to switch. 2009-08-24 23:57:31 +02:00
Alessandro Portale
77c4de5635 Fix initialization order. 2009-08-24 23:56:54 +02:00
con
11e65c1bbd Threads are supported on Mac.
Reviewed-by: hjk
2009-08-24 14:15:38 +02:00
Roberto Raggi
e77166a002 Don't include whitespaces and comments at the end of macro definitions. 2009-08-24 14:01:32 +02:00
Alessandro Portale
5f5f6890bd InternalNode is a struct.
Let's not irritate MSVC
2009-08-22 00:59:35 +02:00
dt
ac2ced218e Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-08-21 18:02:58 +02:00
dt
b3ad912d7c Fix worngly aggregating all DEFINES from all .pro files. 2009-08-21 18:02:40 +02:00
con
bd55181c17 Add some actions to folders in the project tree.
"Show in Finder", "Add new file...", "Add existing files...".
2009-08-21 14:53:25 +02:00
con
7ebea974d6 Show pro file's subdirectory structure in project tree in non-simple mode.
Also adding category folders for the different file types
(source files, header files, resource files, form files, other files).
2009-08-21 14:53:25 +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
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
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
hjk
d774393a86 fakevim: fix repeating <count>s 2009-08-20 10:24:22 +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
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
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