log pidgin/gtkprefs.c @ 30503:c80d5cf9d88e

age author description
2010-02-19 Mark Doliner Get rid of a few version checks that we no longer need now that we depend
2010-02-18 Mark Doliner propagate from branch 'im.pidgin.pidgin.next.minor' (head 42544ec892337510146c931806a95dbf69c2fe30)
2010-02-16 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head c0adc68d6e21c013beb36f789a05d94234c3696a)
2010-02-15 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 1d831e835bac31debd4d67cc75397c378c00bc7e)
2009-12-25 John Bailey propagate from branch 'im.pidgin.pidgin' (head 8f0a3e68547fbc66188357edbf6694bd8dd2d557)
2009-11-23 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 70ee6c0f2e2858657f0eb06a128db6abd076bdb7)
2009-11-17 John Bailey Fix the Windows font pref for the new GTK version requirements.
2009-11-17 John Bailey propagate from branch 'im.pidgin.pidgin' (head 42a8485e73af5f2091d307b51c09dded94eceb24)
2009-11-09 John Bailey propagate from branch 'im.pidgin.pidgin' (head 37329f033a30f4f4f5048f9fdc86df4400e3ada5)
2009-11-02 John Bailey propagate from branch 'im.pidgin.pidgin' (head 53ad409302bf312b4f1e4153f893f1350638c8c9)
2009-10-31 John Bailey propagate from branch 'im.pidgin.pidgin' (head bc551a0f3f61b07c37e8677925b1aeae91e849be)
2009-10-12 John Bailey propagate from branch 'im.pidgin.pidgin' (head 2ac9ba8bc7ccc501db6f24fdfe06025a3957852a)
2009-09-27 John Bailey propagate from branch 'im.pidgin.pidgin' (head bd59b6d44034a232a0414586f78d8f559d9705f8)
2009-09-16 John Bailey propagate from branch 'im.pidgin.pidgin' (head f881ba77d0fe70224a938185a5a3675b39520873)
2009-08-23 John Bailey Kill off unneeded GTK_CHECK_VERSION uses in gtkprefs.c. There are a couple
2010-02-16 Sadrul Habib Chowdhury Expand and fill.
2010-02-16 Elliott Sales de Andrade Remove/comment on some GTK_CHECK_VERSION calls.
2010-02-15 Yoshiki Yazawa merged with im.pidgin.pidgin
2010-02-14 Daniel Atallah Make the conversation text preview section dynamically update as the win32-only font override changes. Fixes #11168
2009-12-25 Yoshiki Yazawa merged with im.pidgin.pidgin
2009-12-23 Elliott Sales de Andrade Since the prefs variable holds the widget that refers to the prefs dialog,
2009-12-23 Elliott Sales de Andrade Re-themeize the sample GtkIMHtml entry in the prefs Conversations page when
2009-12-23 Elliott Sales de Andrade Oops, the GtkListStore's for the themes have a lifetime that extends over
2009-12-23 Elliott Sales de Andrade Make sure all globals are NULL when the prefs page is destroyed.
2009-12-23 Elliott Sales de Andrade Re-order variables to follow widget hierarchy.
2009-12-23 Elliott Sales de Andrade Remove an unnecessary variable.
2009-11-20 Yoshiki Yazawa merged with im.pidgin.pidgin
2009-11-20 Sadrul Habib Chowdhury Prevent an infinite loop from the preference window.
2009-11-17 Daniel Atallah This appears to be the correct way to set the spin button value.
2009-11-17 Daniel Atallah Fix the proxy configuration fields to appear as appropriate for the current proxy selection. Also reduce the scope on the proxy frame variables.
2009-11-17 Daniel Atallah Fix some stuff in the prefs dialog on Win32
2009-11-17 John Bailey nosnilmot points out that this breaks people who share a .purple directory
2009-11-17 John Bailey Ok, clearly I'm an idiot. I removed the right line but from the wrong block.
2009-11-17 John Bailey I *think* this properly adds back the font preference stuff I axed earlier, but
2009-11-17 John Bailey This should fix dvpdiner2's crash.
2009-11-16 Elliott Sales de Andrade In GNOME 2.26, the program gnome-network-preferences was renamed to
2009-11-16 Elliott Sales de Andrade Don't leak path.
2009-11-16 Elliott Sales de Andrade Make the instructions wrap a bit nicer.
2009-11-16 Elliott Sales de Andrade Fix alignment and widget parents of the smiley theme combo box to match
2009-11-16 Elliott Sales de Andrade Rename a smiley theme function to be a bit more descriptive.
2009-11-16 Elliott Sales de Andrade Fix merge error
2009-11-16 Elliott Sales de Andrade merge of '23b195ee466a16623c26be2604cba4a8c5b889b2'
2009-11-16 Elliott Sales de Andrade Remove some code duplication which also fixes a small inconsistency in the
2009-11-16 Elliott Sales de Andrade Convert Smiley theme selection to the simpler combo box affair that's in
2009-11-16 John Bailey Make a frame for the combo box theme selectors and make the labels left-aligned
2009-11-16 John Bailey Show the Configure Proxy and Configure Browser buttons if the relevant GNOME
2009-11-16 John Bailey Missed some widgets in that last one.
2009-11-16 John Bailey This should fix QuLogic's missing tabs, I hope.
2009-11-16 John Bailey Silence some assertions QuLogic noticed.
2009-11-16 John Bailey Move the "Change status to" menu to be beside the checkbox controlling it.
2009-11-16 John Bailey Clean up some remnants of the font prefs I killed earlier.
2009-11-16 John Bailey Oops. If the user was running GNOME, he/she wouldn't see the proxy and browser
2009-11-16 John Bailey Relocate the proxy and browser blurbs for GNOME users to the proxy and browser
2009-11-15 John Bailey Kill the use of the GNOME document font and the prefs to override it. The font
2009-11-12 John Bailey Collapse "Sound Method" and "Sound Options" sections on the Sounds tab into one
2009-11-11 John Bailey Get rid of the "Auto-away" section on the status/idle tab. Move all those
2009-11-11 John Bailey Make the default themes' names consistent with the default smiley theme.
2009-11-11 John Bailey Move the sound theme selector to the Themes tab and make the smiley section
2009-11-11 John Bailey Use a couple size groups to make the buddy list and status icon theme selectors
2009-11-11 John Bailey I forgot to set the border on the proxy tab. This looks much better now.