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)
Fri, 01 Jun 2007 23:41:12 +0000 Sadrul Habib Chowdhury merge of '82644c8641c5089ed2cafd58983010f0144b7699'
Fri, 01 Jun 2007 21:28:35 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 82644c8641c5089ed2cafd58983010f0144b7699)
Thu, 31 May 2007 05:11:46 +0000 Sadrul Habib Chowdhury merge of '8ae64558f2dc02cbc051dda2e2e6e4270b03f7f3'
Wed, 30 May 2007 01:41:53 +0000 Sadrul Habib Chowdhury merge of '0a38e9dc34b72b02921967bb5ac7d827ed8638b1'
Fri, 25 May 2007 22:04:18 +0000 Sadrul Habib Chowdhury Allow formatted text in the pounce dialog. Also, use the same code to
Fri, 01 Jun 2007 04:21:55 +0000 Sean Egan Fix default custom font
Thu, 31 May 2007 03:00:35 +0000 Sean Egan Reluctantly, I've added a preference for overriding the GTK+ default theme in GtkIMHtml widgets. There is support for this feature in the GNOME HIG and in other GTK+ (including GNOME) applications. This fixes #494. This is a GTK+ 2.4-only feature. I don't update the fonts in existing gtkimhtml's yet, only in new ones. Someone else may want to take care of that
Fri, 01 Jun 2007 21:22:46 +0000 Gabriel Schulhof Need help reflecting selected smiley theme after remove
Wed, 30 May 2007 21:05:04 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 906d9e8b2315b314b956961566ef8062cd963241)
Wed, 30 May 2007 09:02:05 +0000 Richard Laager A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme
Tue, 29 May 2007 22:39:05 +0000 Gabriel Schulhof Fixed smiley theme chooser label.
Tue, 29 May 2007 22:21:02 +0000 Gabriel Schulhof Using GTK+-2.8 functions - inadmissible.
Tue, 29 May 2007 20:42:21 +0000 Gabriel Schulhof Don't remove all themes when re-probing.
Mon, 28 May 2007 23:33:30 +0000 Gabriel Schulhof Buttons to add and remove smiley themes.
Mon, 28 May 2007 18:25:43 +0000 Sean Egan fixes #1316
Tue, 22 May 2007 22:46:07 +0000 William Ehlhardt merge of '6314e2458eb034f1157174edc1f80ea8bb7ecebc'
Sat, 19 May 2007 08:24:46 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 62e9d17cd37551991c5040ce6ca48e6d7578dde3)
Fri, 18 May 2007 22:04:01 +0000 Gabriel Schulhof Added to gtkutils.c:
Sat, 19 May 2007 02:21:42 +0000 Bj«Órn Voigt "Hello Luke!
Tue, 22 May 2007 20:46:08 +0000 Sean Egan ALSA Gstreamer sink. Mostly to see if this still crashes Luke.
Sat, 28 Apr 2007 03:22:34 +0000 Sadrul Habib Chowdhury Rename parents first, then rename/remove the dead children. Also, set the idle-setting to 'purple' if it was 'gaim' before migration.
Thu, 26 Apr 2007 12:25:49 +0000 Evan Schoenberg Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
Wed, 25 Apr 2007 23:55:56 +0000 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
Mon, 16 Apr 2007 05:27:17 +0000 Richard Laager Word on the street is that we don't want things named pidginfoo_bar(), but
Mon, 16 Apr 2007 02:19:58 +0000 Richard Laager I don't like the pidginfoo_bar widget names that resulted from the sed.
Mon, 16 Apr 2007 02:05:07 +0000 Richard Laager Rename the Doxygen group from gtkui to pidgin.
Sun, 15 Apr 2007 18:52:28 +0000 Mark Doliner Sort smiley themes case-insensitively because I think that's what
Wed, 11 Apr 2007 13:38:05 +0000 Stu Tomlinson Rename /purple/gtk preferences back to /gaim/gtk to allow for smooth upgrades
Wed, 21 Mar 2007 09:00:54 +0000 Richard Laager Re-sed the copyright notices so they don't all talk about Purple.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Mon, 19 Mar 2007 06:11:46 +0000 Sean Egan According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Mon, 19 Mar 2007 06:01:29 +0000 Sean Egan More Gaim to Pidgin stuff
Sun, 18 Mar 2007 21:12:40 +0000 Sean Egan More Gaim to Pidgin changes
Sat, 03 Feb 2007 20:36:01 +0000 Daniel Atallah merge of '5640aed5456a4805ad88daaba5fbb055024d2c46'
Sat, 03 Feb 2007 18:46:49 +0000 Daniel Atallah Win32 de-gaimification of pidgin
Sat, 03 Feb 2007 19:08:27 +0000 Sean Egan More pidgin changes
Sat, 03 Feb 2007 08:45:32 +0000 Sean Egan gtkutils changes
Sat, 03 Feb 2007 07:55:15 +0000 Sean Egan pidginconv to pidgin_conv
Sat, 03 Feb 2007 07:23:11 +0000 Sean Egan gaim_gtk to pidgin. I hope
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/