]>
Commit | Line | Data |
---|---|---|
a81258be RR |
1 | |
2 | -------------------- High priority --------------------- | |
3 | ||
51d55e1c RR |
4 | More testing of Unicode support. |
5 | ||
51d55e1c RR |
6 | Add ID based i18n system as a replacement for the |
7 | unelegant gettext system. | |
8 | ||
51d55e1c RR |
9 | Improve, update translations. Install *.mo files somewehere. |
10 | ||
879ba15f VZ |
11 | -------------------- Medium priority --------------------- |
12 | ||
034be888 RR |
13 | Show accelerator control labels and actually implement them |
14 | -> Changed in GTK 1.2 (so let's do it for 1.2). Difficult. | |
879ba15f | 15 | |
a802c3a1 | 16 | -------------------- Low priority --------------------- |
51d55e1c RR |
17 | |
18 | Right aligned checkboxes: focus highlighting is wrong, tooltips can't be set can't be set | |
19 | ||
20 | OwnerDraw for wxListCtrl and others | |
21 | -> Postponed. | |
22 | ||
23 | Implement wxPalette | |
24 | -> I never understood that. Postponed. | |
25 | ||
26 | Implement different visuals and displays | |
27 | -> I never understood that. Postponed. | |
28 | ||
29 | Cooperation with Qt | |
30 | -> Would be nice. |