Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Aug 10, 2019
    • Joe Donofry's avatar
      Cache User Mentions · 3f563e1e
      Joe Donofry authored
      Cache user mentions when they are retrieved from the server.
      This logic currently isn't being utilized by the UI.  Additionally,
      the app should use a 'since' value to only get mentions newer
      than those stored in the DB, to avoid excessive web requests.
      
      This will be implemented in a future commit.
      Verified
      3f563e1e
  2. Aug 06, 2019
  3. Jul 29, 2019
  4. Jul 28, 2019
  5. Jul 26, 2019
  6. 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
  7. 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.
      Verified
      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
  8. Jul 21, 2019
  9. Jul 17, 2019
    • Joe Donofry's avatar
      Fix linting issues · d2af8271
      Joe Donofry authored
      Verified
      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.
      Verified
      579bf234
  10. Jul 05, 2019
  11. Jul 04, 2019
  12. Jul 03, 2019
  13. Jun 27, 2019
  14. Jun 15, 2019
  15. Jun 14, 2019
    • Joe Donofry's avatar
      Further Improve Reply Functionality · 129beb57
      Joe Donofry authored
      Quoted replies now include matrix.to links for the event and the user.
      UI Rendering has been (slightly) improved... still very WIP.
      Restructured the reply structure in the code for future usability
      improvements.
      Verified
      129beb57
  16. Jun 12, 2019
  17. Jun 09, 2019
Loading