Subversion Repositories tpanel

Rev

Rev 416 | Rev 435 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
102 andreas 1
ChangeLog
2
=========
3
 
391 andreas 4
Release: 1.4.1
5
===============================================================================
426 andreas 6
2023-12-22 Fixed speed and time calculation for bargraphs.
7
 
416 andreas 8
2023-12-13 Added joystick support.
9
           Added command ^GIV
10
 
414 andreas 11
2023-12-12 Completed the bargraphs by adding all possible level functions.
12
 
408 andreas 13
2023-12-06 Added command ^RPP to reset panel protect password
14
           Added support for reset of subpage when showed.
15
 
407 andreas 16
2023-12-05 Fixed broken FTP transfer.
17
 
403 andreas 18
2023-12-02 Fixed the borders of buttons.
19
 
399 andreas 20
2023-11-30 Added password support for Android and iOS.
400 andreas 21
           Added new commands ^PWD and @PWD.
22
           Added new commands ^LPB, ^LPC, ^LPR and ^LPS.
396 andreas 23
 
399 andreas 24
2023-11-28 Added support for password protection.
25
 
395 andreas 26
2023-11-25 Implemented Marquee lines completely.
27
           Added command ^MSP to set the speed of a marquee line.
28
 
392 andreas 29
2023-11-21 Fixed the battery state for iOS.
30
 
391 andreas 31
2023-11-19 Added marquee lines. Currently only left to right and vice versa is
32
           supported.
33
 
312 andreas 34
Release: 1.4.0
35
===============================================================================
388 andreas 36
2023-11-12 Added the commands ^GDI, ^GRD and ^GRU. Although this commands exist
37
           now, the TButton class does not honor them.
38
 
384 andreas 39
2023-10-28 Fixed bug: When there is no "sr" section on a page it doesn't crash
40
           any more.
41
 
383 andreas 42
2023-10-27 Added support for logfiles on Android.
43
 
44
2023-10-26 Added new refresh function for objects drawn during display was
45
           suspended.
46
 
47
2023-10-25 Changed behavior of bars on Android to appear only for a short time.
48
 
381 andreas 49
2023-10-15 Fixed compiling on Mac for OSX and Android. The build script for
50
           Android works now on Mac too.
51
 
371 andreas 52
2023-10-10 Fixed compiling for iOS.
53
           Fixed compiling for Android.
54
           Fixed compiling for Linux.
55
 
367 andreas 56
2023-10-01 Improved sound playing.
57
 
366 andreas 58
2023-09-30 Fixed volume control with Qt6.
367 andreas 59
           Fixed size of toolbar on Android with Qt6.
366 andreas 60
 
365 andreas 61
2023-09-24 Compiled latest version of Skia library and adapted the source to
62
           work with the changes of this library.
63
 
361 andreas 64
2023-09-08 Added command ^GSN.
65
           Fixed the command ^UNI to expect Unicode.
66
 
357 andreas 67
2023-09-05 New build scripts removing support for Qt5.
68
           New documentation of how to build the program.
69
 
356 andreas 70
2023-08-14 Added a shell script to build an Android APK file on command line.
71
 
349 andreas 72
2023-07-30 Changed the pointer chain for subpages into a std::map.
73
 
347 andreas 74
2023-07-24 Fixed the sound playing with Qt6.x.
75
 
76
2023-07-22 Fixed the drawing of buttons so that all elements are drawn.
77
           Optimized the rules to draw a button new what increased speed.
78
 
340 andreas 79
2023-07-17 Fixed the drawing of external system defined borders.
80
 
335 andreas 81
2023-07-12 Fixed setting of opacity.
82
           Added another command to the testmode to be able to distinguish
83
           between screen part and lower level part finish.
84
           Fixed sound playing with Qt6.x.
85
 
334 andreas 86
2023-07-10 Fixed the repositioning and sizing of a button.
87
 
88
2023-07-04 Added more test cases and improved the test framework.
89
 
90
2023-07-03 Fixed the creating of paths for ressources.
91
 
92
2023-06-18 Started to implement a test framework.
93
 
94
2023-04-18 Created a seperate class for the filter events.
95
 
96
2023-04-12 Improvement of subviews.
97
 
98
2023-04-06 Fixed the commands ICO and TXT to not enable the latest state automatically.
99
 
100
2023-04-01 Fixed issues with input lines and the system keyboard.
101
 
