Commit graph

24 commits

Author SHA1 Message Date
drochner
54530195be update to 2.32.0
This switches to the gnome-2.32 release branch.
2010-11-29 18:30:09 +00:00
drochner
1508c7ff10 update to 2.30.0
This switches to the gnome-2.30 release branch
2010-06-15 20:54:37 +00:00
drochner
6c31ff0a98 update to 2.28.0
This switches to the gnome-2.28 release branch.
2009-10-24 13:00:04 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
jmcneill
e2bca8ef99 Update gconf-editor to 2.26.0.
2.26.0
* Updates:
	- Updated translations.

2.25.91
* New features:
	- Add preliminary support to set default/mandatory values
	  with PolicyKit (Vincent Untz).

* Fixes:
	- Fix sensitivity of context menu entries for Unset, SetDefault
	  and SetMandatory (Vincent Untz).
	- Port to GtkTooltip.
	- Enforce single-include policy for GLib and GTK+
	- Don't steal focus with the "Pattern not found" dialog.
	- Drop dependency on libgnome and libgnomeui.
	- Plug some memory leaks.

* Updates:
	- Updated translations.
2009-03-18 01:59:43 +00:00
wiz
5cfbc9f429 Update to 2.24.1:
2.24.1:
* Fixes:
	- Add missing COPYING file and license headers.
	- Standardize .desktop file.
	- PRoperly unref GConfClient objects.
	- Use single header GTK+/GLib includes.
* Updates:
	- Updated translations.

2.24.0.1:
* Fixes:
	- Add missing license.
2.24.0:
* Updates:
	- Updated translations.
