Commit Graph

291 Commits

Author SHA1 Message Date
csoler
035010af76
Merge pull request #1970 from drbob/TheWire-rework-ui
TheWire rework UI, and update Data Messages.
2020-08-03 14:57:03 +02:00
drbob
3f9acd7ef8 Remove old Pulse display
Remove PulseItem / PulseDetails classes
Switch all Message retrieval away from TokenQueues
Remove Original PulseItem View
2020-08-03 19:30:29 +10:00
G10h4ck
9587cfd4d9
Merge pull request #2009 from hunbernd/feature/msys2enhancements
Reworked msys2 build scripts
2020-08-01 18:00:19 +02:00
drbob
0522c7907a Merge branch 'master' into TheWire-rework-ui 2020-07-30 21:45:59 +10:00
csoler
bac8e0be70
added widget for displaying info about identities. Not ready yet 2020-07-08 23:35:44 +02:00
csoler
69b51fecb7
Merge pull request #1994 from csoler/v0.6-ChannelsGUI
Abstract item model for channels
2020-06-24 23:22:44 +02:00
hunbernd
a5d23d0b3f Merge remote-tracking branch 'remotes/retroshare/master' into feature/msys2enhancements 2020-06-19 22:48:43 +02:00
csoler
fd85965e7d
added preview widget when creating pochannel posts 2020-06-13 16:14:15 +02:00
csoler
a5dd33e085
improved widgets. Added file list (with dump delegate), labels, etc 2020-06-04 21:50:27 +02:00
csoler
198733a763
started implementing an abstract item model for channels 2020-06-01 22:00:49 +02:00
hunbernd
cd751f12d4 Clang support 2020-05-30 02:16:59 +02:00
drbob
bcd8f4b0de use Extra Widget for Group creation 2020-05-26 18:09:50 +10:00
Phenom
e5e468b083 Fix AutoLogin 2020-05-23 12:54:17 +02:00
drbob
11ce959b2f Improvements to UI to make behaviour more similar to twitter.
Add new UI elements.
Can show PulseFocus or GroupFocus at the moment.
WIP, Much more work to get this finalised.
2020-05-15 22:36:50 +10:00
csoler
df92000147
Revert "Fix GroupTreeWidget with RSElidedItemDelegate for StyleSheet." 2020-05-09 21:49:13 +02:00
Phenom
826e969fae Fix GroupTreeWidget with RSElidedItemDelegate for StyleSheet. 2020-05-09 14:43:45 +02:00
defnax
519fb01536 Added icons for create & post to pulse
* Added icons for create & post to pulse
* Changed Subscribe strings to Follow/Unfollow
* Added Label for Follow list
2020-04-17 21:57:44 +02:00
drbob
70d1d65cbf enforce AuthorID requirement for Albums
Improve GxsGroupDialog to support required AuthorID.
Remove unused AlbumCreateDialog
Update Defaults for PhotoShare
2020-03-03 21:56:35 +11:00
drbob
a089bc6e06 add missing files to retroshare-gui.pro 2020-03-01 09:37:42 +11:00
defnax
bd1047aa67
Revert "[Experimental] Video player page for main window" 2020-02-22 19:01:09 +01:00
defnax
3e7f670203
Merge branch 'Video-Player-page-for-MainWindow' into master 2020-02-22 17:59:20 +01:00
csoler
a89f572edf
Merge pull request #1796 from drbob/photos_switch_to_gxscomments
Switch PhotoService to use GxsComments
2020-02-22 17:09:09 +01:00
csoler
c2344b1265
fixed compilation for wiki which still used GxsUpdateBroadcastPage.cpp 2020-02-18 22:19:47 +01:00
csoler
167380127b
merged upstream/master 2020-02-17 19:54:16 +01:00
drbob
fe62dc1345 Switch PhotoService to use GxsComments
WIP improvements to PhotoService:
 - switch p3photoservice to use gxcommentservice
 - clean out old RsPhotoComment classes
 - redesign PhotoDialog to use standard GxsCommentService classes
 - remove unneeded old Comment classes from GUI
 - fix indenting for PhotoDialog and p3photoservice.h
 - fix layout issue in Extra Widgets for GxsGroupDialog