312 andreas 102
2023-03-31 Completed the system keyboard. If such a keayboard is displayed, the
103
           input lines, if there are any, are ordered to the keyboard.
104
 
105
2023-03-27 Fixed the system frames. This are the ones stored as graphics in
106
           the system section of each surface project.
107
 
108
2023-03-26 Added thread IDs to the logs.
109
 
110
 
171 andreas 111
Release: 1.3.3
112
===============================================================================
299 andreas 113
2023-03-16 Serialized mouse clicks and removed primitive queues for mouse
114
           clicks.
115
 
296 andreas 116
2023-03-12 Changed the object handling of class MainWindow to use a std::map.
117
           All created objects are kept now until the class MainWindow is
118
           destroyed.
119
 
120
2023-03-04 Fixed the scrolling areas to not have an invisible frame any more.
121
 
292 andreas 122
2023-03-02 Added a new locking mechanism which can detect deadlocks and print
123
           an aproppriate message into the logfile.
124
           Fixed the button fill step to make sure that previous drawn elements
125
           are not destroyed.
126
 
289 andreas 127
2023-02-27 Added click accepts to subviw lists.
128
 
284 andreas 129
2013-02-12 Added subview lists. The list is displayed but doesn't accept
130
           clicks currently.
131
 
268 andreas 132
2023-01-19 System keyboard keys for a keyboard are working now.
133
 
264 andreas 134
2023-01-12 Refactored the handling of the central widget of the Qt framework.
135
           Added a stacked widget to handle pages.
136
           Fixed the mouse coordinates for IOS by taking a possible notch into
137
           consideration.
263 andreas 138
 
264 andreas 139
2023-01-11 Removed the preprocessor variables QT5_LINUX and QT6_LINUX and
140
           replaced them by a macro checking the Qt version.
141
 
262 andreas 142
2023-01-07 Improved the colors for all plattforms.
143
           Improved the frames of subpages.
144
           Fixed some bugs in logging mechanism for Mac and Linux.
145
 
260 andreas 146
2023-01-06 Added the possibility to select a surface file for Android setup.
147
           Tried to find a bullet proof algorithm to have the colors correct.
148
 
262 andreas 149
2023-01-05 Added a new special animated wait box.
150
 
256 andreas 151
2022-12-30 Added partial support for settings activity in Android.
152
 
254 andreas 153
2022.12.25 Fixed the chameleon and button background colors for all kinds of
154
           CPUs.
155
 
252 andreas 156
2022.12.23 Fixes background run for IOS.
157
 
251 andreas 158
2022.12.13 Repairs the broken Android compilation.
159
 
250 andreas 160
2022.12.11 Adds setup call from within application.
161
           Fixes battery callbacks.
162
 
249 andreas 163
2022.12.07 Adds detection for iPhones with a notch. The offset for the first
164
           left pixel is now set to the correct value according to the
165
           orientation.
166
 
248 andreas 167
2022.12-06 Adds battery support for IOS.
168
 
245 andreas 169
2022-12-04 Adds configurations suitable for XCode 14.x.
170
 
243 andreas 171
2022-11-29 Adds rotation setting for IOS.
172
           Added languages german and greek for setup dialog.
173
 
241 andreas 174
2022-11-24 Added settings for IOS.
175
           Fixed chameleon images on big endian CPUs.
176
 
236 andreas 177
2022-11-20 Ported to IOS.
178
 
235 andreas 179
2022-11-17 Ported to MacOS.
180
 
181
2022-11-16 Added commands ^LVF, ^LVL, ^LVM, ^LVN, ^LVR, ^LVS.
182
 
227 andreas 183
2022-11-12 Added the command ^LVD to set the source for a list view.
184
           Added the command ^LVF to set a filter for the list view.
185
 
224 andreas 186
2022-11-07 Added the command ^BIM to set an input mask on input lines.
187
 
223 andreas 188
2022-11-06 Fixed the buttons to play sounds in the setup dialog.
189
 
222 andreas 190
2022-11-05 Fixed the system borders.
191
 
192
2022-11-04 Removed the explicit widget because it made more trouble then help.
193
 
217 andreas 194
2022-10-30 Added an explicit widget for pages so that the Qt central widget
195
           remains untouched.
196
           The setup pages are complete and are working.
197
 
213 andreas 198
2022-10-18 Fixed input lines and lists for Android.
199
 
211 andreas 200
2022-10-15 Fixed the compilation for Android.
201
 
