Klaus Schmidinger
|
c7bf474a42
|
Fixed a faulty 'Timer still recording' query when canceling an editing job
|
2022-12-01 13:09:04 +01:00 |
|
Klaus Schmidinger
|
d06c5efa54
|
Avoiding a compiler warning
|
2022-11-22 15:53:07 +01:00 |
|
Klaus Schmidinger
|
a843d03af1
|
Fixed unexpected calls of the '-r' script when a recording is interrupted and the timer has not yet finished
|
2022-03-03 14:44:47 +01:00 |
|
Klaus Schmidinger
|
ada85b693e
|
The 'Edit path' dialog now also shows the total size of all recordings in that path
|
2021-05-21 10:41:46 +02:00 |
|
Klaus Schmidinger
|
31b87544f1
|
Recordings are now checked for errors
|
2021-05-19 11:22:20 +02:00 |
|
Klaus Schmidinger
|
fa8c7c35b5
|
Fixed the timer indicator in the Schedule menu in case an event is already over, but the timer is still recording
|
2021-04-17 09:44:01 +02:00 |
|
Klaus Schmidinger
|
80bdc90650
|
Now explicitly triggering respawning of pattern timers
|
2021-01-14 10:29:05 +01:00 |
|
Klaus Schmidinger
|
40ca081ff4
|
Using strgetlast() in more places
|
2021-01-01 15:26:27 +01:00 |
|
Klaus Schmidinger
|
2b3556b460
|
Implemented "Pattern Timers"
|
2020-12-26 15:49:01 +01:00 |
|
Klaus Schmidinger
|
79a3607d0c
|
Avoiding a lengthy lock on the Channels list when starting a recording
|
2020-12-12 22:01:01 +01:00 |
|
Klaus Schmidinger
|
c23547c4ca
|
Fixed a crash in case an error occurs when setting a remote timer
|
2020-11-06 13:13:05 +01:00 |
|
Klaus Schmidinger
|
0468b38ff3
|
Fixed an unnecessary double call to Display() in cMenuRecording::RefreshRecording()
|
2020-11-03 22:12:38 +01:00 |
|
Klaus Schmidinger
|
eebe7c798a
|
Fixed several typos
|
2020-09-16 13:48:33 +02:00 |
|
Klaus Schmidinger
|
76a7bed575
|
Fixed a possible invalid lock sequence in cMenuTimers::OnOff()
|
2020-09-16 13:35:30 +02:00 |
|
Klaus Schmidinger
|
fa5c9f764a
|
Now setting currentDisplayChannel = NULL before calling cStatus::MsgOsdClear() in ~cDisplayChannel(), to avoid possible problems in case a plugin calls IsOpen()
|
2020-07-01 15:05:17 +02:00 |
|
Klaus Schmidinger
|
196785ff05
|
Fixed a possible crash in case replay is started and stopped in rapid sequence
|
2020-05-18 16:47:29 +02:00 |
|
Klaus Schmidinger
|
6e0f5287ea
|
Fixed moving channels between number groups in SVDRP's MOVC command and the Channels menu, in case a channel is moved to a higher number and into a numbered group
|
2020-04-11 09:22:05 +02:00 |
|
Klaus Schmidinger
|
c2634a7ccf
|
Fixed inconsistent behavior in case only certain devices are used (selected by the '-D' option)
|
2019-05-28 15:54:22 +02:00 |
|
Klaus Schmidinger
|
bd3b6f17e4
|
Fixed updating the cursor position when switching channels with the Channel+/- keys while the Channels menu is open
|
2019-03-18 16:20:17 +01:00 |
|
Klaus Schmidinger
|
336822f672
|
Fixed switching through encrypted channels with the Up/Down keys
|
2018-07-16 09:33:21 +02:00 |
|
Klaus Schmidinger
|
30eb01ef37
|
Fixed locking the Channels list in cDisplayChannel, where the lock was still held when Flush() was called (cont'd)
|
2018-05-27 09:55:30 +02:00 |
|
Klaus Schmidinger
|
d380b57d28
|
Fixed locking the Channels list in cDisplayChannel, where the lock was still held when Flush() was called
|
2018-05-06 09:41:03 +02:00 |
|
Klaus Schmidinger
|
820a0ddb8a
|
Fixed a possible invalid locking sequence in case a remote timer handling error message is displayed on the OSD and the skin tries to lock the Recordings or DeletedRecordings list in its Flush() function
|
2018-04-28 12:17:22 +02:00 |
|
Klaus Schmidinger
|
c057e057f9
|
Fixed a high CPU load during replay with active progress display
|
2018-04-14 10:24:41 +02:00 |
|
Klaus Schmidinger
|
0f9b4b6fd5
|
Added a missing initialization of osdState in cDisplayChannel::cDisplayChannel(eKeys FirstKey)
|
2018-04-09 09:21:27 +02:00 |
|
Klaus Schmidinger
|
5b9b09a90e
|
Fixed updating the Schedule menu after editing a timer
|
2018-04-05 14:18:55 +02:00 |
|
Klaus Schmidinger
|
43544435fa
|
Fixed sluggish setting of editing marks and a jumping progress display with very short recordings
|
2018-04-03 08:00:12 +02:00 |
|
Klaus Schmidinger
|
e1a71ce7cc
|
Fixed setting the initial offset of the cursor in a list menu
|
2018-03-24 11:58:00 +01:00 |
|
Klaus Schmidinger
|
a2b6b142d8
|
Modified cMenuTimers::Delete() to avoid a lengthy lock on the Timers list while prompting the user
|
2018-03-18 12:03:46 +01:00 |
|
Klaus Schmidinger
|
6b4911c6a2
|
Making sure the Schedules menu has a proper title, even if it is empty
|
2018-03-09 15:08:45 +01:00 |
|
Klaus Schmidinger
|
1275de1b07
|
Now writing the info file before attaching the recorder to the device, to make sure it is present when the recorder needs to update the fps value
|
2018-03-08 17:03:51 +01:00 |
|
Klaus Schmidinger
|
a7fdd3c165
|
When making modifications to remote timers, the local VDR no longer sends a POLL to all remote VDRs
|
2018-03-05 15:49:20 +01:00 |
|
Klaus Schmidinger
|
b1b4a12848
|
Fixed stopping a remote repeating timer
|
2018-03-03 12:55:57 +01:00 |
|
Klaus Schmidinger
|
e4af94d3f9
|
Combined Start/StopSVDRPServer/ClientHandler() into Start/StopSVDRPHandler()
|
2018-02-25 13:57:21 +01:00 |
|
Klaus Schmidinger
|
bf497f4aae
|
Fixed storing timer id in .timer for instant recordings
|
2018-02-25 13:28:19 +01:00 |
|
Klaus Schmidinger
|
6600478675
|
Moved handling remote timers into cSVDRPClientHandler::ProcessConnections()
|
2018-02-25 13:26:17 +01:00 |
|
Klaus Schmidinger
|
3090d8146f
|
Implemented storing timer id in .timer
|
2018-02-13 09:33:41 +01:00 |
|
Klaus Schmidinger
|
6b9c5aa1ac
|
When a timer is newly created in the Timers menu, it now immediately appears at the correct position in the list
|
2018-02-10 12:51:19 +01:00 |
|
Klaus Schmidinger
|
902c83ece3
|
Fixed keeping the cursor position in the Recordings menu in case a timer starts recording while the menu is open
|
2018-02-10 12:34:10 +01:00 |
|
Klaus Schmidinger
|
30650b9c13
|
Fixed updating the Timers menu after turning a local timer on/off with the Red button
|
2018-02-10 10:54:33 +01:00 |
|
Klaus Schmidinger
|
c71c3115cc
|
Fixed handling editing marks in the replay progress display, in case the marks are deleted via the Info/Edit menu of the currently played recording
|
2018-02-01 16:08:15 +01:00 |
|
Klaus Schmidinger
|
5ae8d1a7a3
|
Implemented cStatus::MarksModified()
|
2018-01-29 14:09:59 +01:00 |
|
Klaus Schmidinger
|
626ae82fee
|
Added a missing '|'
|
2018-01-26 14:34:31 +01:00 |
|
Klaus Schmidinger
|
a343b375df
|
Now unlocking the Recordings list before displaying an error message in cMenuPathEdit::ApplyChanges() and cReplayControl::Stop()
|
2018-01-17 10:27:37 +01:00 |
|
Klaus Schmidinger
|
477fb7dc20
|
When selecting a folder for a recording or timer, it is now possible to open a folder even if it doesn't contain any subfolders
|
2017-12-15 13:43:00 +01:00 |
|
Klaus Schmidinger
|
c3af5a69da
|
Now staying in the source folder when moving a recording or a folder to a different folder
|
2017-12-14 10:45:02 +01:00 |
|
Klaus Schmidinger
|
ea217de338
|
Now displaying recordings in move as non-selectable
|
2017-12-10 13:04:38 +01:00 |
|
Klaus Schmidinger
|
1492f6dbc4
|
Implemented 'OSD/Sorting direction for recordings'
|
2017-12-09 18:58:25 +01:00 |
|
Klaus Schmidinger
|
c868265397
|
Fixed a lengthy write lock on the Recordings list in case of moving a folder with more than one recording
|
2017-12-05 16:44:21 +01:00 |
|
Klaus Schmidinger
|
e5e0315d34
|
The CAM menu is now automatically closed when the current channel is switched
|
2017-12-04 15:33:41 +01:00 |
|