Commit Graph

22 Commits

Author SHA1 Message Date
LoudSnorer
e9ae1198d6 removed URLs to sleepyhead or it's author 2024-01-31 19:14:19 -05:00
LoudSnorer
d5d77647d3 Copyright date updated on OSCAR's *.h and *.cpp files 2024-01-13 15:27:48 -05:00
LoudSnorer
6fb34ebf57 Added Graphic Hint feature. revamped savedlayout code. 2023-10-14 20:13:50 -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
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
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
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
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
Seeker4
2e1069b8d0 Allow user to select graph order when resetting -- Standard or Advanced 2019-09-28 20:15:16 -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
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
17b53482bd Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00