209 andreas 202
2022-10-14 Added functionality to the buttons on the logging page.
203
 
208 andreas 204
2022-10-13 Fixed the setup of the edit line of surface files. Fixed the dialog
205
           boxes used to signal the download state.
206
 
207 andreas 207
2022-10-12 Added FTP support for downloading surface files from a NetLinx.
208
 
209
2022-10-08 Added content fill for lists. Sound settings are fully working now.
210
 
211
2022-10-01 Refactored the classes TPage and TSubpage: Added an interface class
212
           to not have duplicated methods.
213
 
214
2022-09-24 Added setup functions for sound settings.
215
 
216
2022-09-18 Added setup functions for SIP settings.
217
 
218
2022-09-17 Added setup functions for view settings.
219
 
220
2022-09-11 Added setup functions for NetLinx settings.
221
 
222
2022-09-10 Added setup functions for log settings.
223
 
224
2022-09-04 Added internal list handling for system pages.
225
 
226
2022-09-03 Added TP4 system pages to replace the setup dialog box on Android.
227
 
184 andreas 228
2022-08-28 Fixed Qt 5.15.x compiling for Android (Qt 6.3 does not support
229
           Android).
230
           Fixing cameleon images if size of mask and bitmap differ.
231
           Removing preprocessor directives used as a work around for the RGB
232
           bug in previous Skia versions.
233
 
181 andreas 234
2022-07-18 Changed source for Qt6.3 library (Qt5 is still supported).
235
 
179 andreas 236
2022-07-14 Added a new progress dialog to show the progress of a file download.
237
 
238
2022-07-13 Upgrade for latest Skia library
239
 
176 andreas 240
2022-07-01 Added a mechanism to redraw a button internally only if it was
241
           changed.
242
 
171 andreas 243
2022-06-01 Fixed the colors of the chameleon images.
244
 
138 andreas 245
Release: 1.3.2
246
===============================================================================
169 andreas 247
2022-05-31 Changed the commands arrived from a Netlinx to go into a command
248
           queue which is now handled in a thread of it's own.
249
           Fixed the text parts of the ^BMF command to replace a "|" sign with
250
           a LF (0x0a).
251
 
252
2022-05-30 Changed the writing to Netlinx into a thread so that it now reads
253
           and writes really asynchronous.
254
 
165 andreas 255
2022-05-27 Fixed several index bugs triggered by the ^BMF command.
256
           Changed the image cache to a global one and removed the small one
257
           inside the button class. This saves a lot of memory and speeds up.
258
 
164 andreas 259
2022-05-26 Fixed multi line text to not cut off the last character and to leave
260
           an empty line as such.
261
           Improved the drawing of chameleon images a bit.
262
 
163 andreas 263
2022-05-25 Fixed the chameleon images if the bitmap has a different size.
264
           Fixed buttons with functions to not show state 1 when pressed.
265
 
161 andreas 266
2022-05-22 Addedd text effects for Glow and Outline.
267
           Fixed the border drawing.
268
           Fixed the position of symbols from a symbol font.
269
 
159 andreas 270
2022-05-20 Changed the borders to take the normal borders on instance 0 and the
271
           alpha border on instance 1.
272
 
156 andreas 273
2022-05-17 Fixed the look and size of the settings dialog.
274
           Fixed loading of a font which is not loadable by loading a
275
           default font instead.
276
 
277
2022-05-16 Fixed a bug in UTF8 to UTF16 conversion who let TPanel crash.
278
           Fixed the way fonts are loaded. Skia allows to load a font only
279
           once. Therefor I implemented a font cache to avoid the attempt
280
           to load a font more than once.
281
 
155 andreas 282
2022-05-15 Changed the size calculation of the setup dialog. It should now
283
           be useable on a damn small display too. But it still looks ugly.
284
           Added a remove of the "virgin" marker when a surface is received
285
           over a file transfer from a NetLinx.
286
 
154 andreas 287
2022-05-14 Fixed sorting of subpages.
288
           Added some system buttons to upper and lower the volume TPanel uses.
289
           Fixed a bug in sort algorithm which ended in a crash of application.
290
 
153 andreas 291
2022-05-12 Made commands case insensitive.
292
           Added swipe support.
293
           If there is no toolbar the back button is now asking if the user
294
           want to see the setup dialog or quit the app.
295
 
151 andreas 296
2022-05-10 Fixed the orientation so that portrait and landscape is now
297
           correctly detected.
