log pidgin/gtkprefs.c @ 21652:eb2d5ba2a50d

age author description
Tue, 27 Nov 2007 00:15:49 +0000 Sadrul Habib Chowdhury Add a utility function pidgin_dialog_add_button to add buttons to a dialog
Mon, 26 Nov 2007 08:47:08 +0000 Sadrul Habib Chowdhury Patch from fmoo. This makes a lot of the windows closeable with Escape. There
Sat, 17 Nov 2007 00:12:30 +0000 Richard Laager This merge has the effect of reverting the hinting code from trunk.
Fri, 16 Nov 2007 23:32:17 +0000 Richard Laager merge of '1037fab539d2a95db4fc657f42420566f7e53440'
Fri, 16 Nov 2007 23:27:07 +0000 Richard Laager merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'
Fri, 16 Nov 2007 23:01:12 +0000 Richard Laager disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
Sat, 10 Nov 2007 04:52:20 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
Sun, 14 Oct 2007 20:53:40 +0000 Richard Laager Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no
Fri, 16 Nov 2007 23:27:01 +0000 Richard Laager disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
Sun, 14 Oct 2007 18:07:19 +0000 Gabriel Schulhof Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
Thu, 08 Nov 2007 08:28:09 +0000 Mark Doliner Change the ordering of the options in the system tray dropdown menu so
Sat, 03 Nov 2007 20:20:06 +0000 Stu Tomlinson Add a button in preferences to launch Gnome preferred application
Fri, 16 Nov 2007 23:30:03 +0000 Richard Laager disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
Sun, 14 Oct 2007 00:26:00 +0000 Richard Laager disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
Wed, 10 Oct 2007 22:57:51 +0000 Gabriel Schulhof Removed request stuff - now on pidgin-request-ui-hint
Sat, 06 Oct 2007 15:55:47 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 1757e82b3ed17d8ad45db9d2c62f0187a8bee93d)
Tue, 30 Oct 2007 04:28:31 +0000 Daniel Atallah Fix some leaking GtkSizeGroups.
Mon, 29 Oct 2007 04:08:42 +0000 Casey Harkins Ignore mute setting when testing sounds from the preferences window.
Sun, 28 Oct 2007 17:25:18 +0000 Stu Tomlinson Add a button in Network prefences page to launch Gnome proxy configuration
Fri, 26 Oct 2007 04:59:23 +0000 Ka-Hing Cheung Patch from Andrew Gaul to constify a bunch of static variables to reduce
Fri, 28 Sep 2007 16:34:43 +0000 Richard Laager propagate from branch 'im.pidgin.rlaager.merging.2_2_1_conflicts' (head 4ad1081695d083df424898e6e7091f731b401265)
Sat, 22 Sep 2007 16:19:34 +0000 Gabriel Schulhof Updated hinting to be less invasive
Sat, 22 Sep 2007 09:48:07 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 025faf23aaac403798451974c320c4de6df470d5)
Fri, 28 Sep 2007 16:22:27 +0000 Richard Laager applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Sat, 15 Sep 2007 06:26:35 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 02b9fa9cd591c94c082a8ff02ea27fe33b278a0a)
Fri, 14 Sep 2007 17:55:05 +0000 Daniel Atallah Fix proxy settings to be loaded correctly when libpurple is initialized. This was broken because it relied on the prefs being loaded after proxy initialization so that the pref callbacks would be triggered and I changed the prefs loading to happen right at the beginning to fix other issues. Fixes #3092.
Wed, 12 Sep 2007 19:11:38 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)
Wed, 12 Sep 2007 11:18:57 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 3a95a9866173539bae4b66f0e7047dae6f5376c6)
Fri, 07 Sep 2007 05:22:51 +0000 Sadrul Habib Chowdhury "We are going to destroy the conversations immediately only if the 'close immediately'
Fri, 17 Aug 2007 22:10:43 +0000 Gabriel Schulhof explicit merge of 'fc49baf44017a8fd511c607b435668baf2a0f518'
Fri, 17 Aug 2007 20:21:04 +0000 Gabriel Schulhof Finished implem in gtkrequest.c
Thu, 16 Aug 2007 21:28:07 +0000 Gabriel Schulhof Added hints to gtkprefs.c
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Thu, 06 Sep 2007 15:42:57 +0000 Daniel Atallah Don't assume that the Gstreamer stuff isn't used on win32. There really isn't anything to see here.
Tue, 04 Sep 2007 00:37:18 +0000 Sadrul Habib Chowdhury Don't show *all*\!
Tue, 28 Aug 2007 03:59:44 +0000 Daniel Atallah Move purple_prefs_load() to purple_prefs_init() - there's been a TODO for this for a long time. I have no idea why this wasn't done sooner; it seems to work just fine and fixes some bugs where stuff isn't loaded before being used. Fixes #1848 (and I'm sure others). Yell at me if this breaks anything.
Thu, 23 Aug 2007 03:06:52 +0000 Casey Harkins Separate out setting up the labelled-by and label-for ATK relationships
Mon, 13 Aug 2007 04:52:49 +0000 Sadrul Habib Chowdhury Allow the imhtml to expand and fill the void.
Mon, 13 Aug 2007 04:23:57 +0000 Mark Doliner Set a minimize size of 300 pixels for the imhtml showing example
Sun, 05 Aug 2007 19:41:08 +0000 Ka-Hing Cheung remember chat/im windows sizes and positions separately by letting the
Mon, 30 Jul 2007 19:07:58 +0000 Sean Egan A few strings I couldn't change without breaking string freeze
Wed, 25 Jul 2007 19:56:50 +0000 Sean Egan More perl bindings from Zsombor Welker, fixes #1830
Sun, 22 Jul 2007 06:45:05 +0000 Sean Egan Infopane is optional
Sun, 08 Jul 2007 21:23:43 +0000 Daniel Atallah Give Windows users the option of having new conversation windows created minimized. Hopefully this will stop the incessant crying about this. Fixes #664.
Sun, 01 Jul 2007 15:45:51 +0000 Richard Laager Mark "Install Theme" for translation. Gabriel Schulhof caught this.
Sun, 01 Jul 2007 01:15:09 +0000 Richard Laager Removing the default theme doesn't make sense for the average user. They
Sat, 30 Jun 2007 23:15:31 +0000 Richard Laager The formatting imhtml in the prefs isn't rendering the smiley and it's not
Sat, 30 Jun 2007 23:12:10 +0000 Richard Laager Minor coding style changes.
Sat, 30 Jun 2007 22:23:25 +0000 Richard Laager Whitespace changes.
Wed, 27 Jun 2007 21:43:18 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 704b8c18f7c29f1fc8bfcf640275d2a9928ed03c)
Thu, 21 Jun 2007 18:08:48 +0000 Stu Tomlinson Only hide the proxy options table if not running gnome otherwise we hide
Sun, 17 Jun 2007 14:33:41 +0000 Stu Tomlinson disapproval of revision '8252394105eb4f981e17cec193e039dc94dfbde1'
Sun, 17 Jun 2007 07:46:04 +0000 Kevin Stange Based on my calculations, this comment made no sense. It is not necessary to
Fri, 15 Jun 2007 08:25:04 +0000 Sadrul Habib Chowdhury Make the entry-box look nicer in the preference.
Fri, 15 Jun 2007 08:24:08 +0000 Sadrul Habib Chowdhury Show the previously selected custom font, what this is meant to do.
Mon, 04 Jun 2007 23:48:54 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36)
Sat, 02 Jun 2007 13:09:49 +0000 Luke Schierer propagate from branch 'im.pidgin.pidgin' (head bdd3cb040100fe925456b862d03cc6c5a61648ef)
Wed, 30 May 2007 05:37:04 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head f7d4b1ae759e694a319fc8d37f917e1c2b2e1d3b)
Mon, 28 May 2007 08:06:28 +0000 Richard Laager propagate from branch 'im.pidgin.rlaager.merging.for_2_1_0' (head 24ee3feb7b0e68036eebb50b90278e581fea942a)