SVN_SILENT made messages (.desktop file)
[rsibreak.git] / TODO
blob7e70f56c60f11319565fe5bafaa2417d8b75606a
1 Port TODO's:
2 - test on xinerama
4 Remarks:
5 - D-Bus notes:
6   * Exported functions must be under public Q_SLOTS: in src/rsiwidget.h
7     i've added slotShowWhereIAm as an example.
9     rsiwidget.h:
11     /* Available through D-Bus */
12     public Q_SLOTS:
13         void slotShowWhereIAm();
15     After adding new functions you must regenerate org.rsibreak.rsiwidget.xml
16     to include the new functions.
17     It's done like this:
18     qdbuscpp2xml -M -s rsiwidget.h -o org.rsibreak.rsiwidget.xml
20     More info at: http://techbase.kde.org/Development/Tutorials/D-Bus/Creating_Interfaces
22     - fdoving
24 Wishes:
25 - rsi instructions <---- please contact us if you can do this....
26 - [BS] strict-o-meter
27 - Save statistics (sqlite?)
28 - Visualize stats with libraries behind mrtg or ganglia
30 Bugs:
31 - image extension are hardcoded
32 - only reset timers after closing configure dialog if the timer settings were changed
33 - [TA/BS] sometimes the amount of skipped/sat down breaks don't match its total. reported by toma
35 Gnome specific bugs:
36 - It is started at login, regardless of the setting.
37   Gnome does not have a setting where you can set a condition to start / not
38   start, nor can you disable the startup for Gnome when the desktop is in the
39   $prefix/autostart. So: known bug - unresolvable untill a fd.o spec is
40   there and implemented