Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 24d6ad810117ec849b1ab72ab6e1deff > files > 10

dianara-1.4.2-2.mga7.i586.rpm


General to-do list and ideas for Dianara, in no particular order:
=================================================================


/// v1.4.3?

 - Option to open attachments without saving them.
 - Translatable Appdata file.
 - Granular options for notifications: only DM, only highlighted by
   filters, etc.
 - Fix crash when moving contacts around in the Audience lists of a post.
   (Qt bug https://bugreports.qt.io/browse/QTBUG-63546)
 - Use Qt's own plural handling.
 - Fix quoting partial comment. (semi-fixed in 1.4.1)
 - Fix links losing bold/italic attributes due to style tag removal.
 - Ability to 'unshare' a post. This does not currently work as one would expect.
   (Pump.io issue)


 - Group support. ***EXPERIMENTAL WIP******************************************
   *****Run qmake with DEFINES+=GROUPSUPPORT to test**********
   *****but make sure you run 'make clean' first**************
   *****This is intended for tests only***********************

 - Keep checking compatibility with GNU MediaGoblin.


///////////


 - Migrate Composer to KTextWidgets (KF5, Tier 3!).

 - Add several contacts to a list at the same time. This should always use silent mode.

 - Ability to rename/update a person list.

 - Share to specific audience.

 - In-page string search.

 - Support for animated avatars, as an option.

 - Option to add a link, when inserting a remote image, in the image itself.

 - Show if a contact is following you, in the avatar menu or the avatar itself.

 - Option to open links to youtube.com/youtu.be in external program (i.e. Minitube)
   (maybe even any custom URL via regexp)

 - URL's favorited via hip2.it go to the Favorites timeline, producing "weird"
   objects. Add checks for that.

 - Add custom templates below Symbols menu.
 - "Clone this post" capability.

 - Better keyboard support.**** WIP

 - pumplive.com stats "support".
 - Handle server error 500 when following someone you already followed.

 - Accept more parameters from CLI and more actions via D-Bus interface.

 - Backup of "Activity" timeline to a directory with date-objectId-named files
   and possible attachments.

 - Ofirehose support?

 - Spellcheck. (Qt5? For free with KTextWidgets...)
 - Contacts import from file?

 - Split PumpController into a library. (now an ActivityPub library)

 - Use Websockets.