16310 Commits

Author SHA1 Message Date
chelovechishko
ff9f92aee9 gui: iddialog: delete itemdelegate and menu in destructor 2022-05-13 22:02:38 +09:00
chelovechishko
05c8835055 gui: messagesdialog: delete itemdelegate in destructor 2022-05-13 22:02:38 +09:00
chelovechishko
e331b0ba3e gui: forum: add default destructor for itemdelegate and
delete delegatesforcolumn
2022-05-13 22:02:38 +09:00
chelovechishko
6c307bf094 gui: rsgraphwidget: delete timer in destructor 2022-05-13 22:02:38 +09:00
chelovechishko
c3160c062e gui: statistics: delete bwdelegate in destructor 2022-05-13 22:02:38 +09:00
chelovechishko
a9ec9166e8 gui: settings: add missed ui deletion in postedpage 2022-05-13 22:02:38 +09:00
chelovechishko
2e175cbc6f gui: rscombobox: add destructor 2022-05-13 22:02:38 +09:00
chelovechishko
7a94f9da74 gui: chatwidget: delete menus in destructor
As qt says: Ownership of the menu is not transferred to the tool button.
2022-05-13 22:02:38 +09:00
chelovechishko
14a1163afa gui: chatlobbydialog: delete mparticipantcomparerole in destructor 2022-05-13 22:02:38 +09:00
chelovechishko
638216e513 gui: forum: not expand unread children no more
Make the setting great again
2022-05-13 22:02:38 +09:00
chelovechishko
5d132918c3 gui: forum: set combobox property for versions of post
Only silhouette of word instead of time no more.
This is maximum length of time representation, but auto shrinkable.
2022-05-13 22:02:38 +09:00
chelovechishko
d66340d65a gui: statistics: comment out deleteonclose attribute
retroshare crashes
2022-05-13 22:02:38 +09:00
chelovechishko
73efcfba8d gui: chat: repudiate a hashbox to be half-screen large 2022-05-13 22:02:38 +09:00
chelovechishko
25837426a9 gui: statistics: set attribute Qt::WA_DeleteOnClose for the window
to free memory on close.

before opening->clicked through all tabs->after closing
without WA_DeleteOnClose:
 180->225->225 ; ->225->225...
with WA_DeleteOnClose:
 180->226->187 ; ->224->189...

