Commit Graph

304 Commits

Author SHA1 Message Date
defnax
73681d48b7 cleanup & removed the old icons from composer 2020-02-28 20:01:32 +01:00
defnax
07bae2f957 corrected icons 2020-02-28 18:41:17 +01:00
defnax
bc1fd32cde update quickview icon 2020-02-28 14:31:04 +01:00
defnax
dad77bdb29 moved the info frame for invites before the message 2020-02-27 17:14:04 +01:00
defnax
7569517193 Added a "More" actions button for some needed actions
* Added a "More" actions button for some needed actions
* Added actions back for Save, Print.. , View Source & Button style
2020-02-27 01:04:44 +01:00
defnax
96300a356f update the composer icons 2020-02-26 22:21:52 +01:00
defnax
4be7f44967 added some flat mail icons for Messages Main Window 2020-02-26 21:09:33 +01:00
defnax
6f4971ea48 Added to display the Box name for the Main Tab when switching box
* Added to display the Box name for the Main Tab when switching box
* Fixed to clear the Message Widgets Labels when switched the Box
2020-02-26 16:50:05 +01:00
defnax
1cca7a4969 improved the messages design
* Moved the buttons to a better place
* removed the top frame
* changed to use the right icons for the context menu
* Set the attach icon on composer
2020-02-23 16:01:31 +01:00
defnax
e19f97f820 more cleanup 2020-02-22 13:24:30 +01:00
csoler
fb9282f588
moved UserNotify to MainPage level, and added RsEvent handling code in Posted 2020-01-26 23:19:20 +01:00
csoler
31968f82f2
fixed a few typos 2019-12-02 22:34:14 +01:00
defnax
c22524d5d1 updated tray menu icons 2019-11-22 13:58:25 +01:00
defnax
2df4a1a3e8 changed icons on othe feeds too
* changed the icons on other feeds too
* Show on Forum Message Feed the Avatars
2019-10-09 18:06:30 +02:00
csoler
5bd07b4a55
Merge pull request #1634 from deferredreward/master
fixed typo strenghten => strengthen across all locations
2019-10-05 17:29:02 +02:00
defnax
75dd928fbb Removed the default stylsheets from titlebar frames
Removed the default stylsheets from titlebar frames
2019-09-28 22:58:28 +02:00
csoler
fa7b65effb
fixed missing sort in Messages view 2019-09-15 16:28:40 +02:00
Benjamin Wright
c85040e77e fixed typo strenghten => strengthen across all locations 2019-09-05 09:17:21 -04:00
csoler
991077a32a
fixed loading of header settings in MessageaDialog 2019-08-25 10:17:05 +02:00
csoler
0bcbe14b2c
fixed wrong display of trash messages in inbox 2019-04-14 16:25:26 +02:00
csoler
64fecf42f4
moved MessagesDialog.* to msgs/ 2019-04-14 15:50:25 +02:00
csoler
f404962b51
fixed notification display for msgs 2019-03-26 11:47:11 +01:00
csoler
1d4934b71e
fixed QuickView filtering 2019-03-26 11:32:43 +01:00
csoler
5820364b0d
fixed sorting 2019-03-26 11:21:31 +01:00
csoler
90995f16ce
fixed filter/sort by author name 2019-03-26 10:25:54 +01:00
csoler
d2c15c2d9e
fixed merge upstream/master 2019-03-24 20:59:23 +01:00
csoler
dc24bb6f03
added save/restore current selection 2019-03-21 10:14:50 +01:00
csoler
3419b44ec1
fixed a few bugs in msg model and cleaned up dead code 2019-03-19 10:22:20 +01:00
csoler
f355abe025
removed sorting sensitivity and some dead code 2019-03-18 21:35:55 +01:00
csoler
14d29a4490
fixed small bug in box initialization 2019-03-12 16:59:45 +01:00
csoler
c9561c2684
fixed search filter 2019-03-12 15:59:54 +01:00
csoler
59b1d44e5b
resotred string filter system 2019-03-12 14:27:06 +01:00
csoler
b5b2c430c5
fixed QuickView filtering system 2019-03-12 14:17:42 +01:00
csoler
0570c3fa38
fixed context menu 2019-02-26 15:05:00 +01:00
csoler
5cbff98e40
fixed toggling read/unread and star status 2019-02-26 14:45:48 +01:00
csoler
40832734cc
fixed double definitions of roles 2019-02-26 11:29:10 +01:00
csoler
16cae622e3
fixed icons in attachment and read columns 2019-02-26 10:46:32 +01:00
Phenom
b80d7cb5ae Fix Warnings for class 'RsGxsForumGroup' was previously declared as a
struct

