Phenom
|
07b67e9cc9
|
Fix Clang warnings: 'PopupDistantChatDialog::init' hides overloaded
virtual function
warning: 'PopupDistantChatDialog::init' hides overloaded virtual
function [-Woverloaded-virtual]
virtual void init(const DistantChatPeerId& peer_id);
/retroshare-gui/src/gui/chat/PopupChatDialog.h:49: hidden overloaded
virtual function 'PopupChatDialog::init' declared here: different number
of parameters (2 vs 1)
virtual void init(const ChatId &chat_id, const QString &title);
|
2017-04-17 21:41:38 +02:00 |
|
Phenom
|
eea49d96bf
|
Fix Clang warnings: change ChatDialog::init definition
warning: 'PopupChatDialog::init' hides overloaded virtual function [-
Woverloaded-virtual]
virtual void init(const ChatId &chat_id, const QString &title);
^
/retroshare-gui/src/gui/chat/ChatDialog.h:87: hidden overloaded virtual
function 'ChatDialog::init' declared here: type mismatch at 1st
parameter ('ChatId' vs 'const ChatId &')
virtual void init(ChatId id, const QString &title);
^
|
2017-04-17 21:40:25 +02:00 |
|
Phenom
|
9319caffc7
|
Fix Clang warnings: 'Node::advance' hides overloaded virtual function
warning: 'Node::advance' hides overloaded virtual function [-
Woverloaded-virtual]
bool advance();
^
/usr/include/qt4/QtGui/qgraphicsitem.h:323: hidden overloaded virtual
function 'QGraphicsItem::advance' declared here: different number of
parameters (1 vs 0)
virtual void advance(int phase);
^
|
2017-04-17 21:39:44 +02:00 |
|
Phenom
|
13c8f7d342
|
Fix Clang warnings: Infinite recursion
warning: all paths through this function will call itself [-Winfinite-
recursion]
{
^
|
2017-04-17 21:38:41 +02:00 |
|
Phenom
|
e0225efef3
|
Fix Clang warnings: 'ChatLobbyDialog::init' hides overloaded virtual
function
warning: 'ChatLobbyDialog::init' hides overloaded virtual function [-
Woverloaded-virtual]
virtual void init();
^
/retroshare-gui/src/gui/chat/ChatDialog.h:87: hidden overloaded virtual
function 'ChatDialog::init' declared here: different number of
parameters (2 vs 0)
virtual void init(ChatId id, const QString &title);
^
|
2017-04-17 21:37:17 +02:00 |
|
Phenom
|
de4f6c06dd
|
Fix Clang warnings: Z-order assignment to spacer
warning: Z-order assignment: 'verticalSpacer_2' is not a valid widget.
|
2017-04-17 21:36:14 +02:00 |
|
Phenom
|
e83104ee0f
|
Fix Clang warnings: Add author and date to #warning
|
2017-04-17 21:32:14 +02:00 |
|
csoler
|
b2e37fe47e
|
Merge pull request #773 from csoler/v0.6-Identity
V0.6 identity
|
2017-04-15 20:24:06 +02:00 |
|
csoler
|
273aae7cc1
|
fixed sharing of own identity
|
2017-04-15 19:01:13 +02:00 |
|
csoler
|
3130ec9041
|
added GUI async call to ID serialised data. Allows to copy+paste identities.
|
2017-04-10 20:02:14 +02:00 |
|
electron128
|
4c9b62070f
|
fixed --base-dir command line argument in rs-gui when running multiple instances.
Only forward "link" and "rsfile" arguments to a running instance.
Start a new instance if other arguments are present.
|
2017-04-09 10:26:18 +02:00 |
|
electron128
|
7f12ca266b
|
fixed name of local socket where RS waits for rslinks etc.
|
2017-04-09 09:57:48 +02:00 |
|
csoler
|
54cd402f1c
|
fixed a few bugs in latest identity link code
|
2017-04-08 21:43:07 +02:00 |
|
csoler
|
6d290389f0
|
added RSLink for GXS identities
|
2017-04-08 21:12:48 +02:00 |
|
csoler
|
dbcf2d2149
|
Merge pull request #756 from RetroPooh/guistuff
minor gui stuff
|
2017-03-25 20:27:18 +01:00 |
|
csoler
|
ccb632a442
|
Merge pull request #749 from PhenomRetroShare/Fix_WindowsHeightAtFirstStart
Fix windows height at first start.
|
2017-03-25 19:26:12 +01:00 |
|
RetroPooh
|
f5e7217bb4
|
statistics - router - fix bold marking for tunnel speeds over 1mbs
|
2017-03-21 17:24:59 +03:00 |
|
RetroPooh
|
85cfda1963
|
add tree item counters for channels,forums,posted
|
2017-03-21 16:52:40 +03:00 |
|
RetroPooh
|
50c81d7142
|
chat lobby list - mark signed lobbies with color
|
2017-03-21 16:41:39 +03:00 |
|
RetroPooh
|
000dabfaed
|
chat lobby list - add tree item counters
|
2017-03-21 15:02:46 +03:00 |
|
RetroPooh
|
19bd51dfae
|
searchdialog - mark current downloads green
|
2017-03-21 14:57:06 +03:00 |
|
csoler
|
ca0521cb2d
|
allowed to edit subject hen editing forum posts. Only the latest subject is visible
|
2017-03-16 21:01:27 +01:00 |
|
Phenom
|
107d48f1b8
|
Fix windows height at first start.
|
2017-03-15 23:00:22 +01:00 |
|
csoler
|
2046dbede9
|
merged latest fixes from official 0.6.2 release branch
|
2017-03-15 20:53:01 +01:00 |
|
csoler
|
e4fad4530d
|
fixed layout in ConfCertDialog, removed overnumerous tabs
|
2017-03-15 20:51:40 +01:00 |
|
csoler
|
21143742fd
|
fixed update of Tor proxy address in hidden nodes server page
|
2017-03-15 19:26:07 +01:00 |
|
csoler
|
44f297156e
|
Merge pull request #682 from csoler/v0.6-EditPosts
V0.6 edit posts
|
2017-03-14 20:04:22 +01:00 |
|
thunder2
|
733b1143ba
|
Updated languages from Transifex
|
2017-03-10 15:57:40 +01:00 |
|
mestaritonttu
|
999e845bdf
|
Fix grammar
|
2017-03-08 13:17:34 +02:00 |
|
csoler
|
e6cf628fb3
|
Merge pull request #740 from RetroPooh/trstats
router stats - mark active tunnels bold
|
2017-03-07 21:58:59 +01:00 |
|
csoler
|
283a2ee5fe
|
Merge pull request #717 from PhenomRetroShare/Fix_SettingListWidth
Fix Setting list width.
|
2017-03-07 21:54:56 +01:00 |
|
csoler
|
bbc27b2265
|
Merge pull request #736 from mestaritonttu/patch-18
Added whitespace to strings
|
2017-03-07 21:53:21 +01:00 |
|
csoler
|
ed22b48db9
|
Merge pull request #738 from mestaritonttu/patch-20
Various improvements and fixes to strings
|
2017-03-07 21:51:51 +01:00 |
|
csoler
|
376be42950
|
Merge pull request #739 from mestaritonttu/patch-21
Improvements and typo fixes in strings
|
2017-03-07 21:51:13 +01:00 |
|
csoler
|
b3578f6a46
|
Merge pull request #734 from mestaritonttu/patch-16
Remove whitespace from string
|
2017-03-07 21:50:20 +01:00 |
|
csoler
|
d9c084bc0d
|
Merge pull request #730 from mestaritonttu/patch-12
Fix grammar
|
2017-03-07 21:49:52 +01:00 |
|
csoler
|
ec21698dcd
|
Merge pull request #727 from mestaritonttu/patch-9
Added period
|
2017-03-07 21:48:30 +01:00 |
|
csoler
|
7d8e06b050
|
Merge pull request #732 from mestaritonttu/patch-14
Clarify sorting by posts
|
2017-03-07 21:47:43 +01:00 |
|
csoler
|
f3e29bd754
|
Merge pull request #731 from mestaritonttu/patch-13
Fix grammar
|
2017-03-07 21:47:00 +01:00 |
|
csoler
|
17c44db7e1
|
Merge pull request #733 from mestaritonttu/patch-15
Fix typo
|
2017-03-07 21:46:21 +01:00 |
|
csoler
|
5f9f0617e5
|
Merge pull request #735 from mestaritonttu/patch-17
ASCII uppercase
|
2017-03-07 21:45:50 +01:00 |
|
csoler
|
8881a44db6
|
Merge pull request #737 from mestaritonttu/patch-19
Remove extra your
|
2017-03-07 21:45:11 +01:00 |
|
csoler
|
160c289e6f
|
Merge pull request #728 from mestaritonttu/patch-10
Removed extra "to"
|
2017-03-07 21:44:42 +01:00 |
|
RetroPooh
|
d3f0f9dde3
|
router stats - mark active tunnels bold
|
2017-03-07 17:50:13 +03:00 |
|
mestaritonttu
|
87f9dba211
|
Improvements and typo fixes in strings
|
2017-03-07 14:05:21 +02:00 |
|
mestaritonttu
|
222cf48c8f
|
Various improvements and fixes to strings
|
2017-03-07 14:03:05 +02:00 |
|
mestaritonttu
|
83283d9031
|
Remove extra your
|
2017-03-07 13:58:43 +02:00 |
|
mestaritonttu
|
7005126f56
|
Added whitespace to strings
|
2017-03-07 13:57:10 +02:00 |
|
mestaritonttu
|
6ec5415762
|
ASCII uppercase
|
2017-03-07 13:55:02 +02:00 |
|
mestaritonttu
|
28d2e27a4c
|
Remove whitespace from string
|
2017-03-07 13:53:08 +02:00 |
|