File: TODO-2.0

package info (click to toggle)
plib 1.8.5-14
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,588 kB
  • sloc: cpp: 63,284; sh: 3,457; makefile: 211
file content (28 lines) | stat: -rw-r--r-- 928 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[ Put in tasks here that probably won't get done before PLIB 2.0 or change
  the API in a way that could break existing applications ]

PUI section

*	Remove deprecated puFilePicker widget

*	Remove deprecated old label and legend places

*	Remove deprecated PUSTYLE_RADIO

*	Remove deprecated 'int puValue::getValue ( void )' function
	(Application developers: Use 'puValue::getIntegerValue' instead)

*	Remove deprecated 'int puObject::getDefaultValue ( void )' function
	(Application developers: Use 'puValue::getDefaultIntegerValue' instead)

*	Line up widget constructors (explicit size vs. max coordinates issue)

*	Change function parameters taking a 0/1 FALSE/TRUE value from 'int'
	to 'bool'

*	In puDeactivateWidget (), invoke the active widget's down callback
	(Can't be realized prior to 2.0 since it could break existing programs
	 relying on the old behaviour)

*	Implement puiAUX for complex widgets [ unclear ]