Subversion Repositories tpanel

Rev

Rev 169 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 169 Rev 361
Line 6... Line 6...
6
Buttons
6
Buttons
7
=======
7
=======
8
* Add marquee function
8
* Add marquee function
9
* Implement text area buttons completly
9
* Implement text area buttons completly
10
* Add command ^BMF
10
* Add command ^BMF
11
  - The border style must be setable by numbers also.
-
 
12
  - Implement button style setting
-
 
13
  - Set video on off
11
  - Set video on off
14
  - Text area an input masks
12
  - Text area an input masks
-
 
13
  - Bargraph control
15
 
14
 
16
Missing features
15
Missing features
17
================
16
================
18
* Add more commands
17
* Add more commands (as always)
19
* Implement TP5 commands where possible.
-
 
20
* Crack the encryption of TP5 internal file.
18
* Crack the encryption of TP5 internal file.
21
* Crack the encryption of passwords in resources.
19
* Crack the encryption of passwords in resources.
22
* Implement panel to panel audio communication.
20
* Implement panel to panel audio communication.
-
 
21
* Implemet commands to control a view
-
 
22
* Implement commands to control a list
-
 
23
* Implement a joystick
23
 
24
 
24
Known errors
25
Known errors
25
============
26
============
26
* On a mobile device the surface may become a destructive look if the app is
27
* On a mobile device the surface may become a destructive look if the app is
27
  suspended and loose network connection. In this case a new connection is
28
  suspended and loose network connection. In this case a new connection is
28
  established, which work, but the surface can't be drawn. This leads into loss
29
  established, which work, but the surface can't be drawn. This leads into loss
29
  of graphics. Seen this on a Samsung tablet Galaxy A7.
30
  of graphics. Seen this on a Samsung tablet Galaxy A7.
-
 
31
 
30
* The setup dialog look bad on mobile devices. It must made sure that the size
32
* Sometimes the application crashes on mobile devices. It seems that the Qt
31
  of the input lines and the fonts has the correct size. This must be
33
  framework may be the course. But it could be that the handling of that
32
  independent of any device.
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.
33
 
40
 
34
Documentation
41
Documentation
35
=============
42
=============
36
* Add documentation for configuration files
43
* Add documentation for configuration files