Revision 75543c7...

Go back to digest for 25th March 2012

Features in Utilities

Friedrich Karl Tilman Pülz committed changes in [publictransport/QtScriptAndThreadWeaver] /timetablemate:

Add asynchronous debugger using ThreadWeaver, add documentation dock

- Rename old class Debugger to DebuggerAgent and use it in the new
Debugger class, which handles asynchronous commands and provides
signals to inform about results
- Implement asynchronous debugger jobs as derivates of
ThreadWeaver::Job
- Add documentation dock to TimetableMate, shows the HTML
documentation generated by completiongenerator
- Add output directory for the generated HTML documentation with
a CMakeLists.txt and used images
- Fix timetablemate/src/CMakeLists.txt: Use new options of
completiongenerator, add all output files to the list of output

File Changes

Added 7 files
  • /timetablemate
  •   engine/doc/CMakeLists.txt
  •   engine/src/debuggeragent.cpp
  •   engine/src/debuggeragent.h
  •   engine/src/debuggerjobs.cpp
  •   engine/src/debuggerjobs.h
  •   engine/src/debuggerstructures.cpp
  •   engine/src/debuggerstructures.h
Modified 7 files
  • /timetablemate
  •   engine/CMakeLists.txt
  •   engine/src/CMakeLists.txt
  •   engine/src/debugger.cpp
  •   engine/src/debugger.h
  •   engine/src/main.cpp
  •   engine/src.cpp
  •   engine/src.h
14 files changed in total