Commit Graph

88653 Commits

Author SHA1 Message Date
Friedemann Kleint
01deb7e24f Trk: Answer NAK to xfer request 2009-08-25 13:45:28 +02:00
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
Friedemann Kleint
d37a625c5f Trk: Make run.pl work with BlueTooth 2009-08-25 12:06:08 +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
bfd4149fe1 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-08-25 09:58:36 +02:00
Friedemann Kleint
40f6f72a5d Git: Make commit work on Windows 2009-08-25 09:57:58 +02:00
Benjamin Poulain
51f8a5fc69 Fixes in the French translation. 2009-08-25 09:53:16 +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
Friedemann Kleint
08304eb6cd Trk: Add unbuffered memory read 2009-08-25 09:34:32 +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
Friedemann Kleint
9101e467e3 Trk: Handle threads and modules correctly 2009-08-24 12:41:13 +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
Friedemann Kleint
d922b614fc Trk: Pass on frame option 2009-08-21 16:45:36 +02:00
Friedemann Kleint
09dc43ba5c Trk: Make adapter use TrkDevice 2009-08-21 16:34:06 +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
Daniel Molkentin
f888f5df2d help: try to fix windows case for qdoc detection 2009-08-21 13:50:06 +02:00
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