comparison libgui/src/main-window.h @ 19619:f9a944b9e1cb gui-release

provide a user preference for printing the debug location in the terminal * main-window.cc (notice_settings): get new preference from settings file; (execute_command_callback): set next breakpoint quiet if desired; (execute_debug_callback): set next breakpoint quiet only if desired * main-window.h: new class attribute storing the preference * settings-dialog.cc (constructor): get new preference from settings file and initialize the new checkbox, put terminal related settings together; (write_changed_settings): write state of checkbox into settings file; * settings-dialog.ui: new checkbox for printing debug location in terminal tab
author Torsten <ttl@justmail.de>
date Sat, 17 Jan 2015 09:33:15 +0100
parents 6561179c6c22
children 37d37297acf8 4e85ca0b4887
comparison
equal deleted inserted replaced
19606:6561179c6c22 19619:f9a944b9e1cb
402 QStringList *_dbg_queue; 402 QStringList *_dbg_queue;
403 QSemaphore _dbg_processing; 403 QSemaphore _dbg_processing;
404 QMutex _dbg_queue_mutex; 404 QMutex _dbg_queue_mutex;
405 405
406 bool _prevent_readline_conflicts; 406 bool _prevent_readline_conflicts;
407 bool _suppress_dbg_location;
407 }; 408 };
408 409
409 class news_reader : public QObject 410 class news_reader : public QObject
410 { 411 {
411 Q_OBJECT 412 Q_OBJECT