Pandagrapher
8e0fa1148b
Other minor fixes for histogram panel
...
- When loading an image, raw histogram data were incorrectly not set (but provided)
- Fixes incorrect curve scaling in raw histogram mode (was incorrectly scaled using luma and chroma data)
2022-11-03 12:37:43 +01:00
Pandagrapher
a0c3ef931c
Minor fixes for histogram panel hidpi support
2022-11-02 16:32:48 +01:00
Pandagrapher
68d1eae1a7
Hidpi support for histogram panel
...
Other fixes:
- Reduce number of queue_draw function calls (and so optimize panel redraw)
- Code cleanup
2022-11-02 13:12:24 +01:00
Morgan Hardwood
db1e7659a2
Japanese translation updated by Yz2house
...
Closes #6598
2022-10-22 20:19:10 +02:00
Morgan Hardwood
ba2a15a6af
Espanol (Castellano) translation updated by TechXavAl
...
Closes #6597
2022-10-22 20:18:04 +02:00
Beep6581
0b07b471cd
Merge pull request #6599 from marter001/dev
...
Update AUTHORS.txt
2022-10-21 19:53:35 +02:00
Beep6581
4ee808b5ee
Merge pull request #6602 from Benitoite/patch-17
...
macOS: Adding Barber to Authors
2022-10-21 19:51:00 +02:00
Benitoite
fa18c9faa3
macOS: Adding Barber to Authors
2022-10-14 22:05:12 -07:00
Martin
b0725b44e2
Update AUTHORS.txt
2022-10-13 09:07:15 +02:00
Morgan Hardwood
190f11b122
Update release notes regarding white balance #6596
2022-10-12 23:01:06 +02:00
Beep6581
c00b75f7a0
Apply suggestions from code review
...
Thanks Lawrence37
Co-authored-by: Lawrence37 <45837045+Lawrence37@users.noreply.github.com >
2022-10-12 22:59:29 +02:00
Morgan Hardwood
b08ed74cb8
Preparing for release 5.9-rc1
2022-10-07 12:25:16 +02:00
Morgan Hardwood
30f9cc71d9
Writing release notes
2022-10-07 11:09:19 +02:00
Thanatomanic
93aac45104
Added 1 Canon lens identifier based on ExifTool 12.46 update (1-10-2022)
2022-10-03 08:00:53 +02:00
Thanatomanic
4059ae5bca
Remove language keys from translations that were obsoleted (long ago) and therefore no longer present in default ( #6593 )
2022-10-02 08:25:52 +02:00
Floessie
192edc3751
Merge pull request #6592 from marter001/dev
...
Update Deutsch
2022-10-01 21:31:31 +02:00
Martin
ce8ab4ae23
Update Deutsch
2022-09-30 09:53:40 +02:00
Martin
795becb1f6
Update Deutsch
2022-09-30 07:38:44 +02:00
Morgan Hardwood
c113cffdf9
generateUnusedKeys
2022-09-29 00:47:59 +02:00
Morgan Hardwood
3ef618c236
generateTranslationDiffs
2022-09-29 00:44:15 +02:00
Morgan Hardwood
ea37cfc696
Delete unused keys to match default
...
Unused keys from localization files removes as per default.
2022-09-29 00:40:45 +02:00
Morgan Hardwood
604721e454
Updated tools/generateUnusedKeys
2022-09-29 00:31:52 +02:00
Morgan Hardwood
727f3f7ba2
Consistently use _TOOLTIP suffix for tooltip keys
2022-09-28 23:24:51 +02:00
Beep6581
e5007c77c2
Merge pull request #6584 from Beep6581/review_default
...
Review default
2022-09-27 09:59:35 +02:00
Thanatomanic
f4a4ee40b3
Update RtExif with data from ExifTool 12.45 (16-09-2022) ( #6586 )
2022-09-27 05:22:22 +02:00
Lawrence37
b575377d5e
Update Windows build PCRE DLL name ( #6587 )
2022-09-27 05:21:42 +02:00
Morgan Hardwood
9010ca5d9d
Review of default #5664
...
CIECAM terminology. Removed unused tooltips. Closes #6588
2022-09-26 18:06:50 +02:00
Morgan Hardwood
e2a7ccc612
Review of default #5664
...
Deleted commented-out key.
2022-09-26 16:57:22 +02:00
Morgan Hardwood
551f9f6116
Review of default #5664
...
Restored keys deleted by buggy `sort` command (version 9.1).
See PR #6503
printf '%s\n' "key;foo" "key0;bar0" | sort -Vu -t ';' --key=1,1
2022-09-26 16:46:25 +02:00
Morgan Hardwood
52a3a336ea
Review of default #5664
...
Tooltips.
2022-09-23 18:51:32 +02:00
Morgan Hardwood
cf96139c3a
Review of default #5664
...
Consistently use _TOOLTIP suffix for tooltip keys.
2022-09-23 18:09:44 +02:00
Morgan Hardwood
628a573c75
Review of default #5664
...
generateTranslationDiffs on default
2022-09-23 17:54:17 +02:00
Morgan Hardwood
cccb9f543c
Review of default #5664
...
Cleanup of whitespace and fancy characters. Consistency in naming.
2022-09-23 17:51:13 +02:00
Morgan Hardwood
799452ac88
Review of default #5664
2022-09-23 16:37:46 +02:00
Lawrence Lee
2924128311
Set -ffp-contract=off compiler flag for GCC >= 11
...
Replace the previous workaround of setting -fno-tree-loop-vectorize for
a GCC optimization bug.
(#6384 )
2022-09-18 12:05:39 -07:00
Lawrence Lee
a2394e08ce
Replace deprecated function ( #6563 )
2022-09-11 15:10:04 -07:00
Lawrence Lee
aa02ee8c49
Qualify some std integer types
2022-09-08 23:14:16 -07:00
Simon Segerblom Rex
1a281725c9
Fix TileOffsets for single tiles using deflate compression
...
The old code looks messed up, but I'm not sure...
Fixes #6575
2022-09-06 16:02:28 +02:00
Lawrence Lee
4b97a5cf3c
Placate some GCC warnings ( #6563 )
2022-09-05 18:05:35 -07:00
Pandagrapher
1c85926200
Creates an RTImage cache
...
Fixes:
- Fixes GUI issue on Windows (GDI handles limit reached)
- Fixes an incorrect icon name in Perspective tool
- Adds robustness RTScalable::loadSurfaceFromIcon function
2022-09-02 19:15:42 +02:00
Bezierr
136bc37154
Change according to review
2022-09-01 14:48:29 +02:00
Lawrence37
2ce5b827c5
Merge pull request #6570 from Lawrence37/canon-white-regression
...
Canon 1000D White Level Regression Fix
2022-08-30 07:53:03 -07:00
Thanatomanic
8ad6cdaada
Update Chinese (Simplified) ( #6565 )
2022-08-30 15:18:06 +02:00
luzpaz
4d1d5d4539
Fix various typos ( #6569 )
...
* Fix various typos
* Fix previous commit + add follow-up grammatical fixes
2022-08-30 15:17:43 +02:00
Lawrence37
d838ff352d
Remove last row from D5100 raws ( #6571 )
...
Avoid decoding the last row which contains corrupt data and causes the
image to become black.
Closes #5654 .
2022-08-30 14:49:46 +02:00
Pandagrapher
35ce0d1227
Fixes hi-dpi on Windows
...
- Fixes incorrect install path for icons
- Fixes incorrect font size conversion from "Pango units" (updates some comments)
- Fixes incorrect volume icon in directory browser
2022-08-29 19:26:41 +02:00
Lawrence Lee
70fe0f46f6
Use hard-coded levels for Canon raws
...
Closes #6559 .
2022-08-27 16:41:15 -07:00
Pandagrapher
2cd6ba96ca
Merge with 'Beep6581/dev'
2022-08-27 11:49:02 +02:00
Pandagrapher
50e54aa395
Convert remaining RTPixbuf to RTSurface
...
Changes:
- Remove RTPixbuf use in directory browser to use native GTK mechanism
- Replace RTPixbuf by RTSurface for thumbnail icons
- Remove now useless RTPixbuf class
Fixes:
- Elaborate RTSurface width / height based on the type
2022-08-27 11:37:59 +02:00
Desmis
200e2de86b
Add TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP to Espagnol(Castellano)
2022-08-27 06:22:45 +02:00