298
           Fixed the Z-order when a popup is raised to top.
153 andreas 299
           Fixed the Z-order for popups called from existing popups previously
300
           raised to top.
301
           Added recognition of sub parameters on command ^BMF.
150 andreas 302
 
151 andreas 303
2022-05-09 Added command ^BMF: Not all options are implemented!
153 andreas 304
           Fixed cuted off text lines containing a comma for command ^TXT.
151 andreas 305
 
148 andreas 306
2022-05-07 Added command ^VTP.
307
 
147 andreas 308
2022-05-05 Added command ^AFP rudimentary. The command is missing the
309
           animation effects.
310
           Added self feed commands.
311
           Added command send on button hit to controller.
312
           Fixed switching pages: The open popups are closed and buttons are
313
           removed from page. Then the new page is initialized.
314
 
146 andreas 315
2022-05-04 Fixed color search when a color was defined as an index number.
316
           Fixed page size setting and calculation of a potential hight
317
           oversize.
318
           Added the scPanel command to the button functions.
319
           Fixed the sToggle button command. Now it loads a page and shows it
320
           if it is not in the internal cache.
321
 
144 andreas 322
2022-05-02 Honors now the VOIP channel setting for SIP.
323
           Added the "User-Agent" header to the SIP client.
324
           Added a new command IM (instant message) to send instant messages
325
           over a SIP server.
326
 
142 andreas 327
2022-04-29 Fixed a crash on Android when a phone call was detected and the
328
           internal phone dialog is displayed.
329
           Fixed the bargraph to draw the second image if there is no first
330
           image.
331
 
141 andreas 332
2022-04-28 Added a system volume control and a system mute control.
333
           Completed the selection of system sound files, single beep and
334
           double beep files.
335
 
336
2022-04-26 Added a new tab to the settings to adjust sound related settings.
337
           Added ring tone support to the SIP client.
338
           Fixed calling a phone.
339
           Fixed SIP states send to controller and the internal SIP phone.
340
 
140 andreas 341
2022-04-24 Completed the internal phone dialog. If internal phone is enabled
342
           and if it's ringing the dialog box appears.
343
 
139 andreas 344
2022-04-23 Added a new phone dialog to have an integrated small phone.
345
           Added a new checkbox to settings to enable an automatic internal
346
           phone.
347
 
138 andreas 348
2022-04-22 Completed the SIP client handling calls, except DND setting.
349
 
123 andreas 350
Release: 1.3.1
351
===============================================================================
137 andreas 352
2022-04-21 Added a static color table which is used in case there is no palette
353
           file.
354
           Fixed a bug in reading the palette. Now the first color is also read.
355
           Fixed the FTP download on Android devices.
356
 
136 andreas 357
2022-04-15 Removed Linphone from Android and replaced it by PJSIP.
358
 
135 andreas 359
2022-04-07 Removed liblinphone completely because the java part necessary for
360
           Android had a lot of dependencies who couldn't be resolved. I added
361
           PJSIP instead.
362
 
134 andreas 363
2022-04-04 Fixed the detection of the client IP address. TPanel reports now the
364
           correct client IP address to the AMX controller.
365
           Added a serial number. It consists of a date and the version number.
366
           The serial number is visible on the command line of the controller
367
           with the command "show device".
368
 
369
2022-04-03 Added a few commands similar to the TPControl commands.
370
 
131 andreas 371
2022-04-02 Added functions to pause the orientation sensor if the program is
372
           inactive.
373
           Added functions to calculate the orientation of the screen.
374
 
130 andreas 375
2022-03-30 Added orientation sensor to turn from portrait to inverted portrait
376
           or from landscape to inverted landscape and back.
377
 
128 andreas 378
2022-03-26 Completed the PHN commands.
379
 
127 andreas 380
2022-03-25 Fixed the SIP client configuration.
381
           Added SIP configuration for network protocolls and to handle
382
           behavior behind a firewall.
383
 
384
2022-03-18 Added some not supported but possible commands to the table of known
385
           commands in tamxcommand.cpp.
386
           Improved the way commands are identified as such.
387
 
126 andreas 388
2022-03-16 Added linphone libraries to android build.
389
           Fixed the scaling for the download button in the settings dialog.
390
           Fixed a bug on a fresh installation when no controller was
391
           configured.
392
 
124 andreas 393
2022-03-10 Added support for more than 1 phone line.
394
 
