summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add proper timestamp, remove synchronous methods patchHEADmasterIzhar Firdaus2011-05-031-46/+16
|
* architecture redesign to use DisplayImMsg , code cleanup to use only async callsIzhar Firdaus2011-04-281-38/+107
|
* gnomeshell-pidgin: use DisplayImMsg instead of ReceivedImMsg/SentImMsgIzhar Firdaus2011-04-271-93/+35
|
* * bring back notification when window open, as its not quite make senseIzhar Firdaus2011-04-191-5/+4
| | | | * some fixes in onStatusChange
* * dont notify if theres no initial messageIzhar Firdaus2011-04-171-2/+7
| | | | | * disable the algorithm to determine which window should be highlighted if conversation is clicked, as its not accurate anyway
* missing space after the username when presence status changedIzhar Firdaus2011-04-151-1/+1
|
* dont popup window if conversation is not IMIzhar Firdaus2011-04-151-0/+5
|
* escape text before sending to pidginIzhar Firdaus2011-04-141-1/+2
|
* slightly nicer presence textIzhar Firdaus2011-04-142-3/+2
|
* strip all htmlIzhar Firdaus2011-04-141-2/+2
|
* use conversation title as header instead of aliasIzhar Firdaus2011-04-141-2/+3
|
* missing parameter for markup_escape_textIzhar Firdaus2011-04-131-1/+1
|
* text already escaped, dont escape them when appendingIzhar Firdaus2011-04-131-3/+35
|
* * added DEBUG variable which turn debugging on/offIzhar Firdaus2011-04-131-7/+13
| | | | | * set default buddy icon as pidgin icon, use it if theres no icon available for buddy
* gnome-shell pidgin extension:Izhar Firdaus2011-04-121-54/+80
| | | | | | * use ConversationCreated event as trigger to popup as ReceivedImMsg does not have conversation reference for new chat, causing pidgin to crash * revamped the code so that it works with above changes
* added credits in extension.jsIzhar Firdaus2011-04-121-0/+10
|
* add pidgin gnomeshell extensionIzhar Firdaus2011-04-124-0/+317
|
* removed commentted out text section as they are no longer usedIzhar Firdaus2011-04-051-18/+0
|
* add gnome-shell-dock patch and conkyrcIzhar Firdaus2011-04-052-0/+196
|
* added timemirrorbandwidth.pyIzhar Firdaus2010-12-061-0/+108
|
* set DISTRO to fedora-12Izhar Firdaus2010-03-031-3/+2
|
* script should automatically create /var/lib/lxc/rootfs if it doesnt existIzhar Firdaus2010-03-031-1/+3
|
* same with beforeIzhar Firdaus2010-03-031-1/+1
|
* set rootfs path to a subpath in /var/lib/lxcIzhar Firdaus2010-03-031-1/+1
|
* * added mkdir cacheIzhar Firdaus2010-03-031-0/+1
|
* * added lxc-febootstrapIzhar Firdaus2010-03-031-0/+337
|
* * added workaround for file:/// urlsIzhar Firdaus2009-11-081-1/+5
|
* * update customgrabberIzhar Firdaus2009-11-061-7/+9
|
* * modified customgrabber.py, its now a yum pluginIzhar Firdaus2009-10-182-53/+75
|
* - fix download path problem when calling superclass's urlgrabIzhar Firdaus2009-01-011-2/+2
|
* - s/filename=None/filename/Izhar Firdaus2008-12-311-1/+1
|
* - remove fsize calculation from retryfuncIzhar Firdaus2008-12-311-14/+0
|
* - make files that only need 1 part to download using urllib (faster)Izhar Firdaus2008-12-311-3/+19
|
* - KBps is misleadingIzhar Firdaus2008-12-251-1/+1
|
* - added no-cache into speed timingIzhar Firdaus2008-12-251-4/+9
|
* - added fastestmirror patchIzhar Firdaus2008-12-252-0/+85
- added AxelGrabber URLGrabber