Oswald Buddenhagen
4e4265fa29
make ts
2009-04-20 16:51:10 +02:00
Oswald Buddenhagen
40546f9a93
load translations
2009-04-20 16:51:10 +02:00
Oswald Buddenhagen
067bab0714
clean up resourcePath() impl
2009-04-20 16:51:10 +02:00
Oswald Buddenhagen
c5df15003b
add some missing Q_OBJECTs
2009-04-20 16:51:10 +02:00
Oswald Buddenhagen
6d5eeb7afb
add missing tr()s, etc., add some //: comments
2009-04-20 16:51:10 +02:00
Oswald Buddenhagen
9db13e3255
make lupdate see the QApplication::translate() calls
2009-04-20 16:51:10 +02:00
Oswald Buddenhagen
088cb9c853
remove excess tr()
...
i don't think it is a good idea to tr() the svn command in the dialog
title
2009-04-20 16:51:10 +02:00
Oswald Buddenhagen
f97b3ceec5
better namespace for tr()
2009-04-20 16:51:10 +02:00
Oswald Buddenhagen
5b01ea1120
beautify regexes
2009-04-20 16:51:10 +02:00
Oswald Buddenhagen
c38cb83d05
revamp the build system regarding translations
2009-04-20 16:51:10 +02:00
Oswald Buddenhagen
13f04d8430
revamp build system
...
now bin and share are not pegged to linking the executable any more,
but are proper subdirs targets of their own.
unforturnately, qmake is a bit tenacious, so we hack around a bit. :)
more or less in passing by, i removed some superfluous trailing slashes
and added path normalization as well.
2009-04-20 16:51:10 +02:00
Friedemann Kleint
29b437e42f
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-20 16:46:38 +02:00
Kavindra Devi Palaraja
2d02191ed1
Fixes: - Doc - working on Part 2
2009-04-20 16:42:58 +02:00
Friedemann Kleint
3695ee3646
Start on dumper support for CDB, bug fixes.
...
Make command execution output shown, use Wide version
of Debug Callbacks and output, provide bases classes
for other output and event handlers, move common
dumper functionality into debugger manager.
2009-04-20 16:40:50 +02:00
Thorbjørn Lindeijer
039024e727
Fixed an exotic linker issue on gcc 4.1.2
...
Reviewed-by: dt
2009-04-20 15:48:58 +02:00
Kavindra Devi Palaraja
892042636d
Fixes: - Doc - more of the tutorial
2009-04-20 15:35:28 +02:00
Kavindra Devi Palaraja
b60b6e1970
Fixes: - Doc more on the tutorial.
2009-04-20 14:17:24 +02:00
Thorbjørn Lindeijer
8acb3459ba
Pedantic changes to changelog that I forgot in a previous commit
2009-04-20 12:57:02 +02:00
Thorbjørn Lindeijer
74395383d9
Fixed link to known issues.
2009-04-20 12:52:11 +02:00
dt
48dd25866e
Show also error output in the cmake run log.
2009-04-20 12:18:32 +02:00
Thorbjørn Lindeijer
e24b2b76ac
Changelog updates and pedantic fixes
2009-04-20 11:15:31 +02:00
Kavindra Devi Palaraja
ea794ba3b2
Fixes: - Doc - working on more of the AddressBook-SDK tutorial
...
Rev-By: - TrustMe
2009-04-20 10:52:29 +02:00
con
8b4b3e5f5a
Version bump 1.1.0
2009-04-20 10:25:22 +02:00
Simon Hausmann
035e1eb4fe
Merge branch '1.1'
2009-04-18 01:04:01 +02:00
Simon Hausmann
87f74b4eea
Fix permissions of basetextdocument.cpp to not be executable
2009-04-18 01:03:32 +02:00
dt
030beabd64
Also apply the fix for the dumper here.
2009-04-17 16:51:49 +02:00
dt
08c6854f98
Merge branch '1.1' of git@scm.dev.nokia.troll.no:creator/mainline into 1.1
2009-04-17 16:29:29 +02:00
dt
05245af9c8
Add my changes to the changelog
2009-04-17 16:29:19 +02:00
con
e915b972da
Update known issues.
2009-04-17 16:16:01 +02:00
con
124fa21854
Screenshots for cmake support documentation.
...
Reviewed-by: dt <qtc-committer@nokia.com >
2009-04-17 16:10:34 +02:00
Daniel Molkentin
a86f38a956
Be more specific on who benefits from the libQt3Support-related crash fixes.
2009-04-17 16:07:30 +02:00
Kavindra Devi Palaraja
b2e74afe1d
Fixes: - Doc - minor fixes
2009-04-17 15:35:47 +02:00
hjk
193af69a38
debugger: add a manual test for QSharedDataPointer
2009-04-17 15:35:28 +02:00
hjk
01284f2160
debugger: use & in "p (char*)&qDumpOutBuffer". This improves the
...
situation in release builds a bit as we get at least a list of
(afterwards failing) dumpers.
2009-04-17 15:35:28 +02:00
con
412a4b027d
Merge commit 'origin/1.1'
...
Conflicts:
src/plugins/debugger/debuggeractions.cpp
src/plugins/debugger/gdboptionpage.ui
2009-04-17 15:17:31 +02:00
hjk
6f85959d06
fakevim: eat Ctrl-A to prevent the global "select all" shortcut to trigger
2009-04-17 14:58:01 +02:00
con
02d0ede3ec
Two-keystroke menu shortcuts do not work on Mac.
2009-04-17 14:28:18 +02:00
hjk
85f340e27f
debugger: fix dumper building on 'release' Qts
2009-04-17 14:23:21 +02:00
dt
ad1047925b
Fix the directories the cmakelugin checks for the debugger plugin
...
I need to refactor that code for 1.2.
2009-04-17 12:27:04 +02:00
Friedemann Kleint
dd67f0857d
Prevent non-existing projects from showing on the welcome page.
...
Reviewed-by: dt <qtc-committer@nokia.com >
2009-04-17 11:48:50 +02:00
Friedemann Kleint
2a1c503bc3
Fix debugger settings action.
2009-04-17 11:31:52 +02:00
Friedemann Kleint
e76943ebb5
Load required dependency lib "dbghelp.dll" manually.
2009-04-17 10:13:41 +02:00
Friedemann Kleint
7456e4e514
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-17 09:06:45 +02:00
hjk
d0a97d0bf7
tests: add a script that runs elflint on all binaries
2009-04-17 09:03:41 +02:00
Friedemann Kleint
7d41e04884
Split apart debugger options pages, allow specifying a path to CDB.
...
Modify engine creation funcs to populate a list of option pages
to be able to handle engine enabling independently of the
actual engine creation.
2009-04-17 09:03:32 +02:00
dt
55be2ea52f
Merge branch '1.1' of git@scm.dev.nokia.troll.no:creator/mainline into 1.1
2009-04-16 17:13:11 +02:00
dt
dec4acdbf2
Run make clean on clicking rebuild for the debugging helper library.
2009-04-16 17:12:19 +02:00
Thorbjørn Lindeijer
ceca662ec5
Updated known issues related to .pro file parsing
...
Reviewed-by: Oswald Buddenhagen
2009-04-16 17:02:45 +02:00
Thorbjørn Lindeijer
c8a2423627
Don't disable the frame around QSpinBox in debugger options
2009-04-16 16:48:59 +02:00
dt
3e9ded4351
Merge branch '1.1' of git@scm.dev.nokia.troll.no:creator/mainline into 1.1
2009-04-16 16:25:12 +02:00