defnax
70975b30d9
Display the avatar for the Wire author
...
Display the avatar for the Wire author
2020-04-19 16:09:42 +02:00
csoler
c84016c3b0
force Qt to use implicit data sharing in icons and pixmaps by using our own cache, and apply this to GxsChannelPostItem
2020-04-19 13:10:30 +02:00
Phenom
b529de29e6
Add Ability to undock a chat lobby to a window.
2020-04-18 15:37:54 +02:00
csoler
2a046eacb3
have GxsChannelPostItem only keep a copy of the group meta data instead of the full group data to save memory
2020-04-18 13:45:55 +02:00
csoler
27bbd50f1f
Merge pull request #1860 from csoler/v0.6-ImprovedGUI_5
...
fixed bug causing forums to collapse when browsing messages
2020-04-17 23:51:32 +02:00
csoler
678bcf5830
improved efficiency of channel posts loading
2020-04-17 23:23:59 +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
csoler
27f2a191c8
Merge pull request #1830 from defnax/removing-some-default-stylesheet
...
Removing some default stylesheet froms Messages & ChatWidget & icon changes
2020-04-17 17:16:18 +02:00
csoler
e351b0353d
fixed bug causing forums to collapse when browsing messages
2020-04-17 17:12:23 +02:00
csoler
fa8968797c
added some tests to insertGroupData() to avoid inconsistent calls
2020-04-16 21:35:57 +02:00
csoler
ac02b68b34
first step of partial channel loading: only load all posts from meta data
2020-04-15 21:55:16 +02:00
csoler
b03ddda6c3
Merge pull request #1858 from csoler/v0.6-ImprovedGUI_4
...
attempt to fix bug in forum search
2020-04-15 20:10:51 +02:00
csoler
d31f5d1159
attempt to fix bug in forum search
2020-04-15 11:31:26 +02:00
csoler
05e3ab9dcd
Merge pull request #1854 from PhenomRetroShare/Fix_ForumMarkAllAsRead
...
Fix Forum Mark All As Read.
2020-04-14 21:22:41 +02:00
csoler
1d875d13fa
Merge pull request #1855 from PhenomRetroShare/Fix_MessageDeleteButton
...
Fix Message Delete Button.
2020-04-14 21:11:03 +02:00
Phenom
92b4097fe5
Hide RSImageBlockWidget when changing Forum Post.
2020-04-14 16:13:51 +02:00
Phenom
69a0fa64da
Fix Forum Mark All As Read.
...
Now only mark changed post to reduce DB access.
2020-04-14 14:32:53 +02:00
Phenom
2dc2b3598d
Fix Message Delete Button.
...
Now, frame is cleared and next message selected.
2020-04-14 14:29:37 +02:00
Gioacchino Mazzurco
37854c8f23
Fix compiler error on 32bit platforms
2020-04-14 12:26:21 +02:00
Gioacchino Mazzurco
dc9ba74bdd
Add missing postToObjcted in RsGxsUpdateBroadcast
...
Deprecate RsGxsUpdateBroadcast each service should handle its own event
2020-04-14 12:24:57 +02:00
Gioacchino Mazzurco
4c0baa1ec3
Fix JSON API event handler registering behavior
...
As a bonus the behaviour is now homogeneous between C++ API and JSON API
Fix a bunch of compiler warning
RsEvents implementation is now safer
mHandlerMaps size is known at compile time, so use an std::array instead
of vector
2020-04-14 12:24:57 +02:00
Gioacchino Mazzurco
55d466f79b
Initial work on RsFiles links support in libretroshare
2020-04-14 12:17:01 +02:00
csoler
b6c5e2f188
Merge pull request #1847 from csoler/v0.6-GxsDbFix
...
This branch aims at fixing the requests problems in RsGxsDataAccess
2020-04-13 14:13:33 +02:00
csoler
54f8ef1ffe
fixed small bug causing read/unread and new msgs to not update immediately
2020-04-12 23:07:42 +02:00
csoler
f74c65fcc0
created a specific GxsEvent for Group Statistics changes and handle it in the GUI for all friends at once every 2 min at most
2020-04-11 20:52:35 +02:00
drbob
0113aed20f
Disable follow / rate buttons, and fix time filter periods
2020-04-11 16:23:12 +10:00
drbob
7d8323f3e2
Cleanup WireDialog
...
Cleanup WIreDialog UI, removing unused bits
Switch Groups to LHS and Add Simple Time Filter.
2020-04-11 16:07:40 +10:00
drbob
124781c1e0
Fixup PulseAddDialog and underlying datatypes
...
Cleaned up UI, removing unnecessary sidebar.
Added cleanup of Dialog to reset properly
Disabled URL adder, until it is complete
Added ComboBox for reply sentiment
Only enable Post button when length between 1 and 999 characters
Add Icon to WireGroup (future proofing datatype)
2020-04-11 12:55:04 +10:00
drbob
9e0d56f408
TheWire UI Improvements
...
Ensure that PulseAddDialog updates ReplyTo pulse correcly.
PulseDetails actions enabled correctly.
Allow selection of WireGroup by clicking in list.
2020-04-10 21:36:31 +10:00
csoler
37074d81ff
fixed uninitialized memory read
2020-04-09 22:56:59 +02:00
csoler
b0e61376f1
removed calls to getServiceStatistics from GxsUserNotify and replaced by info collected by GxsGroupFrameDialog
2020-04-08 21:11:53 +02:00
csoler
c60f1d1331
fixed merge with upstream/master
2020-04-08 10:41:47 +02:00
csoler
e0462b8411
Merge pull request #1845 from csoler/v0.6-FT4
...
Removed TokenQueue from GxsTransportStatistics
2020-04-08 10:25:41 +02:00
csoler
ebee69df96
fixed up display of GroupStatisticsReq and moved priorities to RsTokReqOptions
2020-04-07 22:42:01 +02:00
csoler
bddd90df43
fixed bug causing some GxsGroupFrameDialog not to show content
2020-04-06 22:11:32 +02:00
csoler
5c71a46c52
fixed up the update of message count using a flag to only update when necessary, which limits drastically the calls to getGroupsStatistics()
2020-04-06 21:55:07 +02:00
csoler
25467dda9f
Merge pull request #1831 from drbob/thewire_fix_message_display
...
TheWire fixup up display of messages
2020-04-05 11:33:27 +02:00
csoler
5fd355f0f7
fixed compilation
2020-04-05 10:47:27 +02:00
drbob
1c20d75a03
Update photo/wire/wiki interfaces to support Blocking Group API.
...
Add blocking API Group Interfaces for photo,wire and wiki services.
Add service blocking API calls for createGroup/updateGroup/getGroupData.
Update GUI classes to match new GxsGroupDialog Interfaces.
2020-04-05 15:04:39 +10:00
csoler
28a21392ca
removed TokenQueue from UserNotify
2020-04-04 22:54:54 +02:00
csoler
4653f18dd1
removed TokenQueue from GxsTransportStatistics
2020-04-04 22:00:52 +02:00
csoler
72a22bcc88
removed more dead code
2020-04-03 10:54:06 +02:00
csoler
cd98f02246
removed askForDeferredSelfSignature() and made IdEditDialog comply with this
2020-04-02 22:24:14 +02:00
csoler
0cc871da60
removed TokenQueue from IdEditDialog PGP Signed identities still not working
2020-04-01 22:34:47 +02:00
csoler
d9b74beb44
removed more dead code and fixed a bug in GxeMessageFramePostWidget
2020-03-31 22:51:53 +02:00
csoler
36b5f18579
removed more dead code
2020-03-31 22:27:26 +02:00
csoler
9b42940cd7
removed dead code
2020-03-31 22:21:14 +02:00
csoler
4e3cb16535
removed token queue from CreateGxsChannelMsg
2020-03-31 22:10:11 +02:00
csoler
cf7a77e512
finished converting GxsMessageFrameWidget to blocking API
2020-03-31 20:21:16 +02:00
drbob
3402aa861f
Merge branch 'master' into thewire_fix_message_display
2020-03-31 21:23:51 +11:00
csoler
55c810f848
first pass for converting GxsMessageFrameWidget to blocking API
2020-03-29 23:21:48 +02:00
csoler
c18dfb39c3
added some more debug info and proper error output to GxsDb
2020-03-26 23:19:34 +01:00
csoler
8cf78b072b
added more info when loading forums
2020-03-26 17:10:29 +01:00
csoler
5dcbb978c3
improvement of autoloading of GxsGroupFrameDialog
2020-03-26 16:47:37 +01:00
defnax
3115a3f307
update search icon
2020-03-24 16:05:47 +01:00
defnax
09b7e00b9f
fixed missed icons
2020-03-24 14:41:37 +01:00
defnax
858d8142b0
rename some notify settings strings links to boards
...
* rename some notify settings strings links/posted to boards
* connect attempt to Friend requests
2020-03-24 13:31:50 +01:00
defnax
a630d1b6ac
update the chat window icons
2020-03-23 18:31:56 +01:00
csoler
0f5fd198a4
removed debug info in db access
2020-03-22 22:06:49 +01:00
csoler
6c1f09a53b
completely removed TokenQueue from GxsGroupDialog and GxsGroupFrameDialog
2020-03-22 21:47:14 +01:00
csoler
7ba83272cf
re-enabled GroupMetaCache in GxsGroupFrameDialog and only reload fully when needed
2020-03-22 02:33:51 +01:00
csoler
83b130fa90
fixed icon for own forums
2020-03-22 02:11:56 +01:00
csoler
05afc40804
fixed a few bugs
2020-03-21 17:44:58 +01:00
csoler
b8ec91aac5
fixed missing returns
2020-03-21 15:46:52 +01:00
csoler
2387150f64
1/4 convertion of GxsGroupFrameDialog to blocking API
2020-03-21 15:25:34 +01:00
csoler
cd4594d0a3
merged with upstream/master
2020-03-19 09:15:45 +01:00
csoler
5408427ea8
added auto delete active token feature to RsGxsIfaceHelper
2020-03-17 00:13:29 +01:00
defnax
ea214d18e6
Removed a unnecessary frame from WikiDialog & correcting indentations
...
* Removed a unnecessary frame from WikiDialog & correcting indentations
* Removed unused icons
2020-03-15 17:29:05 +01:00
csoler
4c4b7ce754
Merge pull request #1826 from csoler/v0.6-FT4
...
attempt to solve GXS data access problems in new blocking API
2020-03-13 14:37:53 +01:00
drbob
fc53af2646
TheWire fixup up display of messages
...
Process messages to group replies correctly and sort by age.
Expand message display to include replies.
Add coloring to distinguish between replies and actual msgs.
Enable subscribe / unsubscribe buttons.
Add Selection of which set of groups are visible.
Add missing setNetworkExchangeService calls for photo + wire services.
2020-03-13 16:44:15 +11:00
csoler
70d0c7b1b3
quick workaround to avoid crash in loadCircles()
2020-03-12 22:12:06 +01:00
defnax
9a5f839550
fixing some layout issues on the search frame
2020-03-12 21:43:58 +01:00
defnax
5708be6472
Removed some default stylesheets from ChatWidget & Messages
2020-03-12 19:53:37 +01:00
csoler
aa05348d55
removed token queue from PostedCreatePostDialog
2020-03-11 22:41:19 +01:00
csoler
b8cab68885
Merge pull request #1821 from defnax/Cleanup-&-remove-old-with-new-icons
...
Cleanup & remove old with new icons
2020-03-10 19:04:04 +01:00
defnax
10c20ae2c6
restored the tab icon size to the default for Messages
2020-03-10 16:55:16 +01:00
defnax
3cc0adab22
Added to count own groups too
2020-03-09 23:22:52 +01:00
csoler
401c4f26ba
Merge pull request #1820 from defnax/fixing-settings-pages
...
Fixing settings pages
2020-03-09 22:47:45 +01:00
csoler
dc3c3488df
added blocking API for createComment() in GxsCommentService and removed token queue from GxsCreateCommentDialog
2020-03-09 21:01:55 +01:00
defnax
15afbc32cf
Removed unnecessary icons from main tree Channel & Forums
...
* Removed unnecessary icons from the main tree Channel & Forums
* Fixed to display the Flag icon for the Distribution column
2020-03-09 16:53:27 +01:00
defnax
cff0fad937
Put the Login Dialog in the acreen center of the window
2020-03-09 14:12:20 +01:00
csoler
4031b081c5
Merge pull request #1824 from drbob/photos_improve_sharing
...
Updates to PhotoSharing service
2020-03-08 23:14:38 +01:00
csoler
1f0678075f
merged upstream/master
2020-03-06 22:12:06 +01:00
defnax
991c07116b
added missed icon
2020-03-06 16:16:32 +01:00
drbob
88f76c5fbb
Update the data in photoitems
...
Update PhotoItem members
- remove excessive fields in Photo
- add RsGxsFile to Photo
- update ShareMode for Album
- renamed photo.mThumbnail to mLowResImage
Update Photo GUI
- enable setting of AlbumExtra parameters.
- added data for Ordering of photos
- stop showing duplicates in PhotoSlideShow
2020-03-07 00:13:25 +11:00
defnax
a480d995d6
Set the TextBrowser transparent for better look
2020-03-06 00:22:53 +01:00
defnax
6ac03ecf7c
moved share flags label to the Directories tab
2020-03-05 22:31:16 +01:00
defnax
5eb62a96a6
added back the changes for icons.qrc
2020-03-05 21:25:12 +01:00
defnax
e11c83f833
Merge pull request #89 from RetroShare/master
...
update to master
2020-03-05 21:22:24 +01:00
defnax
a0f151b252
restore icons back
2020-03-05 21:20:16 +01:00
defnax
4acbb062eb
removed unused defines
2020-03-05 21:11:16 +01:00
defnax
06b0600e6a
update icons
2020-03-05 16:09:00 +01:00
defnax
22fa7b15e9
update icon & screenshots
2020-03-05 15:36:19 +01:00
defnax
a1ca048082
cleanup & update some icons
2020-03-05 02:10:45 +01:00
csoler
48d09b5867
fixed bug in calling setItemWidget on a possibly null item
2020-03-04 22:43:17 +01:00
defnax
eb96350a5f
cleanup & remove old icons with new one
2020-03-03 16:26:47 +01:00
defnax
fedd0b22e5
Set back the right tab by default
...
* Set back show the right tabs by default
* Added for Files Tabs it taked to much space before
2020-03-03 14:05:52 +01: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
csoler
87e92e5229
simplified loginc in deleting duplicate items
2020-03-02 22:08:13 +01:00
defnax
0529c5d1aa
added some icons for photos
2020-03-02 21:47:18 +01:00
defnax
08e3401503
attempting to fix layout issues
2020-03-02 19:40:44 +01:00
defnax
a57632c1b4
fixing the Album create icon
2020-03-01 20:13:18 +01:00
csoler
5ffa5aacd2
Merge pull request #1810 from defnax/messages-improvements
...
Messages improvements
2020-03-01 19:03:46 +01:00
csoler
97e7df82c5
Merge pull request #1816 from csoler/v0.6-FT4
...
TokenQueue cleanup
2020-03-01 17:29:44 +01:00
defnax
34f6a6ecf1
corrected the news feed
2020-03-01 16:30:49 +01:00
csoler
d96ce490d4
improved Circle editor ID selection list
2020-03-01 11:35:24 +01:00
csoler
8be92f24b6
removed TokenQueue from CircleCreationDialog
2020-02-29 23:48:37 +01:00
drbob
a089bc6e06
add missing files to retroshare-gui.pro
2020-03-01 09:37:42 +11:00
csoler
5ccc59e2ea
removed TokenQueue from FriendSelectionWidget
2020-02-29 23:07:01 +01:00
csoler
34fc132003
removed misleading warning about null circle id in newsfeed
2020-02-29 12:13:51 +01:00
drbob
24fd4ae3e7
Get the basics of TheWire service working
...
Added REF fields to Wire Msgs to allow replys to work well.
Added description of how the Message fields should be used.
Added WireGroupDialog for creation of WireGroups.
Updated PulseAddDialog to support publishing Pulses and Replies.
Added classes to display Pulses / Groups.
Added single selection point of WireGroup for publishing.
Added basic "refresh" to reload new GXS data.
2020-02-29 11:47:00 +11:00
defnax
9086f65dfa
fixing commit
2020-02-28 21:06:16 +01:00
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
54a0319f33
fixing missed icon
2020-02-26 22:26:07 +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
csoler
b1680bd591
Merge pull request #1806 from sehraf/pr_move-log-tab
...
Insert wiki/etc and plugins before the log tab
2020-02-25 22:23:45 +01:00
csoler
9b452774ac
Merge pull request #1811 from defnax/small-fixes-for-wiki-&-photos
...
Small fixes for wiki
2020-02-25 22:23:20 +01:00
csoler
a050669a93
remved tokenQueue from IdDetailsDialog and attempt to fix crash in Circles due to deleting an item that is still in the tree
2020-02-24 22:21:38 +01:00
defnax
44ecda293c
restore changes
2020-02-24 16:26:29 +01:00
drbob
5d0e2bb71e
Add Album Editing (add / remove photos)
...
Significant improvements to AlbumDialog
- load Existing Photos to the Album
- drag and drop add new Photos
- mark photos for deletion
- publish these changes
- color photoitems depending on state
Fixed up Top-Level Photo display.
- only show latest version of photo (hide deleted)
- fixup grouping by "Own / Subscribed / Other" Albums
- added Album detail editing using GxsGroupDialog
2020-02-25 00:11:51 +11:00
defnax
5cea8c4335
Added to store the splitter position for the wiki dialog
...
* Added to store the splitter position for the wiki dialog
* Fixing the missed icon for Photoshare
* Correcting Indentation
2020-02-23 21:12:32 +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
csoler
737b846e23
Merge branch 'master' into v0.6-FT4
2020-02-22 21:11:00 +01:00
defnax
bd1047aa67
Revert "[Experimental] Video player page for main window"
2020-02-22 19:01:09 +01:00
sehraf
3ad5ec9dea
insert wiki/etc and plugins before the log tab
2020-02-22 18:54:58 +01:00
defnax
3e7f670203
Merge branch 'Video-Player-page-for-MainWindow' into master
2020-02-22 17:59:20 +01:00
csoler
bb498c3dc0
Merge pull request #1803 from defnax/removed-old-unused-icons
...
Removed old unused icons
2020-02-22 17:47:32 +01:00
csoler
0f045b4f6b
Merge pull request #1800 from cyisfor/master
...
Increase maximum avatar size to 96 to avoid blurriness in chats
2020-02-22 17:26:06 +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
941b55c9a5
Merge pull request #1797 from defnax/removed-checkbox
...
Removed unfinished checkbox
2020-02-22 17:03:52 +01:00
csoler
b73a84b768
Merge pull request #1802 from defnax/fixing-layout-issues-on-People-dialog-
...
Fixing layout issues on people dialog
2020-02-22 17:02:29 +01:00
csoler
5faee5ebe2
Merge pull request #1799 from defnax/update-and-cleanup-the-wiki-icons
...
Update and cleanup the wiki icons & small improvements
2020-02-22 17:01:02 +01:00
defnax
bb22b03b62
removed old icons & restored few back
2020-02-22 15:41:34 +01:00
defnax
e19f97f820
more cleanup
2020-02-22 13:24:30 +01:00
defnax
089aedfc3b
more cleanup
2020-02-22 02:05:51 +01:00
defnax
87f64a1e2b
removed old unused icons
2020-02-22 01:26:20 +01:00
defnax
12c8e59b58
Added a Label open the Board of the post via rs link
...
Added a Label for open the Board of the post via rs link, to show on news feed the link.
2020-02-21 16:14:56 +01:00
csoler
1c84c6123b
removed deadcode from IdDialog and moved CircleItem to new async API
2020-02-20 20:53:40 +01:00
defnax
a9f528ff33
changed color for the enterevent
2020-02-20 00:37:44 +01:00
defnax
e8caa56dc8
Maked Group Logo label click to set the icon & removed the add icon button
...
* Maked group logo label click able to set the icon & removed the add icon button
2020-02-19 23:14:19 +01:00
csoler
5645d71699
fixed connexion between posted items and async API, and removed dead code and debug info
2020-02-19 21:52:55 +01:00
defnax
27e735878c
fixing opinion combobox & invite button layout problems
2020-02-19 00:23:29 +01:00
csoler
d3bd237cde
merged upstream/master
2020-02-18 22:23:55 +01:00
csoler
c2344b1265
fixed compilation for wiki which still used GxsUpdateBroadcastPage.cpp
2020-02-18 22:19:47 +01:00
csoler
7e08d24b64
removed most of the token queue system from GxsFeedItems
2020-02-18 20:15:23 +01:00
csoler
d1b26c9d36
removed dead code form GxsForumThreadWidget.cpp
2020-02-18 11:19:10 +01:00
csoler
61083ff77a
fixed elided label when size is too small to draw anything
2020-02-18 11:07:41 +01:00
csoler
09c5d93631
moved elided label paint method to static so that it can be used by other item delegates
2020-02-18 10:50:55 +01:00
csoler
e4dc72169c
switched from GxsIdRSTreeWidgetItem to GxsIdItemDelegate, so as to avoid the whole timer system to load ids in Circles list
2020-02-17 23:13:41 +01:00
Cy
718ad1c531
Increase maximum avatar size to 96 to avoid blurriness in chats
2020-02-17 22:13:38 +00:00
defnax
cc4acc0c50
update & clean up the wiki icons
2020-02-17 20:01:08 +01:00
csoler
167380127b
merged upstream/master
2020-02-17 19:54:16 +01:00
defnax
e796fa2658
removed unfinished checkbox
2020-02-16 20:44:04 +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
csoler
93ee9bdd18
Merge pull request #1793 from drbob/fix_photo_group_creation
...
Update RsPhotoItems and switch Photos to use GxsGroupDialog
2020-02-15 14:39:55 +01:00
csoler
659955752d
Merge pull request #1780 from defnax/rename-posted-to-boards-and-cleanup-icons
...
Rename posted to boards and cleanup icons
2020-02-15 14:37:25 +01:00
csoler
b5aa66f81b
Merge pull request #1781 from defnax/added-spacer-to-channel-post-item
...
Added spacer to channel post item
2020-02-15 14:33:20 +01:00
csoler
39fc465a0c
Merge pull request #1788 from defnax/little-changes-for-wiki-and-photo
...
Little changes for wiki and photo share
2020-02-15 14:27:22 +01:00
defnax
f9e972daf9
revert back some changes
2020-02-14 16:00:14 +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
defnax
34067223e7
rename on details
2020-02-13 00:12:55 +01:00
csoler
01c4534a20
load/save prefered identity for voting in posted
2020-02-12 21:10:35 +01:00
defnax
bedd2d36d4
Added to store last used page for post creation
...
Added to store last used page for post creation
2020-02-12 18:23:58 +01:00
defnax
2bd3e32d4a
update the mainwindow icons for wiki/photo share
...
* update the mainwindow icons for wiki/photo share
* get work the id combobox for album creation
2020-02-12 18:05:00 +01:00
csoler
a498d4e370
merged upstream/master
2020-02-11 22:16:31 +01:00
csoler
dc0b8c491c
using GxsIdRSTreeWidgetItem to display circle members
2020-02-11 22:14:55 +01:00
csoler
f75d0add47
added notification for circle cache updates to avoid the need for an additional UI timer
2020-02-11 16:37:53 +01:00
defnax
ef0979aafd
rename settings posted page to boards too
2020-02-11 15:43:27 +01:00
defnax
920463a4ae
update few more strings to the new naming
2020-02-11 14:51:52 +01:00
csoler
d88788f411
Merge pull request #1784 from drbob/update_unfinished_services
...
Update code to get Wiki / Wire and PhotoShare compiling again
2020-02-11 11:29:35 +01:00
csoler
e4f243694b
finished removing token queue from IdDialog.cpp
2020-02-11 08:36:35 +01:00
csoler
1a250f5138
half-removed token queue system from IdDialog.cpp
2020-02-10 22:33:21 +01:00
defnax
01068acb18
update the help page
2020-02-10 20:35:49 +01:00
csoler
101bc32679
fixed missing return in GxsChannelPostItem::uniqueIdentifier()
2020-02-10 13:06:10 +01:00
drbob
d748278637
update code to get Wiki / Wire and PhotoShare compiling again
2020-02-10 22:24:47 +11:00
csoler
372b87148c
fixed text in share publish perms
2020-02-09 22:29:36 +01:00
csoler
41a81fa5d1
fixed notifications in posted
2020-02-09 20:54:11 +01:00
defnax
9301a1b8d2
added missed spacer to channel post item
2020-02-08 20:51:37 +01:00
csoler
62c5cda7f0
merged upstream/master
2020-02-08 20:04:27 +01:00
defnax
f12a36fcfb
Rename Posted to Boards & cleanup remove old icons
...
Rename Posted to Boards & cleanup remove old icons
2020-02-08 17:29:50 +01:00
defnax
9774b33ef2
Merge pull request #59 from RetroShare/master
...
update to master
2020-02-08 12:33:37 +01:00
csoler
a9f24c85a0
Merge pull request #1774 from G10h4ck/json_api_improvements
...
JSON API improvements
2020-02-07 23:16:04 +01:00
csoler
f72b385ccf
Merge pull request #1776 from csoler/v0.6-FT
...
More switch to new notification system
2020-02-07 23:15:41 +01:00
defnax
8cce8cbbe5
Added own button for play with Qt media player
...
Added own button for play with Qt media player
2020-02-07 16:33:26 +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
Gioacchino Mazzurco
039e8f653d
Solve race condition in JSON API restart
...
Improve atomic access to restbed service
Protect JSON API restart against bursts
Fix JSON API error condition enum registration
Provide ostream helper for error_condition
Provide optional forced thread cancel for debugging purpose, disabled by
default at compile time define RS_THREAD_FORCE_STOP to enable it
Avoid double fullstop in retroshare-gui json api apply button
2020-02-05 18:56:47 +01:00
csoler
595df99310
fixed notifications for distant search results in channels
2020-02-03 21:39:05 +01:00
csoler
caf0bfc4e9
improved usage statistics in IdDialog
2020-02-01 23:07:19 +01:00
csoler
c6643613b6
Merge pull request #1753 from hunbernd/New-Posted-Card-View
...
New posted card view enhancements
2020-02-01 18:50:27 +01:00
csoler
0cdce37af4
added proper unregister calls in destructors of classes that register a event handler
2020-01-31 22:37:21 +01:00
csoler
e6d16f6f39
marked old hashing notification as removed
2020-01-30 23:12:21 +01:00
csoler
81c1eb227c
moved file hashing and download count to new notification system
2020-01-30 23:02:23 +01:00
csoler
06be689bef
fixed missing cache update in GxsCircles
2020-01-28 22:53:43 +01:00
csoler
b6366ac5bd
fixed misplaced notification event in GxsCircles
2020-01-28 22:47:30 +01:00
csoler
841ba9e579
added some missing notifications in circles dialog
2020-01-28 22:22:04 +01:00
csoler
424e7be52f
added notifications for identities
2020-01-27 23:02:04 +01:00
csoler
90bb6c0011
fixed notifications in forums, posted and channels
2020-01-27 21:38:57 +01:00
defnax
558e80fa2f
Added Video Player page for MainWindow
2020-01-27 19:45:43 +01:00
csoler
fb9282f588
moved UserNotify to MainPage level, and added RsEvent handling code in Posted
2020-01-26 23:19:20 +01:00
defnax
3758e37c7b
fixed include
2020-01-25 15:17:21 +01:00
defnax
54d0758bf2
Enabled Min & Max feature for Photo View Dialog
2020-01-24 17:08:40 +01:00
defnax
bd18f572c9
adding back spacer for PhotoView & fixed issue with centering
2020-01-24 16:35:44 +01:00
hunbernd
b3ac3d58a9
Merge upstream
2020-01-22 00:16:41 +01:00
hunbernd
91b03064b9
Removed size limit inside image viewer, because QT already limits the window size to the 2/3 of screen size
2020-01-21 22:11:13 +01:00
hunbernd
83b18509e2
Resize photoview to the size of embedded image
2020-01-21 21:23:42 +01:00
hunbernd
69a2933590
Make pixmap resizing label work
2020-01-21 20:02:35 +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
f8f77f122e
attempt to improve
2020-01-21 01:50:33 +01:00
defnax
21cf49a009
added to check pixmap width & height before scale, only scale when needed
2020-01-20 20:12:26 +01:00
defnax
ddaede4cc0
Fixing back the height & width of the ui it was to big
2020-01-20 13:26:22 +01:00
defnax
dcddda81f3
set stylesheet for the new label & removed old stylesheets from the channel item
2020-01-19 22:29:47 +01:00
csoler
ab2e116fd2
properly hide the msgFrame when msg is empty in channel post item
2020-01-18 18:20:29 +01:00
csoler
99a106d277
moved the "new" button on top right position and file label to the right
2020-01-18 17:42:28 +01:00
csoler
765664b4f8
tried to sorted out the layout of channel item
2020-01-18 15:42:04 +01:00
csoler
6001517718
Merge pull request #1630 from PhenomRetroShare/Fix_ChatWidgetHistoryUserName
...
Fix ChatWidget History UserName
2020-01-18 13:57:23 +01:00
csoler
c75d372f24
merged upstream/master
2020-01-17 22:16:24 +01:00
csoler
8941a19db9
fixed mistake that causes missing FeedItems for messages and posted
2020-01-17 21:22:39 +01:00
csoler
5df7f7667f
fixed crash in NewFeed when attempting to find a widget using its identifier
2020-01-16 20:33:34 +01:00
defnax
5dffe2e3d8
fixing stylesheets for clickable label
2020-01-15 22:27:05 +01:00
defnax
c1efdac7f6
get the share button usable for copy the rs link
2020-01-14 23:22:01 +01:00
csoler
c552890459
attempt to sort out the mess in item deletion in FeedHolder widgets
2020-01-14 21:43:29 +01:00
defnax
ca60e1d094
corrected to use the right value
2020-01-13 23:36:09 +01:00
defnax
b333a96da2
attempt to fix issues with pictures which width are bigger to fit on Label
2020-01-13 16:23:54 +01:00
defnax
b1f45536a2
added temporary solution to not stretch the pixmap out of the window
2020-01-13 15:36:55 +01:00
defnax
737980bf12
added delete on close
2020-01-13 13:19:26 +01:00
csoler
2bd5bb5a3e
fixed merge with master
2020-01-11 00:08:36 +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
hunbernd
5b9a275e81
Fixes the build problem with the new notification system.
...
PostedCardView uses the same identifier as PostedItem.
2020-01-07 19:14:57 +01:00
hunbernd
0e8b12ff9f
Merge upstream
2020-01-07 15:05:21 +01:00
Gioacchino Mazzurco
8718a442d1
Merge branch 'master' of github.com:RetroShare/RetroShare
2020-01-07 01:50:44 +01:00
Gioacchino Mazzurco
37b5d8f307
Fix few glitches in Cyril PR
2020-01-07 00:54:49 +01:00
defnax
846767e83b
Improved the Image attach Page
2020-01-06 17:02:17 +01:00
Gioacchino Mazzurco
c96223a2a8
Merge "Switched security items to new notification system #1735 " csoler-v0.6-SecNotification
2020-01-06 15:09:06 +01:00
defnax
c210bf4b9e
set default picture dimensions to 640*480 like same as embeded html image
...
* set default picture dimensions to 640*480 like same as embeded html image
2020-01-06 14:35:57 +01:00
defnax
f482e681e3
fixing margins & hide notes field when its empty
2020-01-06 01:28:20 +01:00
defnax
b96fecfcbb
Added gif & webp for RichtextEditor
...
* Added gif & webp for RichtextEditor picture attachments
* Attempt to fix attached picture layout issue on Card View
2020-01-06 00:25:05 +01:00
hunbernd
5efd318cb5
Rise post size
2020-01-05 21:00:13 +01:00
hunbernd
a988b1dd8b
Handle an edge case in imageutil
2020-01-05 20:59:16 +01:00
hunbernd
2e0063da05
Merge remote-tracking branch 'remotes/defnax/New-Posted-Card-View'
2020-01-05 19:51:57 +01:00
defnax
c6c767a67e
forget to commit this
2020-01-05 19:18:08 +01:00
defnax
246029736d
Added anmos changes & own improvements
...
Added the changes from anmo
Added to store/load last used identity for posted composer
Added remove button for remove the attached image
Fixed to hide the Notes button when there is not text content (PosteItem)
Fixed the ui margins better look
2020-01-04 17:01:58 +01:00
hunbernd
dae10b06bb
Merge defnax's branch
2020-01-02 19:00:42 +01:00
hunbernd
778c5ea47d
Do not allow posting too large messages
2020-01-02 18:43:35 +01:00
hunbernd
349f0e0c31
Link the original image
2020-01-02 17:24:51 +01:00
defnax
8a0eb9705f
Fixed Card View display by anmo
2019-12-30 20:48:04 +01:00
defnax
ef5aebd2ea
forum composer changes for better look & feel
...
* Added PlaceHolder text for title & message text.
* Set default font family to "MS Sans Serif"
* Fixed to get work Place Holder text on QTextEdit, seems there was a second unwanted line
2019-12-29 22:28:17 +01:00
hunbernd
9381b744aa
Auto resize image to fit into 34kB
2019-12-29 16:14:31 +01:00
hunbernd
419a9a520c
Removed redundant title inputbox
2019-12-29 14:19:19 +01:00
csoler
c544b1da7c
changed RsEvents so that it takes event types when registering handlers, which limits the number of handlers called for each event
2019-12-29 13:50:54 +01:00
hunbernd
0dcaa90820
Merge branch 'upstream' into foreign/New-Posted-Card-View
2019-12-28 23:03:56 +01:00
hunbernd
fc9ce4fddd
Image optimizer can output byte array
2019-12-28 22:21:24 +01:00
hunbernd
76f803316e
Really fixed loading issue for card view
2019-12-28 18:51:22 +01:00
defnax
f99224e1c0
fixed loading issue for card view
2019-12-27 19:53:06 +01:00
csoler
9fda64e815
fixed geometry of buttons PostedFeedItem like other feed items
2019-12-26 21:30:00 +01:00
hunbernd
2b05991713
Merge branch 'upstream' into feature/stickers-upgrade
2019-12-26 01:13:21 +01:00
hunbernd
cb68cb73d0
Optimized image embedding algorithm
2019-12-26 00:04:19 +01:00
hunbernd
15ac7eecc8
Cache sticker icons
2019-12-26 00:01:14 +01:00
csoler
57102b109b
Merge pull request #1742 from csoler/v0.6-BugFixing
...
fixed uninitialized memory read and inconsistent initialization of mR…
2019-12-25 22:26:40 +01:00
defnax
54d0d8ab8b
Added new Card View for Posted
2019-12-25 17:16:58 +01:00
csoler
5afa2a1e07
Merge pull request #1740 from defnax/Added-new-rich-text-editor
...
Added new rich text editor & redesigned Posted Composer
2019-12-24 12:07:54 +01:00
csoler
f45a04b3d5
fixed key list not properly updating when importing new key in GenCertDialog, and improved tooltips
2019-12-24 11:48:50 +01:00
hunbernd
e8bdce6e23
Fix sticker button disabled on distant chat
2019-12-24 00:14:38 +01:00
hunbernd
33236aeca3
Merge branch 'upstream' into feature/stickers-upgrade
2019-12-23 23:54:55 +01:00
defnax
824fc5049b
update the licence & added the changes for Channel message composer
2019-12-23 21:26:54 +01:00
csoler
1d9dc657fd
removed some debug info
2019-12-22 22:29:14 +01:00
csoler
71149935f9
fixed path issue in calling webui from rs-gui
2019-12-21 18:11:43 +01:00
csoler
8f80db07c5
removed debug output
2019-12-21 14:44:16 +01:00
csoler
137cb5271d
fixed feed bug by moving away from std::string as a return type to uniqueIdentifier(). Now uint64_ hash is used and cached
2019-12-21 14:33:53 +01:00
csoler
11bc7a886a
fixed cmpilation error, where impossible case is not handled
2019-12-21 11:14:37 +01:00
csoler
ff86d3cd20
removed dangerous mItems map from RSFeedWidget, replacing the search by data-based search
2019-12-19 23:34:10 +01:00
csoler
856d1b62a7
moved to QueuedConnection to update the feed count
2019-12-19 21:04:18 +01:00
defnax
096de94b00
forget to commit this
2019-12-19 20:02:02 +01:00
defnax
47678b33a4
Added new rich text editor & improved design for Create Post
...
* Added new Rich Text Editor
* Redesigned the Create Post Composer for Posted Links
* When only link is added display different thumbnail
2019-12-19 19:05:13 +01:00
csoler
3d7ae59df7
changed enum to enum class and made names globally more consistent for RsEvents
2019-12-17 21:41:21 +01:00
csoler
639db4519b
added notification to count feed items
2019-12-17 15:11:37 +01:00
csoler
c348366eef
added notifications for channel posts
2019-12-16 23:52:09 +01:00
csoler
a54cf981a6
fixed forum/channel subscribe notifications
2019-12-16 22:44:37 +01:00
csoler
301874e756
fixed output of IP in PeerItem
2019-12-16 21:09:53 +01:00
csoler
459ddc8883
fixed bug caused by comparing temporary object output of uniqueIdentifier() method to another string
2019-12-15 18:40:42 +01:00
csoler
11c520d280
replaced QString output of uniqueIdentifier() in feedItem classes by a std::string because QString caused random crashes
2019-12-15 16:46:22 +01:00
csoler
da6e7f9e9b
fixed conflicts with master
2019-12-14 18:27:41 +01:00
csoler
8d121a1038
fixed accepting connection attempts from unknown peers using short invite system
2019-12-14 18:24:46 +01:00
csoler
536c0852d4
fixed compilation
2019-12-13 23:58:17 +01:00
csoler
3a3fc25205
finished removing last AddFeedItem from msg, posted, forums and channels
2019-12-13 23:40:21 +01:00
csoler
4fe6e46410
added handling of channel, forum and posted events in GUI
2019-12-12 21:23:42 +01:00
csoler
eef5a5a8ef
added new events for circles
2019-12-12 00:00:51 +01:00
defnax
f088b8e2af
improved Topics details view
2019-12-11 13:54:26 +01:00
csoler
27793627e3
moved GxsChanges to rsEvents
2019-12-09 22:19:03 +01:00
defnax
d6b67bc41b
updated authors & website links & on channel files view to move Download/Status button to the middle
2019-12-09 21:13:51 +01:00
csoler
e402630095
attempt to fix thread race between rsEvents and TokenQueue
2019-12-08 21:34:52 +01:00
csoler
b6ca07aaa3
fixed bug caused by accessing Settings from non Qt thread
2019-12-07 22:26:26 +01:00
csoler
f118b4656e
moved more peer connection notifications to rsEvents
2019-12-07 21:43:28 +01:00
defnax
6692b2be49
improved Node page look & feel
2019-12-07 16:39:00 +01:00
csoler
9790b98605
fixed "connexion refused by peer" message
2019-12-06 22:45:33 +01:00
csoler
d152d9f50c
fixed proper async call of forceUpdateDisplay()
2019-12-06 22:19:49 +01:00
csoler
bb10b82c8e
moved refused connect attempt event to RsAuthSslConnectionAuthentication
2019-12-05 23:43:38 +01:00
csoler
c48aff44b2
removed set/get CurrentConnectionAttemptInfo because it was both prone to error and useless
2019-12-05 22:12:36 +01:00
csoler
324e7e802e
fixed not display of remove button
2019-12-04 23:40:33 +01:00
defnax
d2ae01ab50
update some icons
2019-12-04 21:49:59 +01:00
defnax
fd04d386ce
Added to display the created time to display & feed ui fixes
2019-12-03 23:59:40 +01:00
csoler
b85be7cc8e
simplified the addIfUnique mechanism in NewsFeed by using a data-based identifier for items
2019-12-03 22:30:13 +01:00
csoler
fcbecbaa16
fixed errors reported by review of PR1735
2019-12-03 21:28:44 +01:00
csoler
31968f82f2
fixed a few typos
2019-12-02 22:34:14 +01:00
csoler
65fa54c206
using new notification system for connection attempts
2019-12-02 20:53:51 +01:00
felisucoibi
b709e68c72
Update misc.cpp
2019-12-02 11:00:35 +01:00
csoler
d8569d813c
switched security items to new notification system
2019-12-01 22:35:16 +01:00
felisucoibi
c3437da7b3
Merge pull request #2 from RetroShare/master
...
fixed compilation due to get_version not found in restbed
2019-12-01 19:56:24 +01:00
csoler
f5d32a8a9c
fixed compilation due to get_version not found in restbed
2019-12-01 16:59:40 +01:00
felisucoibi
2340c8ff20
Update misc.cpp
2019-12-01 12:28:07 +01:00
csoler
6df71ef5f6
fixed compilation
2019-11-27 23:45:18 +01:00
Gioacchino Mazzurco
c73bdb83cd
Drop libresapi and modules that depends on it
...
A copy of the repository freezed before this deletion to ease old code
viewing is available at
https://github.com/RetroShare/zz_archive_RetroShare_libresapi
Removed some more cruft
Temporarly disabled JSON API generation of RsWebUi methods due to
compilation breakage when rs_webui is disabled, RsWebUi keeps working
but cannot be restarted from JSON API
2019-11-27 23:32:38 +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
5fae53d65c
Merge branch 'v0.6-WebUI'
2019-11-27 19:19:29 +01:00
Gioacchino Mazzurco
1d4ca64dee
Prepare for merging
2019-11-27 18:44:10 +01:00
csoler
b3dddd117b
Merge pull request #1718 from defnax/Update-the-news-Feed-items-&-removed-the-default-old-stylesheets
...
Update the news feed items & removed the default old stylesheets
2019-11-26 22:07:30 +01:00
csoler
3834939eae
fixed size problem in channel feed items
2019-11-26 21:00:17 +01:00
defnax
01c5c270a7
Removed the old stylsheets from the news feeds & update the icons
2019-11-26 15:32:49 +01:00
csoler
7aa51423a4
fixes required by review of pr1700
2019-11-25 22:16:32 +01:00
csoler
4a257614f1
merged with upstream/master
2019-11-24 18:38:50 +01:00
defnax
13b8fe77f9
Improved Circle Feed Item
2019-11-24 17:32:51 +01:00
csoler
b842936ae7
removed webUI shutdown when quiting because it duplicates jsonapi shutdown.
2019-11-24 15:47:41 +01:00
defnax
9381cab3b1
fixing the icon file & changed broadcast tab icon
2019-11-24 06:17:55 +01:00
defnax
ca047d1bee
changed to some new icons
2019-11-24 06:04:10 +01:00
defnax
826027bc04
fixed the default stylesheet for the chat widget title bar frame
2019-11-23 23:59:50 +01:00
defnax
ad02c4c91e
fixed text of the tabwidget for retroshare id
2019-11-23 23:09:39 +01:00
csoler
d1a9f839a4
fixed restart of webui
2019-11-23 18:40:31 +01:00
csoler
b8b7d103e1
fixed compilation by modifying wrappers to account for the shared_ptr mService
2019-11-23 15:11:22 +01:00
csoler
45be028b12
Merge pull request #1714 from rex4539/force-light-mode
...
Force light mode on macOS
2019-11-23 09:57:23 +01:00
csoler
583f9db3b5
Merge pull request #1707 from defnax/added-message-length-check-for-Channels
...
Added message length check for channels
2019-11-23 09:56:22 +01:00
Dimitris Apostolou
5454be9241
Force light mode on macOS
2019-11-23 08:49:11 +02:00
defnax
cdc12c03a4
Remove fixed size issues with the invite/leave buttons on dark stylesheets
...
Removed fixed size issues with the invite/leave buttons on dark stylesheets
Added new context menu icons for Enter & join Chat rooms
2019-11-23 00:25:52 +01:00
defnax
c22524d5d1
updated tray menu icons
2019-11-22 13:58:25 +01:00
defnax
bbee5690a8
Fixed Settings Button on the Chat Widget for the darkstyles
2019-11-20 22:07:44 +01:00
csoler
09ba897c60
Merge pull request #1686 from defnax/changes-for-connect-friend-wizard
...
Changes for connect friend wizard
2019-11-18 20:39:42 +01:00
defnax
836a872fd6
Added for Channel Messages to checkt the length
2019-11-18 18:52:27 +01:00
csoler
997501a24d
fixed retroshare_service with embedded webui
2019-11-17 22:01:49 +01:00
csoler
9491f1a78e
fixed interactions between webui and jsonapi in GUI
2019-11-16 18:19:07 +01:00
csoler
6878a7773d
fixed start/stop of jsonapi in GUI
2019-11-16 14:30:36 +01:00
csoler
a304ec20ef
converted JsonAPI with public api and using RestbedService system
2019-11-16 00:02:02 +01:00
csoler
1b8f137dee
improved UI for jsonapi and webui pages
2019-11-13 21:35:57 +01:00
csoler
9007d266a8
fixed start/stop of webinterface from GUI
2019-11-13 21:06:20 +01:00
csoler
d19d1685de
made JsonApiServer an singleton through static method instance()
2019-11-12 22:32:18 +01:00
csoler
93376d3461
added (not yet working) password field
2019-11-10 22:39:21 +01:00
csoler
9dc78d66c1
fixed changing ports and restarting
2019-11-10 22:05:55 +01:00
csoler
3446f0b677
fixed a few bugs. First running version.
2019-11-10 21:29:26 +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
csoler
46ed509039
Merge pull request #1685 from defnax/changes-for-chat-lobby-widget
...
Changes for chat lobby widget
2019-11-03 21:11:51 +01:00
csoler
ea9f88a32f
added notification when distant chat has undelivered messages. Updated the text to remove technical terms such as tunnels
2019-10-26 22:57:13 +02:00
defnax
4405b123c4
Removed unused old cert Text field
...
Removed unused old cert Text field to get more space
Changed Finish Button text to "Accept" when its a Friend Request
fixed stylsheets
2019-10-16 20:04:23 +02:00
defnax
ba756e667f
forget to commit this
2019-10-15 09:33:12 +02:00
csoler
af0161054f
fixed shifting bug in forums when setting a post as read, caused by wrong calculation of parent index
2019-10-14 22:24:36 +02:00
csoler
77d56916a0
fixed display in forum flat view
2019-10-14 20:27:53 +02:00
defnax
e91f8cd79b
change for chat lobby widget
...
Added new icons replaced for the old ones
changes for stylesheet
2019-10-14 19:56:47 +02:00
defnax
cbfe49f0f3
added distant chat settings
2019-10-14 02:29:20 +02:00
csoler
4abdd3165b
Merge pull request #1668 from defnax/some-changes-for-the-feed-items
...
Some changes for the feed items
2019-10-12 23:48:59 +02:00
defnax
b62dbb6461
fixed the font metrics
2019-10-12 23:41:18 +02:00
csoler
b259ceba95
Merge pull request #1681 from defnax/changes-for-forum-message-creator
...
Changes for forum message creator
2019-10-12 23:04:56 +02:00
csoler
001d67cf23
Merge pull request #1677 from defnax/changes-for-satistics-window
...
Changes for satistics window
2019-10-12 23:04:04 +02:00
defnax
32718c673f
Changed the toolbar icons & hide hashing groupbox by default
...
* Changed the toolbar icons
* Hide the hashing group box when there is no file attached
* Show the warning text color in red when the size is too big
2019-10-12 22:32:14 +02:00
defnax
7f8d0fb23f
Fixed to use GxsIdRSTreeWidgetItem on Pending packets & pending data items
...
Fixed to use GxsIdRSTreeWidgetItem on Pending packets & pending data items
Added to display on Pending data items the time in seconds
Set text alingment for some items
2019-10-11 22:36:34 +02:00
csoler
76395da2e9
Merge pull request #1675 from defnax/added-comment-button
...
Added comment button
2019-10-11 20:43:18 +02:00
csoler
66d31d7629
Merge pull request #1678 from defnax/fix-retroshare-ipc
...
Fix retroshare ipc
2019-10-11 20:42:44 +02:00
defnax
9a616fd0dd
Display the lobby name on the rs link
...
Display the lobby name on the rs link
2019-10-11 17:34:17 +02:00
defnax
db06e6e87f
fix retroshare ipc
...
Patch by Cy
It fixes a bug, where the IPC client process sets up the shared memory, then immediately deletes the shared memory, then notifies the main GUI that the shared memory has been set up. Then the main GUI reports an error because there is no shared memory, and can't open the link that used to be in the now deleted shared memory.
So basically "$ retroshare retroshare://..." does nothing, even if the main GUI is running. At least that's what was happening for me.
2019-10-11 12:26:00 +02:00
defnax
ef5c6c3f65
Added back the routing & last sent time in (secs ago)
2019-10-10 23:00:56 +02:00
defnax
fe3eec64e9
Added to display avatar icons & fixes for context menu & format send/receive time
...
Added to display avatar icons for global router & gxs transport
Fixed to work context menu call for details View
Updated Person details windows
Display the receive/send time with date format
2019-10-10 19:56:07 +02:00
defnax
55d26b400b
added Comment button to Comment Dialog
...
added comment button to CommentDialog
2019-10-09 19:26:43 +02: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
hunbernd
9c877d3cdd
Disable sticker button when sending is blocked
2019-10-09 17:27:14 +02:00
csoler
bae85aac53
Merge pull request #1667 from hunbernd/fix/links
...
Some tweaks for posted links
2019-10-07 22:44:48 +02:00
csoler
3e8ca897bf
Merge pull request #1666 from defnax/fixed-toolbar-frames
...
Fixed toolbar frames
2019-10-07 22:28:11 +02:00
csoler
c0e8aa1024
Merge pull request #1596 from hunbernd/feature/risechatlenght
...
Rise public chat message size
2019-10-06 22:16:09 +02:00
defnax
98f35cf8af
Changed the Channed feeds icons
...
Changed the Channed feeds icons
2019-10-06 21:23:19 +02:00
csoler
b7e3300689
Merge pull request #1670 from csoler/v0.6-GXS-DistSync
...
fixed bug causing crash when forum being displayed is deleted
2019-10-06 00:18:58 +02:00
csoler
398c943f40
fixed bug causing crash when forum being displayed is deleted
2019-10-06 00:12:28 +02:00
hunbernd
e52f1282ec
Allow to import stickers from chat window
2019-10-05 23:18:41 +02:00
defnax
d089762e12
Changes for thumbnail display & subcribe buttons
...
* Changes for Thumbnail display & subscribe buttons
* Display Poster thumbnails without wasted empty space
*Display the thumbnail as Poster, 1:1 or 16:9 format
*Moved the Subscribe buttons to the left
2019-10-05 21:13:15 +02:00
hunbernd
641964fff9
New sticker icon
2019-10-05 20:41:41 +02:00
hunbernd
5e0dcdc080
Better message when there is no stickers
...
Fix infinite waiting cursor
2019-10-05 20:11:38 +02:00
hunbernd
8ff71150c5
Recheck for new stickers when opening the dialog
2019-10-05 19:53:24 +02:00
hunbernd
8b5a1036e0
Waiting cursor while loading
2019-10-05 19:23:59 +02:00
hunbernd
c91dc58c98
Removed the icon of other topics, because subscribed and popular don't have one.
2019-10-05 18:17:03 +02:00
hunbernd
d836694ce2
Reset to the first page when changing topics
2019-10-05 17:50:00 +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
d78811ab5e
Fixed the toolbar frames
...
before used wrong names for the default stylesheet
2019-10-05 16:02:44 +02:00
csoler
0566d08087
Merge pull request #1658 from defnax/attach-picture-button-in-forum-post-dialog;-message-size-check-
...
Attach picture button in forum post dialog & message size check
2019-10-03 14:35:09 +02:00
hunbernd
9385f0c8c1
Display the full URL
...
There was no way to see the full URL, only the site
2019-10-02 13:45:17 +02:00
csoler
6849e0d6a4
Merge pull request #1657 from defnax/improved-look-feel-profile-generation-dialog
...
Improved look feel profile generation dialog
2019-09-30 23:13:48 +02:00
defnax
6be6f74602
Rename text "Please choose a profile name and password..."
2019-09-30 22:38:15 +02:00
csoler
2dc03a64bc
Merge pull request #1653 from defnax/removed-default-stylsheets-from-titlebar-frames
...
Removed default stylesheets from titlebar frames
2019-09-30 22:05:54 +02:00
csoler
f04b32eef8
Merge pull request #1650 from csoler/v0.6-ShortInvites
...
fixed error handling when you enter your own certificate in connect f…
2019-09-30 21:46:52 +02:00
defnax
25e966d039
added atach picture button to forum post
2019-09-29 17:32:14 +02:00
defnax
d1f245f5d6
improved look & feel on profile generation dialog
2019-09-29 16:48:31 +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
974102e3fc
fixed error handling when you enter your own certificate in connect friend wizard
2019-09-28 17:29:24 +02:00
defnax
7a48fee0bc
Added tooltip for Show Cert Button "Show full certificate (old format)"
...
* Added tooltip for Show Cert Button "Show full certificate (old format)"
* removed the tooltip for Retroshare ID
2019-09-28 12:18:46 +02:00
defnax
892acd8ef8
Home View changes for Retroshare ID
...
Added Label for Retroshare ID (short invites)
Show Optional the certificate with the Cert Button
2019-09-27 20:21:40 +02:00
csoler
d055887aa1
removed some dead code
2019-09-23 20:52:19 +02:00
csoler
a04d56e84e
fixed wrong default value for showUnconnected nodes
2019-09-23 19:44:20 +02:00
csoler
282d2d324d
added missing notifications when adding friends
2019-09-22 20:42:49 +02:00
csoler
cdeee0198e
removed dependency of FriendDialog on RsAutoUpdatePage which is not needed anymore
2019-09-22 18:13:18 +02:00
csoler
9b78447109
used RsInfo instead of std::cerr in authssl.cc
2019-09-22 17:36:08 +02:00
csoler
4fabf3deb1
renamed skip_signature_validation into more appropriate skip_pgp_signature_validation
2019-09-19 21:14:57 +02:00
csoler
9bf86e0e66
suppressed two uninitialized memory reads
2019-09-18 22:36:56 +02:00
csoler
6cbb959010
fixed bug preventing to remove friend nodes
2019-09-15 21:11:40 +02:00
csoler
3108a53a7f
hide empty groups in FriendList
2019-09-15 20:53:12 +02:00
csoler
fa7b65effb
fixed missing sort in Messages view
2019-09-15 16:28:40 +02:00
csoler
636d477aea
fixed bug causing JSon api server to start twice, and therefore stopping RS because the port was already listen to
2019-09-15 16:21:12 +02:00
Phenom
422f56b31a
Fix ChatWidget History UserName
...
Wait some time (maxi 2sec) that Id cache is loaded.
2019-09-11 21:26:26 +02:00
csoler
b0c7f8f0ca
fixed display of non validated nodes without fingerprint
2019-09-10 22:01:06 +02:00
csoler
3a58aa468f
add special profile item for not yet validated peer from short invite
2019-09-10 09:52:37 +02:00
csoler
4f4b3bfcdb
Merge pull request #1624 from csoler/v0.6-RetroshareService
...
V0.6 retroshare service
2019-09-09 10:33:18 +02:00
csoler
6419b03a2a
merged upstream/master
2019-09-08 20:35:23 +02:00
G10h4ck
c8f4f8ca04
Merge pull request #1632 from PhenomRetroShare/Fix_CMark_CompilWithQtCreator
...
Fix CMark Compilation with QtCreator
2019-09-05 19:46:24 +02:00
Benjamin Wright
c85040e77e
fixed typo strenghten => strengthen across all locations
2019-09-05 09:17:21 -04:00
csoler
048beaf27a
Merge pull request #1631 from csoler/v0.6-FriendList
...
show best icon for not expanded profiles in friend list
2019-09-05 13:20:41 +02:00
Phenom
2922bc92a8
Fix CMark Compilation with QtCreator
2019-09-05 05:28:37 +02:00
csoler
e0623e6178
fixed default avatar when no locations available
2019-09-04 21:42:21 +02:00
csoler
81e9cd1c51
show best icon for not expanded profiles in friend list
2019-09-04 21:35:17 +02:00
G10h4ck
e31b7c2816
Merge pull request #1607 from PhenomRetroShare/Fix_CMark_Compil
...
Fix CMark compilation
2019-09-02 16:28:45 +02:00
csoler
a51259beb5
Merge pull request #1625 from csoler/v0.6-FriendList
...
fixed connection for "deny friend" function in FriendList
2019-08-30 14:05:58 +02:00
csoler
15e6947b07
use queued connections for notification signals in friend list, added a call to begin/endResetModel()
2019-08-30 13:57:27 +02:00
csoler
4d96c71942
fixed connection for "deny friend" function in FriendList
2019-08-30 11:11:40 +02:00
csoler
ab5da5ebf5
switched to RsLoginHelper for login attempt in rs-service. Moved commandline arguments to main executable using a new struct named RsConfigOptions
2019-08-29 23:15:46 +02:00
csoler
ac8043806b
Merge pull request #1622 from csoler/v0.6-FriendList
...
increased spacing for groups to fit the group icon in friendlist
2019-08-28 20:57:26 +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
0ddeaaf810
increased spacing for groups to fit the group icon in friendlist
2019-08-27 13:41:19 +02:00
csoler
acdc8089ec
Merge pull request #1620 from csoler/v0.6-ImprovedGUI
...
V0.6 improved gui
2019-08-26 19:07:29 +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
886d71e59c
keep groups sorted together, and auto-expand group when adding a profile to a group
2019-08-26 18:27:20 +02:00
csoler
014c50c104
removed duplicated functionalities from chat window tool bar and moved the other ones into context menu
2019-08-25 11:10:13 +02:00
csoler
34f0c46bc9
clear hashing status tooltip when hashing is over
2019-08-25 10:22:58 +02:00
csoler
991077a32a
fixed loading of header settings in MessageaDialog
2019-08-25 10:17:05 +02:00
csoler
0cea0e5217
fixed missing connection to connect attempt
2019-08-24 20:45:13 +02:00
csoler
56fcd38851
disable system tray if not available
2019-08-24 20:21:09 +02:00
csoler
cd070dea46
hide DHT and Peer lookup for hidden nodes
2019-08-24 20:15:01 +02:00
csoler
a6a8e69965
hide incoming hidden service configuration for non hidden nodes
2019-08-24 20:01:36 +02:00
csoler
8a7722388a
added missing layoutChanged() to model
2019-08-24 10:21:11 +02:00
csoler
978ce82243
switch 32bits implementation to a more compact mode allowing more profiles
2019-08-23 23:25:43 +02:00
csoler
4b55fc4789
fix int bugs in previous implementation
2019-08-23 23:08:29 +02:00
csoler
a9aa5225ca
fixed possible bug due to not checking returned value
2019-08-23 22:51:50 +02:00
csoler
cc32de8466
added specific index implementations for 32bits and 64bits
2019-08-23 22:46:56 +02:00