Commit graph

66 commits

Author SHA1 Message Date
dorian 59bf853f0a Merge branch 'internal_makeover'
# Conflicts:
#	.gitignore
#	README.md
#	graphics/Buzzer.xcf
#	graphics/icons/startpad.png
#	graphics/icons/user.png
#	graphics/speedclimbing_stopwatch.xcf
#	graphics/startpad.xcf
#	qml/SettingsDialog.qml
#	qml/components/ConnectionDelegate.qml
#	qml/components/ConnectionIcon.qml
#	qml/components/FadeAnimation.qml
#	qml/components/ProgressCircle.qml
#	qml/main.qml
#	qml/qml.qrc
#	shared.qrc
#	sources/appsettings.cpp
#	sources/main.cpp
#	speedclimbing_stopwatch.pro
#	translations/de_DE.qm
#	translations/de_DE.ts
2019-08-08 19:08:35 +02:00
Dorian Zedler 0a67d7550c - minor layout fixes
- minor bug fixes
2019-06-15 14:38:33 +02:00
Dorian Zedler 9bb64027b4 split profile dialog up into multiple files 2019-06-08 11:14:18 +02:00
Dorian Zedler a3f0f13ff3 finished up the layout of the profile and results view 2019-05-31 19:06:04 +02:00
Dorian Zedler 085e184d99 minor design fixes and improvenemts 2019-05-21 19:07:54 +02:00
Dorian Zedler 75b193e642 fixed communication issues with the base station caused by data distributed over multiple packets once and for all (hopefully) 2019-05-21 18:40:45 +02:00
Dorian Zedler a0a3d8cfe6 - finished up athlete stuff 2019-05-19 14:06:05 +02:00
Dorian Zedler 33ae172038 - added ability to view results of athlete
- improved design of athlete view and stack push / pop animations
2019-05-03 22:54:32 +02:00
Dorian Zedler 6b819d3298 creating, deleting and selecting athletes is now supported 2019-05-02 22:39:22 +02:00
Dorian Zedler 271e98f8ec started to implement athlete management (remote, database on basestation) 2019-04-30 23:44:04 +02:00
Dorian Zedler fea01cf503 minor fixes and additions 2019-04-27 22:50:22 +02:00
Dorian Zedler 0957a913f8 - cleanup
- implemented new state ('WAITING')
- multiple timers are now supported at the frontend
2019-04-15 13:33:31 +02:00
Dorian Zedler aa28276154 minor fix on base station page 2019-04-08 18:21:43 +02:00
Dorian Zedler ab7154cfd0 - fixed a bug in baseconn
- added volume regulation for base station
2019-04-08 18:03:23 +02:00
Dorian Zedler 7d481df7af - removed obsolete translation
- added new delegate with slider
2019-04-08 18:02:10 +02:00
Dorian Zedler eeb939ed26 - added 'disconnect' functionality for base station
- made IP->adress of base station editable
- some cleanup
2019-03-29 23:42:56 +01:00
Dorian Zedler b089584981 - fixed text sizing issue at switch delegate 2019-03-29 21:15:24 +01:00
Dorian Zedler dc26169fe0 - many design improvements:
- new text inputs
 - new delegate highlighting
 - better text scaling
