glom r1191 - in branches/glom-precise-printing: . glom glom/relationships_overview glom/utility_widgets/canvas



Author: murrayc
Date: 2007-10-11 12:29:10 +0100 (Thu, 11 Oct 2007)
New Revision: 1191
ViewCVS link: http://svn.gnome.org/viewcvs/glom?rev=1191&view=rev

Modified:
   branches/glom-precise-printing/ChangeLog
   branches/glom-precise-printing/glom/application.cc
   branches/glom-precise-printing/glom/application.h
   branches/glom-precise-printing/glom/frame_glom.cc
   branches/glom-precise-printing/glom/frame_glom.h
   branches/glom-precise-printing/glom/relationships_overview/dialog_relationships_overview.cc
   branches/glom-precise-printing/glom/relationships_overview/dialog_relationships_overview.h
   branches/glom-precise-printing/glom/utility_widgets/canvas/canvas_editable.cc
   branches/glom-precise-printing/glom/utility_widgets/canvas/canvas_editable.h
   branches/glom-precise-printing/glom/utility_widgets/canvas/canvas_item_movable.cc
   branches/glom-precise-printing/glom/utility_widgets/canvas/canvas_item_movable.h
   branches/glom-precise-printing/glom/utility_widgets/canvas/test_canvas_editable.cc
Log:
2007-10-11  Murray Cumming  <murrayc murrayc com>

* glom/application.cc:
* glom/application.h: Make the relationships overview dialog a member 
variable, so we can force a reload when a developer dialog (fields or 
relationship) is closed.
Added do_menu_developer_fields() and do_menu_developer_relationships() 
that just call the same methods in FrameGlom. We put them here because 
all other parts of the code can access the app singelton.
* glom/frame_glom.cc:
* glom/frame_glom.h: Added do_menu_developer_fields(table_name), and 
do_menu_developer_relationships.
* glom/utility_widgets/canvas/canvas_item_movable.cc:
* glom/utility_widgets/canvas/canvas_item_movable.h: Added 
signal_show_context, emitted by the button-press-event signal handler.
* glom/relationships_overview/dialog_relationships_overview.cc:
* glom/relationships_overview/dialog_relationships_overview.h:
draw_table(): Make the bounds big enough.
Respond to the table group's signal_show_context signal, to show a 
right-click menu, to edit the fields or relationships for a table.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]