2019-12-13 Fred Gleason <fredg@paravelsystems.com>

* Added a 'Show Start Time As' control to the 'Edit Log' dialog
	in rdlogedit(1).
	* Made the main window and 'Edit Log' dialog window size persistent.
	* Changed the 'Time' column in the 'Full Log Widget' in rdairplay(1)
	to 'Sch. Time'.
This commit is contained in:
Fred Gleason
2019-12-13 16:21:00 -05:00
parent 755a84604f
commit f263c5e0d3
24 changed files with 392 additions and 96 deletions

View File

@@ -28,6 +28,9 @@
#include "list_listviewitem.h"
#define RDLOGEDIT_POSITION_FILENAME ".rdlogedit"
#define RDLOGEDIT_DEFAULT_WIDTH 640
#define RDLOGEDIT_DEFAULT_HEIGHT 480
#define RDLOGEDIT_USAGE "\n"
class MainWidget : public RDWidget
@@ -65,6 +68,8 @@ class MainWidget : public RDWidget
void SendNotification(RDNotification::Action action,const QString &logname);
void LockList();
void UnlockList();
void LoadPositions() const;
void SavePositions() const;
QString log_filename;
QString log_import_path;
QLabel *log_user_label;