Commit Graph

15 Commits

Author SHA1 Message Date
dt
f04cd91c6b Simplyfy the DebuggingHelper functions.
By only providing a qtInstallDir variant
2009-09-17 15:55:08 +02:00
dt
744eb55df2 Remove unneded qtDir() function in DebuggingHelper 2009-09-17 15:55:08 +02:00
Daniel Molkentin
9960bea83d Remove debugging. 2009-09-04 09:51:23 +02:00
Daniel Molkentin
5476bcf560 Find Qt installation by specification of qmake rather than a "Qt dir".
Rationale: The concept of a "Qt Dir" is dead ever since Qt can be
installed. Specifying the qmake location otoh makes it possible to
unambigously detect all parts of a Qt installation.
2009-09-03 19:16:40 +02:00
hjk
93cbef8724 long live the king 2009-08-14 09:30:56 +02:00
Friedemann Kleint
3ccb44157f Fixed building debugging helpers: Added missing gdbmacros_p.h 2009-08-07 15:22:51 +02:00
Friedemann Kleint
1729c2c0c2 Debugger: Improve the helper build mechanism on the settings page.
- Give the controls a tooltip listing file details (date)
- Make building a QtConcurrent task
- Make log window scroll to bottom and pop up on error
- Make the build code pass on error messages about copying the
  source files to the log file
- Clean up the building code string-wise, use QLatin1String and
  translate messages, cache the icons. Use a QSharedPointer for
  the QtVersions in the settings page since they are passed to
  the BuildTask, which may outlive the dialog.
2009-08-07 15:20:05 +02:00
Friedemann Kleint
2841e875b4 Revert "Debugger: Improve the helper build mechanism on the settings page."
This reverts commit debb3961c2.
Success cannot be properly detected.
2009-08-07 14:20:27 +02:00
Friedemann Kleint
debb3961c2 Debugger: Improve the helper build mechanism on the settings page.
- Give the controls a tooltip listing file details (date)
- Make building a QtConcurrent task
- Make log window scroll to bottom and pop up on error
- Make the build code pass on error messages about copying the
  source files to the log file
- Clean up the building code string-wise, use QLatin1String and
  translate messages, cache the icons
2009-08-07 14:10:36 +02:00
dt
54bbcc4a7c Mention possible locations of the debugging helper in the error dialog
Requires a lot of trivial forwarding.
2009-07-15 17:41:45 +02:00
dt
e90696686c Check for a Makefile before running make clean in the debugging helper
directory

Fixes smart make scripts that try to guess the correct working directory
for make.
2009-07-01 16:33:25 +02:00
Jason McDonald
884b7af769 Update license headers and sales contact details.
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
Oswald Buddenhagen
d2a8449bea ifdef Q_?S_* cleanup
- clear up some Q_OS_LINUX vs. Q_OS_UNIX
- clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise)
- use proper #if-#else cascades instead of free-standing #ifs
2009-06-03 20:54:59 +02:00
dt
dd1ae2a9c5 Maybe fix a bug that hjk found. 2009-05-12 14:43:31 +02:00
dt
2b302332b8 Move QtVersionManager, QtVersion and QtOptionsPage back
After all I don't need all that stuff in the cmakeplugin, all i needed
is now bundled in debugginghelper.h/cpp
2009-04-28 12:45:04 +02:00