339 Commits

Author SHA1 Message Date
thunder2
8422d3fc8c Added copy and save of image to AspectRatioPixmapLabel 2023-05-28 13:47:12 +02:00
thunder2
7b28bf5256 Moved RSTextBrowser::checkImage to ImageUtil for use in MimeTextEdit 2023-04-19 01:12:22 +02:00
defnax
3004505832 Added copy image to clipboard feature 2023-04-17 21:01:57 +02:00
csoler
e60ee730b4 fixed bug in quality of html-embedded images 2023-01-16 22:23:58 +01:00
csoler
7aacfb9aef added auto-choose of image format when transparency is present 2023-01-16 22:11:44 +01:00
csoler
de1b8f08d2 added auto-chose of image format if there is no transparency 2023-01-16 21:24:16 +01:00
csoler
516e4f7c12 added parameter to specify format to optimizeImageSize() 2023-01-16 21:11:18 +01:00
csoler
0a8f4b1b6e switched all image outputs to jpeg format instead of png 2023-01-16 19:53:20 +01:00
AskOldIch
cae7797b55
Added "previewable" for .webm and .weba extension
- .webm -- basically is full video container (video+audio)

- .weba -- is only audio stream
2023-01-03 16:47:15 +00:00
Phenom
9e4903c9b8 Add General Font Size Factor 2022-01-16 13:21:49 +01:00
thunder2
98f7b815f7 Removed unnecessary define WIN32_LEAN_AND_MEAN 2022-01-03 01:03:22 +01:00
thunder2
3dfe4e1288 Fixed unused variable warning 2022-01-03 01:03:16 +01:00
Phenom
d7981f3811 StyleSheet Rewrite
Use QDarkStyle to make Standard_Dark.qss and Standard_Light.qss
Use Widget name to stylize them.
2021-11-04 21:21:54 +01:00
hunbernd
de3ad227bd Filter html img tags that points to local files 2021-08-23 01:16:36 +02:00
Phenom
21105cac17 Fix HandleRichText 2021-03-13 11:51:06 +01:00
Phenom
d78316cbd2 Fix Chat History Browser 2021-03-05 20:18:00 +01:00
Phenom
e39a77a445 Fix Replace all px font-size: to pt for HiDPI monitors 2021-02-19 17:47:29 +01:00
defnax
5c1c6caf68 Photo share ui fixes & removed some hardcoded stylsheets
* Removed some hardcoded stylesheets for Album & Photo items.
* Ui layout fixes
2021-01-09 16:47:04 +01:00
defnax
10f7d7adec Added to use .webp images too. 2020-12-24 17:56:24 +01:00
Phenom
c354d90c1b Rewrite of Underline Fix PR#2109 2020-11-12 16:47:48 +01:00
Phenom
41caeac281 Fix Underline Bug in Forum Posts 2020-11-11 18:36:17 +01:00
defnax
2d7038c02a Fixing indentation 2020-11-01 16:01:37 +01:00
defnax
11d3583233 * Fixing the Post buttons to get disabled when the limit has been exceeded 2020-10-28 22:53:42 +01:00
csoler
0e3739b9d7 merged upstream/master 2020-10-03 21:55:14 +02:00
csoler
5c240c6abb fixed layout of compact view to use a constant apsect ratio with cropping 2020-09-30 21:35:30 +02:00
csoler
5915c27b9f merged upstream 2020-09-11 22:37:26 +02:00
csoler
2e6a87a2ea merged upstream/master 2020-09-11 21:36:45 +02:00
csoler
4472f1cef4 added pan/zoom for channel post image 2020-08-26 22:29:49 +02:00
csoler
76511479af switched all explicit pixmap from files to shared FilesDefs::getPixmapFromQtResourcePath() 2020-08-19 16:19:42 +02:00
csoler
4bc90ea9ad added photoview on click to compact view in boards 2020-08-11 20:49:51 +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
Phenom
0a9f7882a5 Fix Indent in Chat Message 2020-05-21 16:32:59 +02:00
Phenom
e492945612 Add more color for quotted text. 2020-05-12 03:06:01 +02:00
Phenom
f41fa2ebe2 Fix Clear Layout methode.
Pointer seems to be deleted by Qt when last children is removed.
2020-05-03 20:33:59 +02:00
G10h4ck
2b44492cb6
Merge pull request #1829 from G10h4ck/rsfiles_links
RsFiles links support in libretroshare + a bunch of fixes
2020-04-20 17:12:04 +02:00
Phenom
2dc2b3598d Fix Message Delete Button.
Now, frame is cleared and next message selected.
2020-04-14 14:29:37 +02:00
Gioacchino Mazzurco
dc9ba74bdd
Add missing postToObjcted in RsGxsUpdateBroadcast
Deprecate RsGxsUpdateBroadcast each service should handle its own event
2020-04-14 12:24:57 +02:00
Gioacchino Mazzurco
4c0baa1ec3
Fix JSON API event handler registering behavior
As a bonus the behaviour is now homogeneous between C++ API and JSON API
Fix a bunch of compiler warning
RsEvents implementation is now safer
mHandlerMaps size is known at compile time, so use an std::array instead
  of vector
2020-04-14 12:24:57 +02:00
drbob
fc53af2646 TheWire fixup up display of messages
Process messages to group replies correctly and sort by age.
Expand message display to include replies.
Add coloring to distinguish between replies and actual msgs.
Enable subscribe / unsubscribe buttons.
Add Selection of which set of groups are visible.
Add missing setNetworkExchangeService calls for photo + wire services.
2020-03-13 16:44:15 +11:00
defnax
9086f65dfa fixing commit 2020-02-28 21:06:16 +01:00
defnax
73681d48b7 cleanup & removed the old icons from composer 2020-02-28 20:01:32 +01:00
defnax
a9f528ff33 changed color for the enterevent 2020-02-20 00:37:44 +01:00
csoler
f72b385ccf
Merge pull request #1776 from csoler/v0.6-FT
More switch to new notification system
2020-02-07 23:15:41 +01:00
csoler
0cdce37af4
added proper unregister calls in destructors of classes that register a event handler 2020-01-31 22:37:21 +01:00
hunbernd
b3ac3d58a9 Merge upstream 2020-01-22 00:16:41 +01:00
hunbernd
91b03064b9 Removed size limit inside image viewer, because QT already limits the window size to the 2/3 of screen size 2020-01-21 22:11:13 +01:00
hunbernd
83b18509e2 Resize photoview to the size of embedded image 2020-01-21 21:23:42 +01:00
hunbernd
69a2933590 Make pixmap resizing label work 2020-01-21 20:02:35 +01:00
defnax
27c4503cfb Added the new class for resize the image if the window is resized 2020-01-21 16:22:56 +01:00