mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
10f047cf4c
Thu Jun 28 17:18:41 2001 Tim Janik <timj@gtk.org> * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7. * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack. * gtk/gtkmenubar.c: same here. * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival. * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage. * gtk/gtkentry.c (gtk_entry_focus_in): same here. * gtk/gtkmenubar.c (add_to_window): likewise. * gtk/gtktextbtree.c: and here... * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing. * gtk/gtktoolbar.c (gtk_toolbar_init): once more. * gtk/gtktreemodel.c (connect_ref_callbacks): and another time. * gtk/gtktreeviewcolumn.c: (_gtk_tree_view_column_set_tree_view): yet again. * demos/gtk-demo/images.c (progressive_timeout): demonstrate signal connections without g_signal_connect_data(). * demos/gtk-demo/stock_browser.c (do_stock_browser): second demo of the matter. * demos/testpixbuf.c (main): running out of equality phrases for the ChangeLog, but had to adapt connections here as well. * demos/testanimation.c (progressive_timeout): and for the fun of it, tackled this the same way. * tests/testtext.c (create_view): ok, it's becoming a pain at this point, but had enough enery for one more fix. * tests/testtreecolumns.c (main): stand up man, do your work! * tests/testtreeview.c (set_columns_type): ok, this is the last file i fix, either that's been all of it or CVS gtk is broken yet again.
109 lines
2.3 KiB
Makefile
109 lines
2.3 KiB
Makefile
## Makefile.am for gtk+/tests
|
|
|
|
INCLUDES = @STRIP_BEGIN@ \
|
|
-I$(top_srcdir) \
|
|
-I$(top_builddir)/gdk \
|
|
-I$(top_srcdir)/gdk \
|
|
-DGTK_DISABLE_COMPAT_H \
|
|
@GTK_DEBUG_FLAGS@ \
|
|
@GTK_DEP_CFLAGS@ \
|
|
@STRIP_END@
|
|
|
|
DEPS = \
|
|
$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-1.3.la \
|
|
$(top_builddir)/gdk/@gdktargetlib@ \
|
|
$(top_builddir)/gtk/@gtktargetlib@
|
|
|
|
LDADDS = @STRIP_BEGIN@ \
|
|
$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-1.3.la \
|
|
$(top_builddir)/gdk/@gdktargetlib@ \
|
|
$(top_builddir)/gtk/@gtktargetlib@ \
|
|
@STRIP_END@
|
|
|
|
if USE_X11
|
|
testsocket_programs = testsocket testsocket_child
|
|
endif
|
|
|
|
|
|
noinst_PROGRAMS = \
|
|
simple \
|
|
testcalendar \
|
|
testdnd \
|
|
testgtk \
|
|
testinput \
|
|
testrgb \
|
|
testselection \
|
|
$(testsocket_programs) \
|
|
testtext \
|
|
testtextbuffer \
|
|
testtreeview \
|
|
testtreefocus \
|
|
testtreecolumns \
|
|
testtreesort \
|
|
treestoretest
|
|
|
|
simple_DEPENDENCIES = $(TEST_DEPS)
|
|
testcalendar_DEPENDENCIES = $(TEST_DEPS)
|
|
testdnd_DEPENDENCIES = $(TEST_DEPS)
|
|
testgtk_DEPENDENCIES = $(TEST_DEPS)
|
|
testinput_DEPENDENCIES = $(TEST_DEPS)
|
|
testrgb_DEPENDENCIES = $(TEST_DEPS)
|
|
testselection_DEPENDENCIES = $(TEST_DEPS)
|
|
testsocket_DEPENDENCIES = $(DEPS)
|
|
testsocket_child_DEPENDENCIES = $(DEPS)
|
|
testtext_DEPENDENCIES = $(TEST_DEPS)
|
|
testtextbuffer_DEPENDENCIES = $(TEST_DEPS)
|
|
testtreeview_DEPENDENCIES = $(DEPS)
|
|
testtreefocus_DEPENDENCIES = $(DEPS)
|
|
testtreecolumns_DEPENDENCIES = $(DEPS)
|
|
testtreesort_DEPENDENCIES = $(DEPS)
|
|
treestoretest_DEPENDENCIES = $(TEST_DEPS)
|
|
|
|
simple_LDADD = $(LDADDS)
|
|
testcalendar_LDADD = $(LDADDS)
|
|
testdnd_LDADD = $(LDADDS)
|
|
testgtk_LDADD = $(LDADDS)
|
|
testinput_LDADD = $(LDADDS)
|
|
testrgb_LDADD = $(LDADDS)
|
|
testselection_LDADD = $(LDADDS)
|
|
testsocket_LDADD = $(LDADDS)
|
|
testsocket_child_LDADD = $(LDADDS)
|
|
testtextbuffer_LDADD = $(LDADDS)
|
|
testtreeview_LDADD = $(LDADDS)
|
|
testtreefocus_LDADD = $(LDADDS)
|
|
testtreecolumns_LDADD = $(LDADDS)
|
|
testtreesort_LDADD = $(LDADDS)
|
|
testtext_LDADD = $(LDADDS)
|
|
treestoretest_LDADD = $(LDADDS)
|
|
|
|
testgtk_SOURCES = \
|
|
testgtk.c
|
|
|
|
testtreeview_SOURCES = \
|
|
prop-editor.c \
|
|
testtreeview.c
|
|
|
|
testtext_SOURCES = \
|
|
prop-editor.c \
|
|
testtext.c
|
|
|
|
EXTRA_DIST += @STRIP_BEGIN@ \
|
|
prop-editor.h \
|
|
testgtk.1 \
|
|
testgtkrc \
|
|
testgtkrc2 \
|
|
circles.xbm \
|
|
3DRings.xpm \
|
|
FilesQueue.xpm \
|
|
Modeller.xpm \
|
|
check-y.xpm \
|
|
check-n.xpm \
|
|
marble.xpm \
|
|
test.xpm \
|
|
check-y.xpm \
|
|
check-n.xpm \
|
|
test.xpm \
|
|
@STRIP_END@
|
|
|
|
|