Thu, 22 Sep 2011 07:09:39 +0000 |
Elliott Sales de Andrade |
Add a separate combo box for selecting the theme variant, and actually
|
Thu, 22 Sep 2011 07:02:44 +0000 |
Elliott Sales de Andrade |
I don't know why this happens, but I keep getting a critical debug
|
Wed, 21 Sep 2011 21:37:37 +0000 |
Elliott Sales de Andrade |
Add the "default" theme to the beginning of the conversation
|
Wed, 21 Sep 2011 21:10:14 +0000 |
Elliott Sales de Andrade |
Destroy the inspector window when a tab is closed. This prevents
|
Wed, 21 Sep 2011 07:43:16 +0000 |
Mark Doliner |
Mention webkit functions here. We may want to list everything
|
Wed, 21 Sep 2011 07:40:25 +0000 |
Mark Doliner |
These two files are listed in Makefile.am, so it seems like they should
|
Wed, 21 Sep 2011 07:39:32 +0000 |
Mark Doliner |
Mark webkit-related missing functionality with "TODO WEBKIT" instead of
|
Wed, 21 Sep 2011 07:01:58 +0000 |
Elliott Sales de Andrade |
Add some NULL checks. Now it should not crash even if you don't have
|
Wed, 21 Sep 2011 06:45:26 +0000 |
Elliott Sales de Andrade |
Apply conversation theme when opening the GTK conversation. All the
|
Wed, 21 Sep 2011 03:14:57 +0000 |
Elliott Sales de Andrade |
Add template lookup for 'basestyle' CSS.
|
Wed, 21 Sep 2011 02:54:35 +0000 |
Elliott Sales de Andrade |
Add a function for lookup of Info.plist entries.
|
Wed, 21 Sep 2011 01:51:34 +0000 |
Elliott Sales de Andrade |
Document things.
|
Wed, 21 Sep 2011 00:24:10 +0000 |
Elliott Sales de Andrade |
Add an accessor for template data. Also, fix some fallbacks.
|
Mon, 19 Sep 2011 23:22:10 +0000 |
Elliott Sales de Andrade |
Avoid an error log for non-existent prefs.
|
Mon, 19 Sep 2011 21:03:41 +0000 |
Elliott Sales de Andrade |
Add documentation for conversation themes.
|
Mon, 19 Sep 2011 21:03:21 +0000 |
Elliott Sales de Andrade |
Set the default variant when loading the theme. The priorities
|
Mon, 19 Sep 2011 20:39:09 +0000 |
Elliott Sales de Andrade |
Remove old prototypes.
|
Mon, 19 Sep 2011 20:36:05 +0000 |
Elliott Sales de Andrade |
Be a bit stricter about types in Info.plist.
|
Mon, 19 Sep 2011 20:31:33 +0000 |
Elliott Sales de Andrade |
Use a consistent debugging domain.
|
Mon, 19 Sep 2011 20:23:13 +0000 |
Elliott Sales de Andrade |
Fix a leak. pidgin_conversation_theme_add_variant should only be
|
Mon, 19 Sep 2011 18:51:53 +0000 |
Elliott Sales de Andrade |
Use a consistent prefs name. It should be conversation*s* to
|
Mon, 19 Sep 2011 18:48:00 +0000 |
Elliott Sales de Andrade |
Load the list of variants when building the theme.
|
Mon, 19 Sep 2011 03:10:41 +0000 |
Elliott Sales de Andrade |
Fix theme variant pref names.
|
Mon, 19 Sep 2011 02:56:08 +0000 |
Elliott Sales de Andrade |
Add a prefs combo for the conversation theme. Variants are added as
|
Mon, 19 Sep 2011 02:53:08 +0000 |
Elliott Sales de Andrade |
Register the conversation theme loader on gtkconv initialization.
|
Mon, 19 Sep 2011 02:42:00 +0000 |
Elliott Sales de Andrade |
Lookup style key information from the hash table instead of the struct
|
Sun, 18 Sep 2011 21:45:51 +0000 |
Mark Doliner |
Correct the name of this reference. This was a copy/paste error from
|
Sun, 18 Sep 2011 21:45:29 +0000 |
Mark Doliner |
I guess doxygen wants this struct to have a comment if prpl.h is going
|
Sun, 18 Sep 2011 21:32:10 +0000 |
Mark Doliner |
Apparently this never had documentation
|
Sun, 18 Sep 2011 20:46:06 +0000 |
Mark Doliner |
Fix a bunch of tiny problems generating our doxygen documentation
|
Sun, 18 Sep 2011 20:20:02 +0000 |
Mark Doliner |
Doxygen was complaining about this not being a valid whatchamadinger,
|
Sun, 18 Sep 2011 20:18:33 +0000 |
Mark Doliner |
Re-arrange these doxygen comments. For comments longer than a few words,
|
Sun, 18 Sep 2011 18:56:47 +0000 |
Elliott Sales de Andrade |
merge of '84c2ffd17fbd0e89d0c0c66d4a1ad00571af6ba7'
|
Sun, 18 Sep 2011 18:55:17 +0000 |
Elliott Sales de Andrade |
This shouldn't be here. I wonder why it compiled before.
|
Sun, 18 Sep 2011 16:25:39 +0000 |
Mark Doliner |
Fix compilation of the gevolution plugin. Need to pass an invite message
|
Sun, 18 Sep 2011 09:11:02 +0000 |
Elliott Sales de Andrade |
merge of '016f0a7edfb704950358fcccbf5098f0c6f7dac6'
|
Sun, 18 Sep 2011 08:59:12 +0000 |
Elliott Sales de Andrade |
Move conversation theme loading into the PidginConvThemeLoader GObject
|
Sun, 18 Sep 2011 06:47:09 +0000 |
Elliott Sales de Andrade |
Copy theme-to-conversation loading stuff into the GObject code.
|
Sun, 18 Sep 2011 01:46:56 +0000 |
Mark Doliner |
One of the Piotrs tells me that the other Piotr is no longer translating.
|
Sun, 18 Sep 2011 01:33:30 +0000 |
Mark Doliner |
Update two translators' email addresses based on bounces/auto-replies
|
Sat, 17 Sep 2011 07:38:54 +0000 |
Elliott Sales de Andrade |
Remove useless notification.
|
Sat, 17 Sep 2011 07:30:10 +0000 |
Elliott Sales de Andrade |
Temporarily rename the adium IMs plugin so it will install along side
|
Sat, 17 Sep 2011 06:58:39 +0000 |
Elliott Sales de Andrade |
Using g_string_new_len here is unnecessary, and a real waste of calls
|
Sat, 17 Sep 2011 06:27:35 +0000 |
Elliott Sales de Andrade |
Attempt to move the message style object from the plugin into the new
|
Sat, 17 Sep 2011 06:14:59 +0000 |
Elliott Sales de Andrade |
Fix small typo and remove unnecessary include.
|
Sat, 17 Sep 2011 05:43:58 +0000 |
Elliott Sales de Andrade |
All this G_OBJECT() casting is quite unnecessary.
|
Sat, 17 Sep 2011 05:28:48 +0000 |
Elliott Sales de Andrade |
Add source files to Windows build.
|
Sat, 17 Sep 2011 05:27:30 +0000 |
Elliott Sales de Andrade |
Add some boilerplate Conversation theme GObjects. These don't do
|
Sat, 17 Sep 2011 04:51:57 +0000 |
Elliott Sales de Andrade |
Use GObject's instance private data for all the theme GObjects.
|
Fri, 16 Sep 2011 06:10:04 +0000 |
Elliott Sales de Andrade |
Add a WebKit Development plugin, that allows opening the builtin
|
Fri, 16 Sep 2011 04:49:17 +0000 |
masca |
Workaround the bug that causes a crash when closing a gtkwindow.
|
Thu, 15 Sep 2011 22:22:11 +0000 |
andrew victor |
Remove deprecated PidginBuddyList.connection_errors.
|
Thu, 15 Sep 2011 22:02:55 +0000 |
andrew victor |
Remove deprecated purple_request_field_list_add().
|
Thu, 15 Sep 2011 21:57:04 +0000 |
andrew victor |
Remove deprecated purple_ssl_connect_fd().
|
Thu, 15 Sep 2011 21:52:28 +0000 |
andrew victor |
Remove deprecated wpurple_g_access().
|
Mon, 12 Sep 2011 02:42:41 +0000 |
Elliott Sales de Andrade |
merge of '0acd4d77f5bd8bb02a3a73b6800be683bd7068f2'
|
Sun, 11 Sep 2011 04:52:21 +0000 |
Elliott Sales de Andrade |
Don't try to get a tag from a gtkwebview.
|
Sun, 11 Sep 2011 04:50:52 +0000 |
Elliott Sales de Andrade |
Don't attempt to add smileys to a webview by treating it as imhtml.
|
Sun, 11 Sep 2011 04:19:01 +0000 |
John Bailey |
propagate from branch 'im.pidgin.pidgin.2.x.y' (head be5e66abad2af29604bc794cc4c6600ab12751f3)
|
Sun, 11 Sep 2011 04:18:46 +0000 |
John Bailey |
Remove a bogus short-circuit check intended to prevent downloading the same icon
|