LoudSnorer
6fb34ebf57
Added Graphic Hint feature. revamped savedlayout code.
2023-10-14 20:13:50 -04:00
LoudSnorer
a21fb20716
Re=Enabled biometrics Zombie,Weight,BMI like 1.4.0. except zombie. zombie renamed to Feelings with range 1-10
2023-09-19 22:45:09 -04:00
LoudSnorer
a7c1ac9c3b
fix inconsistency in time display. Also fixes pholy issue: Y-axis for sessions times in Overview is in 12 hour format
2023-05-14 18:51:44 -04:00
LoudSnorer
8be2706623
add hide-show button to overview graph combo box
2023-03-04 16:45:57 -05:00
LoudSnorer
5eacf5a846
removed unused toggle code and ui widget
2023-03-04 15:14:09 -05:00
LoudSnorer
e0ea4e0972
Added new search for bookark notes
2023-02-13 21:54:23 -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
a0a0e08bc7
Update daily search tab. cleanup code. add user to change compare operator. minor ui change.
2023-02-11 17:04:21 -05:00
LoudSnorer
66f50cda66
inhibit Duplicate Overview Graphs When Ahi Pressure Enabled In Preference sDayOnIssue
2023-01-15 20:46:04 -05:00
LoudSnorer
4eafac8fbb
Add folder for saved Layouts
2022-12-30 21:02:17 -05:00
LoudSnorer
d9da68345e
add icon and changed label name
2022-12-29 12:54:22 -05:00
LoudSnorer
1d0fe2e007
Change file names
2022-12-28 13:24:01 -05:00
LoudSnorer
67ac77b2aa
New feature to to backup daily/overview graph settings
2022-12-26 19:26:23 -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
6f38eefd90
Allow Combo Box To Remain Open After Change
2022-07-01 15:06:53 -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
Ray Elliott
6af5747abb
Overview start and end dates updated.
2022-04-03 10:49:43 -04:00
Ray Elliott
76722c5e41
merged with master
2022-04-02 06:55:31 -04:00
LoudSnorer
2ef0a6be22
Highlight user selectable range for start and end popout calendars.
...
For Start calendar, reduces font size for date above endi date.
For end calendar, reduces font size for for dates below start date
2022-03-02 11:25:03 -05:00
LoudSnorer
b6974923d2
fix overview chart setting are removed when File->Preferences->Events OK button is pressed.
2022-03-01 08:20:18 -05: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
Guy Scharf
03b0dc5441
Name combobox as Charts in lower right corner of Overview page
2021-12-05 11:51:20 -07:00
Jeff Norman
59e1b2817b
Updated copyright year to 2022 for OSCAR files
2021-11-02 16:34:12 -04:00
LoudSnorer
94e5cf2332
Merge branch 'master' into saveCustomRangeOverReload
2021-04-16 18:38:27 -04:00
kappa44
37483de62a
Display Weight/BMI/Zombie graphs
2021-03-28 14:15:10 +11:00
LoudSnorer
9777ecd2ab
This allows the Overview Custon range to be saved and resurvive a reloaded of OSCAR.
...
a New feature has been been added but can not be activated until a UI file is changed - another submission.
This new feature will utilize the current displayed range as the custom range.
Other wise the Overview custom range uses the values from the calendar.
This changes does not require and data or translations.
2021-03-21 16:21:48 -04: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
47c8ece333
Exclude Journal in calculating last day of Overview graph
...
This deals with notes that may be entered for future dates
and which should not affect the Overview graphs.
2020-07-06 11:51:09 -07:00
sawinglogz
cfca378160
Move pressure chart class into its own files.
2020-04-27 14:12:16 -04:00
Phil Olynyk
da29e35766
Merge master with tidy-edf-parser
2020-02-02 14:52:02 -05:00
Phil Olynyk
0fd25f2f4e
Add delete (obj) to clean up memory leaks
2020-01-30 19:52:37 -05:00
Seeker4
2e1069b8d0
Allow user to select graph order when resetting -- Standard or Advanced
2019-09-28 20:15:16 -07:00
Seeker4
4fe0869816
On Overview page do not save CUSTOM range selection on exit. (CUSTOM was restoring to a broken state. Now, it is just not saved and default LAST 3 MONTHS applies on restart.
2019-08-26 16:11:09 -07:00
Seeker4
61270ae83e
Refactor getRangeString for date line at bottom of Overview page
2019-08-25 07:46:48 -07:00
Seeker4
61142830ae
Correct date problems on bottom of Overview page. Remove UTC conversions. Improve date formatting for 1 day and more than a year.
2019-08-24 17:47:22 -07:00
Seeker4
79e34d067a
Add a progressbar when opening an overview with a large number of days
2019-08-23 11:41:42 -07:00
Seeker4
28326f4ec8
Refactoring overview, add more documentation.
2019-08-22 02:26:33 -07:00
Seeker4
56584bd601
Make 100% zoom work properly on Overview page.
2019-08-14 11:29:26 -07:00
Seeker4
75c0a9950a
Format dates per national settings.
2019-08-06 10:51:14 -07:00
Seeker4
3b1414c37d
When reverting to original graph order, reset any pins.
2019-07-31 08:40:20 -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
e0c70bf082
Update date display on Overview page when font is changed in Preferences dialog
2019-07-02 08:25:47 -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
829c450431
Hide the widget that hides the overview data
2019-03-25 17:54:29 -04:00
Phil Olynyk
17b53482bd
Change folder and file name from oscr to oscar
2019-02-22 19:23:39 -05:00