| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
2002-02-12 Alfons Hoogervorst <alfons@proteus.demon.nl>
reviewed by: Mark McLoughlin <mark@skynet.ie>
* configure.in: add -lz to png check.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-02-12 Gediminas Paulauskas <menesis@delfi.lt>
* configure.in: removed GNOME_COMMON_INIT,
GNOME_PLATFORM_GNOME_2 -- obsolete.
GNOME_COMPILE_WARNINGS does not take arguments.
* TRANSLATABLE_FILES: removed, intltool handles all of them.
2002-02-12 Gediminas Paulauskas <menesis@delfi.lt>
* README.tools: removed, obsolete.
* POTFILES.in: removed gnome-terminal source files. Please move
your translations to profterm module.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-02-11 Mark McLoughlin <mark@skynet.ie>
* configure.in: Version 1.5.8
* configure.in: update required versions to
recent versions. Check version of gtk-doc.
2002-02-11 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: distcheck fix.
2002-02-11 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: dist the glade files.
|
|
|
|
|
|
|
|
| |
2002-02-11 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: add man directory.
* configure.in: remove gnome-terminal.
|
|
|
|
|
|
|
| |
2002-02-11 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: (SUBDIRS): remove gnome-terminal. See
the profterm module for the Gnome 2.0 terminal.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-02-11 Mark McLoughlin <mark@skynet.ie>
* gnome-desktop-item.c: (get_encoding): don't like uri.
* gnome-ditem-edit.c: (gnome_ditem_edit_sync_display): free
icon file name.
2002-02-11 Mark McLoughlin <mark@skynet.ie>
* gnome-panel-properties.c:
* gnome-run.c: don't include gnome-window-icon.h directly.
Its in libgnomeui.h now.
2002-02-11 Mark McLoughlin <mark@skynet.ie>
* Netscape.desktop.in: just point at netscape. We don't
ship gnome-moz-remote anymore.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* applet.c:
(panel_applet_load_idle_handler): load applets in an idle handler
at startup.
(panel_applet_load_from_unique_id): use it.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* GNOME_Panel.server.in: move to Vertigo namespace.
* menu.c: ditto.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* panel-applet-frame.[ch]:
(panel_applet_frame_load): update for panel_applet_frame_new change.
(panel_applet_frame_get_expand_flags): get the flags from the
property sack.
(panel_applet_frame_get_background_string): impl method to
prepare background strings.
(panel_applet_frame_change_background): merge background changing
methods in to one.
(panel_applet_focus): rename to panel_applet_frame_focus.
(panel_applet_frame_get_orient_string),
(panel_applet_frame_get_size_string): impl method to prepare size
and orient strings.
(panel_applet_frame_construct_moniker): add the bacgkround, size
and orient items.
(panel_applet_frame_construct): add PanelWidget arg.
(panel_applet_frame_new): ditto.
* panel-types.h: GNOME_Panel_BackType enum doesn't exist anymore.
* panel-widget.[ch] (panel_widget_class_init): upd for above.
(panel_widget_get_applet_orient): re-named from get_applet_orient.
* panel.c: (get_applet_orient): move to panel-widget.c.
(back_change): use panel_applet_background_change.
* drawer.c: (load_drawer_applet): update for get_applet_orient
change.
* status.[ch] (status_spot_remove): use Vertigo_StatusSpot.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* panel-test-applets.c, panel-test-applets.glade: little applet
testing utility.
* Makefile.am: add rules to build panel-test-applets and glade2 file.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* test-bonobo-applet.c: test inheriting from PanelApplet
actually works.
* panel-applet.c: (panel_applet_factory_main_closure),
(panel_applet_shlib_factory_closure): error out if applet_type
isn't derived from PanelApplet.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* panel-applet.c: (panel_applet_associate_schemas_in_dir),
(panel_applet_add_preferences): use GConfClient where possible.
Still stuck with using gconf_engine_associate_schema, though.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* panel-applet.[ch]: (panel_applet_factory_main),
(panel_applet_factory_main_closure), (panel_applet_shlib_factory),
(panel_applet_shlib_factory_closure): add applet_type arg.
(panel_applet_callback_data_new), (panel_applet_callback_data_free):
wrap the closure and applet type up for callback.
* GNOME_Panel_TestApplet.server.in: move to Vertigo namespace.
* test-bonobo-applet.c: update for factory macro change.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* panel-applet-shell (impl_PanelAppletShell_getExpandFlags): kill.
* panel-applet.[ch]:
(panel_applet_get_expand_flags): rename to panel_applet_get_flags.
(panel_applet_set_expand_flags): rename to panel_applet_set_flags.
(panel_applet_get_prop), (panel_applet_property_bag): add flags
property.
(panel_applet_item_handle_get_object): add background, orient
and size items.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* tasklist.c: (fill_tasklist_applet): update for
panel_applet_set_expand_flags change.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* GNOME_GenUtilApplet_Factory.server.in.in: move to Vertigo namespace.
* main.c: update for factory macro change.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* GNOME_FishApplet_Factory.server.in: move to Vertigo namespace.
* fish.c: update for factory macro change.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-02-10 John Fleck <jfleck@inkstain.net>
* applets/gen_util/help/C/mailcheck:
* added mailcheck-C.omf, legal.xml
* removed mailcheck.sgml, mailcheck_applet.sgml,
mailcheck_applet-C.omf
modified:
* configure.in, applets/gen_util/help/C/Makefile.am,
mailcheck.xml, Makefile.am
adding build stuff for mailcheck docs
|
|
|
|
|
|
|
|
|
|
| |
2002-02-11 Jorn Baayen <jorn@nl.linux.org>
* applets/gen_util/pager.c:
* applets/gen_util/tasklist.c: replace the "pressed" signal on the Done
buttons in the preference dialogs with the "clicked" signal. Fixes an
odd bug where the button would be pressed on hover the next time you
opened the dialog.
|
|
|
|
|
|
|
| |
2002-02-11 Kjartan Maraas <kmaraas@gnome.org>
* man/*: Added man pages from Christian Marillat.
* configure.in: Create Makefile in man/
|
|
|
|
|
| |
John Fleck <jfleck@inkstain.net>
update changelog for clock doc commit
|
|
|
|
|
| |
John Fleck <jfleck@inkstain.net>
oops, forgot ChangeLog
|
|
|
|
|
|
| |
John Fleck <jfleck@inkstain.net>
oops, forgot a changelog entry
|
|
|
|
|
|
| |
2002-02-04 Mark McLoughlin <mark@skynet.ie>
* Version 1.5.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-02-03 John Fleck <jfleck@inkstain.net>
* configure.in
* applets/gen_util/Makefile.am
* applets/gen_util/help/Makefile.am
* applets/gen_util/help/C/Makefile.am
added:
* applets/gen_util/help/C/pager/legal.xml
* applets/gen_util/help/C/pager/Makefile.am
* applets/gen_util/help/C/pager/pager.xml
* applets/gen_util/help/C/pager/pager-C.omf
adding initial documentation for pager applet
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-02-02 Seth Nickell <snickell@stanford.edu>
* pixmaps/gnome-globe.png:
Use a more photorealistic, colourful
globe.
* pixmaps/gnome-settings.png:
Use the Control Center icon.
|
|
|
|
|
|
|
|
|
| |
2002-02-02 The Icon Butcher <snickell@stanford.edu>
* pixmaps/gnome-multimedia.png:
Butcher a few jimmac/tigert icons and slap
'em together to get what I'm looking for :-)
|
|
|
|
|
|
|
|
|
|
| |
2002-01-30 Mark McLoughlin <mark@skynet.ie>
* Version 1.5.6
2002-01-30 Mark McLoughlin <mark@skynet.ie>
* configure.in: use AM_GCONF_SOURCE_2.
|
|
|
|
|
|
| |
2002-01-30 Mark McLoughlin <mark@skynet.ie>
* configure.in: use AM_GCONF_SOURCE_2.
|
|
|
|
|
|
| |
2002-01-29 Glynn Foster <glynn.foster@sun.com>
* Version 1.5.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-01-28 Glynn Foster <glynn.foster@sun.com>
* configure.in: Add new pkg-config check for libpanel_applet.
2002-01-28 Glynn Foster <glynn.foster@sun.com>
* clock.c, remote-helper.c, tasklist.c: Remove some
unused variables
2002-01-28 Glynn Foster <glynn.foster@sun.com>
* Makefile.am: Change to use different CFLAGS so we don't
link against non-used libraries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
John Fleck <jfleck@inkstain.net>
* Makefile.am
* configure.in
* applets/Makefile.am
* core-docs/Makefile.am
* core-docs/fdl/C/Makefile.am
* core-docs/fdl/C/fdl-C.omf
* core-docs/gpl/C/Makefile.am
* core-docs/gpl/C/gpl-C.omf
* core-docs/lgpl/C/Makefile.am
* core-docs/lgpl/C/lgpl-C.omf
add core-docs into the build with xml versions of gpl, fdl and
lgpl, remove the old tasklist applet from the build as it was
screwing up distcheck
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-01-19 Seth Nickell <snickell@stanford.edu>
* pixmaps/Makefile.am:
* pixmaps/gnome-panel-type-corner.png:
* pixmaps/gnome-panel-type-edge.png:
* pixmaps/gnome-panel-type-floating.png:
* pixmaps/gnome-panel-type-menu.png:
* pixmaps/gnome-panel-type-sliding.png:
Add new icons for the "Create panel->"
items of the panel context menu.
|
|
|
|
|
|
|
|
|
| |
2002-01-19 Seth Nickell <snickell@stanford.edu>
* pixmaps/Makefile.am:
* pixmaps/gnome-workspace.png:
Add a new icon for the "Workspace List" applet.
|
|
|
|
|
|
|
| |
2002-01-16 John Fleck <jfleck@inkstain.net>
* core-docs - update lgpl.xml, gpl.xml and fdl.xml
so the xml validates - they're not yet in the build
|
|
|
|
|
|
| |
2002-01-14 Mark McLoughlin <mark@skynet.ie>
* Version 1.5.4
|
|
|
|
|
|
|
| |
2002-01-12 Glynn Foster <glynn.foster@sun.com>
* configure.in: Add libglade dependancy on wncklet applets. Thanks to
MCArkan for pointing this out.
|
|
|
|
|
|
|
| |
2002-01-03 Glynn Foster <glynn.foster@sun.com>
* configure.in: Make gnome-core build on Solaris again. Don't know
how this was left out. Thanks to Laca for patch.
|
|
|
|
|
|
|
|
| |
2001-12-24 Seth Nickell <snickell@stanford.edu>
* pixmaps/gnome-panel.png:
Off with the hand!
|
| |
|
|
|
|
|
|
|
|
| |
Wed Dec 19 20:18:53 2001 George Lebl <jirka@5z.com>
* pixmaps/Makefile.am, pixmaps/gnome-day.png, pixmaps/gnome-month.png,
pixmaps/gnome-set-time.png, pixmaps/gnome-week.png: add some
icons from "Dennis M. Cranston" <dennis_cranston@yahoo.com>
|
|
|
|
|
|
|
| |
* configure.in: Add gnome-vfs-module-2.0 to the
PANELCONFIG definition so that the panel code builds
again. There are new dependencies on gnome-vfs-mime.h.
Approved by seth.
|
|
|
|
|
|
| |
Sun Dec 09 02:19:46 2001 George Lebl <jirka@5z.com>
* configure.in: require libwnck for the panel also
|
|
|
|
|
|
|
|
| |
2001-12-08 Alex Larsson <alexl@redhat.com>
* doc/panel-session-handling.txt:
* doc/Makefile.am:
Added the new panel session handling proposal
|
|
|
|
|
|
|
|
| |
2001-12-08 Gediminas Paulauskas <menesis@delfi.lt>
* Makefile.am: (SUBDIRS): remove intl
* various other Makefile.am: (INCLUDES): remove intl
(*_LDADD): remove INTLLIBS
|
|
|
|
|
|
|
| |
2001-12-07 Glynn Foster <glynn.foster@sun.com>
* configure.in: Bump up version number to
1.5.3
|
|
|
|
|
|
|
|
| |
2001-12-07 Glynn Foster <glynn.foster@sun.com>
* panel/Makefile.am:
Fix stuff..again.
|
|
|
|
|
|
|
|
|
| |
2001-12-07 Glynn Foster <glynn.foster@sun.com>
* gnome-terminal/Makefile.am:
* panel/Makefile.am:
Fix up stuff for distcheck.
|
|
|
|
|
|
|
| |
Sun Dec 2 13:05:05 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am gnome-desktop.pc.in: Add a pc
file for this library.
|
| |
|
|
|
|
|
|
| |
2001-11-29 Mark McLoughlin <mark@skynet.ie>
* configure.in: version 1.5.2.
|
|
|
|
|
|
|
|
|
| |
2001-11-28 Seth Nickell <snickell@stanford.edu>
* Makefile.am:
* configure.in:
Generate desktop-links/Makefile, and recurse into it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-11-27 Alexander Larsson <alla@lysator.liu.se>
* configure.in:
Added WNCKLET_CFLAGS/LIBS for applets that link against libwnck.
* applets/gen_util/pager.[ch]:
New files, implement a pager using libwnck.
* applets/gen_util/GNOME_GenUtilApplet_Factory.server.in.in:
* applets/gen_util/Makefile.am:
* applets/gen_util/main.c:
Add Pager applet
|
|
|
|
|
|
| |
2001-11-27 Mark McLoughlin <mark@skynet.ie>
* configure.in: version 1.5.1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-11-27 Mark McLoughlin <mark@skynet.ie>
* *.*: Move from $(top_srcdir)/panel.
2001-11-27 Mark McLoughlin <mark@skynet.ie>
* configure.in: generate libpanel-applet/Makefile and
libpanel-applet/libpanelapplet-2.0.pc
* Makefile.am (SUBDIRS): add libpanel-applet.
2001-11-27 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: remove building of libpanel-applet-2.0.
* GNOME_Panel_TestApplet.server.in, libpanelapplet-2.0.pc.in:
panel-applet-private.h, panel-applet-shell.c,
panel-applet-shell.h, panel-applet.c,
panel-applet.h, test-bonobo-applet.c: move to
../libpanel-applet, preservin history.
2001-11-27 Mark McLoughlin <mark@skynet.ie>
* gen_util/Makefile.am: build against ../../libpanel-applet.
2001-11-27 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: build against ../../libpanel-applet.
|
|
|
|
|
|
|
| |
2001-11-27 Gediminas Paulauskas <menesis@delfi.lt>
* all files containing main(): always get translated messages in
UTF-8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-11-26 Mark McLoughlin <mark@skynet.ie>
* menu-fentry.c: (fr_fill_dir), (fr_read_dir): #ifdef out
debugging messages.
* quick-desktop-reader.c: (quick_desktop_item_load_uri): ditto.
* menu.c: (fake_mapped_fake), (show_item_menu),
(create_menu_at_fr): revert g_signal_connect_object changes
back to gtk_signal_connect_object. Giving out warnings and not
sure how to fix it.
Use g_signal_handlers_disconnect_matched instead of
g_signal_disconnect_by_func which doesn't exist.
* panel-widget.c: (panel_widget_applet_event):
reverse order of params in g_signal_lookup calls.
* panel.c: (basep_pos_connect_signals): revert
g_signal_connect_object changes back to
gtk_signal_connect_object. Giving out warnings and not sure
how to fix it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-11-26 Mark McLoughlin <mark@skynet.ie>
* AUTHORS, BUGS, NEWS, README, DEPENDS, HACKING: try to bring
some way up to date.
* COPYING.LIB: add LGPL file.
* Makefile.am: add doc to SUNDIRS.
* configure.in: build doc/ Makefiles
* doc/Makefile.am, doc/reference/Makefile.am: new files.
2001-11-26 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: cleanup libpanel-applet-2 building. Add
GNOME_Panel_TestApplet.server.in to EXTRA_DIST.
* doc/reference/Makefile.am:
* doc/reference/panel-applet-docs.sgml:
* doc/reference/panel-applet-sections.txt:
* doc/reference/panel-applet.types:
* doc/reference/tmpl/panel-applet-unused.sgml:
* doc/reference/tmpl/panel-applet.sgml: move to
../doc/reference/panel-applet.
2001-11-26 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: add desk-guide to SUBDIRS.
* gen_util/Makefile.am: add
GNOME_GenUtilApplet_Factory.server.in.in to EXTRA_DIST.
2001-11-26 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: comment everything out. Leave only gstc.[ch]
and gwmh.[ch] in EXTRA_DIST. Need in panel builddir.
2001-11-26 Mark McLoughlin <mark@skynet.ie>
* gnome-terminal.c: (load_url_cmd), (button_press): change
#warnings to #ifdef FIXME
* gnome-x-font-selector.c:
(gnome_font_selection_show_font_info): some GdkAtom related
warnings fixage.
2001-11-26 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: remove gsm-protocol.c rule.
* main.c: (set_lang): warning fix.
|
|
|
|
|
|
|
|
|
| |
2001-11-25 Sander Vesik <sander.vesik@sun.com>
* panel/quick-desktop-reader.c,
gnome-desktop/gnome-desktop-item.c:
Remove libgnomevfs/gnome-vfs-mime-utils.h that neither
exists nor is needed any more.
|
|
|
|
|
|
|
| |
2001-11-23 Mark McLoughlin <mark@skynet.ie>
* configure.in: enable gnome-core/panel/doc/Makefile.am,
gnome-core/panel/doc/reference/Makefile.am.
|