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
hjk
b104b43fa0
sessionmanager: replace signal sessionUnloaded() by aboutToUnloadSession()
...
sessionUnloaded was sometimes emitted when the session manager was in
an unsafe state (between delete m_file and m_file = new ...) leading
to crashes when slots connected to the signal accessed the sessionmanager
again. This patch moves the signal emission before delete m_file.
Reviewed-by: dt
2009-08-13 17:10:53 +02:00
hjk
a981c5c985
debugger: shutdown debugger when switching sessions
...
The code was already there, but disabled as it led to a crash during
Creator startup due to a spurious "sessionUnload" emission.
2009-08-13 16:47:41 +02:00
Daniel Molkentin
365560c9c3
Identify tool chains via ToolChain::ToolChainType enum instead of by string
...
Reviewed-by: dt
2009-08-13 16:42:44 +02:00
Daniel Molkentin
d796f75ee0
More native separators on windows
2009-08-13 16:42:44 +02:00
hjk
abdc85f070
debugger: register view cosmetics
...
Show the current number base in the view.
2009-08-13 16:16:19 +02:00
hjk
6fd0433cd6
debugger: pop up a window when the application receives a signal like SIGSEGV
...
Just mentioning it in the status bar is often not enough to take notice.
2009-08-13 15:01:57 +02:00
Daniel Molkentin
21c3e014b9
Proper directory separators on Windows.
2009-08-13 14:07:47 +02:00
Daniel Molkentin
77f191e867
Improve wording of tool chains.
2009-08-13 14:07:27 +02:00
Daniel Molkentin
036f94b038
Fix the update slot connect in MakeStepConfigWidget
2009-08-13 13:48:34 +02:00
hjk
4fcedc9a08
debugger: fix resizing of the status message label
2009-08-13 13:18:33 +02:00
hjk
71302eab8f
debugger: re-enable all dumpers that are usable in bootstrapped applications
2009-08-13 13:18:32 +02:00
Kai Koehne
9141727bee
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-08-13 13:17:05 +02:00
Kai Koehne
457e9b92d7
Adapt default qml template to latest qml changes
...
anchors.centeredIn has become anchors.centerIn
2009-08-13 13:16:10 +02:00
dt
24bf4c37a5
Fix endless recursion.
2009-08-13 11:47:34 +02:00
ck
d93834f6e2
Debugger: Added auto test for QWeakpointer dumper.
2009-08-13 10:54:06 +02:00
Friedemann Kleint
3be807efa0
Trk: Send continue
2009-08-13 10:37:20 +02:00
hjk
0a560b10ab
debugger: work around a bug in gdb/MI in gdb 6.8/Ubuntu
...
When trying to debug qmake or another bootstrapped application loading the
dumpers failed as they are binarily incompatible. So failing is expected and
fine. However, gdb 6.8-debian produces in this case _two_ responses for
'-exec-continue produces' ('^running' and '^error,msg="Cannot find new threads:
generic error"') which is impossible according to the MI docs. In theory...
2009-08-13 09:57:50 +02:00
Friedemann Kleint
db96f274fc
Compile on Windows: Correct dependency specification.
2009-08-13 09:25:33 +02:00
dt
7b007aaf1f
Fix path in fakevim.pro
2009-08-12 18:57:34 +02:00
dt
c7b1b499d3
Add missing help_dependencies.pri
2009-08-12 18:32:52 +02:00
hjk
864dec490f
debugger: make helpers compilable with QT_BOOTSTRAPPED
2009-08-12 17:34:40 +02:00
Pierre Rossi
dae47b3ed2
Just a quick review of the french translation.
2009-08-12 17:29:05 +02:00
dt
45e514ca37
Check/Unchecking useJom should update various makestep config widgets.
2009-08-12 17:02:28 +02:00
dt
bc91346220
Fix flickering finally.
2009-08-12 16:11:06 +02:00
dt
ac3e37fc6e
Add explicit support to use jom instead of nmake (which does not support -j)
...
jom can be found at http://qt.gitorious.org/qt-labs/jom
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com >
2009-08-12 15:30:23 +02:00
Bradley T. Hughes
73db6ba48c
Compile
...
INT_MAX needs limits.h
2009-08-12 15:11:05 +02:00
hjk
ec506a5632
debugger: fix linking by removing unneeded slot declaration
2009-08-12 15:09:12 +02:00
hjk
89ffffc183
debugger: use the bineditor to show memory dumps
2009-08-12 14:49:15 +02:00
Daniel Molkentin
0c6b754a06
Nicer tool chain names, also make them translatable just in case.
2009-08-12 14:27:13 +02:00
dt
99232c957d
Prepend qmake to the Effective qmake call text edit.
...
Consistent with the way the summary is written.
Task-Nr: 259513
2009-08-12 13:22:15 +02:00
Friedemann Kleint
ae6ce8e4ae
CDB: Improve expanding watch children.
...
... by storing the children information in an additional watchdata
source bit, thus being able to prove the model wrong in case it
claims children are needed.
2009-08-12 12:07:12 +02:00
Friedemann Kleint
894febbadf
Debugger: Make use of the "displayedtype" attribute.
...
Fix "displayedtype" in CDB, display it elsewhere.
Log debugger settings in DebuggerManager startup.
Acked-by: hjk <qtc-committer@nokia.com >
2009-08-12 11:21:44 +02:00
con
188dbc3a43
API naming.
...
Reviewed-by: hjk
2009-08-12 10:41:30 +02:00
con
0d4a4c0377
More changes.
2009-08-12 07:36:19 +02:00
Oswald Buddenhagen
94c4ea83bc
inherit functions from the base config
...
the base config is read with a separate reader. we saved its variables,
but not its custom function definitions.
2009-08-11 20:37:24 +02:00
Oswald Buddenhagen
8e726a6d58
next attempt at fixing low-level parsing
...
in particular, fix line continuation processing.
also, reintroduce some error handling. it checks only one condition so
far (malformed assignment statement) and is entirely silent, but that's
all that was necessary for internal robustness.
2009-08-11 20:37:24 +02:00
Oswald Buddenhagen
9efc9ce0e4
make $$_QMAKE_CACHE_ return something useful now that we support it
2009-08-11 20:37:23 +02:00
dt
45c358e888
Fixes: Correctly disable buttons for moving build steps after
...
add/remove.
2009-08-11 18:10:00 +02:00
dt
63c5a9328e
Fix the flickering also for the cmake plugin.
2009-08-11 18:10:00 +02:00