2.23.91:
* Fixes:
        - Code cleanup (#341288, #341252) (Kristof Vansant)
        - Use themed icons (#348822) (Christopher Bratusek, chpe)
        - Fix clipped icons in the search pane (#518297) (Jonathon Jongsma)
        - Use standard icon names where available (Matthias Clasen)
* Updates:
	- Updated translations.
2008-10-29 02:21:24 +00:00
wiz
64eb2c9de4 Update to 2.22.0:
2008-03-10  Fernando Herrera

	* configure.in: Release 2.22.0

2008-02-05  Sebastian Dröge

	* src/gconf-search-dialog.c: (gconf_search_dialog_search): Don't add
	a memory address on the stack as a weak pointer. Fixes segfault when
	closing the search dialog with Esc (bug #483382).

2007-05-02  Jonathon Jongsma

	* src/gconf-editor-window.c: (gconf_editor_window_style_set): Set the text
	color to the 'fg' color so that it matches the other text regardless of GTK+
	theme (bug #435396)
2008-04-25 08:19:52 +00:00
drochner
2ebf246ac4 update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-11-03 15:54:30 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
drochner
338e572ad4 update to 2.18.0
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-11 18:16:59 +00:00
jmmv
d4ea8d53b3 Update to 2.16.0:
2006-09-05  Fernando Herrera  <fherrera@onirica.com>

	* configure.in: Release 2.16.0

2006-08-07  Fernando Herrera  <fherrera@onirica.com>

	* configure.in: Release 2.15.91
	* Makefile.am: added missing m4 subdir

2006-08-07  Kjartan Maraas  <kmaraas@gnome.org>

	* .cvsignore:
	* Makefile.am:
	* configure.in:
	* docs/.cvsignore:
	* docs/C/gconf-editor.xml:
	* docs/Makefile.am: Port to gnome-doc-utils. Patch from
	Don Scorgie. Closes bug #346919.

2006-08-07  Kjartan Maraas  <kmaraas@gnome.org>

	* src/gedit-output-window.c: (my_popup_handler),
	(gedit_output_window_init): Port to gtk+ from deprecated
	libgnomeui API. Kristof Vansant. Closes bug #166882.

2006-07-23  Luca Ferretti  <elle.uca@libero.it>

	* autogen.sh: add "USE_COMMON_DOC_BUILD=yes", fix bug # 348238

2006-07-11  Kjartan Maraas  <kmaraas@gnome.org>

	* autogen.sh: Convert to use gnome-autogen.sh. Fixes
	bug #341344. Patch from Frederic Peters.

2006-05-19  Fernando Herrera  <fherrera@onirica.com>

	* docs/de/gconf-editor-de.omf: Converted to UTF-8
	(pointed by Kjartan Maraas)

2006-05-09  Fernando Herrera  <fherrera@onirica.com>

	* configure.in:
	* src/main.c: (main): Port to GOption. Patches and code from
	Paolo Borelli, Christian Persch and Kristof Vansant. Fixes
	bugs #335032 and #320390.

2006-05-09  Brian Pepple  <bdpepple@gmail.com>

	* po/LINGUAS: New file listing all supported languages.
	* configure.in: Use po/LINGUAS instead of including all languages
	directly in this file. See the wiki for more information:
	http://live.gnome.org/GnomeGoals/PoLinguas

2006-05-09  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-search.c: (gconf_tree_model_search_iter_foreach):
	Show search results when more than one has been found on the
	path. Fixes #339316

2006-05-09  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c:
	(gconf_editor_window_popup_error_dialog),
	(gconf_editor_window_go_to):
	* src/main.c: (main): remove invalid_arg_error_dialog. Reuse
	gconf_editor_window_popup_error_dialog and made this dialog HIG
	compliant. Patch from Kristof Vansant. Fixes #340241

2006-05-09  Fernando Herrera  <fherrera@onirica.com>

	* configure.in: version 2.15.0

2006-04-27  Wouter Bolsterlee  <uws+gnome@xs4all.nl>

	* src/main.c: Call gnome_accelerators_sync() to save the keyboard
	shortcuts on exit. Fixes bug #162902.

2006-04-21  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

	* configure.in:
	* docs/fr/Makefile.am:

	Adding missing docs/fr/Makefile.am .

2006-04-17  Benoît Dejean  <benoit@placenet.org>

	* docs/Makefile.am:
	* docs/fr/*:

	Added French translation.

2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Remove obsolete entry for no_NO.
	* po/no.po: And the translation.

2006-03-27 Vladimer Sichinava  <vlsichinava@gmail.com>

        * configure.in: Added "ka" (Georgian) to ALL_LINGUAS

2006-03-26  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

	* configure.in: Adding "de" documentation entry.
	* docs/de/Makefile.am: Fixing build (#336005).

2006-03-25  Christian Neumair  <chris@gnome-de.org>

	* docs/Makefile.am: (SUBDIRS): Add "de". Thanks to Keywan Najafi
	Tonekaboni.

2006-03-22  Tommi Vainikainen  <thv@iki.fi>

	* configure.in (ALL_LINGUAS): Added Dzongkha (dz).

2006-03-20  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c: (gconf_editor_gconf_value_changed): Fix
	memory corruption. GconfValue should be freed with gconf_value_free
	not with g_free.
	* src/gconf-list-model.c: (gconf_list_model_notify_func): Fix a tiny
	leak.
	Patch from Paolo Borelli. Closes bug #332931.
2006-09-15 15:21:40 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jmmv
7fda644a8f Update to 2.14.0:
2006-03-12  Fernando Herrera  <fherrera@onirica.com>

	* configure.in: Release 2.14.0

2006-03-04  Jérémy Ar Floc'h <jeremy.lefloch@gmail.com>

	* configure.in: Added Breton translation

2006-01-30  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-key-editor.c: (update_list_buttons): Fix button sensitivity
	illness on the key list dialog. Patch from Christian Persch. Fixes bug
	#166112

2006-01-30  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c:
	(gconf_editor_window_selection_changed): Remove duplicated strings
	and fix capitalization. Patch from Benoît Dejean. Fixes bug #167350

2006-01-30  Fernando Herrera  <fherrera@onirica.com>

	* src/main.c: (invalid_arg_error_dialog): HIGfy error dialog.
	Patch from Kristof Vansant. Fixes bug #325058.

2006-01-30  Fernando Herrera  <fherrera@onirica.com>

	* po/POTFILES.in:
	* src/gconf-cell-renderer.c: (gconf_cell_renderer_get_size),
	(gconf_cell_renderer_render): Translate "<no value>" string.
	Patch from Gabor Kelemen. Fixes bug #327525

2006-01-30  Fernando Herrera  <fherrera@onirica.com>

	* data/gconf-editor.desktop.in.in: Added GTK; to Category entry.
	Fixes bug #328037

2006-01-14  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>

	* configure.in: Add "zh_HK" to ALL_LINGUAS.

2006-01-08  Sebastien Bacher  <seb128@debian.org>

	* src/gconf-editor-window.c: (gconf_editor_window_about_window):
	use "translator-credits" instead of "translator_credits",
	patch by Vincent van Adrighem <adrighem@gnome.org> (Closes: #300958)

2006-01-03  Mark McLoughlin  <mark@skynet.ie>

	* configure.in: remove some redundant code which
	set GCONF_DEFAULTS_SOURCE with a value which was
	later overwritten.
2006-03-30 21:28:52 +00:00
drochner
463e6123ec update to 2.12.1
changes: two fixes for crashes
2006-03-02 19:51:00 +00:00
jmmv
83b4d54ad4 Update to 2.12.0:
2.12.0: "I only care when I miss it"
* Fixes:
	- Doc fixes (Shaun McCance)

2.11.92: "Paris Combo"
* Improvements:
	- Ported to GtkComboBox byMichael Gossard
2005-10-16 12:11:33 +00:00
jmmv
1b916756ee Update to 2.10.0:
2.10.0: "Maria Stuarda"
* Translations:
	- Updated Updated Romanian translation by Mugurel Tudor.
        - Updated Hungarian translation updated by Gabor Kelemen.
        - Updated Lithuanian translation by Gintautas Miliauskas.

2.9.92: "Drexler singing"
* Fixed:
	- Readd a missing icon
	- Fix some deprecated includes

2.9.91: "Spectacular Spectacular"
* Fixes:
	- Fix a crash when closing an old window and changing externay gconf
	  keys that were monitorized by that window. (John Ellis)

2.9.3: "Bang Bang"
* Fixes:
	- Tons of leaks fixed (Paolo Borelli)
	- Continue search after finding a pattern (Madhan Raj)

2.9.2: "Con la frente marchita"
* Impovements:
	- Add bugzilla verstion to .desktop file (Christoffer Olsen)
	- Show in the window title the current configuration database
	- Use a new icon for boormarks
	- Added German documentation (Keywan Najafi Tonekaboni)
* Fixes:
	- Install icon in the right place, use for the window title
	  correctly
	- Lot of HIGifycation work (Dennis Cranston)
	- Disable popups entries for defaults/mandatoy if user cannot
	  change them
	- Lot of strings fixes (Dave Ahlswede, Dennis Cranston, David Lodge)
	- Update auto* magic (James Henstridge)
	- Handle menu tearoffs correctly, using the ui_manager (James Bowes)
2005-03-22 16:30:36 +00:00
minskim
42fb5585bf Explicitly depend on gnome2-dirs because this package needs
share/gnome/help, which is installed by gnome2-dirs.
Noted by jmmv@.

Also correct the corresponding comment in PLIST.
2004-12-12 15:33:27 +00:00
minskim
b4979705a9 Do not delete share/gnome/help and share/omf when deinstalled; they
should be handled by gnome-dirs and scrollkeeper, respectively.

Bump PKGREVISION.
2004-12-11 06:53:21 +00:00
jmmv
ca602c5993 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
2.8,0: "Josha Bell"
* Fixes:
	- Fixes to docs (Shaun McCance)

2.7.92: "Morte della Madonna"
* Improvements:
	- Updated documentation (Shaun McCance)

2.7.91: "Que fuerte me parece"
* Fixes:
	- Fix a crash when selection unset keys (bug #149805)
        - Fix search cancelation (bugs #150728, #146790)

2.7.90: "Old maintainer clip show"
* Improvements:
	- Lots of HIG fixes (Dennis Cranston)

2.7.4: "Siempre estoy soñando"
* Improvements:
	- Search asyncronously
	- Add recent keys
* Fixes:
	- Put the output window in a vpaned so it can be resized
	  (bug #146776)
	- Go to the key in the tree and in the list.
	- Use header capitalization for menu items. Fix bug #147753
	  (Dennis Cranston)

2.7.3: "This one is really released!"
* Fixes:
	- Fix some UI stuff of the search window (Anders Carlsson)

2.7.2: "long queue"
* Improvements:
	- Search!!!!
	- Removed warning dialog (Christian Neumair)

* Fixes:
	- Enable menu internationalization (Christian Neumair)

2.7.1: "Beer at Norway"
* Improvements:
	- Implement list elements editing
	- Added schema
	- Set defaults in gconf.xml.defaults
	- Set a key/value as mandatory from
	- Support for browsing/editing defaults and mandatory

* Fixes:
	- Fix some leaks
	- Fix long standing bug converting some text entries into booleans (bug #136148)

2.7.0: "Favola di Venezia"
* Improvements:
	- Use GNOME libraries (Shakti Sen)
	- Add Help support (Shakti Sen)
	- Use GNOME standard about dialog (Bug #88279)
	- Make menu icons follow menus_have_icons preference key (Mariano
	  Suárez-Alvarez)
	- Show an alert when the key has no schema (Bug #110745)
	- Replace use of item factory with ui manager (James Bowes from the
	  GNOME love fame!)
	- When removing an item in the list edito, select the next or the previous
	  one (Alberto Ruíz, Bug #142994, also a new contributor from the
	  GNOME love and live hacking at guadec-es!)

* Fixes:
	- Fix crash when nothing is selected (Richard Hult)
	- Don't show hidden widgets on new windows.
	- Fix compilers warning and build stuff on AIX.

* Merged fixes from 2-6 branch:
        - Don't escape keys (Bugs #135807 and #136400)
        - Fix a crashing bug in the unref code (Bugs #124662 and #136631)
        - Fix the cell editor for float values (Bug  #137468)
        - Fix a crash when launching gconf-editor with a invalid key path (Bug
          #136381)
        - Allow the notebook in the key editor to fill and expand. (Fix
          #138557)

* Translations:
        - Added Basque translation (Iñaki Larrañaga)
        - Added Gujarati translation (Guntupalli Karunakar)
2004-09-21 17:10:43 +00:00
jmmv
19991df5a0 Update to 2.6.1:
* Fixes:
        - Don't escape keys (Bugs #135807 and #136400)
        - Fix a crashing bug in the unref code (Bugs #124662 and
          #136631)
        - Fix the cell editor for float values (Bug  #137468)
        - Fix a crash when launching gconf-editor with an invalid key path
          (Bug #136381)
        - Allow the notebook in the key editor to fill and expand. (Fix
          #138557)

* Translations:
        - Added Basque translation (Iñaki Larrañaga)
        - Added Gujarati translation (Guntupalli Karunakar)
2004-04-16 13:47:17 +00:00
jmmv
e805d3d706 Update to 2.6.0. Changes since previous stable version (2.4.x):
2.6.0:
* Translations:
	- Added Punjabi translation (Amanpreet Singh Alam)
	- Updated Hungarian translation (Andras Timar)
        - Added British translation (Gareth Owen)

2.5.92:
* Translations:
	- Updated Croatian translation (Robert Sedak)
	- Added Canadian English translation (Alexander Winston)
	- Updated Ukrainian translation (Maxim Dziumanenko)
	- Updated Thai translation (Theppitak Karoonboonyanan)

2.5.91:
* Fixes:
	- Show key documentation even if it has been modified (Bug #121813,
	  Fernando Herrera)

2.5.4:
* Fixes:
	- Fix a crash when deleting keys (Bugs #105884 and #124662, Sanjiv
	  Agarwala)
	- Copy path if no key is slected (Bug #132085, Fernando Herrera)
	- Fix a crash with NULLs nodes (Bug #128272, Fernando Herrea)
	- Unify copyright strings (Bug #101728, Christian Neumair)
	- Handle escaping of keys correctly (Bug #96744, Hidetoshi
	  Tajima)
	- Removed final "," in enums (Fernando Herrera)

* Improvements:
	- Update statusbar on key selection (Fernando Herrera)
	- Added man page (Sebastien Bacher)

2.5.1:
* Fixes:
	- Fix a crash with unset values (Bug #121084, Sebastien Bacher)
	- Added float support to the list editor, fixing a crash (Ross Burton)
	- Remove the GTK_DISABLE_DEPRECATED flag (Bug #123932, Arvind Samptur)

* Improvements:
	- Set the cursor to GDK_WATCH while we are figuring
	  out the child nodes (Federico Mena Quintero)
	- Expand tree items when double clicked (Christophe Fergeau)
2004-04-01 18:51:26 +00:00
jmmv
53313e2689 Depend on xdg-dirs to handle the share/applications shared directory.
Bump PKGREVISION.
2004-02-16 23:20:05 +00:00
xtraeme
910301f6e2 Update to 2.4.0
Changes:

	o Many bugfixes were solved and added new features.

Review Changelog to see a full list of changes.
2003-12-15 00:06:12 +00:00
rh
33f235f9c5 Initial import of gconf-editor-0.3.1, an editor for the GConf2
configuration system.  Version 0.2 was provided by Scott Aaron Bamford in
PR pkg/18660
This is an updated version that uses buildlink2
2002-11-02 11:32:39 +00:00