Commit Graph

4728 Commits

Author SHA1 Message Date
defnax
334b414335 cleaning up resource file for emojione, removed old smileys 2015-12-22 17:24:12 +01:00
defnax
8e9fe6d800 Merge pull request #189 from hunbernd/feature/chat-enhancements
Chat enhancements
2015-12-22 01:07:02 +01:00
defnax
4ccab411c0 Added new Emojione Emoticons 2015-12-21 22:27:10 +01:00
hunbernd
33b3eb7284 /me style is defined in chat styles 2015-12-21 01:21:04 +01:00
hunbernd
77804bbf16 Remove location from user name when using /me 2015-12-20 21:31:45 +01:00
defnax
03896d7f8c Added Sorting Menu entry. 2015-12-18 01:40:39 +01:00
defnax
42bf9962a2 Sort lobby Parcipants by activity
Set spacing between items
2015-12-15 20:20:11 +01:00
defnax
e824a2faea update file extensions, patch by Agurer 2015-12-14 16:32:00 +01:00
hunbernd
e2c40d6693 Greentext color is defined in stylesheet, and can be overridden with qss files 2015-12-13 02:01:06 +01:00
hunbernd
bc4691ceb4 Show save image option only when it is needed 2015-12-12 22:41:15 +01:00
defnax
4724007c65 Changed Context Menu order issue: #187 2015-12-07 17:11:25 +01:00
hunbernd
bbebd6a5d7 Fix compilation bug with Qt4 caused by Q_DECL_OVERRIDE 2015-12-07 02:49:56 +01:00
hunbernd
5a8f74ce99 Spoiler feature
Select text to hide, then right click --> Spoiler
2015-12-07 02:28:27 +01:00
hunbernd
cdda411c79 /me
TODO: allow customizing the style
2015-12-07 01:21:16 +01:00
hunbernd
1da28aff90 Added custom context menu and save image option into forums 2015-12-06 23:01:23 +01:00
hunbernd
ff44965e2c Added save image function into chat 2015-12-06 23:00:29 +01:00
hunbernd
0b92c79eb0 Quote function on chat
select text --> right click --> Quote
2015-12-06 21:44:53 +01:00
hunbernd
0aa82c852b Fixed line duplication bug again 2015-12-06 21:22:03 +01:00
hunbernd
1dd0a2acd1 >greentext 2015-12-06 21:11:47 +01:00
electron128
7cd880e1e4 removed member gxs_id from ChatId class, because ChatId now uses tunnel ids stored in distant_chat_id for distant chat.
reverted naming confusion in in libresapi ChatHandler and fixed author of distant chat messages (distant chat is still unfinished)
2015-12-05 17:00:57 +01:00
Cyril Soler
0ac76d621e Merge pull request #188 from csoler/v0.6-SecuredTunnelService
V0.6 secured tunnel service. Please reports bugs to me (I have tested with valgrind and as many configurations as possible, but the multi-service gathering into GXS tunnels shared for each GXS id pair is not a totally simple thing, so I expect to have missed a few issues).
2015-12-05 10:28:16 -05:00
Cyril Soler
2a82ef543c Merge pull request #186 from realityfabric/minor_edits
fixed spelling errors in several files
2015-12-04 21:43:35 -05:00
csoler
9193d3579b merged with latest master before creating PR 2015-12-04 21:24:51 -05:00
defnax
d2a99786ac Fixed Qt5 Fusion stylesheet on MessageComposer 2015-12-04 19:56:56 +01:00
csoler
318be3a2ad fixed a few bugs in distant chat: disabled history (for now), improved tunnel handling 2015-12-04 00:06:14 -05:00
csoler
b198f1a007 fixed some cleaning of remotely closed tunnels in GxsTunnelService 2015-12-03 00:34:13 -05:00
realityfabric
9f561993ee fixed spelling errors in several files 2015-12-02 06:18:17 -08:00
csoler
81b196d38d added GUI to display authenticated tunnel info. Added counting of data sent/recvd. 2015-12-01 23:40:35 -05:00
csoler
60d948b509 added void GUI for authenticated tunnels 2015-11-30 21:52:15 -05:00
csoler
81ab43beb9 fixed GUI update of avatars and status for distant chat. Updated backend for new model. Fixed a few bugs in serialisation 2015-11-30 00:02:44 -05:00
csoler
a29f15ae32 fixed compilation, added missing methods for new distant chat 2015-11-28 14:55:56 -05:00
csoler
a2e0f4196b updated GUI for new distant chat 2015-11-26 20:40:06 -05:00
Ivan Lucas
e8173bdaec Improve some of the wording of labels and information 2015-11-25 10:33:28 +00:00
defnax
397729bd93 Added to count downloads/uploads items
Enabled to get copy the DHT label values via mouse
Added counting on DHT Window & added context menu for DHT Tree, to copy IP addresses to clipboard
2015-11-24 19:41:13 +01:00
Cyril Soler
b2470565c3 Merge pull request #179 from sirjenster/osx
latest OSX patches.
2015-11-21 15:08:43 -05:00
defnax
c89ff9f059 Added nickname column to pending packets & context menu action to view details
Fixed ui layout.
2015-11-21 13:47:50 +01:00
defnax
2e76cc6267 Fixed DHT icon 2015-11-21 12:32:55 +01:00
electron128
4b84767250 hide network mode selection in quick start wizard if node is a hidden node 2015-11-21 11:57:50 +01:00
Jenster
699299ae8a latest OSX patches 2015-11-20 08:10:59 -08:00
defnax
4dacd9a54d Added Ban/Unban Context menu actions for People list. 2015-11-19 19:08:47 +01:00
defnax
5404cda302 Added Forum reply with plaintext quote (by anmo) 2015-11-19 12:05:52 +01:00
defnax
e3d12b8194 Disabled Fontmetrics on RemoteDirModel Columns, it causes unusable very small column height. 2015-11-18 21:24:38 +01:00
defnax
701f1ceb4a Fixed counting thx to sehraf 2015-11-17 17:33:25 +01:00
defnax
01f3db70d3 Added to count identity items on People 2015-11-17 15:58:22 +01:00
Cyril Soler
17dc7c7dfc Merge pull request #68 from chozabu/systray_tweaks
add option to disable updates to systray tooltip
2015-11-16 23:56:37 -05:00
defnax
c6ad0d4b5c Merge pull request #122 from PhenomRetroShare/Fix_PrioritySpeedMenuForDownloadFiles
Fix priority Speed Menu for download file.
2015-11-08 01:07:59 +01:00
defnax
c41f98cb4c Merge pull request #86 from PhenomRetroShare/Fix_Win7_32bCompilationFromScratch
Fix Windows 7 32b Compilation from scratch.
2015-11-06 01:58:30 +01:00
Cyril Soler
75d462e818 Merge pull request #173 from mr-alice/master
show or hide ID chooser in message box depending on destination of msg
2015-11-05 03:22:47 -05:00
mr-alice
93368aae61 show or hide ID chooser in message box depending on destination of message 2015-11-04 21:08:31 -05:00
defnax
3a2b5f1f07 calculate correct icon size for the status icon 2015-11-04 23:47:12 +01:00