Tue, 24 Nov 2009 15:12:42 +0000 |
andrew victor |
These status strings are accessed from mxit_convert_presence_to_name() for the
|
Tue, 24 Nov 2009 13:38:25 +0000 |
andrew victor |
If Pidgin is running in Debug mode, on Windows, and no splash-screen is
|
Tue, 24 Nov 2009 13:23:27 +0000 |
andrew victor |
The "packed" attribute on the raw_chunk data-structure seems to be a GCC extension.
|
Tue, 24 Nov 2009 11:50:55 +0000 |
andrew victor |
Bump the plugin version up to 2.3.0 to indicate version included with Pidgin.
|
Sun, 29 Nov 2009 16:16:40 +0000 |
John Bailey |
disapproval of revision '661db628ce40c3548058f062ea72d9687654d53a'
|
Sat, 28 Nov 2009 05:51:05 +0000 |
Paul Aurich |
jabber: Don't print "Extra content at the end of the document".
|
Fri, 27 Nov 2009 20:52:01 +0000 |
Paul Aurich |
jabber: This is more clear.
|
Fri, 27 Nov 2009 17:07:19 +0000 |
Paul Aurich |
jabber: More namespaces! This is a good stopping point for now.
|
Fri, 27 Nov 2009 16:21:29 +0000 |
Paul Aurich |
Add the XEP# for ping, now that I'm hooked up to the interwebs.
|
Fri, 27 Nov 2009 07:13:38 +0000 |
Paul Aurich |
merge of '5e1784d5a975dc0726e72521fbf6024dfa281d84'
|
Fri, 27 Nov 2009 07:12:35 +0000 |
Paul Aurich |
Include 'internal.h' before all other headers to make some non-gcc compilers happy.
|
Thu, 26 Nov 2009 22:47:53 +0000 |
Paul Aurich |
jabber: Add the missing file and fix up the Google session namespaces
|
Thu, 26 Nov 2009 22:35:07 +0000 |
Paul Aurich |
jabber: Start putting all the namespaces in one location with consistent naming.
|
Thu, 26 Nov 2009 19:47:39 +0000 |
Paul Aurich |
jabber: Alphabetize the sources in the Makefile
|
Thu, 26 Nov 2009 19:45:21 +0000 |
Paul Aurich |
jabber/jingle: Slightly less repitition.
|
Thu, 26 Nov 2009 21:47:25 +0000 |
Bj«Órn Voigt |
German update (2 new strings "Malay" and "Ukranian")
|
Thu, 26 Nov 2009 12:09:34 +0000 |
Kelemen G«¡bor |
Updated Hungarian translation for 2.6.4
|
Wed, 25 Nov 2009 19:00:39 +0000 |
Stu Tomlinson |
Add some safety to jabber_send_signal_cb in case someone else was listening
|
Wed, 25 Nov 2009 16:39:29 +0000 |
Stu Tomlinson |
Make yahoo_codes_to_html not crash when given an empty string, or a string
|
Wed, 25 Nov 2009 16:10:28 +0000 |
Sadrul Habib Chowdhury |
Update the finch manpage a little.
|
Tue, 24 Nov 2009 17:14:59 +0000 |
Sadrul Habib Chowdhury |
*** Plucked rev 3ad8ea46 (resiak@pidgin.im):
|
Mon, 23 Nov 2009 19:00:00 +0000 |
Paul Aurich |
Added Malay translation from Muhammad Najmi bin Ahmad Zabidi. Closes #10578.
|
Mon, 23 Nov 2009 18:47:06 +0000 |
Paul Aurich |
Updated Ukranian translation. Closes #10239.
|
Mon, 23 Nov 2009 18:24:49 +0000 |
Paul Aurich |
merge of '0644248e7ae782562a19e64ff02bb1f4b7194132'
|
Mon, 23 Nov 2009 18:23:07 +0000 |
Jochen Kemnade |
some spelling, capitalization and hyphenation fixes
|
Mon, 23 Nov 2009 18:10:38 +0000 |
Paul Aurich |
Updated Hebrew, Norwegian Nynorsk, and Simplified Chinese translations.
|
Mon, 23 Nov 2009 17:02:26 +0000 |
Bj«Órn Voigt |
German update for some keyboard accelerators
|
Mon, 23 Nov 2009 16:27:17 +0000 |
Bj«Órn Voigt |
German translation update
|
Mon, 23 Nov 2009 07:57:49 +0000 |
Mark Doliner |
Avoid these two compile warnings by using more specific function signatures:
|
Mon, 23 Nov 2009 07:15:53 +0000 |
Mark Doliner |
struct tx_packet->datalen is an int, so use %d here instead of G_GSIZE_FORMAT
|
Mon, 23 Nov 2009 06:13:24 +0000 |
Elliott Sales de Andrade |
merge of '4ede3b155e9d443dcec45785cecef60b7af55de9'
|
Mon, 23 Nov 2009 00:19:33 +0000 |
Mark Doliner |
I'm not comfortable with this being an assert. If it fails then Pidgin
|
Sun, 22 Nov 2009 23:47:35 +0000 |
Mark Doliner |
A few other minor little translation-related fixes
|
Sun, 22 Nov 2009 23:35:26 +0000 |
Mark Doliner |
merge of '569642987f6f11fdb718731b245d60f535fe0962'
|
Mon, 23 Nov 2009 06:12:47 +0000 |
Elliott Sales de Andrade |
Add some more MSN client caps. Not that we actually use any of them.
|
Sun, 22 Nov 2009 23:11:19 +0000 |
Elliott Sales de Andrade |
merge of '94344158f35dde02dc906e3e5e39e58a326ff1be'
|
Sun, 22 Nov 2009 23:05:51 +0000 |
Evan Schoenberg |
Remove an unneeded debug log, which Mark points out might also be unsafe as it would be using %s as a formatter for a UTF-16BE string
|
Sun, 22 Nov 2009 23:34:52 +0000 |
Mark Doliner |
Accidentally reversed this logic in an earlier commit
|
Sun, 22 Nov 2009 23:13:19 +0000 |
Mark Doliner |
The MXit guy seems to like spaces between his parenthesis, so I'll be
|
Sun, 22 Nov 2009 23:00:57 +0000 |
Mark Doliner |
Spaces to tab
|
Sun, 22 Nov 2009 22:39:51 +0000 |
Mark Doliner |
Finish making this change that I started earlier today. This doesn't
|
Sun, 22 Nov 2009 21:13:52 +0000 |
sttwister |
merge of '5dd45a65920d3936eba743066aaa34e00084f3bd'
|
Sun, 22 Nov 2009 21:13:50 +0000 |
sttwister |
merge of '5abbad5cd71f99c20f09b841f16db29597be4cc2'
|
Sun, 22 Nov 2009 19:21:20 +0000 |
Mark Doliner |
Mark a bunch of mxit strings for translation
|
Sun, 22 Nov 2009 20:03:02 +0000 |
Evan Schoenberg |
Changelogging the Direct IM unicode fixes
|
Sun, 22 Nov 2009 19:25:02 +0000 |
Evan Schoenberg |
Spelling fix in a debug log
|
Sun, 22 Nov 2009 18:56:06 +0000 |
Evan Schoenberg |
Plucked d2a1d52b3bbf29baa53b9ddaa635d50b6332064f from im.pidgin.adium
|
Sun, 22 Nov 2009 18:38:31 +0000 |
Mark Doliner |
This fixes a crash when attempting to register a new account and failing
|
Sun, 22 Nov 2009 18:22:18 +0000 |
Mark Doliner |
I think errdesc was meant to be used here, not errmsg. errmsg isn't
|
Sun, 22 Nov 2009 13:40:47 +0000 |
Jochen Kemnade |
German translation update round one
|
Sat, 21 Nov 2009 19:40:03 +0000 |
Sadrul Habib Chowdhury |
Fix scrolling bug for very busy chat rooms.
|
Fri, 20 Nov 2009 21:49:36 +0000 |
Sadrul Habib Chowdhury |
Destroy the menu-actions created by plugins for the context menus.
|
Fri, 20 Nov 2009 21:48:29 +0000 |
Sadrul Habib Chowdhury |
Add missing copyright headers.
|
Fri, 20 Nov 2009 21:45:44 +0000 |
Sadrul Habib Chowdhury |
Fix showing umlauts etc. on non-utf8 locales.
|
Fri, 20 Nov 2009 16:46:58 +0000 |
Sadrul Habib Chowdhury |
Underline the selection in a checkbox.
|
Fri, 20 Nov 2009 09:11:10 +0000 |
Sadrul Habib Chowdhury |
Remove a bunch of code duplication.
|
Fri, 20 Nov 2009 09:06:35 +0000 |
Sadrul Habib Chowdhury |
Set prgname for pidgin.
|
Fri, 20 Nov 2009 08:28:31 +0000 |
Sadrul Habib Chowdhury |
Remove some dead code.
|
Fri, 20 Nov 2009 08:02:10 +0000 |
Sadrul Habib Chowdhury |
Fix reset-formatting for some cases.
|
Sun, 22 Nov 2009 21:13:20 +0000 |
sttwister |
Documented chat API. References #10605
|
Fri, 20 Nov 2009 06:23:23 +0000 |
Sadrul Habib Chowdhury |
Allow ellipsizing on the status menus in the preference window.
|
Fri, 20 Nov 2009 05:09:27 +0000 |
Sadrul Habib Chowdhury |
Prevent an infinite loop from the preference window.
|
Tue, 17 Nov 2009 23:05:13 +0000 |
Paul Aurich |
merge of '47697d74271a33e8dfe15fdeef4210b3ca9b762f'
|
Tue, 17 Nov 2009 23:04:24 +0000 |
Paul Aurich |
jabber: Update to v1.2 of the spec (adds a few more elements).
|
Tue, 17 Nov 2009 22:03:50 +0000 |
Paul Aurich |
'=' and ',' are valid nodeprep characters
|
Tue, 17 Nov 2009 21:34:28 +0000 |
Marcus Lundblad |
jabber: don't crash when right-clicking on buddies non on the local roster
|
Tue, 17 Nov 2009 19:10:17 +0000 |
Daniel Atallah |
Add mxit to uninstall list
|
Tue, 17 Nov 2009 17:16:40 +0000 |
Daniel Atallah |
This appears to be the correct way to set the spin button value.
|
Tue, 17 Nov 2009 17:10:22 +0000 |
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.
|
Tue, 17 Nov 2009 16:32:20 +0000 |
Daniel Atallah |
Fix some stuff in the prefs dialog on Win32
|
Tue, 17 Nov 2009 16:11:59 +0000 |
Sadrul Habib Chowdhury |
Mark some strings for translation.
|
Tue, 17 Nov 2009 15:43:14 +0000 |
Daniel Atallah |
Remove unnecessary include
|
Tue, 17 Nov 2009 15:14:23 +0000 |
John Bailey |
nosnilmot points out that this breaks people who share a .purple directory
|
Tue, 17 Nov 2009 07:33:34 +0000 |
John Bailey |
ChangeLog all the prefs window changes.
|
Tue, 17 Nov 2009 06:57:57 +0000 |
John Bailey |
propagate from branch 'im.pidgin.cpw.rekkanoryo.prefs_window' (head 753538dd05ced6c0319b4bbabd7cac8fb6edee28)
|
Tue, 17 Nov 2009 06:49:12 +0000 |
John Bailey |
Ok, clearly I'm an idiot. I removed the right line but from the wrong block.
|
Tue, 17 Nov 2009 06:45:20 +0000 |
John Bailey |
I *think* this properly adds back the font preference stuff I axed earlier, but
|
Tue, 17 Nov 2009 05:59:51 +0000 |
John Bailey |
This should fix dvpdiner2's crash.
|
Mon, 16 Nov 2009 08:10:44 +0000 |
Elliott Sales de Andrade |
merge of '79639d895e39ef23c24691d0736a265373e2b49c'
|
Mon, 16 Nov 2009 08:06:20 +0000 |
Elliott Sales de Andrade |
In GNOME 2.26, the program gnome-network-preferences was renamed to
|
Mon, 16 Nov 2009 07:45:34 +0000 |
Elliott Sales de Andrade |
Don't leak path.
|
Mon, 16 Nov 2009 07:41:23 +0000 |
Elliott Sales de Andrade |
Make the instructions wrap a bit nicer.
|
Mon, 16 Nov 2009 07:29:51 +0000 |
Elliott Sales de Andrade |
Fix alignment and widget parents of the smiley theme combo box to match
|
Mon, 16 Nov 2009 07:25:58 +0000 |
Elliott Sales de Andrade |
Rename a smiley theme function to be a bit more descriptive.
|
Mon, 16 Nov 2009 07:25:22 +0000 |
Elliott Sales de Andrade |
Fix merge error
|
Mon, 16 Nov 2009 07:19:27 +0000 |
Elliott Sales de Andrade |
merge of '23b195ee466a16623c26be2604cba4a8c5b889b2'
|
Mon, 16 Nov 2009 07:08:27 +0000 |
Elliott Sales de Andrade |
Remove some code duplication which also fixes a small inconsistency in the
|
Mon, 16 Nov 2009 07:04:32 +0000 |
Elliott Sales de Andrade |
Convert Smiley theme selection to the simpler combo box affair that's in
|
Mon, 16 Nov 2009 07:11:16 +0000 |
John Bailey |
Add a font pref to the pidginrc plugin to control the conversation history
|
Mon, 16 Nov 2009 06:56:04 +0000 |
John Bailey |
Make a frame for the combo box theme selectors and make the labels left-aligned
|
Mon, 16 Nov 2009 06:31:17 +0000 |
John Bailey |
Show the Configure Proxy and Configure Browser buttons if the relevant GNOME
|
Mon, 16 Nov 2009 05:33:14 +0000 |
John Bailey |
Missed some widgets in that last one.
|
Mon, 16 Nov 2009 05:27:32 +0000 |
John Bailey |
This should fix QuLogic's missing tabs, I hope.
|
Mon, 16 Nov 2009 04:58:51 +0000 |
John Bailey |
Silence some assertions QuLogic noticed.
|
Mon, 16 Nov 2009 01:51:57 +0000 |
John Bailey |
Move the "Change status to" menu to be beside the checkbox controlling it.
|
Mon, 16 Nov 2009 00:57:04 +0000 |
John Bailey |
Clean up some remnants of the font prefs I killed earlier.
|
Mon, 16 Nov 2009 00:54:23 +0000 |
John Bailey |
Oops. If the user was running GNOME, he/she wouldn't see the proxy and browser
|
Mon, 16 Nov 2009 00:52:45 +0000 |
John Bailey |
Relocate the proxy and browser blurbs for GNOME users to the proxy and browser
|
Sun, 15 Nov 2009 20:34:53 +0000 |
John Bailey |
propagate from branch 'im.pidgin.pidgin' (head 726afd12644ce582c24651cc458da06453c332ad)
|
Sun, 15 Nov 2009 20:34:26 +0000 |
John Bailey |
Kill the use of the GNOME document font and the prefs to override it. The font
|
Thu, 12 Nov 2009 04:09:36 +0000 |
John Bailey |
Collapse "Sound Method" and "Sound Options" sections on the Sounds tab into one
|
Wed, 11 Nov 2009 23:24:21 +0000 |
John Bailey |
Get rid of the "Auto-away" section on the status/idle tab. Move all those
|
Wed, 11 Nov 2009 19:48:59 +0000 |
John Bailey |
Make the default themes' names consistent with the default smiley theme.
|
Wed, 11 Nov 2009 19:24:51 +0000 |
John Bailey |
Move the sound theme selector to the Themes tab and make the smiley section
|
Wed, 11 Nov 2009 16:27:46 +0000 |
John Bailey |
propagate from branch 'im.pidgin.pidgin' (head 21e0c593084b90bf269f264a4f54e3ac8ea291d9)
|
Wed, 11 Nov 2009 16:27:23 +0000 |
John Bailey |
Use a couple size groups to make the buddy list and status icon theme selectors
|
Wed, 11 Nov 2009 16:16:45 +0000 |
John Bailey |
I forgot to set the border on the proxy tab. This looks much better now.
|
Wed, 11 Nov 2009 16:14:34 +0000 |
John Bailey |
Move the status icon and blist theme comboboxes to the Themes tab. This looks
|
Wed, 11 Nov 2009 15:59:10 +0000 |
John Bailey |
Reorder the tabs alphabetically. I left Interface at the top because it's our
|
Wed, 11 Nov 2009 15:53:13 +0000 |
John Bailey |
All theme selectors will be on this tab soonish. Rename the tab to reflect it.
|
Wed, 11 Nov 2009 15:51:45 +0000 |
John Bailey |
The theme authors for default/nonexistant themes should be consistent. Since
|
Wed, 11 Nov 2009 15:19:10 +0000 |
John Bailey |
Move the proxy stuff to a separate tab, per deryni's suggestion.
|