Commit Graph

359 Commits

Author SHA1 Message Date
Dušan Poizl 57bdc74ef6 Get rid of QRegExp 2022-12-26 10:13:24 +01:00
Dušan Poizl fd1fd7ff08 Get rid of fullscreen mode 2022-12-25 19:34:09 +01:00
Dušan Poizl c1aca3ca65 Add fine tune for STF slider 2022-12-22 12:45:47 +01:00
Dušan Poizl 5cc8fdd83d Simple grey world white balance 2022-12-20 22:27:15 +01:00
Dušan Poizl 66e13529be Allow change of preload without restart 2022-12-18 10:18:01 +01:00
Dušan Poizl e1bed8e1cb Allow change of thumbnail size without restart 2022-12-18 00:17:28 +01:00
Dušan Poizl 151f521688 Set image width and height for XISF 2022-12-17 09:48:35 +01:00
Dušan Poizl 926647e1a7 Don't do unecessary color profile conversion 2022-12-17 09:47:38 +01:00
Dušan Poizl 71fc1f2bd1 Release 20221215 2022-12-15 20:54:39 +01:00
Dušan Poizl f1ff04382b Add option to not use native file dialogs
Thanks to Patrick Chevalley for updated french tranlation
2022-12-15 20:36:19 +01:00
Dušan Poizl ad91adf1d9 Implement workaround for flatpak QFile::moveToTrash 2022-12-15 17:26:16 +01:00
Dušan Poizl b7369c2501 Remove unused variables in debayer shader 2022-12-15 00:25:00 +01:00
Dušan Poizl 79ed6b2059 Fix error in slovak translation 2022-12-15 00:10:52 +01:00
Dušan Poizl 380974a088 Allow saving debayered image 2022-12-15 00:03:29 +01:00
Dušan Poizl b1ad56ca1f Fix debayer shader 2022-12-15 00:03:14 +01:00
Dušan Poizl 58abef5a72 Update metainfo 2022-12-14 22:00:07 +01:00
Dušan Poizl 5427ff57cb Change superpixel tooltip 2022-12-14 21:58:24 +01:00
Dušan Poizl 6a2fa3f656 Update translation 2022-12-14 21:51:19 +01:00
Dušan Poizl c62ec7db8c Add move to trash action 2022-12-14 21:51:05 +01:00
Dušan Poizl d5eb0fdce5 Change key shortcuts 2022-12-14 21:50:30 +01:00
Dušan Poizl 6d25919e1f Add image formats to help 2022-12-14 21:50:05 +01:00
Dušan Poizl 26d1af6077 Add debayer 2022-12-14 21:18:25 +01:00
Dušan Poizl 44d8a8b856 Fix invert button 2022-12-14 17:42:13 +01:00
Dušan Poizl dab6c1f79d Add All files filter to open dialog 2022-12-14 17:16:32 +01:00
Dušan Poizl ce6a4cc40c Refresh dir when show hidden files is toggled 2022-12-13 21:31:23 +01:00
Dušan Poizl 0368c1f1dc Update metainfo xml 2022-12-10 07:48:17 +01:00
Dušan Poizl a1e98d818b Fix copy on btrfs 2022-12-09 19:58:15 +01:00
Dušan Poizl f3f194bcef Update translation and metainfo 2022-12-09 19:33:26 +01:00
Dušan Poizl efd36f96c3 Use native dialogs 2022-12-09 18:38:07 +01:00
Dušan Poizl 37923b37b3 Add error message for copy/move 2022-12-09 18:36:43 +01:00
Dušan Poizl 900453577e Fix includes 2022-11-28 17:36:37 +01:00
Dušan Poizl 34d466c3e0 Show checker pattern with transparent files 2022-11-28 17:32:23 +01:00
Dušan Poizl 9e98127084 Do gamma conversion manualy
Requesting sRGB capable framebuffer is unreliable
2022-11-28 17:31:50 +01:00
Dušan Poizl ba6062b925 Enale loading all image types that Qt can load 2022-11-27 21:10:43 +01:00
Dušan Poizl 6411b7cd15 Release 20221126 2022-11-26 12:03:36 +01:00
Dušan Poizl 223f7cd0ea Refractor save dialog 2022-11-26 11:02:29 +01:00
Dušan Poizl f8f9ee08b3 Add QFileDialog::DontUseNativeDialog 2022-11-22 11:04:04 +01:00
Dušan Poizl af5aed7ef8 Install metainfo generally 2022-11-21 19:09:19 +01:00
Dušan Poizl 8f5249b142 Add metainfo file 2022-11-21 17:44:48 +01:00
Dušan Poizl a7dc942c62 Add scalable icon 2022-11-21 15:49:09 +01:00
Dušan Poizl 1a1399434b Change domain name 2022-11-21 13:18:46 +01:00
Dušan Poizl be567841bf Workaround in AMD OpenGL driver bug
AMD OpenGL driver on Windows doesn't generate mipmaps for sRGB textures
correctly
2022-10-26 23:32:22 +02:00
Dušan Poizl 62d2671112 Update french translation 2022-10-23 12:11:40 +02:00
Dušan Poizl 1f8923512e Update translations 2022-10-23 10:18:21 +02:00
Dušan Poizl 455c3b2d64 Make it combilable with Qt 5.13 and older 2022-10-23 09:54:23 +02:00
Dušan Poizl 4fe546f0e5 Add support for ICC color profiles 2022-10-18 21:19:05 +02:00
Dušan Poizl 95c6fc5343 Enable sRGB to gamma correct scaling 2022-10-16 11:05:15 +02:00
Dušan Poizl 2bc54ea0cc Fix loading RAW on MacOS
LibRaw object is too big for stack so needs to be on heap
2022-10-15 09:56:14 +02:00
Dušan Poizl be6e472081 Settings dialog 2022-10-10 10:30:25 +02:00
Dušan Poizl 9746f8f653 Add option to show hidden files 2022-08-29 18:37:51 +02:00