Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Sep 01, 2019
  2. Aug 29, 2019
  3. Aug 28, 2019
  4. Aug 20, 2019
  5. Aug 19, 2019
  6. Aug 13, 2019
    • Joe Donofry's avatar
      Fix issues with caching and loading of mentions. · 52a26217
      Joe Donofry authored
      Mentions are now loaded from the cache instead of
      directly from the web request.  Mentions are also
      properly saved to the cache now (instead of as empty
      strings).  Still lots of tweaks left on this feature.
      52a26217
  7. Aug 10, 2019
  8. Aug 06, 2019
  9. Jul 29, 2019
    • Joe Donofry's avatar
      Fix lambda capture issue · 24a64952
      Joe Donofry authored
      24a64952
    • Joe Donofry's avatar
      Update mentions dialog · fd2d4d6d
      Joe Donofry authored
      Mentions are now separated into 'this room' and 'all rooms'
      tab., which allows the user to filter on the current room
      if they desire.  Should add additional logic in the future
      to show which room the mention was in the for the 'all rooms'
      view.
      fd2d4d6d
    • Joe Donofry's avatar
      Fix linting · 497774d6
      Joe Donofry authored
      497774d6
  10. Jul 28, 2019
  11. Jul 26, 2019
  12. Jul 25, 2019
    • Nicolas Werner's avatar
      Improve layout of Emoji Picker · 78ed78c4
      Nicolas Werner authored
      Respect system styling
      Increase size of emojis (to remove empty space)
      Add hover effect (partially adresses #41)
      Less hardcoding of sizes
      Use emoji font (color)
      78ed78c4
  13. Jul 22, 2019
    • Joe Donofry's avatar
      Update Mentions UI · 8b2488b7
      Joe Donofry authored
      Mentions are now an '@' icon in the upper right.
      
      UI Popup is now a smaller dialog.
      
      Still lots of work to be done here.
      8b2488b7
    • Nicolas Werner's avatar
      Fix copy and pasting image from clipboard · cefe5fe7
      Nicolas Werner authored
      If the QMimeData contains an image, it actually has a mime type of
      application/x-qt-image. At least in some cases accessing the image/*
      data returns a 0 length array. Accessing the data via ->imageData works
      however. So we use that as our accessor and pass it to the preview
      dialog.
      cefe5fe7
  14. Jul 21, 2019
  15. Jul 17, 2019
    • Joe Donofry's avatar
      Fix linting issues · d2af8271
      Joe Donofry authored
      d2af8271
    • Joe Donofry's avatar
      Add User Mentions Dialog · 579bf234
      Joe Donofry authored
      Add a RoomListItem-like button that opens a dialog
      containing all of the messages that would result in a
      highlight from the server (for example, the user is mentioned,
      or @room is mentioned).
      
      This is VERY rudimentary and will be completely reworked in the future
      to take advantage of the existing TimelineView class, instead of
      using a dialog like it does now. The button to show the mentions
      also needs work.
      579bf234
  16. Jul 05, 2019
  17. Jul 04, 2019
Loading