pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtkmm24 Changes 2.4.7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1c2645d4ee1
branches:  trunk
changeset: 482875:c1c2645d4ee1
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 04 13:59:56 2004 +0000

description:
Changes 2.4.7:
* TreeModelFitler:
  - Really fix the constructor.
  - Warn when calling set_value() on the filter mdoel instead
    of the child model.
  - set_modify_func(): Make this work - don't ignore the value.
* TreeView:
  add_column_editable() operates on the child model if the model
  is a TreeModelFiler.
* Documentation:
  - Updated popup menu section and example, to use UIManager.
  - Added 2 TreeModelFilter examples.
  (Murray Cumming)

Changes 2.4.6:
* TreeModelFilter: Correct the constructor implementation,
  so that this is usable.
* gtkmm.h: #include filechooserwidget.h. (Arjan Timmerman)
* Gdk::Screen::get_default(): Correct the reference counting,
  to avoid a crash. (Jonathan Brandmeyer)
* Windows platform:
  - Added MSVC++ project files, which might work.
  (Timothy Shead)
  - Build fix for cygwin. (Roger Leigh)
* Documentation, book:
  - Slightly improved UIManager explanation and
    ported the menu and toolbar examples to UIManager.
  - Added custom containers section.
    (Murray Cumming)
  - Add FileChooser section, though it needs more detail.
    (Gene Ruebsamen)
  - Updated the windows installation appendix.
    (Gene Ruebsamen)

Changes 2.4.5:
* Gtk::Settings::get_default(): Correct reference-count error.
  (Murray Cumming)
* Gtk::ActionGroup, EntryCompletion, UIManager: Make constructors
  protected instead of private (Christopher Palm).
* Examples: TreeView:
  - Added popup example, from gtkmm 2.2.
  - drag_and_drop: Correct vfuncs.
* Documentation:
  - libglademm memory management.
  - Tell people to check pkg-config for 2.4, not 2.2.
  - Gtk::TreeSortable: Document sort function return value.
  (Murray Cumming)

diffstat:

 x11/gtkmm24/Makefile |  11 +++++------
 x11/gtkmm24/PLIST    |  37 +++++++++++++++++++++++++++++++++++--
 x11/gtkmm24/distinfo |   6 +++---
 3 files changed, 43 insertions(+), 11 deletions(-)

diffs (138 lines):

diff -r 46ee057325d3 -r c1c2645d4ee1 x11/gtkmm24/Makefile
--- a/x11/gtkmm24/Makefile      Thu Nov 04 12:46:33 2004 +0000
+++ b/x11/gtkmm24/Makefile      Thu Nov 04 13:59:56 2004 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:18:33 tv Exp $
-#
+# $NetBSD: Makefile,v 1.3 2004/11/04 13:59:56 adam Exp $
 
-DISTNAME=      gtkmm-2.4.4
-PKGNAME=       gtkmm24-2.4.4
-PKGREVISION=   1
+DISTNAME=      gtkmm-2.4.7
+PKGNAME=       gtkmm24-2.4.7
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gtkmm/2.4/}
+EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    adam%NetBSD.org@localhost
 HOMEPAGE=      http://www.gtkmm.org/
@@ -24,9 +23,9 @@
 PKGCONFIG_OVERRIDE+=   gtk/gtkmm-2.4.pc.in
 PKGCONFIG_OVERRIDE+=   pango/pangomm-1.4.pc.in
 
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/libsigc++2/buildlink3.mk"
 .include "../../devel/glibmm24/buildlink3.mk"
 .include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 46ee057325d3 -r c1c2645d4ee1 x11/gtkmm24/PLIST
--- a/x11/gtkmm24/PLIST Thu Nov 04 12:46:33 2004 +0000
+++ b/x11/gtkmm24/PLIST Thu Nov 04 13:59:56 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:59 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/11/04 13:59:56 adam Exp $
 include/atkmm-1.6/atkmm.h
 include/atkmm-1.6/atkmm/action.h
 include/atkmm-1.6/atkmm/component.h
