Commit Graph

7477 Commits

Author SHA1 Message Date
csoler
210518db80 updated tor manager/control to save/parse keys in new format 2020-10-05 21:53:51 +02:00
csoler
788bd81b41
Merge pull request #2066 from defnax/images-cleanup
Images Cleanup
2020-09-27 17:53:13 +02:00
defnax
338d38f04b using FilesDefs 2020-09-27 17:49:00 +02:00
csoler
e48986013f
Merge pull request #2047 from RetroPooh/extra1
extrafiles - fix links, add age, open folder, unshare icon
2020-09-26 14:57:02 +02:00
defnax
05f08003fc removed more icons 2020-09-15 19:22:20 +02:00
defnax
7c80c130b6 fixing compile 2020-09-15 18:38:11 +02:00
defnax
6e403a0b21 removed icons 2020-09-14 21:37:32 +02:00
defnax
27620d86a3 update 2020-09-14 21:27:50 +02:00
defnax
b7c7cf6179 cleanup more old icons 2020-09-14 21:05:56 +02:00
defnax
b84e58aa9a cleanup old icons 2020-09-14 20:53:16 +02:00
csoler
30d2f3ee53
Merge pull request #2063 from defnax/Channel-composer-layout2
Fixing layout issues & added to store ratio combox
2020-09-13 19:42:59 +02:00
csoler
539eb36b58
Merge pull request #2064 from csoler/v0.6-ChannelsGUI
V0.6 channels gui
2020-09-12 23:53:19 +02:00
csoler
78586e1fbd removed another unused ui file 2020-09-12 22:45:12 +02:00
csoler
27e298b9f6 removed unused files to fix compilation 2020-09-12 22:34:58 +02:00
defnax
c74dd2c55c Fixing to use the blue icons 2020-09-12 16:37:31 +02:00
defnax
14a5c82442 Fixing layout issues & added to store ratio combox
* Fixing layout issues
* Added to store/load ratio combox
2020-09-12 14:08:18 +02:00
csoler
96cbbce3b1
Merge pull request #2021 from RetroPooh/permis-matrix-descr
service descriptions in permission matrix
2020-09-11 22:29:16 +02:00
csoler
315e7e0b0e
Merge pull request #2025 from chelovechishko/forums_gui
Forums gui
2020-09-11 21:53:52 +02:00
csoler
6e3f42381e
Merge pull request #2060 from csoler/v0.6-BugFixing_2
UI Bug fixing
2020-09-11 21:21:47 +02:00
csoler
37c7a0aa44
Merge pull request #2054 from csoler/v0.6-ChannelsGUI
V0.6 channels gui
2020-09-11 21:20:20 +02:00
csoler
138cff6547 fixed async inconsistency causing markAllAsRead to fail when switching channels 2020-09-10 21:02:06 +02:00
csoler
d74c113e92 removed some debug output and some compiler warnings 2020-09-10 20:16:10 +02:00
csoler
8d6bd1a0b8 added menu entry to switch single post as unread, and fixed the setAllMsgAsRead function 2020-09-10 20:07:13 +02:00
csoler
96a8c23f1e disable post details when no post is selected (prevents posting comments to empty post) 2020-09-09 23:19:36 +02:00
csoler
4d934993f3 added comment count to details 2020-09-09 23:14:20 +02:00
csoler
e234cb933d added color marker for selection 2020-09-09 21:31:08 +02:00
csoler
c01392bfc3 added icons for aspect ratio 2020-09-09 20:35:52 +02:00
csoler
384cacfccd fixed overlapping text in msg creation window 2020-09-08 21:45:04 +02:00
csoler
74d762d67c moved post title to top (deprecates #2052) 2020-09-08 21:26:16 +02:00
csoler
d691454d57 removed "Load Channel In Background" button that is now irrelevant 2020-09-08 21:04:35 +02:00
csoler
9c11b21ee7 using font scale of 1.5 2020-09-07 20:55:01 +02:00
csoler
660b1c4025 added a factor to scale the font 2020-09-07 20:49:13 +02:00
csoler
149b2c0fbe fixed bug causing selection to fail in list mode 2020-09-07 18:21:07 +02:00
csoler
943bd9b50e removed explicit maximum size that is not needed anymore and causes a bug on some Qt implementations 2020-09-06 17:27:33 +02:00
csoler
b8c14d6bc4 fixed bug in auto-determination of aspect ratio and update of geometry 2020-09-05 14:24:39 +02:00
csoler
062f0eb195 added auto-selection of aspect ratio in posts view 2020-09-05 13:57:40 +02:00
Pooh
22337c050a
Merge branch 'master' into extra1 2020-09-05 09:59:49 +03:00
csoler
af16659783 added possibility to change the aspect ratio of thumbnails and replaced image warping by largest centered cropping 2020-09-04 23:36:41 +02:00
csoler
bebc9f2863 added selection of thumbnail aspect ratio 2020-09-04 19:45:06 +02:00
csoler
80875dddd7 fixed default flags/picture on channel post creation 2020-09-04 15:15:45 +02:00
csoler
ab9507c80a make channel contact author a link only when it is not null 2020-09-04 14:51:04 +02:00
csoler
9005f22395 added # of posts at friends and locally in channels 2020-09-04 14:50:12 +02:00
csoler
97762093ce added missing initialization of write-only pointer that causes error in RsTypeSerializer 2020-09-01 22:34:56 +02:00
csoler
b40c329596 improved layout of items in list view 2020-08-30 11:20:13 +02:00
csoler
cbb3b4cd6d clear showOnlyUnread button when switching channels 2020-08-30 10:59:28 +02:00
csoler
9652654b6a fixed unitialized memory read causing unexpected behavior in thumbnails 2020-08-29 19:45:35 +02:00
csoler
ca49232ff1 only switch read/unread status when necessary 2020-08-29 18:40:13 +02:00
csoler
89444537b1 added show unread only button. Merged list/grid buttons 2020-08-29 17:31:48 +02:00
csoler
3ba9a1eb5d auto clear of search field and fixed bug causing some lines not to update 2020-08-29 14:46:35 +02:00
csoler
11ecd6fbd1 keep focus on current item when changing view mode 2020-08-29 14:13:03 +02:00