~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Fabrice Rey
  • Date: 2012-08-18 23:05:25 UTC
  • Revision ID: fabounet03@gmail.com-20120818230525-v2kizckkpz1ts9xl
updated themes folder, defined it in CMakeList.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
For each new version:
6
6
        * Bump dock's version (CMakeLists.txt - Core & Plug-ins)
7
7
        * Check the link to third-party applets' website:
8
 
                - data/cairo-dock-plugins.conf.in
9
 
                - src/cairo-dock-gui-commons.c:139:#define DISTANT_DIR "3.0.0"
 
8
                - src/cairo-dock-gui-commons.c:139:#define DISTANT_DIR "3.1.0"
10
9
                - ../cairo-dock-plug-ins/Dbus/src/applet-dbus.c:55:#define DISTANT_DIR "3.1.0"
11
10
        * Check the link to theme dir on the server:
12
 
                - data/themes.conf.in:6:#R[@pkgdatadir@/themes;../@CAIRO_DOCK_THEMES_DIR@;themes3.0]
13
 
                - src/cairo-dock.c:98:#define CAIRO_DOCK_DISTANT_THEMES_DIR "themes3.0"
 
11
                - CMakeList.txt:134: set (CAIRO_DOCK_DISTANT_THEMES_DIR "themes3.1")
14
12
        * Remove useless g_print
15
13
        * Check the ChangeLog file
16
14
 
53
51
        - link launchers with class+command
54
52
 
55
53
3.1:
56
 
        - Memory leak in data-renderer
 
54
        - an appli icon loaded before being inserted in a dock !
57
55
        - add "add an applet" in the menu
58
56
        - when an icon in a sub-dock demands attention, also animate the icon in the main dock.
59
57
        - search in Recent-Events' dialog (seems like libzeitgeist is buggy)
65
63
        - add a function cairo_dock_render_one_icon_in_desklet_opengl().
66
64
        - gauge with images: improve transition
67
65
        - GUI: current items: don't allow the "delete" menu on the main dock
68
 
        - GUI: themes: merge "delete" with "load" or "save"
69
 
        - GUI: previews size gets smaller and smaller
70
66
 
71
67
all:
72
68
        - Remove GCC warnings