123 andreas 395
2022-03-09 Added a new class to handle SIP commands and to abstract the
396
           linphone library.
397
           Started to add some ^PHN commands.
398
 
113 andreas 399
Release: 1.3.0
400
===============================================================================
122 andreas 401
2022-03-07 Changed the edit line "TP4 file name" into a comboBox and added
402
           a button to force the download of a surface file.
403
           The contents of the comboBox are feeded by a directory read on the
404
           controller. Each file with the extension "TP4" (case insensitive)
405
           is added as an item to the comboBox. The surface will now be
406
           downloaded when the selection in the comboBox changed  or the force
407
           button was clicked. The foce button gets a red background if the
408
           user wants to download the surface in any way. To be sure the user is
409
           asked whether the surface file should be downloaded or not.
410
 
411
           The second way to download a surface file is when the directory with
412
           the surface does not exist or contains the hidden file ".system".
413
           Then, if the configuration file was already configured, the surface
414
           is downloaded on startup of TPanel. When it finishes successfully
415
           the program comes up with the new surface.
416
 
121 andreas 417
2022-03-04 Fixed the look of the settings dialog on mobile devices.
418
           Added a feature to force the toolbar to be visible.
419
 
119 andreas 420
2022-03-02 Added a busy indicator which is shown when a file is downloaded.
421
 
118 andreas 422
2022-03-01 Changed the settings dialog. Added input lines for FTP and SIP.
423
 
117 andreas 424
2022-02-28 Adds a new FTP library to do FTP stuff and fixes the unpacking of
425
           the downloaded file.
426
 
115 andreas 427
2022-02-26 Fixes an accidentaly written warning on startup claiming the system
428
           directories are not found although the contrary was the case.
429
           Integrates the FTP transfer into initialisation.
430
 
113 andreas 431
2022-02-25 Corrects the startpage if the program is started for the first time
432
           and has no surface loaded.
433
           Cleans up the class TTPinit.
434
 
435
2022-02-22 Adds an FSF reader which contains an FTP client to search and read
436
           a TPDesign file directly from the controller.
437
           Sets the icon on a desktop.
438
 
102 andreas 439
Release: 1.2.1
440
===============================================================================
111 andreas 441
2022-02-18 Adding commands ^RSR, ^KPS, ^VKS
442
 
110 andreas 443
2022-02-17 Made all methods who need the "instance" (button state) as a
444
           parameter a full method instead of a 1 line method in only the
445
           header file.
446
           Added a general method to send custom events and replaced the
447
           repeating parts for sending custom events with a call to the new
448
           method.
449
           Adding commands ^BML, ^TEF, ?TEF, ?TXT
450
 
108 andreas 451
2022-02-16 Adding commands ?BWW, ?FON, ^GSC, ?ICO, ^JSB, ?JSB, ^JSI, ?JSI,
452
           ^JST, ?JST, ABEEP, ADBEEP, ^TEC, ?TEC
453
 
107 andreas 454
2022-02-15 Adding command ?BRD, ^BSM, ^BSO
455
           Fixes a bug where a crash could happen when a fading or moving out
456
           animation was running and an attempt to write an image to it was
457
           made. Writing an image to such a subpage is suppressed now.
106 andreas 458
 
107 andreas 459
2022-02-14 Adding command ^BMC, ?BOP, ^BOS
460
 
104 andreas 461
2022-02-13 Adding G5 commands ^ABP, ^ADB, ^SOU, ^STP, ^TKP, ^PGE, ^PPA, ^PPF,
105 andreas 462
           ^PPG, ^PPK, ^PPM, ^PPN, ^PPT, ^PPX, ^UTF
104 andreas 463
           Expanded the ^BMP command to be compatible with G5.
464
           Adding G4 commands ^UNI
465
           Adding configuration options for SIP to configuration file.
466
 
102 andreas 467
2022-02-09 Fixes the border drawing.
468
           Fixes the button hang if the mouse moves during a mouse press.
469
 
470
Release: 1.2.0
471
===============================================================================
472
2022-02-06 Fixes the drawing of a bargraph with a button slider.
473
           Add the documentation for end users.
474
 
475
2022-02-01 Adds a slider button out of the system slider images.
476
 
477
Release: 1.1.3
478
===============================================================================
479
2022-01-22 Adds a new callback function to set a button visible or to hide it.
480
 
