glom r2025 - in trunk: . glom glom/bakery glom/libglom/document glom/libglom/document/bakery glom/libglom/document/bakery/view glom/utility_widgets/adddel glom/utility_widgets/db_adddel



Author: murrayc
Date: Tue Mar 24 12:45:38 2009
New Revision: 2025
URL: http://svn.gnome.org/viewvc/glom?rev=2025&view=rev

Log:
2009-03-24  Murray Cumming  <murrayc murrayc com>

* glom/bakery/:
* glom/libglom/document/bakery/: Rename the files to make them lower 
case just because the inconsistency has always annoyed me.
* glom/*.[h|cc]: Adapted.

Added:
   trunk/glom/bakery/app.cc   (contents, props changed)
      - copied, changed from r2024, /trunk/glom/bakery/App.cc
   trunk/glom/bakery/app.h   (props changed)
      - copied unchanged from r2024, /trunk/glom/bakery/App.h
   trunk/glom/bakery/app_withdoc.cc   (contents, props changed)
      - copied, changed from r2024, /trunk/glom/bakery/App_WithDoc.cc
   trunk/glom/bakery/app_withdoc.h   (contents, props changed)
      - copied, changed from r2024, /trunk/glom/bakery/App_WithDoc.h
   trunk/glom/bakery/app_withdoc_gtk.cc   (contents, props changed)
      - copied, changed from r2024, /trunk/glom/bakery/App_WithDoc_Gtk.cc
   trunk/glom/bakery/app_withdoc_gtk.h   (contents, props changed)
      - copied, changed from r2024, /trunk/glom/bakery/App_WithDoc_Gtk.h
   trunk/glom/bakery/dialog_offersave.cc   (contents, props changed)
      - copied, changed from r2024, /trunk/glom/bakery/Dialog_OfferSave.cc
   trunk/glom/bakery/dialog_offersave.h   (props changed)
      - copied unchanged from r2024, /trunk/glom/bakery/Dialog_OfferSave.h
   trunk/glom/libglom/document/bakery/document.cc   (contents, props changed)
      - copied, changed from r2024, /trunk/glom/libglom/document/bakery/Document.cc
   trunk/glom/libglom/document/bakery/document.h   (contents, props changed)
      - copied, changed from r2024, /trunk/glom/libglom/document/bakery/Document.h
   trunk/glom/libglom/document/bakery/document_xml.cc   (contents, props changed)
      - copied, changed from r2024, /trunk/glom/libglom/document/bakery/Document_XML.cc
   trunk/glom/libglom/document/bakery/document_xml.h   (contents, props changed)
      - copied, changed from r2024, /trunk/glom/libglom/document/bakery/Document_XML.h
   trunk/glom/libglom/document/bakery/view/view.cc   (contents, props changed)
      - copied, changed from r2024, /trunk/glom/libglom/document/bakery/view/View.cc
   trunk/glom/libglom/document/bakery/view/view.h   (contents, props changed)
      - copied, changed from r2024, /trunk/glom/libglom/document/bakery/view/View.h
   trunk/glom/libglom/document/bakery/view/view_composite.cc   (contents, props changed)
      - copied, changed from r2024, /trunk/glom/libglom/document/bakery/view/View_Composite.cc
   trunk/glom/libglom/document/bakery/view/view_composite.h   (contents, props changed)
      - copied, changed from r2024, /trunk/glom/libglom/document/bakery/view/View_Composite.h
   trunk/glom/libglom/document/bakery/view/viewbase.cc   (contents, props changed)
      - copied, changed from r2024, /trunk/glom/libglom/document/bakery/view/ViewBase.cc
   trunk/glom/libglom/document/bakery/view/viewbase.h   (props changed)
      - copied unchanged from r2024, /trunk/glom/libglom/document/bakery/view/ViewBase.h
Removed:
   trunk/glom/bakery/App.cc
   trunk/glom/bakery/App.h
   trunk/glom/bakery/App_WithDoc.cc
   trunk/glom/bakery/App_WithDoc.h
   trunk/glom/bakery/App_WithDoc_Gtk.cc
   trunk/glom/bakery/App_WithDoc_Gtk.h
   trunk/glom/bakery/Dialog_OfferSave.cc
   trunk/glom/bakery/Dialog_OfferSave.h
   trunk/glom/libglom/document/bakery/Document.cc
   trunk/glom/libglom/document/bakery/Document.h
   trunk/glom/libglom/document/bakery/Document_XML.cc
   trunk/glom/libglom/document/bakery/Document_XML.h
   trunk/glom/libglom/document/bakery/view/View.cc
   trunk/glom/libglom/document/bakery/view/View.h
   trunk/glom/libglom/document/bakery/view/ViewBase.cc
   trunk/glom/libglom/document/bakery/view/ViewBase.h
   trunk/glom/libglom/document/bakery/view/View_Composite.cc
   trunk/glom/libglom/document/bakery/view/View_Composite.h
Modified:
   trunk/ChangeLog
   trunk/glom/application.h
   trunk/glom/bakery/Makefile.am
   trunk/glom/base_db.h
   trunk/glom/frame_glom.h
   trunk/glom/libglom/document/bakery/Makefile.am
   trunk/glom/libglom/document/bakery/view/Makefile.am
   trunk/glom/libglom/document/document_glom.h
   trunk/glom/libglom/document/view.h
   trunk/glom/utility_widgets/adddel/adddel.cc
   trunk/glom/utility_widgets/db_adddel/db_adddel.cc

Modified: trunk/glom/application.h
==============================================================================
--- trunk/glom/application.h	(original)
+++ trunk/glom/application.h	Tue Mar 24 12:45:38 2009
@@ -21,7 +21,7 @@
 #ifndef HEADER_APP_GLOM
 #define HEADER_APP_GLOM
 
-#include <glom/bakery/App_WithDoc_Gtk.h>
+#include <glom/bakery/app_withdoc_gtk.h>
 #include "frame_glom.h"
 
 #include <libglom/libglom_config.h> // For GLOM_ENABLE_CLIENT_ONLY

Modified: trunk/glom/bakery/Makefile.am
==============================================================================
--- trunk/glom/bakery/Makefile.am	(original)
+++ trunk/glom/bakery/Makefile.am	Tue Mar 24 12:45:38 2009
@@ -1,7 +1,7 @@
 AM_CPPFLAGS = -I top_srcdir@/ -I top_srcdir@/glom $(GLOM_CFLAGS)
 
-h_sources = App_WithDoc.h App.h App_WithDoc_Gtk.h Dialog_OfferSave.h
-cc_sources = App_WithDoc.cc App.cc App_WithDoc_Gtk.cc Dialog_OfferSave.cc
+h_sources = app_withdoc.h app.h app_withdoc_gtk.h dialog_offersave.h
+cc_sources = app_withdoc.cc app.cc app_withdoc_gtk.cc dialog_offersave.cc
 
 noinst_LIBRARIES = libbakery_app.a
 libbakery_app_a_SOURCES = $(h_sources) $(cc_sources)

Copied: trunk/glom/bakery/app.cc (from r2024, /trunk/glom/bakery/App.cc)
==============================================================================
--- /trunk/glom/bakery/App.cc	(original)
+++ trunk/glom/bakery/app.cc	Tue Mar 24 12:45:38 2009
@@ -16,7 +16,7 @@
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <glom/bakery/App.h>
+#include <glom/bakery/app.h>
 #include <algorithm>
 
 

Copied: trunk/glom/bakery/app_withdoc.cc (from r2024, /trunk/glom/bakery/App_WithDoc.cc)
==============================================================================
--- /trunk/glom/bakery/App_WithDoc.cc	(original)
+++ trunk/glom/bakery/app_withdoc.cc	Tue Mar 24 12:45:38 2009
@@ -17,8 +17,8 @@
  */
 
 #include <config.h>
