Oswald Buddenhagen
8c52cca636
generate install targets also for the not-yet-built QM files
2009-10-22 20:12:00 +02:00
Daniel Molkentin
81de0f86ba
Workaround for Linux Distro Qt where examples live in write-protected dirs.
...
Offer to copy the project into an alternative root.
2009-10-22 18:20:39 +02:00
Daniel Molkentin
60578cb556
Add validChanged(bool) to PathChooser.
...
This is useful when e.g. connecting directly to the setEnabled() slot of
a Widget.
2009-10-22 18:20:39 +02:00
dt
4504aec7de
Fix valgrind warning.
...
Doesn't make a difference at all, but valgrind is strictly speaking
rightly complaining.
2009-10-22 17:18:22 +02:00
dt
8a9d4315e6
Fix crash by sharing ownership of the toolchains in qtversion
2009-10-22 17:09:28 +02:00
Roberto Raggi
2a7fa04101
Released the memory allocated in the memory pool when backtracking from Parser::parseTemplateId().
2009-10-22 16:48:06 +02:00
Friedemann Kleint
8175e4e4c6
S60: Introduce a communications device type.
...
- Introduce a communications device type flag, add stubs for
Bluetooth to serialdevicelister and pass the device type
in new struct CommunicationDevice along to run configuration
and debugger start parameters (overriding the debugger settings).
- Give the s60devices::Device a tooltip in the settings page
2009-10-22 16:42:25 +02:00
ck
7df5226e42
Fixes Maemo after Toolchain refactoring
...
Reviewed-by: dt <qtc-committer@nokia.com >
2009-10-22 16:27:47 +02:00
dt
cfc7040ede
The qtversions's toolchain now depends on the actual compiler not mkspec
...
That is we actually parse the mkspec and evaluate QMAKE_CXX (and a few
other variables) to figure out the correct mkspec. This makes using
custom mkspecs easier and is also cleaner. I also changed mkspec() and
mkspecPath() to behave a little diffrent, essentialy mkspec() will
return only the name (the actual dir name) of the mkspec. That is in
general not sufficient for passing on to qmake. mkspecPath() only
returns the correct path to mkspecs/default.
Hopefully I haven't broken WinCE/Maemo/MinGW.
2009-10-22 14:39:00 +02:00
Daniel Molkentin
c31795cb89
Consistant naming with implementation.
2009-10-22 14:24:16 +02:00
Daniel Molkentin
381a9480bf
Fix detection of Qt Versions added by installer.
...
Now that we check for the qmake.exe location rather than for
the path itself, we need to use QFile for the check.
2009-10-22 14:24:15 +02:00
Daniel Molkentin
da89dbb410
Add "Inherits QObject" checkbox to Class Wizard.
...
For now it is dumb, but it can be improved over time.
2009-10-21 17:06:28 +02:00
Roberto Raggi
afcbb78999
Initialize _isInterface of ObjCClass
2009-10-21 17:05:36 +02:00
Roberto Raggi
245a2ca2b3
Initialize the members of List<T>
2009-10-21 17:05:36 +02:00
Roberto Raggi
98bde3dda7
Removed unused member _pool in LiteralTable.
2009-10-21 17:05:36 +02:00
Roberto Raggi
50d60e712c
Initialize ExpressionUnderCursor's _jumpedComma.
2009-10-21 17:05:36 +02:00
Roberto Raggi
c46dc2aae0
Added ctors for the pp-scanners.
2009-10-21 17:05:36 +02:00
Roberto Raggi
de82f1e3f7
Initialize the pp's engine _dot member.
2009-10-21 17:05:36 +02:00
Roberto Raggi
996866814a
Initialize all the members of CppCodeCompletion
2009-10-21 17:05:36 +02:00
Roberto Raggi
250d947aa5
Initialize members of ModelItemInfo.
2009-10-21 17:05:36 +02:00
Roberto Raggi
5f04a48f6b
Removed unused member _node in QuickFixOperation
2009-10-21 17:05:36 +02:00
Roberto Raggi
e9a97ea6a4
Initialize m_line and m_column
2009-10-21 17:05:36 +02:00
Roberto Raggi
c97427431f
Removed obsoleted code.
2009-10-21 17:05:35 +02:00
Friedemann Kleint
fc7219248b
S60: Swap spacers in device run config widget.
2009-10-21 17:03:52 +02:00
Oswald Buddenhagen
8123552726
add a FIXME
2009-10-21 16:52:48 +02:00
Oswald Buddenhagen
8d3ca6424c
if 0 unused code
2009-10-21 16:52:48 +02:00
Oswald Buddenhagen
94226ceb5e
don't attempt to sync breakpoints at inopportune times
...
e.g., when the engine is not ready
2009-10-21 16:52:48 +02:00
Friedemann Kleint
20edb02093
S60: Use a DetailsWidget for the run configuration widgets, add info
...
- Move the s60devicerunconfigurationwidget into a separate file,
add an info button that connects to the device and displays
CPU/Trk version for testing the connection.
- give TrkLauncher a parent object and an acessor for the device
description in formatted form.
- Break deadlock when trying to terminate the Windows Trk writer
thread with bytes pending by using a wait with timeout and
termination flag.
2009-10-21 16:48:46 +02:00
hjk
338f945ca1
debugger: more autotests
2009-10-21 16:41:29 +02:00
hjk
a06b3c15c8
debugger: remove two unused variables
2009-10-21 16:41:28 +02:00
hjk
8bea428020
debugger: work on debugger autotests
2009-10-21 16:41:28 +02:00
Roberto Raggi
146ec6248d
Renamed Preprocessor::_true_test
2009-10-21 16:20:45 +02:00
Roberto Raggi
5b7a19425b
Use bit vectors to store the preprocessor's state.
2009-10-21 16:19:23 +02:00
Thorbjørn Lindeijer
5e00b7695c
Fixed Ui_PasteBinComSettingsWidget memory leak
2009-10-21 16:00:45 +02:00
dt
fd0fbddebb
Fix a bug with selecting copying the right text to the Find dialog.
...
To reproduce:
Split editors.
Select text in first editor.
Select text in second editor.
Invoke the find dialog.
Notice that the text from the first editor was used.
Reviewed-By: mae
2009-10-21 15:11:46 +02:00
Roberto Raggi
671a1874ba
Fixed the output generated by CloneCG and VisitCG.
...
Removed CPLUSPLUS_BEGIN/END_NAMESPACE and replace CPLUSPLUS_USE_NAMESPACE with `using namespace CPlusPlus;'
2009-10-21 15:00:10 +02:00
Roberto Raggi
f4b95586c5
Removed obsoleted code.
2009-10-21 14:56:42 +02:00
dt
6e4cd919a6
Fix unused variable.
2009-10-21 14:21:22 +02:00
dt
0a83e4a37b
Compile with gcc
2009-10-21 13:50:32 +02:00
dt
7035699384
Remove function that was only declared but not used from BuildStep
...
Even private
2009-10-21 13:50:31 +02:00
dt
20767b79a4
This variable is only used on mac, so move it into the #ifdef block
2009-10-21 13:50:31 +02:00
dt
98b4a16cd0
Add a todo for a future change.
2009-10-21 13:50:31 +02:00
dt
e57bcafc0d
Fix startExternal, attachExternal &more to not use a RunConfiguration
...
Removes around 50 lines of code, one completly unecessary class and
makes the code paths easier to understand.
2009-10-21 13:50:31 +02:00
dt
64c23b271c
Add a startRunControl() method.
...
For plugins that create runcontrols in unsual ways
2009-10-21 13:50:31 +02:00
dt
1253c55d56
Fix a race in CMakeProjectManager::createXml
2009-10-21 13:45:49 +02:00
Maurice Kalinowski
6c5cf1c32a
check the collection file for updates
...
- In case documentation has been added to the collection,
creator registers the documentation on startup.
Reviewed-By: ck
2009-10-21 12:38:35 +02:00
Oswald Buddenhagen
7d50aa29b8
work around -exec-until breakage on S60 gdb 6.4
2009-10-21 11:13:29 +02:00
Daniel Molkentin
09b1706482
cdb.pri: isEmpty() takes a variable, not a string
2009-10-21 10:46:15 +02:00
Oswald Buddenhagen
97e7b7bbf9
two more commands which are RunRequests
...
these missed the handleExecContinue() callback, so they got missed last
time. added both callback and flag, and some more glue to the gross
isBogus hack.
2009-10-20 20:47:47 +02:00
Oswald Buddenhagen
c9f9310bb1
Merge remote branch 'origin/1.3'
...
Conflicts:
src/plugins/cpptools/cppcodecompletion.cpp
src/plugins/debugger/gdb/remotegdbadapter.cpp
2009-10-20 20:09:00 +02:00