481
Release: 1.1.2
482
===============================================================================
483
2022-01-21 Adds the commands ^RFR, ^RAF.
484
           Improved the command ^BBR to immediately refreshing the button.
485
           Fixes the remote loading of images over a REST interface.
486
           Implements an image cache to speed up remote loading.
487
 
488
Release: 1.1.1
489
===============================================================================
490
2022-01-18 Fixes a bug when retriving images from a HTTP server.
491
 
492
2022-01-13 Fixes the restart after changing connection credentials or receiving
493
           a new surface.
494
 
495
Release: 1.1.0
496
===============================================================================
497
2022-01-02 Removes the dependency to asio and implements a new socket class
498
           instead.
499
 
500
2021-10-17 Adds new commands @SOU, ?BMP, ?BCT, ?BCB and ?BCF.
501
 
502
Release: <= 1.0.0
503
===============================================================================
504
2021-07-21 Replaces the old XML parser for reading pages and subpages with
505
           Expat.
506
 
507
2021-07-14 Adds the class to read the system graphics index.
508
 
509
2021-07-13 Adds support for playing sounds.
510
           Adds button sounds if system ressources are installed.
511
           Adds support for system button to enable/disable button sounds.
512
 
513
2021-07-07 Adds support for symbol fonts like wingding.
514
 
515
2021-06-14 Adds the commands SETUP and SHUTDOWN.
516
 
517
2021-06-09 Adds all of the keyboard/keypad commands. Implements private
518
           keyboard/keypad.
519
 
520
2021-06-07 Adds a keyboard and a keypad. Adds also the aproppriate commands to
521
           use them.
522
 
523
2021-06-05 Adds an activity to get the phone state.
524
           Extracts the logging API in Java and puts it into an extra class.
525
           Implements a new queue to store all drawing events during the app is
526
           suspended.
527
 
528
2021-06-02 Fixes the range of buttons detected.
529
           Adds the commands BAU, BCF, BCT, BDO, BFB, BOR, BRD, GLH and GLL.
530
 
531
2021-05-28 Adds fade in/out to subpages.
532
 
533
2021-05-24 Fixes multiline printing: Breaks a string in pieces and makes it
534
           multiline, if the button allows it.
535
           Adds methods to grab a pinch event to start the settings.
536
 
537
2021-05-23 Adds/completes the timer function for a subpage.
538
           Adds optional text on the background image.
539
           Adds text as a background image.
540
 
541
2021-05-18 Adds a timeout function to subpages.
542
 
543
2021-05-10 Adds a basic function to draw and handle an input line.
544
 
545
2021-05-09 Implements the touch function to bargraphs.
546
 
547
2021-05-06 Adds a vritual page to show progress bars on file upload from
548
           TPDesign.
549
           Adds directory structure for system files. Reads system fonts if
550
           they exist.
551
 
552
2021-05-01 Sliding effects for subpages.
553
 
554
2021-04-29 Removes top bar on Android.
555
           Moved start point of page manager to signal active.
556
           Implents scaling at UI and disables scaling with Skia.
557
 
558
2021-04-24 Adds functions for getting the wifi connection strength in android.
559
 
560
2021-04-18 Reads external.xma to make the external buttons function.
561
 
562
2021-04-17 Finish and fixes scale mode.
563
           Removes menu and adds a toolbar on the right side instead.
564
 
565
2021-04-12 Implements scaling for background pages and subpages.
566
           Adds button management for pages.
567
 
568
2021-04-10 Implemets basic functions needed for scaling in future.
569
           Adds a splash screen on Android and brings a new logo.
570
 
571
2021-04-08 Adds battery state on Android devices.
572
 
573
2021-04-03 Implements basic settings dialog.
574
 
575
2021-03-14 Adds support for Android.
576
 
577
2021-01-09 Adds handling of system buttons connection status and date/time.
578
 
579
2021-01-01 Adds a Z-Order to subpages
580
 
581
2020-12-20 Adds network communication with controller and adds the first
582
           commands to control pages.
583
 
584
2020-12-17 Adds mouse press events. Fixes the position of text.
585
 
586
2020-12-16 Takes the overall opacity and sets it to the filling and chameleon
587
           images.
588
 
589
2020-12-13 Adds fonts with Skia library.
590
 
591
2020-12-10 Implements basic subpages and buttons.
592
           Draws the background and simple graphics.
593
 
594
2020-12-08 Display a background image in the main window.
595
 
126 andreas 596
2020-11-29 Added interpreter for buttons and pages.