kamel5
|
6174461af6
|
Rename isActive() to IsActive()
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
018a8946b7
|
Rename GetEventValue() to GetEvent()
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
c3dbae705a
|
Rename GetActive() to GetNumActive()
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
0289731158
|
Refactor cRecMenuTimeline
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
1f1498a734
|
Refactor cRecMenuAskFolder
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
e707ec7d4f
|
Refactor cRecMenuFavorites
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
bb7d03c7ed
|
Refactor cRecMenuRecordingSearchNotFound
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
b804b63353
|
Refactor cRecMenuRecordingSearchResults
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
a7e0aacdf1
|
Refactor cRecMenuRecordingSearch
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
37a31d0768
|
Refactor cRecMenuSearchConfirmTimer
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
380e84afcd
|
Refactor cRecMenuSearchNothingFound
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
412a78a112
|
Refactor cRecMenuSearchResults
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
5cc50e465d
|
Refactor cRecMenuSearch
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
a3dc78f70a
|
Refactor cRecMenuSwitchTimerDelete
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
403af35519
|
Refactor cRecMenuSwitchTimerConfirm
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
97c8bc23fd
|
Refactor cRecMenuSwitchTimer
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
95fd68a6be
|
Refactor cRecMenuSearchTimerNothingFound
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
66659a865d
|
Refactor cRecMenuSearchTimerResults
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
4f95cffdb2
|
Refactor cRecMenuSearchTimerTemplatesCreate
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
7f7a16498c
|
Refactor cRecMenuSearchTimerCreateConfirm
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
f900446195
|
Refactor cRecMenuSearchTimerDeleteConfirm
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
d24bbefe4c
|
Refactor cRecMenuSearchTimerEdit
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
54ce728fa5
|
Refactor cRecMenuSearchTimers
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
a4cc2a4fa8
|
Refactor cRecMenuSearchTimerTemplates
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
30fc49af0c
|
Refactor cRecMenuSearchTimer
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
cf9250e50b
|
Refactor cRecMenuConfirmSeriesTimer
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
2531526a4d
|
Refactor cRecMenuSeriesTimer
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
37db3b185c
|
Refactor cRecMenuEditTimer
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
e4ef6c4ee5
|
Refactor cRecMenuConfirmRerunUsed
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
51b1896c6d
|
Refactor cRecMenuNoRerunsFound
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
ec7d45f960
|
Refactor cRecMenuRerunResults
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
0837137ea8
|
Refactor cRecMenuNoTimerConflict
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
33196207d0
|
Refactor cRecMenuTimerConflict
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
73e331f97f
|
Refactor cRecMenuTimerConflicts
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
56cab4a666
|
Refactor cRecMenuAskDeleteTimer
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
a4294b1f54
|
Refactor cRecMenuConfirmDeleteTimer
|
2022-06-18 17:03:15 +02:00 |
|
kamel5
|
ce690366f8
|
Refactor cRecMenuConfirmTimer
|
2022-06-18 17:03:02 +02:00 |
|
kamel5
|
9565eda1aa
|
Fix typo
|
2022-06-18 16:10:07 +02:00 |
|
kamel5
|
637617bd12
|
Fix a segfault
In the function "cDetailView::InitiateView" there was a
segfault when the "call->type = tNone".
|
2022-06-18 12:38:50 +02:00 |
|
kamel5
|
eb259fb961
|
Fixed possible segfault when showing scrollbar in search result lists
A segfault is possible if numSteps is greater than height in
"cRecMenu::createScrollbar()".
|
2022-04-29 12:18:36 +02:00 |
|
kamel5
|
e2d67769dc
|
Changed the size and location of the channel logos to better fit in place
This leads to a better positioning of the channel logos if they are
displayed in the EPG grid
|
2022-04-29 12:08:51 +02:00 |
|
kamel5
|
936db4a087
|
Display errors in search recordings
|
2021-12-15 15:20:34 +01:00 |
|
kamel5
|
6af3193b02
|
In menu "Search Recordins" get ChannelName from 'RecInfo'
Alternatively fallback via 'ChannelID' from the active channel list.
|
2021-12-15 14:48:39 +01:00 |
|
kamel5
|
2d46769a3e
|
Eliminate "Warnung: ISO-C++17 erlaubt Speicherklassenangabe »register« nicht [-Wregister]"
|
2021-12-15 14:42:41 +01:00 |
|
kamel5
|
6663910058
|
Version 1.3.5
|
2021-05-22 11:43:26 +02:00 |
|
kamel5
|
896a4abf75
|
Update iceblue theme
|
2021-05-22 11:41:31 +02:00 |
|
kamel5
|
4e062c0a8d
|
Fix for VDR-2.5.4
|
2021-05-22 11:40:58 +02:00 |
|
kamel5
|
2f497adf01
|
Version 1.3.4
|
2021-01-11 11:36:25 +01:00 |
|
kamel5
|
decfb2d39d
|
Coemetic changes
|
2021-01-11 11:33:16 +01:00 |
|
kamel5
|
5f4ea6b30d
|
gcc11fix
|
2021-01-11 11:19:01 +01:00 |
|