@@ -1288,6 +1288,10 @@
 share/doc/gtkmm-2.4/docs/reference/html/general_8h.html
 share/doc/gtkmm-2.4/docs/reference/html/globals.html
 share/doc/gtkmm-2.4/docs/reference/html/globals_defs.html
+share/doc/gtkmm-2.4/docs/reference/html/globals_enum.html
+share/doc/gtkmm-2.4/docs/reference/html/globals_eval.html
+share/doc/gtkmm-2.4/docs/reference/html/globals_func.html
+share/doc/gtkmm-2.4/docs/reference/html/globals_vars.html
 share/doc/gtkmm-2.4/docs/reference/html/globals_type.html
 share/doc/gtkmm-2.4/docs/reference/html/glyph_8h.html
 share/doc/gtkmm-2.4/docs/reference/html/glyphstring_8h.html
@@ -1677,7 +1681,7 @@
 share/doc/gtkmm-2.4/docs/tutorial/figures/combo.png
 share/doc/gtkmm-2.4/docs/tutorial/figures/devcpp_project_options.png
 share/doc/gtkmm-2.4/docs/tutorial/figures/dialogs_colorselectiondialog.png
-share/doc/gtkmm-2.4/docs/tutorial/figures/dialogs_fileselection.png
+share/doc/gtkmm-2.4/docs/tutorial/figures/dialogs_filechooser.png
 share/doc/gtkmm-2.4/docs/tutorial/figures/dialogs_fontselectiondialog.png
 share/doc/gtkmm-2.4/docs/tutorial/figures/dialogs_messagedialog.png
 share/doc/gtkmm-2.4/docs/tutorial/figures/dialogs_simple.png
@@ -1805,6 +1809,8 @@
 share/doc/gtkmm-2.4/docs/tutorial/html/ch21.html
 share/doc/gtkmm-2.4/docs/tutorial/html/ch21s02.html
 share/doc/gtkmm-2.4/docs/tutorial/html/ch22.html
+share/doc/gtkmm-2.4/docs/tutorial/html/ch22s02.html
+share/doc/gtkmm-2.4/docs/tutorial/html/ch23.html
 share/doc/gtkmm-2.4/docs/tutorial/html/index.html
 share/doc/gtkmm-2.4/examples/arrow/arrow.cc
 share/doc/gtkmm-2.4/examples/arrow/direction.cc
@@ -1848,6 +1854,16 @@
 share/doc/gtkmm-2.4/examples/book/combobox/text/examplewindow.cc
 share/doc/gtkmm-2.4/examples/book/combobox/text/examplewindow.h
 share/doc/gtkmm-2.4/examples/book/combobox/text/main.cc
+share/doc/gtkmm-2.4/examples/book/custom/custom_container/examplewindow.cc
+share/doc/gtkmm-2.4/examples/book/custom/custom_container/examplewindow.h
+share/doc/gtkmm-2.4/examples/book/custom/custom_container/main.cc
+share/doc/gtkmm-2.4/examples/book/custom/custom_container/mycontainer.cc
+share/doc/gtkmm-2.4/examples/book/custom/custom_container/mycontainer.h
+share/doc/gtkmm-2.4/examples/book/custom/custom_widget/examplewindow.cc
+share/doc/gtkmm-2.4/examples/book/custom/custom_widget/examplewindow.h
+share/doc/gtkmm-2.4/examples/book/custom/custom_widget/main.cc
+share/doc/gtkmm-2.4/examples/book/custom/custom_widget/mywidget.cc
+share/doc/gtkmm-2.4/examples/book/custom/custom_widget/mywidget.h
 share/doc/gtkmm-2.4/examples/book/dialogs/colorselectiondialog/examplewindow.cc
 share/doc/gtkmm-2.4/examples/book/dialogs/colorselectiondialog/examplewindow.h
 share/doc/gtkmm-2.4/examples/book/dialogs/colorselectiondialog/main.cc
@@ -1957,9 +1973,20 @@
 share/doc/gtkmm-2.4/examples/book/treeview/editable_cells/examplewindow.cc
 share/doc/gtkmm-2.4/examples/book/treeview/editable_cells/examplewindow.h
 share/doc/gtkmm-2.4/examples/book/treeview/editable_cells/main.cc
