defnax
1f6589e68e
attempting to fix layout isssues
...
Attempting to fix issues, layout and spacing
2019-03-26 00:01:52 +01:00
csoler
d2c15c2d9e
fixed merge upstream/master
2019-03-24 20:59:23 +01:00
csoler
c7e65a0111
Merge pull request #1504 from csoler/v0.6-ImprovedGUI
...
removed explicit size on channel feed buttons that causes unbalanced …
2019-03-24 20:42:11 +01:00
csoler
e76ad99f3b
removed explicit size on channel feed buttons that causes unbalanced items in high DPI screens
2019-03-24 19:59:43 +01:00
csoler
ec66ad5b80
Merge pull request #1501 from csoler/v0.6-ImprovedGUI
...
created a cache for default icons to avoid allocating them everytime …
2019-03-24 19:49:36 +01:00
csoler
db4f8f18b8
fixed sqlcipher version on OS 10.14
2019-03-24 18:58:18 +01:00
csoler
1d09269e42
switched macOS version to 10.14
2019-03-24 16:22:17 +01:00
csoler
e6d86b5b6f
switched macOS version to 10.14
2019-03-24 16:20:12 +01:00
csoler
63ca76167b
removed brew-doctor command
2019-03-24 13:04:23 +01:00
csoler
32729adb5e
attempt #2 to fix MacOS compilation
2019-03-24 12:56:43 +01:00
csoler
364c3917ac
attempt to fix MacOS compilation
2019-03-23 23:48:39 +01:00
csoler
2ad641d908
added a test for QImage::isDetached() in cache to solve the problem of whether a cache image is still used or not
2019-03-23 22:59:37 +01:00
G10h4ck
f4e13975b0
Merge pull request #1478 from G10h4ck/jsonapi
...
extend JSON API to identities, circles and reputation
2019-03-23 09:11:05 -03:00
defnax
8ee86ea0da
Fixed stylesheet color when its a new posted message
2019-03-22 22:31:06 +01:00
defnax
b6c7afe989
Added for posted links group icons
2019-03-22 11:13:07 +01:00
defnax
da505e0426
Merge pull request #8 from RetroShare/master
...
Split OBS recipes into submodule
2019-03-21 23:55:10 +01:00
csoler
ae3f81a0c3
created a cache for default icons to avoid allocating them everytime we need them. Should save a lot of memory
2019-03-21 23:36:18 +01:00
Gioacchino Mazzurco
b388726dab
Split OBS recipes into submodule
...
This is mainly to avoid problems with source checkout on windows because
network:retroshare which is the name needed by OBS is proibited (:) on
windows FS
2019-03-21 23:10:24 +01:00
csoler
b4ab766da9
factored some duplicate code in MessagesDialog.cpp
2019-03-21 22:39:32 +01:00
defnax
300e4f0626
Merge pull request #7 from RetroShare/master
...
update master
2019-03-21 14:02:38 +01:00
csoler
dc24bb6f03
added save/restore current selection
2019-03-21 10:14:50 +01:00
csoler
431fbf4124
fixed bug causing ipossibility to pin/unpin forum posts
2019-03-20 23:23:13 +01:00
csoler
07abdeeceb
fixed bug causing distant chat preference contacts/nobody/everybody to be ignored
2019-03-20 22:34:48 +01:00
defnax
2233af4702
Merge branch 'Attach-picture-for-Posted-links' into master
2019-03-20 11:01:21 +01:00
defnax
f12491cc89
attempting to fix stlysheet file
2019-03-20 00:49:38 +01:00
csoler
450fcbb0e7
Merge pull request #1459 from defnax/master
...
Improved Posted Links & Subscribe button look like Youtube/Reddit style
2019-03-19 23:44:14 +01:00
defnax
c7e4986710
fixed serialization of posts with images
...
fix by cyril
2019-03-19 23:23:49 +01:00
csoler
3419b44ec1
fixed a few bugs in msg model and cleaned up dead code
2019-03-19 10:22:20 +01:00
csoler
258c544a75
fixed navigation with arrows in MessagesDialog
2019-03-18 22:00:15 +01:00
csoler
f355abe025
removed sorting sensitivity and some dead code
2019-03-18 21:35:55 +01:00
csoler
8f953c0e3c
Merge pull request #1492 from shibe2/patch-1
...
remove accidental code from retroshare_plugin.pri
2019-03-18 21:00:05 +01:00
csoler
c4f951fe5e
Merge pull request #1480 from chelovechishko/rspmw
...
rspermissionmatrixwidget fixes
2019-03-18 20:57:17 +01:00
csoler
af0ce1013f
Merge pull request #1494 from csoler/v0.6-FT
...
set default FT rate to some non zero value. Should start transfers faster. Needs testing!
2019-03-17 21:39:37 +01:00
hunbernd
bc294b207d
Fixed parallel compilation of librestbed
2019-03-16 17:26:27 +01:00
hunbernd
a4ee76e402
Fixed some dependency issues
2019-03-16 16:36:54 +01:00
csoler
14d29a4490
fixed small bug in box initialization
2019-03-12 16:59:45 +01:00
csoler
a67a35624d
fixed re-loading of icons in author item delegate
2019-03-12 16:40:35 +01:00
csoler
c9561c2684
fixed search filter
2019-03-12 15:59:54 +01:00
csoler
59b1d44e5b
resotred string filter system
2019-03-12 14:27:06 +01:00
csoler
b5b2c430c5
fixed QuickView filtering system
2019-03-12 14:17:42 +01:00
shibe2
d210795c5e
remove accidental code from retroshare_plugin.pri
2019-03-10 12:48:36 +04:00
hunbernd
5df54d7630
Converted extra targets into an extra compiler:
...
- Multi core compilation works correctly
- The jsonapi header files are regenerated when there are changes in libretroshare interface files
2019-03-10 01:49:47 +01:00
hunbernd
bbb15fd960
Fixed jsonapi generator:
...
- Doxygen failed, because it got Unix like paths on Windows
- Josnapi generator created empty output files, because multiple _ in input file names
2019-03-09 20:49:54 +01:00
hunbernd
294d711cc3
Fixed restbed compilation on Windows
2019-03-09 20:38:33 +01:00
csoler
9d629254ff
set default FT rate to some non zero value. Should start transfers faster. Needs testing.
2019-03-08 17:12:46 +01:00
csoler
26792a7471
removed some timer calls
2019-03-03 21:49:09 +01:00
csoler
0570c3fa38
fixed context menu
2019-02-26 15:05:00 +01:00
csoler
5cbff98e40
fixed toggling read/unread and star status
2019-02-26 14:45:48 +01:00
csoler
875d0a15da
fixed display of selected msg
2019-02-26 14:09:49 +01:00
csoler
40832734cc
fixed double definitions of roles
2019-02-26 11:29:10 +01:00