Skip to content
Snippets Groups Projects
  1. Dec 15, 2017
  2. Dec 14, 2017
  3. Dec 13, 2017
  4. Dec 11, 2017
  5. Dec 10, 2017
    • Philipp Hörist's avatar
      Fix var reference · f8ddefb6
      Philipp Hörist authored
      f8ddefb6
    • Philipp Hörist's avatar
      Dont use callbacks when sending messages · 7815ce19
      Philipp Hörist authored
      Using a callback to display a sent message inside the ChatControl means
      that all messages we send have to be issued from the GUI layer
      (send_message()) if we want them to display in the ChatControl.
      
      This replaces the callback and catches the stanza-message-outgoing event
      after it was processed by the core.
      
      This is easier to read/understand than dealing with callbacks and lets
      the core issue messages without having to care if a ChatControl is open or not
      7815ce19
  6. Dec 09, 2017
  7. Dec 08, 2017
  8. Dec 06, 2017
  9. Dec 05, 2017
  10. Dec 04, 2017
  11. Dec 03, 2017
  12. Dec 01, 2017
  13. Nov 30, 2017
    • Andrey Gursky's avatar
      Fix appearance of status icon in MATE · 5a28322e
      Andrey Gursky authored
      Tested in Debian testing (Buster) with gtk2 based MATE 1.12,
      gtk3 based 1.16 and 1.18.
      
      Moreover the used environment variable is depreacated already in 1.12:
      $ echo $MATE_DESKTOP_SESSION_ID
      this-is-deprecated
      
      Fixes #8757
      5a28322e
Loading