[glom/maemo5: 2/2] Merge branch 'master' into maemo5



commit 6173866ddfe9fed3788d7d3f71cdcfbf40595af4
Merge: bd33514... 985402f...
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Oct 15 17:47:54 2009 +0200

    Merge branch 'master' into maemo5

 ChangeLog                                |   15 ++++++++++++++
 glom/glom_document.dtd                   |    2 +-
 glom/libglom/data_structure/tableinfo.cc |   32 +++++++++++++++++++++++++++++-
 glom/libglom/data_structure/tableinfo.h  |   20 ++++++++++++++++++
 glom/libglom/document/document.cc        |    6 +++++
 glom/navigation/box_tables.cc            |   13 ++++++++++-
 glom/navigation/box_tables.h             |    1 +
 ldtp/README                              |    7 ++++++
 8 files changed, 92 insertions(+), 4 deletions(-)
---
diff --cc ChangeLog
index 98a55a9,b6fa9f1..38b4513
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,44 -1,18 +1,59 @@@
  2009-10-15  Murray Cumming  <murrayc murrayc com>
  
+ 	Developer: Tables: Add singular title.
+ 
+ 	* glom/libglom/data_structure/tableinfo.[h|cc]: Add 
+ 	get/set_title_singular(), using a member TranslatableItem, to hold 
+ 	the singular form (such as Album instead of Albums) for use in the UI 
+ 	for users.
+ 	* glom/libglom/document/document.cc: save_before(), load_after(): 
+ 	Load and save the singular table titles as a new node.
+ 	* glom/glom_document.dtd: Mentin the new node, though I don't think 
+ 	we document translation nodes properly.
+ 	* glom/navigation/box_tables.[h|cc]: In developer mode, show the column 
+ 	so the user can enter a singular title.
+ 
++2009-10-15  Murray Cumming  <murrayc murrayc com>
++
 +	Maemo: Details: Show table title in window title.
 +	
 +	* glom/mode_data/notebook_data.cc: show_details(): On Maemo, mention the 
 +	table title in the window title, though this again shows that we need to 
 +	ask the designer for the singular form for the table's items.
 +
 +2009-10-15  Murray Cumming  <murrayc murrayc com>
 +
 +	Maemo: Show Add Related buttons when showing portals on details.
 +
 +	* glom/application.[h|cc]: Removed unused on_menu_add_record().
 +	* glom/mode_data/box_data_portal.[h|cc]: On Maemo, add a Hildon::Button 
 +	to the application's AppMenu on realize, removing it on unrealize.
 +	Added a virtual do_add_record() that is called when the button is clicked.
 +	* glom/mode_data/box_data_calendar_related.[h|cc]:
 +	* glom/mode_data/box_data_list_related.[h|cc]: Added do_add_record() 
 +	overrides, though they are empty so far.
 +	
 +2009-10-13  Murray Cumming  <murrayc murrayc com>
 +
 +	Maemo: Add a Add Record to the App Menu and remove it from the List View.
 +
 +	* glom/application.cc: init_menus(): Add an Add Record item to the AppMenu 
 +	on Maemo.
 +	* glom/frame_glom.[h|cc]: Added on_menu_add_record() on Maemo, calling 
 +	Notebook_Data::do_menu_file_add_record().
 +	* glom/mode_data/box_data_details.[h|cc]: Added do_new_record().
 +	* glom/mode_data/notebook_data.[h|cc]: Added do_menu_file_add_record() to call 
 +	the Box_Data_Details::do_new_record().
 +	* glom/utility_widgets/db_adddel/db_adddel.h: Made start_new_record() public 
 +	and documented it.
 +	* glom/utility_widgets/db_adddel/db_adddel_withbuttons.[h|cc]: Remove the 
 +	Add button on Maemo.
 +
 +2009-10-13  Murray Cumming  <murrayc murrayc com>
 +
 +	* *.cc: Replace use of NULL with 0, because this is C++.
 +	Replace use of != NULL with nothing. 
 +
  2009-10-12  Murray Cumming  <murrayc murrayc com>
  
  	* glom/utility_widgets/db_adddel/db_adddel.cc:



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