File: TODO

package info (click to toggle)
lxsession 0.5.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,188 kB
  • sloc: ansic: 4,087; makefile: 523; sh: 238; xml: 114
file content (12 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
 * Use Compact when possible, like no signals (see http://live.gnome.org/Vala/ReferenceHandling)
 * Try to replace multiple GObject in App by a data memeber :
    public enum AppType {
        WM,
        PANEL,
        DESKTOP
        }
    public class App {
        private AppType type;
    }
 * Implement stages from GNOME
 * Find a clean solution to the enable flags with automake (see http://lists.gnu.org/archive/html/bug-automake/2013-07/msg00002.html)