-#include <glom/bakery/App_WithDoc.h>
-#include <glom/bakery/Dialog_OfferSave.h>
+#include <glom/bakery/app_withdoc.h>
+#include <glom/bakery/dialog_offersave.h>
 #include <gconfmm.h>
 #include <giomm.h>
 #include <algorithm>

Copied: trunk/glom/bakery/app_withdoc.h (from r2024, /trunk/glom/bakery/App_WithDoc.h)
==============================================================================
--- /trunk/glom/bakery/App_WithDoc.h	(original)
+++ trunk/glom/bakery/app_withdoc.h	Tue Mar 24 12:45:38 2009
@@ -19,8 +19,8 @@
 #ifndef GLOM_BAKERY_APP_WITHDOC_H
 #define GLOM_BAKERY_APP_WITHDOC_H
 
-#include <glom/bakery/App.h>
-#include <libglom/document/bakery/Document.h>
+#include <glom/bakery/app.h>
+#include <libglom/document/bakery/document.h>
 
 namespace GlomBakery
 {

Copied: trunk/glom/bakery/app_withdoc_gtk.cc (from r2024, /trunk/glom/bakery/App_WithDoc_Gtk.cc)
==============================================================================
--- /trunk/glom/bakery/App_WithDoc_Gtk.cc	(original)
+++ trunk/glom/bakery/app_withdoc_gtk.cc	Tue Mar 24 12:45:38 2009
@@ -18,8 +18,8 @@
 
 #include <config.h>
 
-#include <glom/bakery/App_WithDoc_Gtk.h>
-#include <glom/bakery/Dialog_OfferSave.h>
+#include <glom/bakery/app_withdoc_gtk.h>
+#include <glom/bakery/dialog_offersave.h>
 //#include <libgnomevfsmm/utils.h> //For escape_path_string()
 //#include <libgnomevfsmm/mime-handlers.h> //For type_is_known(). 
 #include <gtkmm/toolbutton.h>

Copied: trunk/glom/bakery/app_withdoc_gtk.h (from r2024, /trunk/glom/bakery/App_WithDoc_Gtk.h)
==============================================================================
--- /trunk/glom/bakery/App_WithDoc_Gtk.h	(original)
+++ trunk/glom/bakery/app_withdoc_gtk.h	Tue Mar 24 12:45:38 2009
@@ -19,9 +19,9 @@
 #ifndef GLOM_BAKERY_APP_WITHDOC_GTK_H
 #define GLOM_BAKERY_APP_WITHDOC_GTK_H
 
-#include <glom/bakery/App_WithDoc.h>
+#include <glom/bakery/app_withdoc.h>
 #include <config.h> // For GLOM_ENABLE_MAEMO
-#include <glom/bakery/App.h>
+#include <glom/bakery/app.h>
 
 #ifdef GLOM_ENABLE_MAEMO
 #include <hildonmm/window.h>
@@ -36,7 +36,7 @@
 #include <gtkmm/builder.h>
 
 
-#include <libglom/document/bakery/Document.h>
+#include <libglom/document/bakery/document.h>
 #include <gtkmm/toolbutton.h>
 #include <gtkmm/recentmanager.h>
 #include <gtkmm/recentchooser.h>

Copied: trunk/glom/bakery/dialog_offersave.cc (from r2024, /trunk/glom/bakery/Dialog_OfferSave.cc)
==============================================================================
--- /trunk/glom/bakery/Dialog_OfferSave.cc	(original)
+++ trunk/glom/bakery/dialog_offersave.cc	Tue Mar 24 12:45:38 2009
@@ -17,8 +17,8 @@
  */
 
 #include <config.h>
-#include <glom/bakery/Dialog_OfferSave.h>
-#include <glom/bakery/App_WithDoc_Gtk.h>
+#include <glom/bakery/dialog_offersave.h>
+#include <glom/bakery/app_withdoc_gtk.h>
 #include <gtkmm/box.h>
 #include <gtkmm/stock.h>
 #include <glibmm/i18n-lib.h>

Modified: trunk/glom/base_db.h
==============================================================================
--- trunk/glom/base_db.h	(original)
+++ trunk/glom/base_db.h	Tue Mar 24 12:45:38 2009
@@ -33,7 +33,7 @@
 #include <libglom/data_structure/system_prefs.h>
 #include <libglom/utils.h>
 #include <libglom/calcinprogress.h>
-#include <libglom/document/bakery/view/View.h>
+#include <libglom/document/bakery/view/view.h>
 #include <libglom/busy_cursor.h>
 
 namespace Glom

Modified: trunk/glom/frame_glom.h
==============================================================================
--- trunk/glom/frame_glom.h	(original)
+++ trunk/glom/frame_glom.h	Tue Mar 24 12:45:38 2009
@@ -24,7 +24,7 @@
 #include <libglom/libglom_config.h> // For GLOM_ENABLE_CLIENT_ONLY
 
 #include <gtkmm/frame.h>
-#include <libglom/document/bakery/view/View_Composite.h>
+#include <libglom/document/bakery/view/view_composite.h>
 #include <libglom/document/document_glom.h>
 
 #include "dialog_glom.h"

Modified: trunk/glom/libglom/document/bakery/Makefile.am
==============================================================================
--- trunk/glom/libglom/document/bakery/Makefile.am	(original)
+++ trunk/glom/libglom/document/bakery/Makefile.am	Tue Mar 24 12:45:38 2009
@@ -2,8 +2,8 @@
 
 AM_CPPFLAGS = -I top_srcdir@/ -I top_srcdir@/glom $(GLOM_CFLAGS)
 
-h_sources = Document.h Document_XML.h
-cc_sources = Document.cc Document_XML.cc
+h_sources = document.h document_xml.h
+cc_sources = document.cc document_xml.cc
 
 noinst_LTLIBRARIES = libdocument_bakery.la
 libdocument_bakery_la_SOURCES = $(h_sources) $(cc_sources)

Copied: trunk/glom/libglom/document/bakery/document.cc (from r2024, /trunk/glom/libglom/document/bakery/Document.cc)
==============================================================================
--- /trunk/glom/libglom/document/bakery/Document.cc	(original)
+++ trunk/glom/libglom/document/bakery/document.cc	Tue Mar 24 12:45:38 2009
@@ -17,7 +17,7 @@
  */
 
 #include <config.h>
-#include <libglom/document/bakery/Document.h>
+#include <libglom/document/bakery/document.h>
 #include <giomm.h>
 //#include <fstream>
 #include <glibmm/i18n-lib.h>

Copied: trunk/glom/libglom/document/bakery/document.h (from r2024, /trunk/glom/libglom/document/bakery/Document.h)
==============================================================================
--- /trunk/glom/libglom/document/bakery/Document.h	(original)
+++ trunk/glom/libglom/document/bakery/document.h	Tue Mar 24 12:45:38 2009
@@ -20,7 +20,7 @@
 #define GLOM_BAKERY_DOCUMENT_H
 
 #include <glibmm.h>
-#include <libglom/document/bakery/view/ViewBase.h>
+#include <libglom/document/bakery/view/viewbase.h>
 #include <iostream>
 
 namespace GlomBakery

Copied: trunk/glom/libglom/document/bakery/document_xml.cc (from r2024, /trunk/glom/libglom/document/bakery/Document_XML.cc)
==============================================================================
--- /trunk/glom/libglom/document/bakery/Document_XML.cc	(original)
+++ trunk/glom/libglom/document/bakery/document_xml.cc	Tue Mar 24 12:45:38 2009
@@ -16,7 +16,7 @@
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <libglom/document/bakery/Document_XML.h>
+#include <libglom/document/bakery/document_xml.h>
 
 
 namespace GlomBakery

Copied: trunk/glom/libglom/document/bakery/document_xml.h (from r2024, /trunk/glom/libglom/document/bakery/Document_XML.h)
==============================================================================
--- /trunk/glom/libglom/document/bakery/Document_XML.h	(original)
+++ trunk/glom/libglom/document/bakery/document_xml.h	Tue Mar 24 12:45:38 2009
@@ -19,7 +19,7 @@
 #ifndef GLOM_BAKERY_DOCUMENT_XML_H
 #define GLOM_BAKERY_DOCUMENT_XML_H
 
-#include <libglom/document/bakery/Document.h>
+#include <libglom/document/bakery/document.h>
 #include <libxml++/libxml++.h>
 
 //Features:

Modified: trunk/glom/libglom/document/bakery/view/Makefile.am
==============================================================================
--- trunk/glom/libglom/document/bakery/view/Makefile.am	(original)
+++ trunk/glom/libglom/document/bakery/view/Makefile.am	Tue Mar 24 12:45:38 2009
@@ -8,8 +8,8 @@
            -DGLOM_GLADEDIR=\""$(gladedir)/"\"
 
 
-h_sources = View.h ViewBase.h View_Composite.h 
-cc_sources = View.cc ViewBase.cc View_Composite.cc 
+h_sources = view.h viewbase.h view_composite.h 
+cc_sources = view.cc viewbase.cc view_composite.cc 
 
 noinst_LTLIBRARIES = libdocument_bakery_view.la
 libdocument_bakery_view_la_SOURCES = $(h_sources) $(cc_sources)

Copied: trunk/glom/libglom/document/bakery/view/view.cc (from r2024, /trunk/glom/libglom/document/bakery/view/View.cc)
==============================================================================
--- /trunk/glom/libglom/document/bakery/view/View.cc	(original)
+++ trunk/glom/libglom/document/bakery/view/view.cc	Tue Mar 24 12:45:38 2009
@@ -16,7 +16,7 @@
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <libglom/document/bakery/view/View.h>
+#include <libglom/document/bakery/view/view.h>
 
 namespace GlomBakery
 {

Copied: trunk/glom/libglom/document/bakery/view/view.h (from r2024, /trunk/glom/libglom/document/bakery/view/View.h)
==============================================================================
--- /trunk/glom/libglom/document/bakery/view/View.h	(original)
+++ trunk/glom/libglom/document/bakery/view/view.h	Tue Mar 24 12:45:38 2009
@@ -19,8 +19,8 @@
 #ifndef GLOM_BAKERY_VIEW_H
 #define GLOM_BAKERY_VIEW_H
 
-#include <libglom/document/bakery/view/ViewBase.h>
-#include <libglom/document/bakery/Document.h>
+#include <libglom/document/bakery/view/viewbase.h>
+#include <libglom/document/bakery/document.h>
 #include <sigc++/sigc++.h>
 
 namespace GlomBakery

Copied: trunk/glom/libglom/document/bakery/view/view_composite.cc (from r2024, /trunk/glom/libglom/document/bakery/view/View_Composite.cc)
==============================================================================
--- /trunk/glom/libglom/document/bakery/view/View_Composite.cc	(original)
+++ trunk/glom/libglom/document/bakery/view/view_composite.cc	Tue Mar 24 12:45:38 2009
@@ -16,7 +16,7 @@
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <libglom/document/bakery/view/View_Composite.h>
+#include <libglom/document/bakery/view/view_composite.h>
 
 namespace GlomBakery
 {

Copied: trunk/glom/libglom/document/bakery/view/view_composite.h (from r2024, /trunk/glom/libglom/document/bakery/view/View_Composite.h)
==============================================================================
--- /trunk/glom/libglom/document/bakery/view/View_Composite.h	(original)
+++ trunk/glom/libglom/document/bakery/view/view_composite.h	Tue Mar 24 12:45:38 2009
@@ -19,7 +19,7 @@
 #ifndef GLOM_BAKERY_VIEW_COMPOSITE_H
 #define GLOM_BAKERY_VIEW_COMPOSITE_H
 
-#include <libglom/document/bakery/view/View.h>
+#include <libglom/document/bakery/view/view.h>
 #include <vector>
 #include <algorithm> //For std::find
 

Copied: trunk/glom/libglom/document/bakery/view/viewbase.cc (from r2024, /trunk/glom/libglom/document/bakery/view/ViewBase.cc)
==============================================================================
--- /trunk/glom/libglom/document/bakery/view/ViewBase.cc	(original)
+++ trunk/glom/libglom/document/bakery/view/viewbase.cc	Tue Mar 24 12:45:38 2009
@@ -16,7 +16,7 @@
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <libglom/document/bakery/view/ViewBase.h>
+#include <libglom/document/bakery/view/viewbase.h>
 
 namespace GlomBakery
 {

Modified: trunk/glom/libglom/document/document_glom.h
==============================================================================
--- trunk/glom/libglom/document/document_glom.h	(original)
+++ trunk/glom/libglom/document/document_glom.h	Tue Mar 24 12:45:38 2009
@@ -23,7 +23,7 @@
 
 #include <libglom/libglom_config.h> // For GLOM_ENABLE_CLIENT_ONLY, GLOM_ENABLE_SQLITE
 
-#include <libglom/document/bakery/Document_XML.h>
+#include <libglom/document/bakery/document_xml.h>
 #include <libglom/data_structure/relationship.h>
 #include <libglom/data_structure/field.h>
 #include <libglom/data_structure/layout/layoutgroup.h>

Modified: trunk/glom/libglom/document/view.h
==============================================================================
--- trunk/glom/libglom/document/view.h	(original)
+++ trunk/glom/libglom/document/view.h	Tue Mar 24 12:45:38 2009
@@ -22,7 +22,7 @@
 #define DOCUMENT_GLOM_VIEW_H
 
 #include <libglom/document/document_glom.h>
-#include <libglom/document/bakery/view/View_Composite.h>
+#include <libglom/document/bakery/view/view_composite.h>
 
 namespace Glom
 {

Modified: trunk/glom/utility_widgets/adddel/adddel.cc
==============================================================================
--- trunk/glom/utility_widgets/adddel/adddel.cc	(original)
+++ trunk/glom/utility_widgets/adddel/adddel.cc	Tue Mar 24 12:45:38 2009
@@ -28,7 +28,7 @@
 #include <libglom/data_structure/glomconversions.h>
 #include "../../dialog_invalid_data.h"
 #include <libglom/utils.h>
-//#include <glom/bakery/App_Gtk.h>
+//#include <glom/bakery/app_gtk.h>
 #include <iostream> //For debug output.
 
 #ifdef GLOM_ENABLE_MAEMO

Modified: trunk/glom/utility_widgets/db_adddel/db_adddel.cc
==============================================================================
--- trunk/glom/utility_widgets/db_adddel/db_adddel.cc	(original)
+++ trunk/glom/utility_widgets/db_adddel/db_adddel.cc	Tue Mar 24 12:45:38 2009
@@ -1695,7 +1695,7 @@
   sharedptr<const LayoutItem> layout_item = m_ColumnTypes[model_column_index].m_item;
   sharedptr<const LayoutItem_Field> layout_item_field = sharedptr<const LayoutItem_Field>::cast_dynamic(layout_item);
 
-  //Tell the TreeView how to render the Gnome::Gda::Values:
+  //Tell the Treeview.how to render the Gnome::Gda::Values:
   if(layout_item_field)
   {
     pViewColumn->set_cell_data_func(cellrenderer, 



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