summaryrefslogtreecommitdiff
path: root/libnautilus-extensions/nautilus-preferences.c
Commit message (Expand)AuthorAgeFilesLines
* reviewed by: Pavel Cisler <pavel@eazel.com>Ramiro Estrugo2001-01-221-18/+25
* reviewed by: Pavel Cisler <pavel@eazel.com>Ramiro Estrugo2001-01-181-786/+999
* Yank FIXME for bug 1273 which no longer exists.Ramiro Estrugo2001-01-111-3/+0
* Update for GConf HEAD (0.9)Ramiro Estrugo2000-10-031-42/+35
* Storage leak fixes. Today I concentrated on leaks that happenDarin Adler2000-09-231-0/+2
* Fixed bug 640 (icon cache never frees images (awaiting GdkPixbufDarin Adler2000-09-201-3/+6
* Task 1229. Need support for preferences not coupled to user level.Ramiro Estrugo2000-08-311-85/+187
* Added more bug numbers to FIXMEs. 49 to go.John Sullivan2000-08-291-1/+1
* properly handle gconf error, and init it to NULL first. This will avoidGeorge Lebl2000-08-221-59/+126
* Fixes for bugzilla tasks 1525 and 1530.Maciej Stachowiak2000-08-111-1/+60
* Update for GConf api changes.Ramiro Estrugo2000-07-121-1/+1
* s/g_str_freev/g_strfreev/ as that's the correct glib nameGeorge Lebl2000-06-181-2/+2
* Move the nautilus-widgets classes to libnautilus-extensions.Ramiro Estrugo2000-06-101-3/+3
* The main change here is revamping the undo manager.Darin Adler2000-06-071-22/+22
* Use "/apps/nautilus" instead of "/nautilus" to conform to theRamiro Estrugo2000-06-071-1/+1
* Add missing g_free.Ramiro Estrugo2000-06-071-0/+2
* Added bug numbers to FIXMEs.John Sullivan2000-06-061-2/+4
* Fix for simple typo in nautilus-widgets/nautilus-preferences.cIan McKellar2000-06-031-1/+0
* Task 518. Support for changing preferecens individuallyRamiro Estrugo2000-06-021-316/+200
* Once again, back to implicit initialization of preferences stuff. It makesRamiro Estrugo2000-06-021-149/+170
* No longer need to retrieve the gconf_client from the user level manager.Ramiro Estrugo2000-06-021-1/+7
* Instead of creating our own gconf client, share one with the user levelRamiro Estrugo2000-05-301-7/+2
* New class to manager user level stuff.Ramiro Estrugo2000-05-301-8/+1
* Rename (nautilus_preferences_find_preference) toRamiro Estrugo2000-05-301-2/+2
* Cleanup preferences to make the code easier to modify. Name things moreRamiro Estrugo2000-05-301-303/+299
* Make sure the preference values are indeed different than theRamiro Estrugo2000-05-291-0/+25
* Install only ONE gconf notification for each preference or namespace thatRamiro Estrugo2000-05-261-40/+62
* Add support for keeping track of changes within a whole preferenceRamiro Estrugo2000-05-261-6/+63
* Fix bugzilla tasks #599 (hex number is bad default for meta viewMaciej Stachowiak2000-05-201-4/+5
* More FIXME-to-bug work.John Sullivan2000-04-261-1/+1
* Simplified preferences api by letting gconf do most of the work.Ramiro Estrugo2000-04-261-386/+278
* Switched us to use gconf instead of gnome_config. There is stillRamiro Estrugo2000-04-221-80/+62
* Simplify be removing all arguments from callbacks save for the user data.Ramiro Estrugo2000-04-191-7/+5
* If the stored default value is null, is the given on. Do this only forRamiro Estrugo2000-04-191-2/+5
* Fix bug that prevented a reasonable default from being fetched. Use theRamiro Estrugo2000-04-181-5/+6
* Many prefernece api changes. Make pref api behave more like the metadataRamiro Estrugo2000-04-181-106/+156
* Split libnautilus into two pieces.Ramiro Estrugo2000-04-141-1/+1
* Preferences work. Make preference registration implicit. Update code thatRamiro Estrugo2000-04-051-210/+314
* Cleanup NautilusPreferences a bit in preparation for api revampRamiro Estrugo2000-03-281-189/+288
* Did some of the renamings that were queued in RENAMING.Darin Adler2000-03-161-215/+183
* Fixes for a couple of preferences bugs.John Sullivan2000-03-161-8/+6
* Used preferences mechanism for text under icons andJohn Sullivan2000-03-151-7/+57
* Fixed bug that caused a core dump when getting at the root directoryDarin Adler2000-03-131-137/+102
* Fix pointer <-> int conversion warnings.Elliot Lee2000-03-131-10/+10
* libnautilus/nautilus-global-preferences.c, Add a table of meta view iidsRamiro Estrugo2000-03-131-8/+58
* Properly remove the item from the list so that we dont crash later tryingRamiro Estrugo2000-03-121-3/+4
* Make the preference changes persistent.Ramiro Estrugo2000-03-121-13/+42
* Use better names for the global preferences macros.Ramiro Estrugo2000-03-121-35/+96
* Cleanup naming of everything to use "preferences" instead ofRamiro Estrugo2000-03-121-85/+84
* Moved all the preference widetry to nautilus-widgets.Ramiro Estrugo2000-03-111-0/+628