Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/model
Commit message (Expand)AuthorAgeFilesLines
* use ConsoleKit instead of HAL for shutdown/rebootSascha Silbe2011-02-171-5/+5
* Handle activities that cycle through windows dlo#10695Martin Langhoff2011-02-171-36/+71
* fix whitespace error introduced by 4b6a534 (revert of 4a3416b)Sascha Silbe2011-02-121-1/+1
* Fix incorrect logging level for warning about missing GSM configurationDipankar Patro2011-02-111-1/+1
* fix network disconnect (SL#1608, SL#1802)Sascha Silbe2011-02-051-0/+37
* implement discarding network history (SL#1673)James Cameron2011-02-051-10/+46
* use dbus.PROPERTIES_IFACE instead of literal valueJames Cameron2011-02-054-10/+6
* Based on Jame's comment at http://dev.laptop.org/ticket/9189#comment:25Simon Schampijer2011-02-041-13/+3
* pylint cleanup: disable warnings for reasonable catch-all exception handlersSascha Silbe2010-11-242-0/+2
* pylint cleanup: don't override variables from outer scopeSascha Silbe2010-11-242-5/+6
* use logging.exception() instead of logging.error(traceback.format_exc())Sascha Silbe2010-11-241-12/+8
* style cleanup: prefer ' for stringsSascha Silbe2010-11-247-74/+74
* style cleanup: use """ everywhereSascha Silbe2010-11-241-2/+2
* PEP8 cleanup: don't use has_key()Sascha Silbe2010-11-243-6/+3
* PEP8 cleanup: ensure lines are shorter than 80 charactersSascha Silbe2010-11-247-38/+53
* PEP8 cleanup: fix inline comment spacingSascha Silbe2010-11-241-1/+1
* PEP8 cleanup: fix spaces around operators and parenthesesSascha Silbe2010-11-247-117/+110
* pep8 cleanup: fix number of blank linesSascha Silbe2010-11-2416-9/+62
* style cleanup: move globals before class and method definitionsSascha Silbe2010-11-2412-14/+33
* fix EOL spacesSascha Silbe2010-11-242-5/+5
* Adapt activity list and bundleregistry to new numbering scheme #2425Simon Schampijer2010-11-091-9/+12
* Downgrading activities not allowed. (SL #2164)shanjit@seeta.in2010-10-251-2/+5
* Don't emit buddy-removed if we don't know yet its contact-id #2402Tomeu Vizoso2010-10-041-1/+2
* Don't emit buddy-removed and activity-removed before they have announced #2401Tomeu Vizoso2010-10-041-2/+6
* Don't miss early nick updates from our contacts #2355Tomeu Vizoso2010-09-291-10/+16
* Pass the contact-id to the buddy-removed signal instead of the handle #2349Tomeu Vizoso2010-09-211-1/+2
* Make sure we don't change the owner's colors because of a network event #2348Tomeu Vizoso2010-09-211-0/+4
* Reduce a bit the verbosity of collaboration logging messagesTomeu Vizoso2010-09-171-6/+3
* Properly store and load friends #2331Tomeu Vizoso2010-09-174-48/+95
* Announce file transfer capabilities #1603Tomeu Vizoso2010-09-171-1/+22
* Don't try to write friends' color, some will be already offline and we anyway...Tomeu Vizoso2010-09-161-1/+0
* Remove unused Buddy.get_buddy methodTomeu Vizoso2010-09-161-11/+0
* Reset resolver cache when connection has been established #1940Simon Schampijer2010-09-141-0/+11
* Protected Activities Support #2087Martin Abente2010-09-091-0/+12
* Remove some tabs in python codeTomeu Vizoso2010-09-081-3/+3
* Increase timeout for buddy properties queries #2298Tomeu Vizoso2010-09-071-3/+12
* Set param-register to False after a RegistrationExists error #2296Tomeu Vizoso2010-09-061-1/+22
* Change owner's jid to be hashed_pubkey@server #2279Tomeu Vizoso2010-09-031-14/+13
* Actually update the model when there are Alias or BuddyInfo changesTomeu Vizoso2010-09-031-0/+3
* notify:: handlers take two argumentsTomeu Vizoso2010-08-311-2/+2
* Fix checking for new Connection objects in the busTomeu Vizoso2010-08-311-2/+2
* Listen to changes to the nick and jabber server settings and update MC approp...Tomeu Vizoso2010-08-301-6/+59
* GSM: show connection errors #1759 (Daniel Castelo)Simon Schampijer2010-08-241-10/+156
* Delete profile data only when erased #2074Martin Abente2010-08-231-2/+2
* Address several nitpicks from MarcoTomeu Vizoso2010-08-201-1/+1
* Rename ActivityHandle.handle_invite to ActivityHandle.invitedTomeu Vizoso2010-08-201-1/+1
* Misc. pylint fixesTomeu Vizoso2010-08-205-67/+109
* Remove unused sugar.presence importsTomeu Vizoso2010-08-201-1/+0
* Pass the activity_id to activities activated by an inviteTomeu Vizoso2010-08-202-39/+30
* activity.props.color is already a XoColorTomeu Vizoso2010-08-201-1/+1