Sun, 08 Apr 2007 13:25:35 +0000 |
Nathan Walp |
more help for translators (I removed a few PIDGIN_NAME references
|
Mon, 09 Apr 2007 10:03:48 +0000 |
Richard Nelson |
word wrapping, fix \r\n newlines
|
Sat, 07 Apr 2007 22:46:39 +0000 |
Nathan Walp |
make things cleaner for translators
|
Sat, 07 Apr 2007 19:48:38 +0000 |
Nathan Walp |
merge of '6f088861a14e87600e0d324f5c4c994860b602af'
|
Sat, 07 Apr 2007 14:08:19 +0000 |
Luke Schierer |
one last pre-announcement translation update
|
Sat, 07 Apr 2007 19:47:35 +0000 |
Nathan Walp |
block and unblock have the right icons now
|
Sat, 07 Apr 2007 13:49:02 +0000 |
Nathan Walp |
we have a language that has an accent in the name, so we can't claim
|
Sat, 07 Apr 2007 12:28:29 +0000 |
Nathan Walp |
oops
|
Sat, 07 Apr 2007 04:43:50 +0000 |
Nathan Walp |
fix our string-to-time function, and add a couple tests for it
|
Fri, 06 Apr 2007 23:09:25 +0000 |
Nathan Walp |
merge of '29e959099ed390c625a35e7ea9cf98baa4cb53cb'
|
Fri, 06 Apr 2007 21:56:08 +0000 |
Nathan Walp |
new icons from hylke
|
Fri, 06 Apr 2007 14:59:53 +0000 |
Luke Schierer |
more translation updates
|
Fri, 06 Apr 2007 13:54:45 +0000 |
Nathan Walp |
(09:51:30 AM) hbons: i'm getting rid of all the chatbubbles, they're used too much
|
Fri, 06 Apr 2007 02:00:16 +0000 |
Daniel Atallah |
Fix dist
|
Thu, 05 Apr 2007 16:39:15 +0000 |
Luke Schierer |
translation update
|
Thu, 05 Apr 2007 04:25:11 +0000 |
Daniel Atallah |
4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
|
Thu, 05 Apr 2007 03:00:48 +0000 |
Daniel Atallah |
Fix build
|
Wed, 04 Apr 2007 23:48:22 +0000 |
Richard Nelson |
Don't remember the position of transient windows
|
Wed, 04 Apr 2007 21:57:05 +0000 |
Daniel Atallah |
merge of '4b0f41a73b406685da6c053dbdd7dc909b4e4183'
|
Wed, 04 Apr 2007 20:22:19 +0000 |
Sadrul Habib Chowdhury |
merge of '015699f55d664f822a057b5980abe9f7317959b7'
|
Wed, 04 Apr 2007 20:20:59 +0000 |
Sadrul Habib Chowdhury |
"elb: g_build_pathv is Glib 2.8"
|
Wed, 04 Apr 2007 21:41:41 +0000 |
Nathan Walp |
new icon goodness (i may have screwed this up, someone check)
|
Wed, 04 Apr 2007 19:18:24 +0000 |
Nathan Walp |
these are 16x16 now
|
Wed, 04 Apr 2007 10:18:36 +0000 |
Nathan Walp |
merge of '437e6f11b1b4135556057db73061de861c27c862'
|
Wed, 04 Apr 2007 08:33:50 +0000 |
Sadrul Habib Chowdhury |
Allow using different methods for reading directory entries.
|
Wed, 04 Apr 2007 03:50:15 +0000 |
Sadrul Habib Chowdhury |
merge of 'a9451570b92d0f29b2e120ce02c4301e9ed3ced6'
|
Tue, 03 Apr 2007 06:30:22 +0000 |
Mark Doliner |
Check if debug_win is != NULL before checking the preference. This
|
Tue, 03 Apr 2007 06:26:20 +0000 |
Mark Doliner |
Add a whimpy ui op to the debug API that returns TRUE if debugging
|
Wed, 04 Apr 2007 10:18:17 +0000 |
Nathan Walp |
don't show the typing animation when the typing conversation isn't the active tab
|
Mon, 02 Apr 2007 00:38:21 +0000 |
Mark Doliner |
sf patch #1574238, from Ka-Hing Cheung
|
Sun, 01 Apr 2007 19:39:33 +0000 |
Daniel Atallah |
Avoid trying to unlock the mutex after it has been destroyed.
|
Sun, 01 Apr 2007 17:38:16 +0000 |
Mark Doliner |
sf patch #1691784, from William Ehlhardt
|
Sun, 01 Apr 2007 17:23:25 +0000 |
Mark Doliner |
sf patch #1689182, from Will Thompson
|
Wed, 04 Apr 2007 03:47:13 +0000 |
Sadrul Habib Chowdhury |
Add a way to get a list of bindings for a widget. This can be used by, eg, a window-manager to show helpful messages to the user.
|
Sun, 01 Apr 2007 08:05:59 +0000 |
Sadrul Habib Chowdhury |
More fixes for resizing when shadow is turned on.
|
Sun, 01 Apr 2007 03:47:50 +0000 |
Sadrul Habib Chowdhury |
merge of 'e23bc35af900cf0925d85813b5896e19f73645d2'
|
Sun, 01 Apr 2007 02:17:06 +0000 |
Evan Schoenberg |
I commonly see a crash in which socket_ready_cb(), shortly after a laptop wakes from sleep, is passed invalid (previously freed) connect_data. It looks like this:
|
Sat, 31 Mar 2007 21:48:11 +0000 |
Daniel Atallah |
fix win32 build for nat-pmp stuff. I haven't tested it, but it compiles.
|
Sat, 31 Mar 2007 20:33:54 +0000 |
Evan Schoenberg |
The network module now registers the signal 'network-configuration-changed' and emits it when a network change is detected via libnm or the win32 network monitor. The UI could also emit this signal if it knows something network.c doesn't. UPnP and NAT-PMP respond to the signal by clearing their IP address caches; changing networks without quitting/relaunching will now lead to the new IP address being (lazily) determined. This commit also enables nat-pmp and adds nat-pmp.[h|c] to the build process; please let me know if there are any problems building, as I only have OS X test machines.
|
Sat, 31 Mar 2007 04:36:05 +0000 |
Ethan Blanton |
merge of '1370ba94afc8d4c4413b3887e5f31622dd02e8be'
|
Sun, 01 Apr 2007 03:46:58 +0000 |
Sadrul Habib Chowdhury |
Backspace to jump to parent.
|
Fri, 30 Mar 2007 06:47:54 +0000 |
Sadrul Habib Chowdhury |
Fine tune column hiding.
|
Fri, 30 Mar 2007 05:32:40 +0000 |
Sadrul Habib Chowdhury |
Allow making some columns invisible.
|
Thu, 29 Mar 2007 20:30:46 +0000 |
Sadrul Habib Chowdhury |
merge of '6e4582fc95533cc15bf3eca89208732cd23286c7'
|
Thu, 29 Mar 2007 20:30:00 +0000 |
Sadrul Habib Chowdhury |
check-items are wider.
|
Thu, 29 Mar 2007 17:41:06 +0000 |
Luke Schierer |
(13:18:55) LSchiere2: nosnilmot: I've been unable to compile most of the week
|
Fri, 30 Mar 2007 15:01:58 +0000 |
Stu Tomlinson |
Something about this looked wrong to me:
|
Thu, 29 Mar 2007 17:19:57 +0000 |
Stu Tomlinson |
Remove references to pidgin.png - it's been removed from the repository,
|
Thu, 29 Mar 2007 02:35:54 +0000 |
Richard Nelson |
plug some leaks
|
Thu, 29 Mar 2007 01:27:40 +0000 |
Sadrul Habib Chowdhury |
merge of '8234b7410814fdf12ae818767f1901acf28e565c'
|
Wed, 28 Mar 2007 17:39:17 +0000 |
Luke Schierer |
new nb.po, which I cannot fully test if my changes compile because I still cannot compile pidgin at all.
|
Wed, 28 Mar 2007 14:12:06 +0000 |
Luke Schierer |
merge of 'ee2473f71341ef0bbbc782c3f43a8842b164b543'
|
Tue, 27 Mar 2007 21:16:56 +0000 |
Luke Schierer |
make syncing to svn easier by having uniform line endings
|
Thu, 29 Mar 2007 01:26:24 +0000 |
Sadrul Habib Chowdhury |
Update the tab completion a little bit. The binding for suggest-show will perform suggest-next if the suggest-dropdown is already showing. If there's just one suggestion, then complete with that suggestion.
|
Wed, 28 Mar 2007 05:37:29 +0000 |
Sadrul Habib Chowdhury |
merge of '83e14c03d3957ab1b26da6d2893e252cd421ffa8'
|
Wed, 28 Mar 2007 02:32:03 +0000 |
Nathan Walp |
fix prompting to add a buddy after authorization if they're already on our list
|
Wed, 28 Mar 2007 01:03:14 +0000 |
Richard Laager |
merge of '0085ab4270a2c3e855d09e04044376efb74433e1'
|
Tue, 27 Mar 2007 21:01:08 +0000 |
Luke Schierer |
translation updates. I would see if they compile, but I can't compile at all right now.
|
Tue, 27 Mar 2007 04:34:02 +0000 |
Evan Schoenberg |
merge of '94ae02f3a29e8da49d90cf447907e2c07735c9cd'
|
Tue, 27 Mar 2007 04:21:53 +0000 |
Evan Schoenberg |
merge of '7172b457b2254aea4fdb335f5cb8b43dcbb127f5'
|
Wed, 28 Mar 2007 05:35:01 +0000 |
Sadrul Habib Chowdhury |
move to the next entry after (un)tagging an item.
|
Tue, 27 Mar 2007 03:51:42 +0000 |
Sadrul Habib Chowdhury |
merge of '58f408c6a0eb5c8b0411d8ac4754a14bef441062'
|
Tue, 27 Mar 2007 04:33:51 +0000 |
Evan Schoenberg |
Using rt_msghdr instead of rt_msghdr2 compiles on a greater number of systems -- specifically Mac OS X 10.3.x, in addition to the previous compilation on OS X 10.4.x and above -- and seems to work just as well. If anyone knows how the use of these seemingly very similar structs differs, enlightenment would be appreciated.
|
Tue, 27 Mar 2007 04:20:55 +0000 |
Evan Schoenberg |
purple_pmp_create_map() returns a gboolean now, not a pointer
|
Tue, 27 Mar 2007 03:08:31 +0000 |
Evan Schoenberg |
merge of '343dc2d52b5a1cb204359ecc11a1b4d98b984dd0'
|
Tue, 27 Mar 2007 03:07:14 +0000 |
Evan Schoenberg |
Added Zac West to the COPYRIGHT
|
Tue, 27 Mar 2007 03:06:35 +0000 |
Evan Schoenberg |
Patch from Zac West which (1) adds a message flag, PURPLE_MESSAGE_NOTIFY, used to indicate that a message is a protocol-level notification from a user ('buzz' in yahoo, 'nudge' in msn, for example) and (2) uses it along with improving the text displayed when sending/receiving buzzes and nudges. The addition of this flag means that a plugin could implement custom behavior, such as playing a sound or triggerring some other event, reliably and easily.
|
Tue, 27 Mar 2007 03:50:04 +0000 |
Sadrul Habib Chowdhury |
A few more fixes for resizing.
|
Tue, 27 Mar 2007 01:38:37 +0000 |
Sadrul Habib Chowdhury |
merge of '7e96b2a5202c1dd624ba497a2713aec816233996'
|
Tue, 27 Mar 2007 01:36:24 +0000 |
Sadrul Habib Chowdhury |
Do not crash when resizing with shadows turned on.
|
Tue, 27 Mar 2007 00:52:19 +0000 |
Richard Nelson |
allow cancellation of transfers waiting to be accepted
|
Tue, 27 Mar 2007 00:50:51 +0000 |
Richard Nelson |
typos
|
Mon, 26 Mar 2007 03:01:33 +0000 |
Richard Laager |
merge of '479ec3bc42bb56e872fb1e8d5975ee5cc73f9cb8'
|
Sat, 24 Mar 2007 20:25:01 +0000 |
Richard Laager |
A small fix to the patch from ecoffey: Gary pointed out that the strcmp()
|
Mon, 16 Apr 2007 00:43:53 +0000 |
Richard Laager |
Commit a proper copy of this binary file. The old one was corrupted,
|
Tue, 27 Mar 2007 00:46:44 +0000 |
Richard Nelson |
merge of '3373e976438182796e93bab7ded908eba4db04ed'
|
Tue, 27 Mar 2007 00:46:18 +0000 |
Richard Nelson |
fix file saving
|
Mon, 26 Mar 2007 15:33:26 +0000 |
Daniel Atallah |
Some pixmap path fixes and win32 fixes
|
Mon, 26 Mar 2007 05:42:33 +0000 |
Mark Doliner |
More gaim->whatever isms
|
Mon, 26 Mar 2007 05:28:57 +0000 |
Mark Doliner |
A little doxygen love and some tiny gaim->purpleisms
|
Mon, 26 Mar 2007 04:59:53 +0000 |
Mark Doliner |
Minor cleanup
|
Mon, 26 Mar 2007 04:51:25 +0000 |
Sadrul Habib Chowdhury |
Update readme
|
Mon, 26 Mar 2007 04:50:24 +0000 |
Sadrul Habib Chowdhury |
makefile
|
Mon, 26 Mar 2007 04:19:35 +0000 |
Sadrul Habib Chowdhury |
python bindings for libgnt. dbus-gnt is a gnt-ui (sort of) for gaim over dbus. It allows continuing with the currently opened conversations. pygnt/README.txt explains what to do. Use at your own risk.
|
Mon, 26 Mar 2007 04:10:39 +0000 |
Sadrul Habib Chowdhury |
Some define changes. This helps in generating the python bindings.
|
Mon, 26 Mar 2007 04:06:15 +0000 |
Sadrul Habib Chowdhury |
use file select dialog
|
Mon, 26 Mar 2007 03:58:42 +0000 |
Sadrul Habib Chowdhury |
merge of 'af97194f292b3a82f2a36fc3094f579a3dfc2841'
|
Mon, 26 Mar 2007 01:55:33 +0000 |
Sadrul Habib Chowdhury |
merge of '04076a446ca2bc48c37d00b8b255bc1311b6c51c'
|
Mon, 26 Mar 2007 02:48:09 +0000 |
Mark Doliner |
merge of '04076a446ca2bc48c37d00b8b255bc1311b6c51c'
|
Mon, 26 Mar 2007 01:19:59 +0000 |
Sadrul Habib Chowdhury |
Allow selecting multiple files from the file-select dialog.
|
Mon, 26 Mar 2007 00:44:09 +0000 |
Sadrul Habib Chowdhury |
merge of '639aeb100fb910f3edcaf8b015a77e8d49ef250c'
|
Sun, 25 Mar 2007 20:22:52 +0000 |
Evan Schoenberg |
These should return FALSE, not NULL, when NET_RT_DUMP2 isn't available; they return a gboolean, not a pointer.
|
Sun, 25 Mar 2007 17:04:27 +0000 |
Mark Doliner |
Fix some reads of invalid memory when shutting down bonjour when there
|
Sun, 25 Mar 2007 07:34:51 +0000 |
Mark Doliner |
Fix a small tooltip-related memleak
|
Sun, 25 Mar 2007 07:20:01 +0000 |
Mark Doliner |
Fix a one time memleak of 24 bytes. purple_log_init() was passing
|
Sun, 25 Mar 2007 07:07:29 +0000 |
Mark Doliner |
Minor code cleanup
|
Sun, 25 Mar 2007 07:01:57 +0000 |
Mark Doliner |
Correctly handle the Jabber disconnection error for signing onto the
|
Sun, 25 Mar 2007 06:43:10 +0000 |
Mark Doliner |
Get rid of some unused comments
|
Sun, 25 Mar 2007 06:24:04 +0000 |
Mark Doliner |
Don't advertise that we support the adverts, invite and translate
|
Sun, 25 Mar 2007 06:16:56 +0000 |
Mark Doliner |
Minor 'make dist' fix and check for installed versions of pidgin, not gaim
|
Sun, 25 Mar 2007 06:01:18 +0000 |
Mark Doliner |
Get rid of gaim.png. We already have a pidgin.png. Not sure where
|
Sun, 25 Mar 2007 05:57:32 +0000 |
Mark Doliner |
Rename some gaim icons to pidgin icons. These should probably change
|
Sun, 25 Mar 2007 04:51:43 +0000 |
Mark Doliner |
Rename our schemas file and update the url handler to point to the
|
Sun, 25 Mar 2007 03:30:58 +0000 |
Mark Doliner |
This was giving me a warning saying the function wasn't previously declared
|
Sun, 25 Mar 2007 01:45:25 +0000 |
Evan Schoenberg |
merge of '1173b4c1787e5dff1b7103c46ca71ed23f199be7'
|
Sun, 25 Mar 2007 01:45:10 +0000 |
Evan Schoenberg |
Whitespace fixes
|
Sun, 25 Mar 2007 01:30:50 +0000 |
Evan Schoenberg |
merge of '07e7dc60c6d454ea53b2d205797d1d823fef5567'
|
Sun, 25 Mar 2007 01:29:58 +0000 |
Evan Schoenberg |
Cleanup and fixes for nat-pmp. We no longer do the whole 'try 10 times, doubling the delay in a blocking manner' ttempt from the original code; as I note in the comments above where the attempt is made a single time, this leads to about 8 minutes of nonresponsiveness if the router both doesn't support nat-pmp and doesn't send back a response to let the program know.
|
Sun, 25 Mar 2007 01:33:12 +0000 |
Mark Doliner |
Wow, how old was this thing?
|
Sun, 25 Mar 2007 01:28:40 +0000 |
Mark Doliner |
Change some stuff from gaim to pidgin
|
Sun, 25 Mar 2007 01:05:56 +0000 |
Mark Doliner |
Changes that give crazychat a better chance of compiling with purple and pidgin
|
Sun, 25 Mar 2007 01:01:22 +0000 |
Mark Doliner |
Rename gaim.m4 to purple.m4. This is for other applications that
|
Sun, 25 Mar 2007 00:50:43 +0000 |
Mark Doliner |
Whitespace and make sure stuff is #defined to an actual value.
|
Sun, 25 Mar 2007 00:45:40 +0000 |
Mark Doliner |
Get rid of an unnecessary strdup
|
Sun, 25 Mar 2007 00:41:31 +0000 |
Mark Doliner |
More complete namespacing of nat-pmp
|
Sat, 24 Mar 2007 23:28:25 +0000 |
Mark Doliner |
Go back to using ~/.gaim/ until we decide what to do.
|
Sat, 24 Mar 2007 23:11:15 +0000 |
Mark Doliner |
Trying to find a pref with the name NULL or a name that doesn't
|
Sat, 24 Mar 2007 22:55:24 +0000 |
Mark Doliner |
merge of 'a023355644afe1706072f39dcd9311b6bbef8156'
|
Sat, 24 Mar 2007 21:16:21 +0000 |
Stu Tomlinson |
<SimGuy> hey, someone should fix :-L in yahoo to point to the right file
|
Sat, 24 Mar 2007 21:14:12 +0000 |
Stu Tomlinson |
Silence a warning about purple_network_finish_pmp_map_cb being defined but
|
Sat, 24 Mar 2007 20:53:19 +0000 |
Stu Tomlinson |
Include ciphertest.c in EXTRA_DIST
|
Sat, 24 Mar 2007 20:41:40 +0000 |
Stu Tomlinson |
Build gntclipboard plugin by default. If we don't want this, at least
|
Sat, 24 Mar 2007 20:08:30 +0000 |
Stu Tomlinson |
Update #includes to match changes in jabber
|
Sat, 24 Mar 2007 20:06:21 +0000 |
Stu Tomlinson |
Re-arrange #includes so 'make check' stands a chance of passing during
|
Sat, 24 Mar 2007 19:51:48 +0000 |
Stu Tomlinson |
Fix compiler warnings and errors in tests resulting from using DEBUG_CFLAGS
|
Sat, 24 Mar 2007 19:11:55 +0000 |
Stu Tomlinson |
One step towards passing "make distcheck"
|
Sat, 24 Mar 2007 17:59:26 +0000 |
Stu Tomlinson |
A couple more gaims bite the dust
|
Sat, 24 Mar 2007 17:55:55 +0000 |
Stu Tomlinson |
s/GAIM_STATIC_PRPL/PURPLE_STATIC_PRPL/ in prpl Makefiles
|
Sat, 24 Mar 2007 17:51:05 +0000 |
Stu Tomlinson |
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
|
Sat, 24 Mar 2007 17:07:17 +0000 |
Stu Tomlinson |
Include window-icon.png in make dist
|
Sat, 24 Mar 2007 17:00:25 +0000 |
Stu Tomlinson |
Include tray icons in make dist
|
Sat, 24 Mar 2007 16:54:40 +0000 |
Stu Tomlinson |
Update POTFILES.in to reflect filename changes
|
Sat, 24 Mar 2007 16:51:45 +0000 |
Stu Tomlinson |
Include defines.h in make dist
|
Sat, 24 Mar 2007 15:57:35 +0000 |
Stu Tomlinson |
Fix a compile warning so that statusbox_got_url() might actually work
|
Sat, 24 Mar 2007 06:27:57 +0000 |
Richard Laager |
Gaim -> Purple rename for the Mono plugin. These changes make sense, and it
|
Sat, 24 Mar 2007 06:26:04 +0000 |
Richard Laager |
The Message Timestamp Formats plugin lacked an ID before.
|
Sat, 24 Mar 2007 06:24:59 +0000 |
Richard Laager |
SF Patch #1686400 from Eoin Coffey ("ecoffey")
|
Fri, 23 Mar 2007 14:45:11 +0000 |
Mark Doliner |
Fix the Yahoo! :-L smiley. Kevin Stange found this. Thanks mon ami
|
Fri, 23 Mar 2007 01:47:09 +0000 |
Daniel Atallah |
move internal stuff to libc_internal.h to fix warnings
|
Fri, 23 Mar 2007 01:31:10 +0000 |
Daniel Atallah |
missing comma
|
Thu, 22 Mar 2007 12:52:25 +0000 |
Evan Schoenberg |
merge of '2ece6994d58f95af39f4e36b5e5b58116198188a'
|
Wed, 21 Mar 2007 18:33:13 +0000 |
Daniel Atallah |
merge of '22407f95a65ee080c4c0d31e326d1f94e91fa5b3'
|
Wed, 21 Mar 2007 09:00:54 +0000 |
Richard Laager |
Re-sed the copyright notices so they don't all talk about Purple.
|
Wed, 21 Mar 2007 08:56:23 +0000 |
Richard Laager |
Install pixmaps to the right directories and make them load properly.
|
Wed, 21 Mar 2007 08:50:24 +0000 |
Richard Laager |
The last s/purple.sourceforge.net/pidgin.im/ in my local copy. This changes PURPLE_WEBSITE, so stuff should change in the UI all over the place.
|
Wed, 21 Mar 2007 08:49:12 +0000 |
Richard Laager |
More s/purple.sourceforge.net/pidgin.im/, this time for the release notification plugin.
|
Wed, 21 Mar 2007 08:48:35 +0000 |
Richard Laager |
I don't know if the OSCAR checksum stuff will be copied to pidgin.im, but it certainly won't be at a website that's not ours (wrong because of the sed).
|
Wed, 21 Mar 2007 08:46:00 +0000 |
Richard Laager |
disapproval of revision 'e3e969c26f10e201035feb11d97774f43ab7c3d4'
|
Wed, 21 Mar 2007 08:43:05 +0000 |
Richard Laager |
I don't know if the OSCAR checksum stuff will be copied to pidgin.im, but it certainly won't be at a website that's not ours (wrong because of the sed).
|
Wed, 21 Mar 2007 08:41:56 +0000 |
Richard Laager |
Use PURPLE_WEBSITE instead of listing the website directly (which was wrong because of the sed).
|
Wed, 21 Mar 2007 08:40:43 +0000 |
Richard Laager |
Make sounds work by correcting the path.
|
Wed, 21 Mar 2007 08:40:17 +0000 |
Richard Laager |
With this change, IRC Helper builds without changes to the source (only the Makefile).
|
Wed, 21 Mar 2007 08:39:34 +0000 |
Richard Laager |
gaim.h doesn't have a purpose, does it? I don't know the history of the joke therein, so I hope nobody is offended by its removal. Let's install gaim-compat.h instead!
|
Wed, 21 Mar 2007 08:38:19 +0000 |
Richard Laager |
Install sounds to the right directory: s/gaim/pidgin/
|
Tue, 20 Mar 2007 23:31:02 +0000 |
Sean Egan |
Better 16px xa icons
|
Tue, 20 Mar 2007 19:17:42 +0000 |
Sean Egan |
Fix smileys
|
Tue, 20 Mar 2007 15:28:29 +0000 |
Luke Schierer |
merge of '508b969eb6b11cc64db8eb5e17f1699479731ef3'
|
Thu, 22 Mar 2007 12:51:33 +0000 |
Evan Schoenberg |
nat-pmp is now functional with a compatible router. I'm not enabling this code yet because it hasn't been tested with a router which doesn't support nat-pmp.
|
Tue, 20 Mar 2007 15:21:05 +0000 |
Evan Schoenberg |
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
|
Tue, 20 Mar 2007 14:59:06 +0000 |
Evan Schoenberg |
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
|
Tue, 20 Mar 2007 14:37:22 +0000 |
Evan Schoenberg |
merge of '31ed92ba1b530f050510b4958686e3013ba4176c'
|
Tue, 20 Mar 2007 14:37:16 +0000 |
Evan Schoenberg |
Fixed connection errors; this logical check on 'text' was reversed.
|
Mon, 26 Mar 2007 01:11:46 +0000 |
Sadrul Habib Chowdhury |
disapproval of revision '88322be73f5336575c98479b2270ab9fcf2a8a75'
|
Tue, 20 Mar 2007 11:52:46 +0000 |
Sadrul Habib Chowdhury |
Use the file selector for request-file.
|
Tue, 20 Mar 2007 02:09:46 +0000 |
Sadrul Habib Chowdhury |
Directory only selection.
|
Tue, 20 Mar 2007 01:17:35 +0000 |
Sadrul Habib Chowdhury |
merge of '36e65545c68cbe4b96476b945c9ae5fd60f34c9d'
|
Tue, 20 Mar 2007 01:16:35 +0000 |
Sadrul Habib Chowdhury |
File selector dialog. Still in an experimental state. When properly complete, this can be used for file/folder-request etc.
|
Mon, 19 Mar 2007 18:44:36 +0000 |
Daniel Atallah |
merge of '0a663b4559fccaac525563fa419332507e4a0475'
|
Mon, 19 Mar 2007 23:51:24 +0000 |
Richard Nelson |
Rename/update finch man page
|
Mon, 19 Mar 2007 23:49:30 +0000 |
Richard Nelson |
Group autocomplete for buddy adding
|
Tue, 20 Mar 2007 15:22:03 +0000 |
Luke Schierer |
Bj«Órn noticed several errors in the ta.po
|
Mon, 19 Mar 2007 19:06:57 +0000 |
Luke Schierer |
merge of 0a663b4559fccaac525563fa419332507e4a0475
|
Mon, 19 Mar 2007 18:26:14 +0000 |
Luke Schierer |
(14:19:21) Geddeth: lschiere: in the recent translation update, kn.po is an HTML document
|
Mon, 19 Mar 2007 17:48:56 +0000 |
Daniel Atallah |
merge of '74177ab1f5003a87ec15dcfda14924e5ea2ba0ec'
|
Mon, 19 Mar 2007 17:37:34 +0000 |
Daniel Atallah |
merge of '86166d6c6bbbb2db3ad947a061bfb6f4f13d9d1c'
|
Mon, 19 Mar 2007 17:37:17 +0000 |
Daniel Atallah |
Pidgin perl fixes for s/gaim/purple/.
|
Mon, 19 Mar 2007 17:34:54 +0000 |
Daniel Atallah |
.mtn-ignore updates
|
Mon, 19 Mar 2007 17:35:41 +0000 |
Daniel Atallah |
merge of '4f3716fabe4921140f734b988e908d44142507e0'
|
Mon, 19 Mar 2007 17:03:02 +0000 |
Daniel Atallah |
merge of 'b832e269fb7a739638e43b6d96e1b5fa46f3a64c'
|
Mon, 19 Mar 2007 17:02:24 +0000 |
Daniel Atallah |
Perl fixes for s/gaim/purple/. This hasn't really been tested yet.
|
Mon, 19 Mar 2007 17:01:28 +0000 |
Daniel Atallah |
win32 fixes for s/gaim/purple/ stuff.
|
Mon, 19 Mar 2007 16:59:58 +0000 |
Daniel Atallah |
Pidgin updates for hungarian win32 installer translation
|
Mon, 19 Mar 2007 16:56:26 +0000 |
Daniel Atallah |
win32 fixes for s/gaim/purple/ stuff.
|
Mon, 19 Mar 2007 15:52:43 +0000 |
Sadrul Habib Chowdhury |
s/gaim/purple/
|
Mon, 19 Mar 2007 13:31:34 +0000 |
Daniel Atallah |
merge of '921657d3f21f5190639852247331d608f5946095'
|
Mon, 19 Mar 2007 06:35:51 +0000 |
Sadrul Habib Chowdhury |
merge of '9d227438376255715d0d778ce0a57734aed4c99a'
|
Mon, 19 Mar 2007 06:34:51 +0000 |
Sadrul Habib Chowdhury |
Add auto-complete support in request-entries that have 'screenname' hint set. This can be useful in, for example, 'send im' dialog etc.
|
Mon, 19 Mar 2007 00:20:29 +0000 |
Nathan Walp |
merge of '04fd9089e93e64f81bc6caafb8bd7805037cd3ad'
|
Sun, 18 Mar 2007 22:56:57 +0000 |
Daniel Atallah |
merge of '5d82380976ddbe6635550905c1fac7198a445809'
|
Mon, 19 Mar 2007 10:03:36 +0000 |
Sean Egan |
who knew that --disable-plugins still worked?! Also, some completely untested support for aim:buddyicon, which I'll look at more tomorrow
|
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
|