Benitoite
f77eb3e4d2
Mac: Use codesigning sandbox, entitlements
...
Allows file system access in MacOS 10.15 *Catalina*
2019-06-15 23:14:52 -07:00
Benitoite
1ad9444259
Mac: cleanup executable loader script
2019-06-15 23:12:31 -07:00
Benitoite
2ed66677b8
Mac: Property lists for nested app bundle
2019-06-15 23:09:00 -07:00
Benitoite
1141f5fc65
Fix a typo in macosx_bundle.sh
2019-06-13 06:44:33 -07:00
Benitoite
7ee7be1833
macOS: Copy some libraries into the bundle
...
for libexpat and libz
2019-06-13 02:14:37 -07:00
Benitoite
0de04eea93
macOS: optionally notarize app and dmg
...
For macOS 10.15 *Catalina* compatibility: will notarize app and dmg with credentials provided thru cmake command.
2019-06-13 01:57:37 -07:00
Benitoite
dec20d09fd
Mac bundle: update to libomp
...
and `--timestamp` the code signings.
2019-06-06 22:26:34 -07:00
Alberto Griggio
c360fd7e2c
Use exiv2 for metadata handling
2019-05-06 09:27:44 +02:00
Morgan Hardwood
d189def092
Removed "Polish (Latin Characters)" from generateTranslationDiffs
2019-03-31 23:34:51 +02:00
Morgan Hardwood
187af53c3f
generateTranslationDiffs formatting
2019-03-31 23:29:09 +02:00
Morgan Hardwood
74d23e6dd6
Updated generateUnusedKeys
2019-03-31 22:48:34 +02:00
luz.paz
ba840dd260
Misc. typos and whitespace fixes
...
Found via `codespell -q 3 -I ../rawtherapy-whitelist.txt -S ./rtdata`
`rawtherapy-whitelist.txt` consists of:
```
adn
amin
autor
ba
byteorder
cas
childs
developpement
dum
foto
fro
inbetween
interm
ist
iten
ith
lonly
nd
ois
optio
preserv
skipp
som
spred
substracted
tbe
tim
uint
unselect
```
2019-03-22 06:38:00 -04:00
Morgan Hardwood
7f49b96a8a
Fix Windows compilation and InnoSetup
2019-03-12 00:05:27 +01:00
Benitoite
96c53ca566
mac: specify HFS+ filesystem for dmg
...
Fixes incompatibility between generated dmg on macos 10.14 and trying to open in 10.11.
2018-12-01 11:37:59 -08:00
Benitoite
96715ba7b3
macOS: Update lensfun version, copy some libs
...
Copies 2 libs not picked up by the routine and bumps the lensfun dylib version.
2018-12-01 09:44:19 -08:00
Beep6581
4631c142f8
Merge pull request #4790 from muellesi/multiuser-installer
...
Add Single User/Multi User switch to Windows setup.
2018-09-19 06:09:12 +02:00
Benitoite
d6e4ba296e
Mac: codesign app and dmg
...
Gets the cached CODESIGNID value via cmake and signs the app and dmg with it.
2018-09-17 15:58:19 -07:00
Benitoite
6fb92a4165
Mac: make Frameworks folder flat
...
codesign command does not accept subfolders in Frameworks, so mv the contents of two subfolders back out to the Frameworks directory.
2018-09-17 12:49:55 -07:00
Simon Mueller
ff8ecc6baf
Add "and" to the task list of the desktopicons to prevent that they are always executed.
2018-09-11 12:53:57 +02:00
Simon Mueller
163c3aba0a
Add Single User/Multi User switch to Windows setup.
2018-09-10 19:22:38 +02:00
luz.paz
5f867be0c3
Misc. typo tixes
2018-07-31 13:14:14 -04:00
Morgan Hardwood
659901212a
Icon tweaks and cleanup
...
- Color-unranked icons tweaked for lighter themes, closes #4704
- Star-unranked icons smaller to increase contrast, #4469
- Deleted old icons which snuck back in with the ICC geneartor merge.
2018-07-29 15:13:35 +02:00
Hombre
3a6556404a
Merge branch 'dev' into testoutputprofile
2018-07-22 03:25:49 +02:00
Morgan Hardwood
3bfd903dc7
generatePngIcons header updated
2018-07-21 22:13:59 +02:00
Morgan Hardwood
5968c1915d
Fixes Inkscape detection under MSYS2, #4469
2018-07-21 22:10:48 +02:00
Morgan Hardwood
bb6282fad3
Icons tweaked #4469
...
- The "light" icon theme is now a little lighter, to increase contrast.
- Toolbox icons are now small.
- Buttons:
- Buttons without labels which use icons as their only source of info regarding what the button does (e.g. the white-balance pipette button) use normal-sized icons.
- Labeled buttons which use icons as an auxiliary source of information (e.g. Auto-Crop) now use small icons. Curve type icons are also small even though they have no labels.
- Colored circles are smaller.
- Curve type icons redesigned and small.
- Hand icons (when panning the preview) redesigned to have a clear outline regardless of background color.
- Magnifier icons redesigned to have a thinner magnifier frame and larger inner parts.
- Perspective, distortion and crop icons redesigned.
- Some small icons were missing the `-small` suffix, now renamed.
2018-07-16 12:41:40 +02:00
Morgan Hardwood
47550eece2
Fixed WindowsInnoSetup.iss.in, #4469
2018-07-14 12:12:19 +02:00
Morgan Hardwood
522495f4eb
Icon cleanup #4469 #3547
...
Rebased in new branch to cleanup commit history.
2018-07-13 18:13:35 +02:00
Morgan Hardwood
0366edfc1a
Icon cleanup
...
- New script generatePngIcons to generate PNG icons from SVG ones.
- Deleted all SVG icons.
- Created new SVG icon template.
- Created atom.svg using new template.
- Deleted tools/source_icons
- Moved non-icon files out of rtdata/icons
2018-05-21 10:34:03 +02:00
Morgan Hardwood
502fca45aa
Added new ICC Generator icon, #4478
2018-05-15 23:13:10 +02:00
Morgan Hardwood
7a21501955
Removed VersionInfoVersion from InnoSetup script, #4507
2018-04-18 08:13:22 +02:00
luz.paz
c3c3ceac79
Misc. typos
...
Found via `codespell`
+ removed rtengine/dcraw.patch per discussion in https://github.com/Beep6581/RawTherapee/pull/4395
2018-02-14 14:07:18 -05:00
Morgan Hardwood
12025f2851
Updated rtexif using ExifTool-10.78, closes #4371
2018-02-06 01:10:11 +01:00
Morgan Hardwood
ff808c823b
Gamut icons made consistent, closes #4360
2018-02-04 16:09:14 +01:00
Morgan Hardwood
db456825ac
InnoSetup script update #3933
...
- Include GDB if available,
- Include program version in registry keys,
- Include share folder
2018-01-31 22:59:28 +01:00
Morgan Hardwood
667e2ba4e4
Added Windows installer context menu entries, #3933
2018-01-31 19:35:29 +01:00
Morgan Hardwood
fe1ac7f605
Added black and white adjuster icons
...
Used for the Anchor slider in the HDR Tone Mapping tool.
2018-01-26 00:29:04 +01:00
heckflosse
4046a3c9b9
Fixed typo
2018-01-23 14:46:15 +01:00
Morgan Hardwood
09d020cca3
Added -DWITH_BENCHFUN to build-rawtherapee
2018-01-23 01:29:43 +01:00
Morgan Hardwood
466efd3993
Added "Advanced" tab icon.
...
Added equalizer and atom icons, and set the Advanced tab to use
the atom icon. #4298
2018-01-21 19:11:21 +01:00
Morgan Hardwood
fa4e07b8bb
Updated build-rawtherapee to 2018-01-06
2018-01-11 19:17:06 +01:00
Morgan Hardwood
81d9db35aa
Added new tools/build-rawtherapee Bash script
2017-12-25 22:50:22 +01:00
Morgan Hardwood
8f7cd6bf8f
Removed unmaintained buildRT Bash script
2017-12-25 22:49:53 +01:00
Benitoite
acd17ac510
MacOS: update macosx_bundle.sh
...
Copies libiomp5 and liblensfun.1 to Frameworks, and uses lensfun db 2.
2017-12-13 16:40:50 -08:00
Morgan Hardwood
8c42504ff3
Merge branch 'origin/histogram-profile' into histogram-profile
2017-12-06 11:13:54 +01:00
Morgan Hardwood
95af7dd65c
Added histogram profile button images, #4066
2017-12-06 11:03:56 +01:00
Morgan Hardwood
edbe4f3f14
Added template icon showing RT sRGB and ProPhoto CIE XY gamuts
2017-11-27 19:48:16 +01:00
Benitoite
08b1b41770
Update macosx_bundle.sh
2017-10-25 01:07:06 -07:00
Benitoite
0719b5f27a
Copy libiomp5 license file into the app bundle.
2017-10-23 11:43:12 -07:00
Morgan Hardwood
b9faa66313
Updated rtexif using ExifTool-10.63
2017-10-15 22:13:08 +02:00