- some cleanup
2019-03-29 19:15:20 +01:00
Dorian Zedler f62a2f5b94 minor chhanges, mostly cleanup 2019-03-27 22:26:59 +01:00
Dorian Zedler 03ec489cfb - made connection icons variable 2019-03-27 22:26:45 +01:00
Dorian Zedler b52ff6701e - made delegates fit the overall look and feel of the app 2019-03-27 22:25:23 +01:00
Dorian Zedler a5ef26277e - implemented new delegates 2019-03-27 22:24:59 +01:00
Dorian Zedler d4756e54b8 - removed qml speed timer - it is no longer needed 2019-03-27 22:24:38 +01:00
Dorian Zedler 70d413df82 - added new delegate types which match the look and feel of the app much better than the old ones 2019-03-27 22:24:16 +01:00
Dorian Zedler c3c4d0b18d - added animations on theme change
- added white icons for base station, buzzer and startpad in the dark theme
2019-03-24 21:31:59 +01:00
Dorian Zedler ef60a4065a - added icons in the top left corner which indicate connection status to the bas estation and off extentions connected to the base station
- minor changes
2019-03-24 21:16:16 +01:00
Dorian Zedler 1f8fdab69f minor fixes and cleanup 2019-03-09 15:06:48 +01:00
Dorian Zedler 0020723364 removed old dependencies 2019-03-08 18:55:03 +01:00
Dorian Zedler 1c264a0a5c Moved theme engine out of qml 2019-03-08 18:03:27 +01:00
Dorian Zedler 373fc7a6d9 new design 2019-03-08 15:36:32 +01:00
Dorian Zedler 4078711cd4 some cleanup 2019-03-07 22:31:23 +01:00
Dorian Zedler 9260358e11 changed internal structure completely to be more flexible and reliable 2019-03-07 17:18:24 +01:00
Dorian Zedler 88cf8a4328 finished to implement new JSON API, everything seems to work fine, but there are still some crashes and bugs 2019-03-03 17:31:24 +01:00
Dorian Zedler 3cea0af9b5 continued implementing the new JSON API (caution: START SEQUENCE SETTINGS STILL NOT WORKING) 2019-03-02 23:01:05 +01:00
Dorian Zedler 74b6a3f429 started to implement error dialog 2019-01-01 15:23:15 +01:00
Dorian Zedler 34f9d0f08e continued to implement the base station connection 2018-10-14 18:39:39 +02:00
Dorian Zedler 1e09ebe027 too many changes to document.
Summary:
- cleaned some stuff up in qml
- separated the timer and the main.qml and put it into "SpeedTimer.qml"
- continued on implementing the base conn connection
- started to get the whole time meassuring procedure out of qml and into c++
  -> added new class (SpeedTimer) for that
2018-10-04 18:35:29 +02:00
Dorian Zedler 0235cfe8f5 added more functionality when connected to the base station 2018-09-23 19:31:10 +02:00
Dorian Zedler b93b598c80 Added functionality to connect to base station 2018-09-23 17:54:20 +02:00
Dorian Zedler 24f9dcbc6f changed the integration of the c++ classes into the qml code to make things cleaner,
everything seems to be working again
added false start sound
2018-09-17 23:06:34 +02:00
Dorian Zedler b6a440efde the startpad is now fully functional 2018-09-09 20:18:08 +02:00
Dorian Zedler 4765684692 the startpad is now fully functional 2018-09-09 20:18:08 +02:00
Dorian Zedler 97d17618bf implemented connectivity to startpad 2018-08-29 18:33:39 +02:00
Dorian Zedler 6d44da2a25 implemented connectivity to startpad 2018-08-29 18:33:39 +02:00
Dorian Zedler 0661b3e515 added dark theme and started to implement connection to startpad 2018-08-28 23:03:35 +02:00
Dorian Zedler 2288064413 added dark theme and started to implement connection to startpad 2018-08-28 23:03:35 +02:00
Dorian Zedler 78194dda0f Made the Buzzer connection modular to be able to connect multiple devices to the app (like a startpad) 2018-08-18 21:27:27 +02:00
Dorian Zedler 94af5e7da5 Made the Buzzer connection modular to be able to connect multiple devices to the app (like a startpad) 2018-08-18 21:27:27 +02:00
Dorian Zedler fe6c62e9fc - Added multi-language support and a german translation
- Cleaned the code up
2018-08-14 17:07:42 +02:00
Dorian Zedler bd77301a9c - Added multi-language support and a german translation
- Cleaned the code up
2018-08-14 17:07:42 +02:00