CVSROOT:        /cvs/gnome
Module name:    dia
Changes by:     hans    06/05/20 09:35:19

Modified files:
        .              : ChangeLog Makefile.am configure.in 
        app            : Makefile.am authors.h commands.c commands.h 
                         dia_embedd.c diagram.c diagram_tree_window.c 
                         diagram_tree_window.h disp_callbacks.c 
                         display.c display.h interface.c menus.c menus.h 
                         recent_files.c 
        app/pixmaps    : Makefile.am 
        lib            : filter.c filter.h libdia.def plug-ins.h 
        plug-ins/python: debug_objects.py diamodule.c group_props.py 
                         gtkcons.py otypes.py pydiadoc.py scascale.py 
                         select_by.py 
Added files:
        data           : Makefile.am display-ui.xml popup-ui.xml 
                         toolbox-ui.xml 

Log message:
2006-05-20  Hans Breuer  <[EMAIL PROTECTED]>

Patch from Robert Staudinger to base dia menus on GtkAction framework
instead on deprecated GtkItemFactory. Tracked in bug #340352 
[http://bugzilla.gnome.org/show_bug.cgi?id=340352].
En passant fixes bug # [http://bugzilla.gnome.org/show_bug.cgi?id=]
* configure.in : placementof ui files added data/Makefile to AC_OUTPUT
* Makefile.am : added data dir
* app/Makefile.am : added $(uidatadir)
* app/commands.c app/commands.h app/dia_embedd.c app/diagram.c
app/diagram_tree_window.c app/diagram_tree_window.h
app/disp_callbacks.c app/display.c app/display.h
app/interface.c app/menus.c app/menus.h app/recent_files.c :
changed a bunch of callback signatures to take GtkAction
* app/pixmaps/Makefile.am
* data/Makefile.am data/display-ui.xml data/toolbox-ui.xml
data/popup-ui.xml : new files containing the menu structure
* lib/filter.c lib/filter.h lib/plug-ins.h : callback filter
registration change to be more appropriate for actions
* lib/libdia.def : updated externals
* plug-ins/python/debug_objects.py plug-ins/python/diamodule.c
plug-ins/python/group_props.py plug-ins/python/gtkcons.py
plug-ins/python/otypes.py plug-ins/python/pydiadoc.py
plug-ins/python/scascale.py plug-ins/python/select_by.py :
adapted to API change dia.register_callback to dia.register.action

* app/authors.h : added Robert to the authors
* app/commands.c : got rid of compiler warnings

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=dia&who=hans&date=explicit&mindate=2006-05-20%2009:34&maxdate=2006-05-20%2009:36

_______________________________________________
cvs-commits-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to