There is a mud with spaceotabulation, so don't poke me for doing
automatic things for indentation, instead of understanding what should
be there for new code.
'tis no more saves last opened statistics' tab,
but hopefully nobody needs such a thing.
2022-05-13 22:02:38 +09:00
chelovechishko
c38156ee82 gui: make notify respect no_icons setting for listwidget 2022-04-08 20:12:39 +09:00
chelovechishko
4f13ba089c gui: chatlobbywidget: not expand public 'chat rooms' anymore at program start 2022-04-05 01:16:07 +09:00
chelovechishko
9b9ad5666a gui: make listwidget respect no_icons setting 2022-04-04 00:20:53 +09:00
chelovechishko
62ad412914 gui: chat: hide untouchable context menu actions for own identity 2022-04-04 00:20:21 +09:00
chelovechishko
47fc1902af gui: chat: add power to copy person's id to clipboard via rmb 2022-04-04 00:20:12 +09:00
chelovechishko
04636a8b6e gui: newfriendlist: select row above when deleting profile 2022-04-04 00:18:47 +09:00
csoler
000d019947
Merge pull request #2598 from defnax/classicqssfix
Improved classic stylesheet
2022-03-20 23:37:02 +01:00
csoler
e6ec177445
Merge pull request #2599 from defnax/filetypeicons
changed file type icons
2022-03-20 23:09:11 +01:00
defnax
962124f18d Update picture.svg 2022-03-18 22:13:23 +01:00
defnax
f8470068cf changed file type icons 2022-03-18 19:04:26 +01:00
defnax
327a254e7c Improved classic stylesheet
* Use light blue for selection colors
2022-03-16 18:56:09 +01:00
csoler
af9fee0419
Merge pull request #2596 from defnax/iconfixes
Fixed missed icons
2022-03-12 20:26:06 +01:00
defnax
ae0f294c4b Fixed missed icons 2022-03-10 21:35:59 +01:00
csoler
016f38829d
Merge pull request #2593 from csoler/v0.6-FriendServer2
added list of already received peers from FS so that we do not request them again
2022-03-09 21:35:42 +01:00
csoler
bb2aee2b3c
Merge pull request #2595 from csoler/v0.6-BugFixing_17
fixed certificate pasting bug
2022-03-09 21:34:59 +01:00
csoler
97829de0ba fixed certificate pasting bug 2022-03-09 21:32:26 +01:00
csoler
6ca3d64511 added list of already received peers from FS so that we do not request them again 2022-03-08 21:28:42 +01:00
G10h4ck
f5ee9c92c8
Merge pull request #2591 from sehraf/pr_fix_94bd0994
RetroShare-gui: Rename DATA_DIR to RS_DATA_DIR to be consistent
2022-03-01 17:49:05 +01:00
sehraf
daa8eaea9e
RetroShare-gui: Rename DATA_DIR to RS_DATA_DIR to be consistent
fixes 94bd09940722d1e4ca5dc8ab09488fd149f96aa5
2022-03-01 17:40:23 +01:00
csoler
3cfbb3e6d6
Merge pull request #2583 from defnax/cleanupoldiconsandnewsvg
removed & clean up old icons, replaced some by svg
2022-02-27 20:08:07 +01:00
defnax
a6deaa2a27 Added back icons 2022-02-27 14:30:59 +01:00
Gioacchino Mazzurco
d757af5c56
CMake refinements 2022-02-25 21:31:51 +01:00
Gioacchino Mazzurco
fcaba0e65f
Quieter CMake option for GitlabCI
Avoid GtilabCI suppressing log with:
Job's log exceeded limit of 4194304 bytes.
Job execution will continue but no more output will be collected.
2022-02-25 18:26:42 +01:00
defnax
701b2e4ca1
Merge branch 'RetroShare:master' into cleanupoldiconsandnewsvg 2022-02-25 18:05:41 +01:00
Gioacchino Mazzurco
52aba1be18
Update continuous integration 2022-02-25 16:57:07 +01:00
Gioacchino Mazzurco
b87d554c2a
Update submodules libretroshare libbithdht 2022-02-25 15:08:48 +01:00
Gioacchino Mazzurco
d0c4d1ade2
retroshare-service CMake and WebUI support
Fix retroshare-service webui terminal password checking
Install WebUI along with retroshare-service
2022-02-25 13:35:55 +01:00
csoler
1ddba795d4
Merge pull request #2587 from csoler/v0.6-BugFixing_16
Bug fixing in PostedItem
2022-02-23 23:28:31 +01:00
defnax
f3d2b4f2d0 Fixed missed icon 2022-02-23 14:01:28 +01:00
defnax
a073c09644 Fixed to remove icons 2022-02-23 13:50:51 +01:00
csoler
c0cac9ec2d fixed Boards item in feeds to display a constant-aspect-ratio picture using ZoomableLabel 2022-02-22 21:46:05 +01:00
csoler
3dfcb58ae1
Merge pull request #2582 from csoler/v0.6-FriendServer2
Improving the logic of certificate handling UI
2022-02-16 00:22:12 +01:00
csoler
42fa8d4b3c fixed adding external IPs and DNS in old cert format 2022-02-15 22:04:54 +01:00
thunder2
93c1cafdc4 Updated external libraries for Windows MinGW build
- zlib 1.2.11
- bzip2 1.0.8
- miniupnpc 2.2.3
- openssl 1.1.1m
- speexdsp 1.2.0
- libxml2 2.9.12
- libxslt 1.1.34
- curl 7.81.0
- sqlcipher 4.5.0
- libmicrohttpd 0.9.75
- ffmpeg 4.4
- xapian 1.4.19
2022-02-15 20:51:49 +01:00
defnax
6177b4dcdc removed unused old icons 2022-02-15 20:40:11 +01:00
csoler
53d43324db fixed hide some options with old certificate format 2022-02-14 21:51:30 +01:00