../../../trunk/retroshare-gui/src/gui/msgs/MessageComposer.h:40:1:
warning: class 'RsGxsForumGroup' was previously declared as a struct [-
Wmismatched-tags]
class RsGxsForumGroup;
^
../../../trunk/libretroshare/src/retroshare/rsgxsforums.h:55:8: note:
previous use is here
struct RsGxsForumGroup : RsSerializable
       ^
../../../trunk/retroshare-gui/src/gui/msgs/MessageComposer.h:40:1: note:
did you mean struct here?
class RsGxsForumGroup;
^~~~~
struct
2019-02-14 23:15:54 +01:00
Phenom
746a5ad89c Fix Warnings for class 'RsGxsChannelGroup' was previously declared as a
struct

In file included from ../../../trunk/retroshare-gui/src/gui/feeds/
SecurityItem.cpp:28:
../../../trunk/retroshare-gui/src/gui/msgs/MessageComposer.h:39:1:
warning: class 'RsGxsChannelGroup' was previously declared as a struct
[-Wmismatched-tags]
class RsGxsChannelGroup;
^
../../../trunk/libretroshare/src/retroshare/rsgxschannels.h:46:8: note:
previous use is here
struct RsGxsChannelGroup : RsSerializable
       ^
../../../trunk/retroshare-gui/src/gui/msgs/MessageComposer.h:39:1: note:
did you mean struct here?
class RsGxsChannelGroup;
^~~~~
struct
2019-02-14 23:11:51 +01:00
Phenom
0b9cd9743a Fix Warnings for class 'RsIdentityDetails' was previously declared as a
struct

In file included from ../../../trunk/retroshare-gui/src/gui/
NetworkDialog.cpp:36:
../../../trunk/retroshare-gui/src/gui/msgs/MessageComposer.h:33:1:
warning: class 'RsIdentityDetails' was previously declared as a struct
[-Wmismatched-tags]
class RsIdentityDetails;
^
../../../trunk/libretroshare/src/retroshare/rsidentity.h:294:8: note:
previous use is here
struct RsIdentityDetails : RsSerializable
       ^
../../../trunk/retroshare-gui/src/gui/msgs/MessageComposer.h:33:1: note:
did you mean struct here?
class RsIdentityDetails;
^~~~~
struct
2019-02-14 23:09:09 +01:00
csoler
7a7ebed9d2
improved Mail model 2019-02-10 15:13:39 +01:00
defnax
8502b7d8ff fix ui width & height back to normal size 2019-02-10 14:14:59 +01:00
csoler
b7c8c16e29
inserted the model into the widget 2019-02-08 15:41:20 +01:00
csoler
4fce5d61cc
added basic model file for Mail message tree 2019-02-03 19:39:19 +01:00
Gioacchino Mazzurco
cf94037c10
Do not show nodes in mail composer 2018-11-20 12:13:16 +01:00
csoler
ac2dacf515
fixed licenses in gxsforums, gxschannels, im_history, msgs 2018-11-15 21:49:12 +01:00
sehraf
150af40e09
jsonapi: convert and add getMessageCount 2018-10-04 22:43:12 +02:00
csoler
81fc3b7921
select GxsIds as default list to chose msg destination from 2018-10-03 15:25:53 +02:00
csoler
83a987936d
when replying to a msg, always select an ID to author the msg that was in the destination list 2018-10-03 15:02:37 +02:00
csoler
50867d2503
fixed clicking on external url in MessageWidget 2018-08-01 20:31:48 +02:00