31 |
andreas |
1 |
Bargraphs
|
|
|
2 |
=========
|
102 |
andreas |
3 |
* A bargraph with a slider button can't be moved free as long as a mouse press
|
|
|
4 |
on the bargraph is active. This must be implemented.
|
31 |
andreas |
5 |
|
|
|
6 |
Buttons
|
|
|
7 |
=======
|
|
|
8 |
* Add marquee function
|
150 |
andreas |
9 |
* Implement text area buttons completly
|
|
|
10 |
* Add command ^BMF
|
|
|
11 |
- Set video on off
|
|
|
12 |
- Text area an input masks
|
361 |
andreas |
13 |
- Bargraph control
|
31 |
andreas |
14 |
|
121 |
andreas |
15 |
Missing features
|
|
|
16 |
================
|
361 |
andreas |
17 |
* Add more commands (as always)
|
102 |
andreas |
18 |
* Crack the encryption of TP5 internal file.
|
|
|
19 |
* Crack the encryption of passwords in resources.
|
|
|
20 |
* Implement panel to panel audio communication.
|
361 |
andreas |
21 |
* Implemet commands to control a view
|
|
|
22 |
* Implement commands to control a list
|
|
|
23 |
* Implement a joystick
|
31 |
andreas |
24 |
|
104 |
andreas |
25 |
Known errors
|
|
|
26 |
============
|
121 |
andreas |
27 |
* On a mobile device the surface may become a destructive look if the app is
|
|
|
28 |
suspended and loose network connection. In this case a new connection is
|
|
|
29 |
established, which work, but the surface can't be drawn. This leads into loss
|
|
|
30 |
of graphics. Seen this on a Samsung tablet Galaxy A7.
|
104 |
andreas |
31 |
|
361 |
andreas |
32 |
* Sometimes the application crashes on mobile devices. It seems that the Qt
|
|
|
33 |
framework may be the course. But it could be that the handling of that
|
|
|
34 |
framework is wrong. This would be my fault.
|
|
|
35 |
|
|
|
36 |
* While Views are working it is poosible that when another page is shown and
|
|
|
37 |
switched back to the previous page the view doesn't react any more. Here the
|
|
|
38 |
framework simply forgets to send mouse events to the widget. I found no way
|
|
|
39 |
to restore the internal event table to what it should be.
|
|
|
40 |
|
102 |
andreas |
41 |
Documentation
|
|
|
42 |
=============
|
|
|
43 |
* Add documentation for configuration files
|