sawinglogz
9cb7de950b
Add regression tests for Viatom loader.
...
Also enable the native file dialog box for importing Viatom files.
2020-01-23 19:11:05 -05:00
sawinglogz
66f13f3143
Initial commit of contributed Viatom SpO2 loader.
...
Diff applied from the following commit by dave madden <dhm@mersenne.com>,
replacing tabs with spaces:
fa38850503
2020-01-23 12:57:44 -05:00
sawinglogz
94e39c2733
Use Qt standard shortcuts for printing, bold, italic, and underline.
...
In theory these will automatically get localized, since they're using
Qt's official enums.
2020-01-22 20:10:43 -05:00
sawinglogz
78d3155ecd
Add zip creation of OSCAR data folder.
...
Also fix the zip progress bar when compressing more than 2GB data,
and prevent the zip file from ever trying to include itself.
2020-01-22 17:33:15 -05:00
sawinglogz
5dfbc1fbe4
Add progress bar to zip creation.
2020-01-22 12:59:58 -05:00
sawinglogz
c4619dad35
Clean up zip API.
2020-01-22 11:25:20 -05:00
sawinglogz
1c4c7871da
Add zip creation of SD card data.
...
This uses the miniz library, which is self-contained in a single
.c/.h pair and has an MIT license.
Swapping out the zip library should be fairly straightforward
if ever necessary.
2020-01-21 17:37:37 -05:00
sawinglogz
46e061d12b
Add CPAP data card selection to archive creation workflow.
...
Also slightly refine some verbiage in the import process to make it simpler.
Zip creation still to come.
2020-01-21 12:56:08 -05:00
sawinglogz
36d3467a64
Refactor on_action_Import_Data_triggered into multiple functions.
...
No change in behavior.
2020-01-21 11:56:22 -05:00
sawinglogz
99badd40c3
Add menu entries for creating zip archives of SD cards and OSCAR data.
...
Also hide a few "not yet implemented" items.
Actual zipping comes later.
2020-01-21 11:22:49 -05:00
sawinglogz
aba58d9085
Second pass at fixing display of Preferences menu shortcut on macOS.
...
The previous fix didn't work 100% of the time either.
2020-01-18 20:34:10 -05:00
sawinglogz
91dbd3a204
Fix the display of Preferences menu shortcut on macOS.
...
It was appearing only on first launch, when OSCAR was asking where
to store its data. Now it appears consistently.
2020-01-18 17:01:35 -05:00
sawinglogz
127a3e1964
Fix logger thread so that it doesn't lose messages at startup.
...
This was particularly noticeable when running for the first time and
selecting OSCAR's data location.
2020-01-18 11:41:09 -05:00
sawinglogz
2e92107cce
Update version display throughout to use the new information and be consistent.
...
The full version now includes the build/git information embedded within
it as build metadata according to the Semantic Versioning 2.0.0 spec,
for example: "1.1.0-beta-1+branch-name-a1b2c3d".
Now the full version string, with all detail is always displayed
EXCEPT for release versions, in which case just the simple version
number ("1.1.0") is displayed in the primary UI.
- Main window title: simple version for release versions, full version
string otherwise
- Notifications: same as main window title
- System tray: same as main window title
- About window title: same as main window title
- About window release notes: always include full version string
- Reports: always include full version string
- Under the logo (about dialog, profile selector, new profile
window): removed, as it is largely redundant and can
interfere with the window geometry.
- Database upgrade alert: same as main window title
- Database newer alert: same as main window title
The full version string is also included within the preference and
profile .xml files, but because build metadata is ignored in version
comparisons, differences in builds will not cause any spurious
alerts. However, changes in prerelease versions will continue to
be significant, as they should be.
2020-01-16 13:05:55 -05:00
sawinglogz
88957aeb7f
Replace VersionString with getVersion() everywhere.
2020-01-15 19:45:46 -05:00
sawinglogz
6f194507a8
Move version-related code into version.cpp.
2020-01-13 18:41:24 -05:00
sawinglogz
097362dfa1
Move version constants out of header file into new cpp file.
2020-01-13 18:41:24 -05:00
Seeker4
2e1069b8d0
Allow user to select graph order when resetting -- Standard or Advanced
2019-09-28 20:15:16 -07:00
Seeker4
c1b4137857
Remove some qDebug statements that aren't needed.
2019-08-28 16:31:56 -07:00
Seeker4
be147fee0a
Always allow import cpap and oximetry. Allow Daily, Overview, and Statistics only if there is some data present.
2019-08-28 15:23:13 -07:00
Seeker4
48c0387125
Release notes for language changes, other minor changes
2019-08-19 12:34:18 -07:00
Seeker4
75c0a9950a
Format dates per national settings.
2019-08-06 10:51:14 -07:00
Seeker4
4532b22fc6
Add View/Reset Graphs to put graphs in original order and heights. Overlays and dotted lines are not yet reset.
2019-07-30 19:59:01 -07:00
Seeker4
f635302058
Improve performance of enabling or disabling pie chart option
2019-07-25 06:26:19 -07:00
Seeker4
11f2fb5d3f
Change GraphSnapshots to ShowPieChart in code, UI, and preferences. Convert any existing GraphSnapshots preferences to ShowPieChart.
2019-07-14 20:25:49 -07:00
Seeker4
39542ba7db
Move Pie Chart option from Preferences dialog to View menu.
2019-07-13 14:53:57 -07:00
Seeker4
86d5c074a4
Set tool button fonts correctly if application font is changed.
2019-07-04 18:20:19 -07:00
Seeker4
e0c70bf082
Update date display on Overview page when font is changed in Preferences dialog
2019-07-02 08:25:47 -07:00
Seeker4
a464c5c2ca
Refresh various displays to reflect any font changes made in preference settings.
2019-07-02 08:04:43 -07:00
Seeker4
461abde2e6
Better qDebug messages when rebuilding data
2019-06-21 22:09:19 -07:00
Seeker4
575b9a5372
More refactoring and re-organizing.
2019-06-12 13:32:22 -07:00
Seeker4
a628e2a9ff
Move statistics printing code from mainwindow.cpp to statistics.cpp. Abandon printing of Help subsystem pages.
2019-06-11 16:43:13 -07:00
Seeker4
59270e00c6
Add Help/System Information to display full build information, active graphics engine, and data directory.
2019-06-01 19:51:18 -07:00
Norman Heino
a2ff7ef95e
Perform UI updates in bulk before/after screenshot
...
Fixes 0000074
2019-05-23 05:10:34 +00:00
Norman Heino
d0f0aed29d
Improve screenshot feature
...
Limit screenshots to OSCAR's application window under macOS.
Use main window geometry as basis for screen capture rectangle, removing
the need for resizeing hacks.
Tested on:
* macOS 10.14
* Ubuntu 18.04
* Windows 10
2019-05-18 15:30:10 +02:00
Seeker4
c6c11fd4f9
Fix crash when taking screenshot before a profile is open.
2019-05-17 23:44:39 +00:00
Norman Heino
a074cffa5b
Fix macOS application menu
2019-05-15 06:49:12 +02:00
Seeker4
c751182aa5
Comment-out obsolete code to create Welcome message.
2019-05-06 18:08:49 -07:00
Phil Olynyk
c0246470f5
Replace old man Oscar logo with new big O logo
2019-04-16 13:12:26 -04:00
Phil Olynyk
c67cd82bb3
Hide the Lifesaver button in the right panel if no Help
2019-04-10 15:52:47 -04:00
Phil Olynyk
7fd7d50d8a
Zeo and Somnopose file dialogs fixed
2019-04-07 23:28:54 -04:00
Phil Olynyk
069a2f405a
Remove the Help ? from title bars
2019-04-07 21:54:04 -04:00
Phil Olynyk
78269d25e5
Comment out a sleep(3) that delays opening daily window
2019-04-07 12:07:25 -04:00
Phil Olynyk
723de9c912
Use Maximize (with frame & menu) instead of full screen
2019-04-03 18:32:33 -04:00
Phil Olynyk
98811bca15
Added progress bar to migration routine
2019-04-02 10:04:44 -04:00
Phil Olynyk
b229506d9c
Restore the systraymenu so that notification work
2019-03-27 13:33:32 -04:00
Phil Olynyk
60d1460ef6
Add public EnableTabs so refreshing welcome page does tabs too
2019-03-25 21:10:03 -04:00
Phil Olynyk
1be2b84111
Fix tab and button visibility and replace PREF as required
2019-03-25 19:38:16 -04:00
Phil Olynyk
a57acf3211
Allow for translated html texts
2019-03-20 09:49:17 -04:00
Phil Olynyk
590032e76d
Sorry, massive list of small changes - debugging, sleepyhead deleteion, etc
2019-03-10 12:03:19 -04:00
Phil Olynyk
32e1c63735
Changed bugs to issues in UI
2019-02-25 14:08:17 -05:00
Phil Olynyk
108e0354d9
Change OSCR to OSCAR in cpp, h, ui, and html files
2019-02-23 19:58:25 -05:00
Phil Olynyk
17b53482bd
Change folder and file name from oscr to oscar
2019-02-22 19:23:39 -05:00