Jan-Martin Raemer
|
bcdf3d94f2
|
Scale all QML elements according to the current display size
|
2022-06-03 22:07:50 +02:00 |
|
Jan-Martin Raemer
|
9e7a55fc20
|
AppSettings for android
added debug output for Navigation as debugger does not work for Android
yet
|
2022-06-01 20:31:47 +02:00 |
|
Anika Raemer
|
75308b4423
|
fix previous button, single point of definition
|
2021-10-13 15:06:09 +02:00 |
|
Anika Raemer
|
a483a380d6
|
reset playlist to first track on stop
|
2021-10-13 14:13:48 +02:00 |
|
Anika Raemer
|
39a0356a51
|
fixed progress
|
2021-10-13 14:06:43 +02:00 |
|
Anika Raemer
|
2d985ca17d
|
fixed next/previous buttons, simplyfied volume
|
2021-10-13 13:47:16 +02:00 |
|
Anika Raemer
|
e9a031e6d3
|
volume control
|
2021-10-13 13:01:19 +02:00 |
|
Anika Raemer
|
fe7bbed7c1
|
remove vlc and replace by basic QMediaPlayer
|
2021-10-12 22:15:06 +02:00 |
|
Anika Raemer
|
a567428093
|
settingsHandler: write default setting for missing keys
|
2021-10-09 20:59:57 +02:00 |
|
Anika Raemer
|
5e2e6e7f4b
|
added documentation
|
2021-09-26 21:51:10 +02:00 |
|
Anika Raemer
|
f02f439790
|
added config
|
2021-09-26 21:49:21 +02:00 |
|
Anika Raemer
|
893a2990af
|
add QSettings for config parsing
|
2021-09-25 15:11:02 +02:00 |
|
Anika Raemer
|
f9af4c662a
|
update todos
|
2021-08-28 14:24:28 +02:00 |
|
Anika Raemer
|
eddcbf620a
|
refactoring
|
2021-08-28 14:17:35 +02:00 |
|
Anika Raemer
|
3fb5be5a74
|
Refactoring and documentation
|
2021-08-28 14:08:02 +02:00 |
|
Anika Raemer
|
87a208d305
|
update todos
|
2021-03-14 14:48:34 +01:00 |
|
Anika Raemer
|
4a83f971f3
|
Add volume control
|
2021-03-14 14:42:32 +01:00 |
|
Anika Raemer
|
5d5e3c6888
|
add close button
|
2021-03-13 17:06:39 +01:00 |
|
Anika Raemer
|
693078b892
|
set properties from listView
|
2021-03-13 16:38:12 +01:00 |
|
Anika Raemer
|
f2fd2e880a
|
ItemDelegate for NavigationListDelegate
|
2021-03-13 16:22:47 +01:00 |
|
Anika Raemer
|
ef525a5ffb
|
adjust project file; use controls 2 in main.qml
|
2019-08-01 21:14:57 +02:00 |
|
Anika Raemer
|
3ce986e891
|
only try to shutdown in release mode, wait for process
|
2019-04-04 14:31:10 +02:00 |
|
Anika Raemer
|
f3b995e1db
|
manually set height of MediaProgress
|
2019-04-04 13:44:28 +02:00 |
|
Anika Raemer
|
f0ff732329
|
added documentation
|
2019-04-04 13:38:56 +02:00 |
|
Anika Raemer
|
8a8abd6c76
|
added EnergySaver intended to handle shutdown.
Moved timer from MouseEventSpy to EnergySaver.
Connected MouseEventSpy and MusicController to EnergySaver.
|
2019-04-04 12:21:41 +02:00 |
|
Anika Raemer
|
ce8ea8f582
|
Restart timer on mouse event.
Todo: call shut down script on timeout
|
2019-04-03 20:05:48 +02:00 |
|
Anika Raemer
|
420a5ee428
|
Added MouseEventSpy as base for an auto shutdown
|
2019-04-03 17:44:46 +02:00 |
|
Anika Raemer
|
d251120275
|
don't show folders that do not contain subfolders or audio files
hopefuly this will fix crash on RasPi
|
2018-12-25 20:15:41 +01:00 |
|
Anika Raemer
|
50deec22f1
|
added todos planning an imageViewer add-on
|
2018-12-11 10:28:17 +01:00 |
|
Anika Raemer
|
727f0cb54e
|
refactoring
|
2018-12-07 19:34:06 +01:00 |
|
Anika Raemer
|
beba95ccef
|
show media title
|
2018-12-07 19:18:57 +01:00 |
|
Anika Raemer
|
2ddeee2d73
|
reorder connects for better readability
|
2018-12-07 11:27:23 +01:00 |
|
Anika Raemer
|
892d033931
|
added component for player control pannel
|
2018-12-07 11:23:59 +01:00 |
|
Anika Raemer
|
78aec2acf8
|
added component for player buttons
|
2018-12-07 11:18:10 +01:00 |
|
Anika Raemer
|
056bdb8298
|
added component for media progress bar
idea: add components PlayerButtons.qml and PlayerControlPannel.qml
|
2018-12-07 08:31:44 +01:00 |
|
Anika Raemer
|
470e95f57f
|
show media length and progress above progress bar
|
2018-12-06 20:59:24 +01:00 |
|
Anika Raemer
|
0b84a6e6b6
|
styled progress bar; moved to correct position
still todo: show time and lenght as formatted number
refactor MusicPlayer.qml into components
|
2018-12-06 12:46:46 +01:00 |
|
Anika Raemer
|
b013b69e8d
|
added progress bar to show position in track
still todo:
styling, positioning, output of current time and length
|
2018-12-06 10:19:51 +01:00 |
|
Anika Raemer
|
6eabd3cb75
|
disable previous and next button
if there is no corresponding media; set play/pause symbol via model
property instead of via qml.
|
2018-12-05 21:10:37 +01:00 |
|
Anika Raemer
|
a29e8d7a64
|
navigation behaviour update:
when navigating from a selected item and choosing it again without
choosing a different item in between start from where left instead of
beginning
|
2018-12-05 11:29:55 +01:00 |
|
Anika Raemer
|
61b8734b62
|
connected stop, previous and next button;
STILL MISSING: check whether there is a next/previous medium and only
then show/enable buttons
|
2018-12-05 11:23:38 +01:00 |
|
Anika Raemer
|
d6c806d41d
|
added previous, next and stop button to ui. Not connected yet
|
2018-12-04 12:17:16 +01:00 |
|
Anika Raemer
|
e610774e49
|
modifications to ui of player.
|
2018-12-04 08:36:41 +01:00 |
|
Anika Raemer
|
17408f5a69
|
added comments
|
2018-12-03 20:15:45 +01:00 |
|
Anika Raemer
|
83402c5bf0
|
remove media from list instead of removing list
|
2018-12-03 19:47:31 +01:00 |
|
Anika Raemer
|
71f7652a8a
|
connected vlc to play audio
|
2018-11-27 22:05:56 +01:00 |
|
Anika Raemer
|
20094b0cf2
|
fix default preview image
|
2018-11-05 17:34:52 +01:00 |
|
Anika Raemer
|
a4006ea015
|
added VlcMediaPlayer, still trouble with pulseAudio
|
2018-10-30 17:11:48 +01:00 |
|
Anika Raemer
|
6f5c9138a8
|
finished navigation including music player and navigate back
functionality
|
2018-10-23 21:26:29 +02:00 |
|
Anika Raemer
|
d6cb29ae7b
|
added todos
|
2018-10-20 18:19:09 +02:00 |
|