Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-15 | Remove comboliszt | Alban Crequy | 1 | -13/+1 | |
2010-12-15 | Folks: connect to individuals-changed before calling _prepare | Alban Crequy | 1 | -2/+2 | |
2010-12-15 | Enable sorting | Alban Crequy | 1 | -9/+10 | |
2010-12-15 | Remove Individuals from the model as asked by folks | Alban Crequy | 1 | -0/+25 | |
2010-12-15 | Escape text correctly | Alban Crequy | 1 | -1/+1 | |
2010-12-15 | Load images asynchronously | Alban Crequy | 1 | -0/+2 | |
2010-12-15 | Disable extended attributes for now | Alban Crequy | 1 | -1/+1 | |
2010-12-15 | Allow ContactView to be reused for different libfolks Individuals | Alban Crequy | 1 | -6/+16 | |
2010-12-15 | Add urls | Alban Crequy | 1 | -2/+8 | |
2010-12-15 | contact-view: display presence messages where available | Jonny Lamb | 1 | -34/+44 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-15 | contact-view: make animations slightly more shiny | Jonny Lamb | 1 | -29/+58 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-15 | contact-view: hide action buttons until we have contact caps | Jonny Lamb | 1 | -43/+83 | |
Also update to new folks API. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-15 | Fix dispose-finalise confusion in LolContactView | Alban Crequy | 1 | -2/+2 | |
Signed-off-by: Alban Crequy <alban.crequy@collabora.co.uk> | |||||
2010-12-15 | contact-view: animate the showing and hiding of the actions | Jonny Lamb | 1 | -1/+47 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-15 | contact-view: use more libempathy-gtk functions | Jonny Lamb | 1 | -22/+46 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-15 | contact-view: use empathy_presence_get_default_message | Jonny Lamb | 1 | -26/+5 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-15 | liszt/.gitignore: updated | Jonny Lamb | 1 | -0/+1 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-15 | liszt: add | Jonny Lamb | 8 | -1/+837 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-15 | keyring: change display name for passwords to be more human-readable | Jonny Lamb | 1 | -1/+2 | |
Apparently people complained that when they opened seahorse to look at their passwords they were greeted by nice display names for keys for wireless networks saved by NetworkManager, and ugly keys for secret parameters saved by mission-control. Let's fix this now then and shut these people up. gnome-keyring finds passwords on the parameters set in the schema, so the display name really is only to show in seahorse. We can set anything we want here. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-15 | server-sasl-handler: add more debugging and only call Close in Status_Succeeded | Jonny Lamb | 1 | -1/+5 | |
Calling Close() straight after AcceptSASL() should be fine, but it crashed gabble on versions < 0.11.4. Waiting for State_Accepted is fine though. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-15 | Merge branch 'sasl-gui' | Jonny Lamb | 21 | -138/+1161 | |
2010-12-14 | main-window: s/Cancel/Disconnect/ when not giving a password | Jonny Lamb | 1 | -1/+1 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-14 | main-window: don't use _full functions where not necessary | Jonny Lamb | 1 | -4/+1 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-14 | main-window: document what the key and value types are for hash tables | Jonny Lamb | 1 | -0/+4 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-14 | event-manager: use tp_clear_object | Jonny Lamb | 1 | -9/+2 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-14 | auth-factory: add a comment as to why we're also an approver | Jonny Lamb | 1 | -0/+6 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-14 | account-settings: use tp_clear_object in dispose | Jonny Lamb | 1 | -19/+5 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-14 | remove released flag | Guillaume Desmottes | 1 | -1/+1 | |
2010-12-14 | prepare 2.91.3.1EMPATHY_2_91_3_1 | Guillaume Desmottes | 2 | -2/+42 | |
2010-12-13 | Updated Hebrew translation. | Yaron Shahrabani | 1 | -65/+74 | |
2010-12-13 | Bug 637097 — Port to latest folks API changes | Philip Withnall | 10 | -52/+68 | |
Catch up with three interface renamings which have happened in folks master. This bumps Empathy's folks dependency to 0.3.3. Closes: bgo#637097 | |||||
2010-12-13 | Compile with --without-ca-file | Will Thompson | 1 | -0/+2 | |
2010-12-13 | Prevent premature finalisation of an EmpathyPersonaStore in certain cases | Philip Withnall | 1 | -0/+7 | |
In the case that one of the GtkTreeRowReferences belonging to the Personas in an EmpathyPersonaStore holds the last reference to the persona store, the store can be prematurely finalised, causing Empathy to go into an infinite loop inside GHashTable code (the hash table is finalised with the persona store, and overwritten with 0xfff… — this happens to cause the next bit of hash table code to be called to go into an infinite loop). This can be fixed by holding a reference to the persona store when changing its personas in response to a personas-changed signal. | |||||
2010-12-13 | Bug 631096 — Should not mention "meta contacts" in UI | Philip Withnall | 2 | -7/+11 | |
Change all occurrences of “meta-contacts” in translatable strings to use the phrase “linked contacts” instead. Closes: bgo#631096 | |||||
2010-12-13 | Bug 636700 — Add an extra warning when deleting a metacontact | Philip Withnall | 1 | -4/+37 | |
2010-12-13 | remove released flag accidentally set in previous commit | Guillaume Desmottes | 1 | -1/+1 | |
2010-12-13 | configure: depend on the newest tp-glib for the new auth types stuff | Jonny Lamb | 1 | -1/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-13 | main-window: add a tooltip on connection error info bars (#626507) | Robert Sajdok | 2 | -1/+2 | |
2010-12-12 | Updated Norwegian bokmål translation | Kjartan Maraas | 1 | -207/+225 | |
2010-12-12 | Update British English translation | Philip Withnall | 1 | -584/+672 | |
2010-12-11 | Updated Slovenian translation | Matej Urbančič | 1 | -273/+291 | |
2010-12-11 | Updated Spanish translation | Daniel Mustieles | 1 | -205/+221 | |
2010-12-10 | Updated Galician translations | Fran Diéguez | 1 | -226/+242 | |
2010-12-10 | account-widget: add Remember Password widgets for all the other protocols | Jonny Lamb | 7 | -24/+281 | |
...and link these widgets up nicely. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-10 | account-widget: only show Remember Password ticky box if the CM supports SASL | Jonny Lamb | 1 | -1/+7 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-10 | account-settings: add _supports_sasl function | Jonny Lamb | 2 | -0/+10 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-10 | account-settings: don't block notify::ready on getting a password | Jonny Lamb | 2 | -6/+55 | |
The account widget acts a little more synchronously, so we can't wait for the keyring to give us the password. We can signal later about it though. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-09 | status-icon: blink when we get a password request | Jonny Lamb | 2 | -5/+6 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-09 | auth-factory: become an Observer and claim auth channels where necessary | Jonny Lamb | 3 | -57/+229 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-09 | main-window: display an info bar approving or rejecting the auth channel | Jonny Lamb | 2 | -1/+161 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> |