LoudSnorer
a58c03690c
MouseRelease with ShiftModifer will zoom to 3 minutes before to 20 seconds after the mouse.
2023-03-15 11:56:34 -04:00
LoudSnorer
fbb3312566
commented out verbose wheel event from debug log; removed some comment code. add information.
2023-03-14 16:05:04 -04:00
LoudSnorer
77b281287e
BUG FIX:event enable in eventComboBox but not showing in event flag graph. seen in prs1 devices.
2023-03-12 08:36:41 -04:00
LoudSnorer
9d05b1bf3e
fix oscar crash on View > Reset Graphs issue
2023-03-02 19:28:09 -05:00
LoudSnorer
ccae617baa
Fix empty tooltip on daily graphs when selecting a range of time using the mouse.
2023-03-01 07:51:45 -05:00
LoudSnorer
460b50b2fe
add start and end times and duration(Length) to Event Flags top bat in Daily View
2023-02-28 15:55:12 -05:00
LoudSnorer
465b4124e6
fix fontmeterics for QT < 11
2023-02-19 13:30:36 -05:00
LoudSnorer
9c530f3d86
obsolete QPrinter Methods in FontMeterics
2023-02-18 07:57:55 -05:00
LoudSnorer
93c58ccb52
fail to compile on Ubuntu 22.0 with Clang 14.0.0 - variables set but not used && implicit copy assignment operator
2023-02-17 11:22:27 -05:00
OSjoerdWie
15fa7c4fe8
Issue #68 : Display durations in formatted manner on summary charts ('statistics' + hover overlay).
2023-02-16 08:40:00 +01:00
LoudSnorer
ea5756b24f
obsolescence fix wheelEvent
2023-02-13 16:53:36 -05:00
LoudSnorer
99a3c009f7
Obsoleesence QTime.start/elpased move QElapseTime.start/elapsed. also fixed sprintf. and using QdateTime(date) to get startOfDay.
2023-02-11 20:50:02 -05:00
LoudSnorer
a0f87f72f4
change sprinf to asprintf for QT obsolence
2023-02-09 19:09:19 -05:00
LoudSnorer
27abdf7fcd
DIsplay Event Flags when LineCursor is turned off
2023-01-15 19:24:17 -05:00
LoudSnorer
4eafac8fbb
Add folder for saved Layouts
2022-12-30 21:02:17 -05:00
LoudSnorer
f8930f6276
Clean up origanization issues with overview graphing classes. Does not change behavior.
2022-11-16 14:07:03 -05:00
LoudSnorer
ea8ae436e4
Overview Linecharts Preference - remove by condition compilation GT_SESSTION
2022-11-12 10:50:57 -05:00
LoudSnorer
8d2654796d
Fix Overview Display of Resmed Oximeter Events
2022-07-01 09:15:18 -04:00
LoudSnorer
68d5063c85
Fix tooltip disappearing past right border during zooming in near the right border
2022-05-09 18:26:17 -04:00
LoudSnorer
62089f9d9a
fix clang compile issues
2022-05-02 21:09:16 -04:00
LoudSnorer
f63bb39d54
Dynamic Scaling
2022-04-26 19:40:40 -04:00
sawinglogz
b4e4832f50
Fix compilation failure introduced in 272d630
.
2022-04-24 14:52:31 -04:00
LoudSnorer
272d630c9e
Add error message via a tooltip when invalid date is entered ifor Overview date range
2022-04-17 19:34:42 -04:00
LoudSnorer
6b81db5bbb
Problem
...
*CSR pinned on overview tab disappears on the first paint.
Cause
*Charts are automatically permanently disabled for charts that are initially empty
*This problem impacts any chart that is enabled in File => Preferences.
Details
*gGraph does not display layers (paint) when the layer is empty.
*gSummaryChart (layer) initializes empty to false and calculates empty during painting.
Causing empty charts to be permanently disabled.
*Once a chart has been displayed, it will always be displayed even if empty.
Solution
*Enabled painting charts when the DayRange is increased, triggering the empty flag to be recalculated
New non-empty charts will now be permanently displayed
*Overview maintains the largest DayRange used and list of empty charts.
*Overview receive these signals and calls recalculates when largest DayRange is increased.
*gSummaryChart implement recalculate method.
*gSummaryChart implement emit signal when empty flag changes.
*gGraphView implement emit signal when day range changes. (XBounds)
**** IMPORTANT MUST Rebuild makefiles.****
*Remove two Makefiles and execute qmake. (works for linux version).
2022-02-22 07:48:30 -05:00
ArieKlerk
6bbb656c02
Here are the promised translation-cleaned program files plus updated language files
2022-01-10 16:49:23 +01:00
Guy Scharf
b22e0cd026
Fix problem with minimum pressure sometimes shown as zero on Overview and Statistics pages.
...
Journal session was corrupted with channel id's not valid for journals.
May have been caused by incorrect QHash coding in MinutesAtPressure.cpp
Revised Min and Max functions not to look at MT_JOURNAL sessions.
Updated release notes,.
2021-12-20 11:27:48 -07:00
sawinglogz
2c5d59e666
Fix missing oximetry and motion waveforms on Overview pages.
...
Motion channels reported by oximeters and oximetry channels reported
by CPAPs weren't being calculated, so they'd always be blank when
present.
2021-12-20 12:42:45 -05:00
Guy Scharf
a8a56dff02
Replace BRICK! with better message. Improve appearance of "no data" messages.
2021-11-27 13:20:48 -07:00
Jeff Norman
59e1b2817b
Updated copyright year to 2022 for OSCAR files
2021-11-02 16:34:12 -04:00
Guy Scharf
5355713255
Check for Updates no longer shows unwanted early releases
...
Change option and messages for showing early releases.
Update Release Notes to correct an error re: zombie reports and include a section for beta 2+ fixes.
2021-09-19 04:12:21 +00:00
Guy Scharf
9f5373ed91
Refactor functions that act on all AHI-contributing channels.
...
Add new AllAhiChannels ChannelID to refer to all channels that contribute to AHI.
List of AHI-contributing channels is in "ahiChannels" QVector.
2021-07-24 21:12:15 -07:00
sawinglogz
9cbd0d7b24
Fix multiple regressions that broke compilation with clang.
...
e633a82
: overloaded virtual method errors
0022510
: inconsistent missing override error
e358d31
: unused private fields
3591f11
: unused private fields
2021-04-26 20:10:37 -04:00
LoudSnorer
3591f112a9
MinutesAtPressure (timeAtPressure) has been refactored.
...
TimeAtPressure Graph now has the same look and feel as the Pressure Graph.
Configuration chamges to the Pressure Graph now also impact the TimeAtPressureGraph.
Changes are identified in MinauteatPressure.cpp (first 100 lines)
2021-04-17 21:54:56 -04:00
kappa44
2331bbba26
Don't ResetBounds when setDay is called to avoid changing overview graphs to full date range on BMI/Weight change
2021-03-28 14:20:19 +11:00
LoudSnorer
562cd9cc37
fix display issues for short span events
2021-03-21 14:15:47 -04:00
harre
d54e8b2e11
Added default copy operators as implicit default is deprecated
2020-09-13 01:10:03 +02:00
Guy Scharf
4885abf76a
Overview graphs right edge now on correct date in GMT+ timezones
...
Changed a lot of Qt::UTC to Qt::LocalTime. Some risk of having changed ones that should not have been changed.
2020-08-09 10:25:45 -07:00
Guy Scharf
4f83c9b184
Re-order popup labels on Overview graph to match order of slices
...
Also change heading on AHI Overview to show same order
Improve some variable names for ease of understanding code
2020-08-02 20:24:56 -07:00
Guy Scharf
32026446a5
Rename variables for clarity -- no effect on code
2020-08-02 13:01:31 -07:00
Guy Scharf
484ee9c40d
Popup graph Phase III: Fix previous submission.
2020-08-01 18:48:23 -07:00
Guy Scharf
24969aedbb
Popout graphs Phase III: make sure all graphs repaint when new graph added.
2020-08-01 18:33:48 -07:00
Guy Scharf
5dcec07b9e
Popout graphs phase II: Fix height of popped-out graphs
...
Popped-out graphs no longer can have their height adjusted by pulling on dock or widget window.
This is a work-around to a problem when popping-out multiple graphs, heights of early graphs
were increased and heights of the latter graphs were too small.
2020-08-01 13:49:39 -07:00
Guy Scharf
2712fad0c6
Popout graphs Phase I: limit dock height to screen height; preserve original graph heights
2020-08-01 12:45:02 -07:00
sawinglogz
f25f991e9f
Add feature to suppress zooming when holding down the shift key.
...
This allows users to measure a duration without zooming.
2020-07-27 12:57:16 -04:00
sawinglogz
a339b4679d
First pass at adding B&W support for daily report printing.
2020-07-18 14:56:00 -04:00
Guy Scharf
a89c24a194
Fix maximum zoom in when clicking on graph with popup menu visible
2020-07-07 11:07:44 -07:00
Guy Scharf
66523e15f4
Don't display event duration when zero on flow graph
2020-05-26 10:07:59 -07:00
sawinglogz
4fa353a263
Fix regression in da60a5a
and underlying bug.
...
Note that operator[] on a non-const QHash inserts a default-constructed
item in the hash if the key doesn't already exist.
2020-05-23 21:51:43 -04:00
sawinglogz
a8cd0a72b4
Add support for AVAPS in overview pressure chart.
2020-04-27 20:18:05 -04:00
sawinglogz
4a5322c350
Fix overview pressure chart for PRS1 pressure setting channels.
2020-04-27 17:35:50 -04:00