Commit Graph

11837 Commits

Author SHA1 Message Date
csoler
22292fc2a1
Merge pull request #1118 from RetroPooh/net_settings_antifreeze
fix freezes in network settings
2017-12-04 16:32:37 +01:00
csoler
621ed71eeb
Merge pull request #1120 from sehraf/pr_fixForumDownloadAll
Fix 'download all' button for forum.
2017-12-04 16:31:48 +01:00
csoler
0503f42d13
Merge pull request #1119 from RetroPooh/chan-fix-cyr
fix cyrillic text sent wrong in channel post
2017-12-04 16:30:29 +01:00
sehraf
49b4057522 fix 'download all' button for forum.
Now all file links are opened in one collection dialog instead of each link in one separate dialog.
2017-12-02 15:00:24 +01:00
chelovechishko
98d2772732 gui: make forums_dialog slightly more readable sometimes
in qdarkstyle.qss
2017-12-02 17:10:15 +09:00
RetroPooh
8ec69dfb72 fix cyrillic text sent wrong in channel post 2017-11-29 19:23:52 +03:00
RetroPooh
a88c2efab1 fix freezes in network settings 2017-11-29 17:17:49 +03:00
defnax
b99a1a56ef fixed the emote file for unshown emotes on gui 2017-11-28 19:36:39 +01:00
Chelovechishko
d1cdba891f gui: fix probably mistake with names in qdarkstyle.qss
Don't sure, but who cares?
2017-11-27 15:42:52 +09:00
Chelovechishko
8c34a50e23 gui: fix default color of some text in friends list in qdarkstyle.qss 2017-11-27 15:41:30 +09:00
Chelovechishko
d566a2a842 gui: fix keyring background color in qdarkstyle.qss 2017-11-27 15:41:17 +09:00
Chelovechishko
c05dd3030c gui: fix doubled semicolons in qdarkstyle.qss 2017-11-27 15:39:23 +09:00
csoler
63b3acb95a
Merge pull request #1113 from csoler/v0.6-SSL110Fix
added sha256 calculation functions, and non backward compatible SSL I…
2017-11-23 21:27:03 +01:00
csoler
1faa274e07 simplified memory management in certificate signature verification code 2017-11-22 23:46:57 +01:00
csoler
669f2ba7ba fixed a few bugs in signature verification code accross versions 2017-11-22 22:56:40 +01:00
csoler
c8c90ab892
Merge pull request #1115 from PhenomRetroShare/Add_CopyComment
Add Copy action for Gxs Comments.
2017-11-22 20:31:49 +01:00
csoler
f6d69e09d5 ensured maximum backward compatibility for crypto changes that will occur in future v0.7 2017-11-22 00:02:11 +01:00
Gioacchino Mazzurco
6d4c9422d9 Removed unnecessary executable flag on some files 2017-11-21 13:28:24 +01:00
cyril soler
49d2366c2a fixed windows compilation 2017-11-21 09:29:52 +01:00
cyril soler
ea241f61af restored plugins removed by previous commit 2017-11-21 09:27:21 +01:00
csoler
d90514453e
Merge pull request #1114 from PhenomRetroShare/Fix_DisableReplyToSystemMessage
Disable ReplyTo if System Message.
2017-11-20 23:18:53 +01:00
csoler
d1d66bb8bf
Merge pull request #1079 from csoler/v0.6-Keyring
V0.6 keyring
2017-11-20 23:17:16 +01:00
csoler
e2c1661c49 fixed compilation with v0.7 defines 2017-11-20 22:44:34 +01:00
csoler
cd51afbc70 fixed small bug in signature and compilation 2017-11-20 22:26:14 +01:00
csoler
9367aa0d84 changed #ifs into #ifdefs because it us more robust, and moved the definition of variables to retroshare.pri 2017-11-19 20:15:36 +01:00
csoler
ef1a61374c added proper debug output for signature verification 2017-11-19 19:57:38 +01:00
csoler
863e6256c3 centralized the defines into a single file 2017-11-19 19:34:54 +01:00
csoler
e72bd9ff4f fixed bug causing certificate rejection 2017-11-19 18:38:46 +01:00
csoler
b4fdd4e0d0 added two additional non packward compatible changes for future version 0.7, and improvements of verifications of certificate signatures 2017-11-19 18:21:56 +01:00
Phenom
46a6bdc6e5 Add Copy action for Gxs Comments. 2017-11-18 19:48:38 +01:00
Phenom
71efb9f2a0 Disable ReplyTo if System Message. 2017-11-18 18:49:42 +01:00
csoler
7472f78223 added sha256 calculation functions, and non backward compatible SSL Id computation code to active later (0.7) 2017-11-15 23:24:43 +01:00
csoler
ce14219cee merged with upstream/master 2017-11-14 21:39:46 +01:00
csoler
9f8f0e98be fixed column names in keyring 2017-11-14 21:36:04 +01:00
csoler
ba7cf4995b
Merge pull request #1037 from RetroPooh/searchspy
Searchspy
2017-11-14 20:53:24 +01:00
csoler
556f93c4a9
Merge pull request #1108 from RetroPooh/smallfixes2
fix mail fields stretching with CC BCC
2017-11-14 20:51:25 +01:00
csoler
2f6517a034
Merge pull request #1112 from RetroPooh/coll_name_as_dir
create collection dialog filename as dir name
2017-11-14 20:50:57 +01:00
csoler
fdced92356
Merge pull request #1111 from RetroPooh/searstr
in search strings change comma to space for better look
2017-11-14 20:41:48 +01:00
RetroPooh
1f207ba05c create collection dialog filename as dir name 2017-11-14 19:52:48 +03:00
RetroPooh
919d6503d7 in search strings change comma to space for better look 2017-11-14 16:09:05 +03:00
Pooh
9aa6dd3f64
Update rsturtleitem.h 2017-11-14 14:34:22 +03:00
csoler
8368a764fc
Merge pull request #1110 from csoler/v0.6-FT
added toStdString() method to search strings so as to display what is…
2017-11-13 23:38:25 +01:00
csoler
5fab053fb8 added toStdString() method to search strings so as to display what is searched 2017-11-13 23:37:53 +01:00
csoler
7304c48a4a
Merge pull request #1109 from csoler/v0.6-Links2
use "download..." menu with RsCollectionDialog with multiple files an…
2017-11-13 22:32:30 +01:00
RetroPooh
5d6225ab98 sort by time, nicer look 2017-11-14 00:14:16 +03:00
csoler
1669cd48c8 use "download..." menu with RsCollectionDialog with multiple files and directories 2017-11-13 22:08:05 +01:00
RetroPooh
f369ac1c81 fix mail fields stretching with CC BCC 2017-11-13 19:05:16 +03:00
csoler
45c8e9ea96
Merge pull request #1107 from csoler/v0.6-Links2
fixed bug causing RsCollection to fail on remote files. Now using RsC…
2017-11-13 11:01:48 +01:00
csoler
5997c10495 fixed bug causing RsCollection to fail on remote files. Now using RsCollectionDialog when downloading directories from friend shared files 2017-11-12 22:46:29 +01:00
csoler
c0951b301e
Merge pull request #1040 from RetroPooh/searchmultinames2
allow multiple filenames display for a single hash in search
2017-11-12 21:33:21 +01:00