2020-02-16 15:21:20 +11:00
defnax
3eec7922f6
Merge pull request #66 from RetroShare/master
update to master
2020-02-15 15:04:17 +01:00
drbob
d04518fd55 Update RsPhotoItems and switch to GxsGroupDialog.
WIP improvements to PhotoService:
 - Switch from custom image to use RsGxsImage
 - Update classes for new Image class
 - fix serialiser for photos
 - switch group creation to use GxGroupDialog
 - tweak GxsGroupDialog to display extra Widgets
 - add AlbumExtra widget
2020-02-15 01:01:19 +11:00
csoler
a498d4e370
merged upstream/master 2020-02-11 22:16:31 +01:00
drbob
d748278637 update code to get Wiki / Wire and PhotoShare compiling again 2020-02-10 22:24:47 +11:00
csoler
62c5cda7f0
merged upstream/master 2020-02-08 20:04:27 +01:00
defnax
8dd85f2391
Merge pull request #52 from RetroShare/master
update to master
2020-02-06 22:27:37 +01:00
csoler
8e153b4acc
started removal of GxsBroadcastBase class 2020-02-06 19:57:23 +01:00
defnax
558e80fa2f Added Video Player page for MainWindow 2020-01-27 19:45:43 +01:00
defnax
27c4503cfb Added the new class for resize the image if the window is resized 2020-01-21 16:22:56 +01:00
defnax
d0fcd90ccc Added Picture View Dialog for open the picture in a external View
* Added Picture View Dialog for open the picture in a external View
* Added a clickable Label for Classic Views Thumbnail label to open Picture via one click
* Imroved the Classic & Card views dark stylesheets for better look and feel
2020-01-10 19:27:58 +01:00
defnax
54d0d8ab8b Added new Card View for Posted 2019-12-25 17:16:58 +01:00
defnax
824fc5049b update the licence & added the changes for Channel message composer 2019-12-23 21:26:54 +01:00
defnax
096de94b00 forget to commit this 2019-12-19 20:02:02 +01:00
csoler
9a24af87a4
Moved #ifdef RS_WEBUI inside RS_JSONAPI ifdefs so that the webui files cannot be requested unless jsonapi files are compiled 2019-11-27 21:14:20 +01:00
Gioacchino Mazzurco
1d4ca64dee
Prepare for merging 2019-11-27 18:44:10 +01:00
csoler
6603dbd913
code to embed webUI server in the main executable (initial version, not yet working) 2019-11-10 17:38:16 +01:00
Phenom
2922bc92a8 Fix CMark Compilation with QtCreator 2019-09-05 05:28:37 +02:00
Phenom
d681136831 Fix CMark compilation
Remove cmark_node_mem as cmark_node_free do the job.
Look at man:
https://github.com/commonmark/cmark/blob/master/man/man3/cmark.3#L141
2019-08-28 04:53:47 +02:00
csoler
c28c193b7c
Merge pull request #1615 from csoler/v0.6-FriendList
V0.6 friend list
2019-08-26 19:07:11 +02:00
csoler
98e41ad075
made messenger an optional component of the UI 2019-08-21 15:23:25 +02:00
csoler
30708c9518
removed FriendList from compilation 2019-08-20 21:31:09 +02:00
Gioacchino Mazzurco
e6c3a6f732
RetroShare-gui doesn't need to link to uitools 2019-08-07 14:21:50 +02:00
csoler
1c123d6df9
added missing NewFriendList.ui 2019-06-28 11:27:19 +02:00
csoler
081a3a7023
switched to new (unifinished) friendlist code 2019-06-25 23:11:12 +02:00
csoler
6a18e242bb
added compile option to use sanitizer and already fixed a few misalignment errors with it 2019-05-11 22:25:02 +02:00