+share/doc/gtkmm-2.4/examples/book/treeview/filter/examplewindow.cc
+share/doc/gtkmm-2.4/examples/book/treeview/filter/examplewindow.h
+share/doc/gtkmm-2.4/examples/book/treeview/filter/main.cc
+share/doc/gtkmm-2.4/examples/book/treeview/filter_modify/examplewindow.cc
+share/doc/gtkmm-2.4/examples/book/treeview/filter_modify/examplewindow.h
+share/doc/gtkmm-2.4/examples/book/treeview/filter_modify/main.cc
 share/doc/gtkmm-2.4/examples/book/treeview/list/examplewindow.cc
 share/doc/gtkmm-2.4/examples/book/treeview/list/examplewindow.h
 share/doc/gtkmm-2.4/examples/book/treeview/list/main.cc
+share/doc/gtkmm-2.4/examples/book/treeview/popup/examplewindow.cc
+share/doc/gtkmm-2.4/examples/book/treeview/popup/examplewindow.h
+share/doc/gtkmm-2.4/examples/book/treeview/popup/main.cc
+share/doc/gtkmm-2.4/examples/book/treeview/popup/treeview_withpopup.cc
+share/doc/gtkmm-2.4/examples/book/treeview/popup/treeview_withpopup.h
 share/doc/gtkmm-2.4/examples/book/treeview/tree/examplewindow.cc
 share/doc/gtkmm-2.4/examples/book/treeview/tree/examplewindow.h
 share/doc/gtkmm-2.4/examples/book/treeview/tree/main.cc
@@ -2009,7 +2036,10 @@
 @dirrm share/doc/gtkmm-2.4/examples/cellrenderercustom
 @dirrm share/doc/gtkmm-2.4/examples/calendar
 @dirrm share/doc/gtkmm-2.4/examples/book/treeview/tree
+@dirrm share/doc/gtkmm-2.4/examples/book/treeview/popup
 @dirrm share/doc/gtkmm-2.4/examples/book/treeview/list
+@dirrm share/doc/gtkmm-2.4/examples/book/treeview/filter_modify
+@dirrm share/doc/gtkmm-2.4/examples/book/treeview/filter
 @dirrm share/doc/gtkmm-2.4/examples/book/treeview/editable_cells
 @dirrm share/doc/gtkmm-2.4/examples/book/treeview/drag_and_drop
 @dirrm share/doc/gtkmm-2.4/examples/book/treeview
@@ -2048,6 +2078,9 @@
 @dirrm share/doc/gtkmm-2.4/examples/book/dialogs/filechooserdialog
 @dirrm share/doc/gtkmm-2.4/examples/book/dialogs/colorselectiondialog
 @dirrm share/doc/gtkmm-2.4/examples/book/dialogs
+@dirrm share/doc/gtkmm-2.4/examples/book/custom/custom_widget
+@dirrm share/doc/gtkmm-2.4/examples/book/custom/custom_container
+@dirrm share/doc/gtkmm-2.4/examples/book/custom
 @dirrm share/doc/gtkmm-2.4/examples/book/combobox/text
 @dirrm share/doc/gtkmm-2.4/examples/book/combobox/complex
 @dirrm share/doc/gtkmm-2.4/examples/book/combobox
diff -r 46ee057325d3 -r c1c2645d4ee1 x11/gtkmm24/distinfo
--- a/x11/gtkmm24/distinfo      Thu Nov 04 12:46:33 2004 +0000
+++ b/x11/gtkmm24/distinfo      Thu Nov 04 13:59:56 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/07/04 13:55:14 drochner Exp $
+$NetBSD: distinfo,v 1.2 2004/11/04 13:59:56 adam Exp $
 
-SHA1 (gtkmm-2.4.4.tar.gz) = bf6c6911e37961f2287b4d7691ce1a25899ca2e6
-Size (gtkmm-2.4.4.tar.gz) = 6105732 bytes
+SHA1 (gtkmm-2.4.7.tar.bz2) = 8b0641cc026a4d50ec3c46ccb3ba493a7d2107e4
+Size (gtkmm-2.4.7.tar.bz2) = 4033607 bytes



Home | Main Index | Thread Index | Old Index