- 24 Jul, 2014 1 commit
-
-
louiz’ authored
-
- 06 Apr, 2014 2 commits
- 22 Mar, 2014 1 commit
-
-
mathieui authored
- No idea why subclasses of ConversationTab were working before (info_header was overriden with None in __init__) - Or why the date parsing worked (“Exeception”) - Some more reformatting with pylint indications - Document each module in the tabs module
-
- 16 Sep, 2013 1 commit
-
-
mathieui authored
-
- 24 Jul, 2013 1 commit
-
-
mathieui authored
-
- 01 Jul, 2013 1 commit
-
-
mathieui authored
(why did that even work before)
-
- 24 Jun, 2013 1 commit
-
-
mathieui authored
it might be a little slower than before (more checks)
-
- 12 Jun, 2013 1 commit
-
-
mathieui authored
- now case-insensitive - search in the bare jid instead of userpart only (and still in roster names) - do not display groups when searching - display offline contacts - do not expand resources if they were before the search
-
- 11 May, 2013 1 commit
-
-
mathieui authored
When an external (or internal) event may cause the order of the cache to be modified, or new elements to be added, schedule it for a rebuild. Otherwise, don’t, and only rebuild it when refreshing (that should improve refresh speed a lot). Also, if the position in the roster is further than the total size of the roster, go back to the top instead of displaying an empty window with “+++”.
-
- 05 Apr, 2013 1 commit
-
-
mathieui authored
- Do not crash because of low disk space - Notify the user whenever it happens - A few functions now return a boolean instead of nothing - Config.silent_set is Config.set_and_save without toggle and returning strings. It is used whenever we don’t need set_and_save - Config.set_and_save now returns a tuple (that can be passed directly to core.information()) TODO: display the precise error to the user (instead of “unable to…”)
-
- 03 Feb, 2013 1 commit
-
-
mathieui authored
(add a defaultdict to keep the folded state in each group)
-
- 21 Nov, 2012 1 commit
-
-
mathieui authored
- Disable the history when searching - → allow moving the cursor around to select a contact when searching - fix refresh issues
-
- 05 Nov, 2012 1 commit
-
-
louiz’ authored
-
- 15 Oct, 2012 1 commit
-
-
mathieui authored
-
- 13 Sep, 2012 1 commit
-
-
mathieui authored
(force every file opening to be with the utf-8 encoding)
-
- 31 Aug, 2012 2 commits
-
-
mathieui authored
-
mathieui authored
- http://pastebin.archlinux.fr/449676
-
- 07 Aug, 2012 1 commit
-
-
mathieui authored
- get rid of the ugly blacklist thing that didn’t work sometimes
-
- 06 Aug, 2012 1 commit
-
-
mathieui authored
-
- 01 Aug, 2012 1 commit
-
-
mathieui authored
- Change the separator from _ to : - Move the functions away in another module to avoir cluttering the roster code - Add a case-sensitive sort (“sname”)
-
- 31 Jul, 2012 6 commits
-
-
mathieui authored
- put the online contacts at the beginning of the list - allows, e.g. jid_reverse_online_reverse, to put offline contacts at the start of the group, in alphabetical order
-
mathieui authored
-
mathieui authored
- defaults to "name" (sort by group name) - document it - also, micro-optimize get_nb_connected_contacts()
-
mathieui authored
- defaults to jid_show (which means that they are sorted into sub-groups by show and are sorted by JID inside those) - See the default config file or the documentation for details
-
mathieui authored
Contacts are first sorted alphabetically, and then sorted again depending on their show; since the python sorts are stable, the order will remain and the sub-groups (corresponding to one show type) will be sorted alphabetically too.
-
mathieui authored
-
- 21 May, 2012 1 commit
-
-
mathieui authored
-
- 16 May, 2012 1 commit
-
-
mathieui authored
Add a blacklist inside the roster that contains the bare JIDs of all the rooms ever joined in this session, so that no JID using this server will ever be shown as getting “offline”. If there is a cleaner way to do that (discriminating JIDs), I welcome it.
-
- 08 May, 2012 1 commit
-
-
mathieui authored
-
- 27 Apr, 2012 3 commits
-
-
mathieui authored
-
mathieui authored
-
mathieui authored
Removes for Roster: - empty() → Ø - get_contact_len() → Ø - remove_contact_from_group() → Ø - add_contact_to_group() → Ø - add_contact() → add() - remove_contact() → __delitem__() - get_contact_by_jid() → __getitem__() - edit_groups_of_contact() → update_contact_groups() Removes for RosterGroup: - has_contact() → __contains__() - add_contact() → add() - remove_contact() → remove() - is_empty() → __len__()
-
- 09 Nov, 2011 1 commit
-
-
mathieui authored
-
- 07 Nov, 2011 1 commit
-
- 06 Nov, 2011 1 commit
-
-
mathieui authored
-
- 01 Oct, 2011 1 commit
-
-
Todd Eisenberger authored
-
- 11 Sep, 2011 1 commit
-
-
louiz’ authored
-
- 06 Sep, 2011 1 commit
-
-
louiz’ authored
-
- 18 Jun, 2011 1 commit
-
-
louiz’ authored
-