[glibmm: 3/3] Remove Gio::Application and friends for now because they are not finished.



commit c446268b44f3595431ba6f535dc297557c6097e0
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Mar 24 11:12:37 2011 +0100

    Remove Gio::Application and friends for now because they are not finished.
    
    * gio/src/actiongroup.[hg|ccg]:
    * gio/src/application.[hg|ccg]:
    * gio/src/applicationcommandline.[hg|ccg]: Removed these temporarily
    because we removed Gtk::Application temporarily from gtkmm.
    See http://mail.gnome.org/archives/gtkmm-list/2011-March/msg00062.html

 ChangeLog                          |   10 ++
 gio/giomm.h                        |    3 -
 gio/src/actiongroup.ccg            |   25 ----
 gio/src/actiongroup.hg             |   85 --------------
 gio/src/application.ccg            |  214 -----------------------------------
 gio/src/application.hg             |  219 ------------------------------------
 gio/src/applicationcommandline.ccg |   33 ------
 gio/src/applicationcommandline.hg  |   76 -------------
 gio/src/filelist.am                |    3 -
 9 files changed, 10 insertions(+), 658 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c51fa2c..2682447 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2011-03-24  Murray Cumming  <murrayc murrayc com>
 
+	Remove Gio::Application and friends for now because they are not finished.
+
+	* gio/src/actiongroup.[hg|ccg]:
+	* gio/src/application.[hg|ccg]:
+	* gio/src/applicationcommandline.[hg|ccg]: Removed these temporarily
+	because we removed Gtk::Application temporarily from gtkmm.
+	See http://mail.gnome.org/archives/gtkmm-list/2011-March/msg00062.html
+
+2011-03-24  Murray Cumming  <murrayc murrayc com>
+
   Regenerate the XML for the C API documentation.
 
 	* gio/src/gio_docs.xml:
diff --git a/gio/giomm.h b/gio/giomm.h
index de8cc27..ca48937 100644
--- a/gio/giomm.h
+++ b/gio/giomm.h
@@ -20,10 +20,7 @@
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <giomm/actiongroup.h>
 #include <giomm/appinfo.h>
-#include <giomm/application.h>
-#include <giomm/applicationcommandline.h>
 #include <giomm/asyncresult.h>
 #include <giomm/bufferedinputstream.h>
 #include <giomm/bufferedoutputstream.h>
diff --git a/gio/src/filelist.am b/gio/src/filelist.am
index ecb1bd8..dd5996b 100644
--- a/gio/src/filelist.am
+++ b/gio/src/filelist.am
@@ -13,10 +13,7 @@ giomm_files_defs =			\
 	gio_docs_override.xml
 
 giomm_files_any_hg =			\
-	actiongroup.hg			\
 	appinfo.hg			\
-	application.hg			\
-	applicationcommandline.hg			\
 	asyncinitable.hg		\
 	asyncresult.hg			\
 	bufferedinputstream.hg		\



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