csoler
|
a7db89a9ef
|
Merge pull request #2042 from csoler/v0.6-ImprovedGUI
V0.6 improved gui
|
2020-08-18 23:25:51 +02:00 |
|
drbob
|
09c7fdee4b
|
Add proper header path for 'retroshare-gui/' headers
This is simplifies the include directories needed for plugins.
|
2020-08-18 22:43:45 +10:00 |
|
csoler
|
209355b9a5
|
converted all calls to QIcon("somefile.png") into FilesDefs::getIconFromQtResourcePath("somefile.png") to save memory duplicated by Qt
|
2020-08-15 22:17: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
|
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
|
27793627e3
|
moved GxsChanges to rsEvents
|
2019-12-09 22:19:03 +01:00 |
|
csoler
|
65fa54c206
|
using new notification system for connection attempts
|
2019-12-02 20:53:51 +01:00 |
|
csoler
|
d8569d813c
|
switched security items to new notification system
|
2019-12-01 22:35:16 +01:00 |
|
csoler
|
15e43dce01
|
proper handling of peer connections notifications
|
2019-08-21 22:39:07 +02:00 |
|
csoler
|
b9a182cb53
|
fixed licenses in gui/
|
2018-12-25 21:34:59 +01:00 |
|
Gioacchino Mazzurco
|
53f8307bee
|
Disable broadcast chat by default at compile time
|
2018-11-20 15:54:24 +01:00 |
|
csoler
|
65304a301a
|
added last relay (a.k.a which direct friend) of search results in sources column
|
2018-08-28 23:57:16 +02:00 |
|
csoler
|
90d7f55c40
|
finished implementing GXS search items
|
2018-05-31 15:41:54 +02:00 |
|
csoler
|
e8415c4f03
|
made RS not to ask for plugin confirmation on first load
|
2017-07-29 23:12:56 +02:00 |
|
csoler
|
345f24eb5f
|
fixed clearing of PGP passphrase after creation of default identity
|
2017-07-29 22:37:14 +02:00 |
|
sehraf
|
a3ee85a30d
|
Add I2P BOB support to libretroashare and RetroShare GUI
|
2017-05-24 19:40:01 +02:00 |
|
csoler
|
40c14db5ea
|
fixed wrong passwd html text
|
2017-03-01 19:10:45 +01:00 |
|
csoler
|
391ef3e4c6
|
improved passphrase window
|
2017-02-15 19:25:46 +01:00 |
|
csoler
|
ccacba797f
|
added pgp passphrase temporary caching in order to avoid re-asking for password at location creation time
|
2017-02-12 15:27:13 +01:00 |
|
Phenom
|
275c47eff9
|
Add Title when ask for password.
|
2016-08-09 01:22:14 +02:00 |
|
Phenom
|
c6f1cc4e63
|
Clear WebAPI when clear chat history in GUI.
Move notifyChatCleared call to p3ChatService
To maintain notify direction.
|
2016-03-31 22:52:53 +02:00 |
|
electron128
|
821c14426c
|
remove dead code from RsNotify (old forum and channel read status changed notify)
|
2016-02-14 12:48:52 +01:00 |
|
electron128
|
63a8260cb9
|
change RsNotify to use RsGxsId for chat lobby events
|
2016-02-14 11:53:27 +01:00 |
|
csoler
|
d55993d1e4
|
removed two instances of malloc(0) captured by new rs_malloc funtion
|
2016-01-12 21:43:04 -05:00 |
|
csoler
|
d13526facd
|
added a new method rs_malloc that checks its arguments and prints a stacktrace on error/weird call. Changed the code everywhere to use this instead of malloc. Removed some mallocs and replaced with RsTemporaryMemory
|
2016-01-12 21:10:11 -05:00 |
|
electron128
|
67e1495d9a
|
use ChatId instead of virtual peer id for chat lobby popup. Removed a now unused method from rsmsgs interface and DistributedChatService.
|
2016-01-10 13:29:40 +01:00 |
|
hunbernd
|
16859a1d3a
|
Fix: chatlobby toaster not working
|
2015-08-15 23:37:33 +02:00 |
|
csoler
|
ebc8bb072c
|
fixed a few icons and sizeHint functions. Removed unused SFListDelegate files from compilation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8571 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-29 16:08:17 +00:00 |
|
csoler
|
f360e9d0ba
|
fixed password handling in deferred signature algorithm (in case of cancel, enter wrong passphrase, etc)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8423 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-12 21:04:11 +00:00 |
|
electron128
|
d9e1473533
|
fixed whitespaces in strings (patch from Henry)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8421 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-12 08:27:26 +00:00 |
|
csoler
|
74c01423f0
|
improved login system: do not re-ask for passphrase when user clicks cancel. Removed warning stating that maybe passphrase is wrong
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8415 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-11 20:31:52 +00:00 |
|
thunder2
|
24a07702f2
|
Some more optimizations of SoundManager
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8392 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-07 17:35:58 +00:00 |
|
electron128
|
cee1819b7d
|
added toasters for incoming audio/video call to voip plugin (patch from Phenom)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8295 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-05-26 15:19:57 +00:00 |
|
electron128
|
6dff335515
|
use notify for gxs events. Removed the previous polling based system. Now multiple clients can receive gxs changes. This also fixes the always growing changes queue in rs-nogui.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8057 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-03-20 10:39:17 +00:00 |
|
csoler
|
f9c78ebd61
|
merged in new lobbies with GXS ids. Old peers and new peers cannot see each others lobby lists. Invitations still work and can be used to transfer a lobby ID between versions. Messages of old and new peers will not be visible to each other
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7986 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-03-06 21:13:23 +00:00 |
|
csoler
|
bef921f70c
|
fixed font handling for chat config page (Patch from HM)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7826 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-01-08 19:12:47 +00:00 |
|
csoler
|
13d7866171
|
simplification of the chat interface to libretroshare using a single unified class for chat IDs. Used a common chat widget for all chats including broadcast. Opens the way to having plugins send/recv chat messages. Patch from Electron.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7800 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-12-29 21:41:05 +00:00 |
|
csoler
|
c5e65486aa
|
fixed bad connect in notifyQt for chat window
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7635 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-10-25 13:14:55 +00:00 |
|
thunder2
|
d20ce41c96
|
- Removed all usages of the old windows icon (rstray3.png) and used the standard icon of the application
- Added possibility to change the icon of the GxsGroupDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7471 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-07-24 23:26:04 +00:00 |
|
thunder2
|
eb22610145
|
Merged revision 7443 from branches v0.5.5
Added patch from Henry:
- Added translation for password input
- Fixed utf8 issue in ProfileManager
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7444 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-07-07 19:37:04 +00:00 |
|
csoler
|
2785094c97
|
patch from HM to make password question translated
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7424 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-07-03 21:03:28 +00:00 |
|
csoler
|
be82951e2e
|
fixed popup of distant chat dialog, and display of peer names.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7406 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-06-12 22:06:43 +00:00 |
|
thunder2
|
cc08fd5a95
|
Added disable all toaster in status bar (Modified patch from Phenom)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7362 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-05-10 18:32:48 +00:00 |
|
chrisparker126
|
0f29d28b1b
|
merge of branch v0.6-idclean 7180
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7187 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-03-17 20:56:06 +00:00 |
|
thunder2
|
4dd77457ad
|
Added info widget for encrypted messages in MessageWidget.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6774 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2013-09-28 22:05:38 +00:00 |
|
thunder2
|
90bac2a18e
|
Fixed some strings
Updated english translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6675 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2013-09-02 17:16:54 +00:00 |
|
csoler
|
19808587e9
|
fixed display of toaster for distant msgs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6659 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2013-08-31 13:12:26 +00:00 |
|
csoler
|
dbb8e4980e
|
removed time shift warning (too invasive), and replaced it by a warning in the help panel of chat lobbies
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6636 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2013-08-28 20:02:09 +00:00 |
|