Wykres commitów

798 Commity (master)

Autor SHA1 Wiadomość Data
Christian T. Jacobs efc5f80be8 Updated CHANGELOG. 2017-04-01 17:54:58 +01:00
Christian T. Jacobs 0b63338367 Bumped up the version to 1.0.0. 2017-04-01 16:12:46 +01:00
Christian T. Jacobs 988cf6e854 Merge pull request #54 from ctjacobs/glade
Added Glade design of main window and dialogs. Addresses issue #47.
2017-04-01 15:54:05 +01:00
Christian T. Jacobs a3bf4d9c8e Added Glade design to CHANGELOG. 2017-04-01 15:47:04 +01:00
Christian T. Jacobs 6c782094e7 Fix instantiation of RecordDialog when editing a record. 2017-04-01 15:43:55 +01:00
Christian T. Jacobs 7a2aa12e47 Use a comma rather than placing my callsign in brackets after my name. 2017-04-01 15:20:33 +01:00
Christian T. Jacobs 3caf3f9274 flake8 2017-04-01 14:58:06 +01:00
Christian T. Jacobs 1f4f95bcba Connecting up the Preferences dialog. 2017-04-01 14:57:17 +01:00
Christian T. Jacobs 10d0b9d462 Rename "parent" -> "application". 2017-03-31 10:31:30 +01:00
Christian T. Jacobs 2565a7512d Renaming "parent" to "application". 2017-03-31 10:28:26 +01:00
Christian T. Jacobs 75a65891a9 "builder" -> "application". 2017-03-31 10:21:43 +01:00
Christian T. Jacobs 183d1c9d8d Rename "parent" to "application". 2017-03-31 10:06:11 +01:00
Christian T. Jacobs 2ef087c202 Added the View tab of the Preferences dialog in Glade. 2017-03-30 16:45:09 +01:00
Christian T. Jacobs e10a25bccf Added Hamlib tab in the Preferences dialog in Glade. 2017-03-30 08:16:23 +01:00
Christian T. Jacobs 66d3f45be8 Added the Records tab of the Preferences dialog in Glade. 2017-03-30 08:08:23 +01:00
Christian T. Jacobs d78f0f74d7 Added ADIF preferences in Glade. 2017-03-22 23:07:40 +00:00
Christian T. Jacobs b9c15c0e92 Include my middle name in the copyright lines and authors list. Also use my new callsign. 2017-03-20 13:06:01 +00:00
Christian T. Jacobs 9c954373b0 Added General tab of the Preferences dialog in Glade. 2017-03-16 18:34:06 +00:00
Christian T. Jacobs 95bad0fe72 Added the start of the Preferences dialog in Glade. 2017-03-11 23:26:52 +00:00
Christian T. Jacobs 36de2328c4 If the Return key is pressed in the RecordDialog, record the QSO details. Addresses issue #53. 2017-03-02 10:45:49 +00:00
Christian T. Jacobs a6d5839527 Fixed auxiliary dialog calls. 2017-03-02 10:14:21 +00:00
Christian T. Jacobs 296997ec4e Fixed unit test in logbook.py. 2017-03-02 09:56:45 +00:00
Christian T. Jacobs 09a2d3e78b Connected up the record dialog. 2017-03-01 10:16:03 +00:00
Christian T. Jacobs 60bfb3520e Added the About dialog box in Glade. 2017-03-01 00:59:27 +00:00
Christian T. Jacobs 005d5385b4 Added the Glade version of the RecordDialog. 2017-03-01 00:40:17 +00:00
Christian T. Jacobs d5e0f2e007 Import mock. 2017-02-24 00:32:59 +00:00
Christian T. Jacobs 00a86c57bc flake8. 2017-02-24 00:27:03 +00:00
Christian T. Jacobs 1eea1d5917 Renaming calendar.py to calendar_dialog.py to avoid naming conflicts. Also moved LogName to its own file log_name_dialog.py once again. 2017-02-24 00:20:43 +00:00
Christian T. Jacobs e168a417d1 flake8 2017-02-24 00:11:20 +00:00
Christian T. Jacobs 7fdedc51b4 Spacing. 2017-02-24 00:05:42 +00:00
Christian T. Jacobs f19d99b92c Moved the Calendar class to its own separate file (calendar.py). 2017-02-24 00:04:54 +00:00
Christian T. Jacobs cbe93856b4 Added the CalendarDialog to Glade. 2017-02-24 00:04:40 +00:00
Christian T. Jacobs b89acae882 Removed the old log_name_dialog.py file. Moved the LogName class to log.py. 2017-02-23 23:38:29 +00:00
Christian T. Jacobs 0c3f76deb8 Destroy dialog windows, but use add_objects_from_file to rebuild them in the existing Gtk.Builder object. 2017-02-23 22:40:47 +00:00
Christian T. Jacobs e04b604bf1 Small fixes. 2017-02-21 20:41:53 +00:00
Christian T. Jacobs 6a8c2c1798 Remove useless code. 2017-02-21 19:38:59 +00:00
Christian T. Jacobs 3f0995086b Mock Gtk.Builder class. 2017-02-21 19:37:24 +00:00
Christian T. Jacobs 03eeb614ae Move Logbook class over to Glade constructs. 2017-02-21 19:36:25 +00:00
Christian T. Jacobs 6dc8488e00 flake8 2017-02-21 19:27:23 +00:00
Christian T. Jacobs f266e6def8 More moving of toolbar over to Glade. 2017-02-21 19:16:13 +00:00
Christian T. Jacobs fdc3a5f051 Moving the toolbar over to Glade. 2017-02-21 18:48:50 +00:00
Christian T. Jacobs be1ae2af4d Don't pass in the parent PyQSO window into all the tools. 2017-02-21 18:16:02 +00:00
Christian T. Jacobs 7cd34fb59a Fix re-drawing of grey line on tab change. 2017-02-21 17:57:47 +00:00
Christian T. Jacobs 0456d1b3ec Fixed DX cluster unit test. 2017-02-21 17:48:42 +00:00
Christian T. Jacobs f976d840e2 flake8 2017-02-21 16:47:35 +00:00
Christian T. Jacobs 7b3f8d067b Moving the menu bar over to Glade. 2017-02-21 16:45:58 +00:00
Christian T. Jacobs 98cfa7b9e1 Added the LogNameDialog in Glade. 2017-02-21 15:28:55 +00:00
Christian T. Jacobs 3eb3275d35 Porting toolbox tools over to Glade. 2017-02-21 14:54:04 +00:00
Christian T. Jacobs 304d35fe0f flake8 2017-02-15 23:21:11 +00:00
Christian T. Jacobs e977bc5e0f flake8 2017-02-15 23:19:22 +00:00