Commit Graph

7363 Commits

Author SHA1 Message Date
csoler
4bc90ea9ad added photoview on click to compact view in boards 2020-08-11 20:49:51 +02:00
csoler
ddd4ac8087 fixed the size problem in boards UI 2020-08-11 16:00:49 +02:00
csoler
6f1e1f8523 attempt to fix size problem in boards display widget 2020-08-11 13:04:29 +02:00
csoler
bdb36f7528 fixed sizes and switching between modes 2020-08-09 14:09:50 +02:00
csoler
033596a080 added two-views system for boards. Widgets are not yet correct 2020-08-07 17:22:55 +02:00
csoler
07cfa25c43 added missing file 2020-08-01 19:44:46 +02:00
csoler
37b9bdb068
fixed search 2020-07-12 20:58:46 +02:00
csoler
b7a9962400
fixed display 10-posts chunks 2020-07-12 20:17:32 +02:00
csoler
6e07ead572
added display of 10-posts chunks 2020-07-12 18:02:44 +02:00
csoler
1fced473d8
fixed sorting 2020-07-12 15:22:31 +02:00
csoler
6e3405d981
improved display in boards 2020-07-06 22:29:36 +02:00
csoler
c00c4eadd3
merged with upstream/master 2020-07-05 19:58:09 +02:00
csoler
7cec536904
added edit mode 2020-07-04 23:00:48 +02:00
csoler
75cf9d6c86
fixed scaling of items. 2020-07-04 22:51:10 +02:00
csoler
b453f80cbd
display content in post widgets. Sizes still to fix up 2020-07-04 15:58:16 +02:00
csoler
07655e287e
fixed cleaning up of search results 2020-07-04 00:05:29 +02:00
csoler
4d872d5778
added missing cleaning of distant search results in GUI 2020-07-03 22:48:33 +02:00
csoler
e676f83ab3
added new display widget for boards copying functionality from CardView 2020-07-02 21:15:48 +02:00
csoler
7db48990c3
started creation of board model. Does not compile yet. 2020-07-01 20:38:44 +02:00
csoler
4fc670695d
removed unused files 2020-06-30 19:51:14 +02:00
csoler
8d40224c37
fixed sizes in forums and removed duplicate text on distribution column 2020-06-30 18:10:28 +02:00
csoler
c58aa688d1
fixed proper display of group for context strings 2020-06-25 21:25:22 +02:00
csoler
ba486a0029
multiple improvements in distant channel search and general display of distant search results 2020-06-25 21:15:37 +02:00
csoler
500f572b98
merged with master 2020-06-25 16:53:18 +02:00
csoler
05d311e55c
Merge pull request #2022 from defnax/small-fixes-channels
[Channels] Fixed to get work selection color on dark stylesheets
2020-06-25 16:47:17 +02:00
defnax
ec92afa2fe Fixed to get work selection color on darkstylesheets
* Fixed to get work selection color on dark stylesheets
* Show group icon on the tabs
2020-06-25 16:36:16 +02:00
defnax
598f9f1964 Fixing margins 2020-06-25 14:36:38 +02:00
defnax
7c89140bcc Fixing layout issues on Channel Composer 2020-06-25 14:28:40 +02:00
G10h4ck
638ef80788
Merge pull request #2018 from G10h4ck/memory_optimization
Reduce memory usage due to copying in RsQThreadUtils::postToObject
2020-06-25 11:30:06 +02:00
csoler
69b51fecb7
Merge pull request #1994 from csoler/v0.6-ChannelsGUI
Abstract item model for channels
2020-06-24 23:22:44 +02:00
Gioacchino Mazzurco
3b37c1e9ad
Remove more copying of big structures in RsQThreadUtils::postToObject 2020-06-24 00:57:16 +02:00
Gioacchino Mazzurco
d2b9b9f094
Reduce memory usage due to copying in IdDialog::updateCircles
Heaptrack reported 141MB of RAM where used by this method most proably
  due to the group metadata list being copied accross lambdas and
  threads more then necessary.
Use an unique_ptr to safely avoid copying of big structure around.
2020-06-23 23:38:22 +02:00
csoler
0eb8edf824
fixed open in new tab system 2020-06-23 22:00:14 +02:00
csoler
c23d994bfc
fixed update of channel data on tabs 2020-06-23 21:53:03 +02:00
csoler
b21193e460
tried to improve the logic in tab system. Not finished yet 2020-06-23 21:37:36 +02:00
csoler
d39b09c5bc
added zoom of thumbnails on control+wheel 2020-06-23 20:24:14 +02:00
csoler
97ad766863
fixed selection of current item from link in channels 2020-06-23 00:44:09 +02:00
csoler
1c2e094f20
removed tab system temporarily until we fix it 2020-06-22 23:52:59 +02:00
csoler
d0a373c14f
print more debug info and added missing emit to display the channel tab name after loading 2020-06-21 21:43:10 +02:00
csoler
800a7499d8
Merge pull request #15 from defnax/small-fixes
Clear more fields when blank tree is selected
2020-06-19 23:06:00 +02:00
csoler
6a3fe9ebf0
added copy link and navigate functions. 2020-06-19 23:03:13 +02:00
csoler
7bb56953bd
using shorter name for publish column 2020-06-18 18:54:43 +02:00
csoler
3df54bde53
cleaned up unused code 2020-06-18 18:35:02 +02:00
csoler
3354246805
added publish time column in general channel posts files 2020-06-18 18:31:17 +02:00
defnax
fed3dee1d7 Clear more fields when blank tree is selected
* Clear more fields when blank tree is selected
* Fixing spacing
* Show different placeholder when message contains no post
2020-06-17 22:47:44 +02:00
csoler
9c72797dee
removed 1.5 factor that did not really make sense in column size definition 2020-06-17 20:30:05 +02:00
csoler
68c3f51f13
Merge pull request #14 from defnax/store-column-tree
Added default column width for file name & store the column state & width
2020-06-17 20:29:00 +02:00
defnax
9e0c247677 Fixing get work links click on messages & clear the channel details when no channel selected 2020-06-17 17:19:12 +02:00
defnax
b3b87303e2 Added default column with for file name & store the column state & width
* Added default column width for file name & store the column state & width
* disabled resize column to contents
2020-06-17 00:21:32 +02:00
csoler
33da5c06b8
removed multi-callback based distant search result handling, and use rsEvents instead 2020-06-16 21:13:55 +02:00