Merge master for the C++11 ABI fixes.
BIN
rtdata/images/Dark/actions/arrow-down-small.png
Normal file
After Width: | Height: | Size: 353 B |
BIN
rtdata/images/Dark/actions/arrow-down.png
Normal file
After Width: | Height: | Size: 475 B |
BIN
rtdata/images/Dark/actions/arrow-left-small.png
Normal file
After Width: | Height: | Size: 357 B |
BIN
rtdata/images/Dark/actions/arrow-left.png
Normal file
After Width: | Height: | Size: 449 B |
BIN
rtdata/images/Dark/actions/arrow-right-small.png
Normal file
After Width: | Height: | Size: 359 B |
BIN
rtdata/images/Dark/actions/arrow-right.png
Normal file
After Width: | Height: | Size: 443 B |
BIN
rtdata/images/Dark/actions/arrow-up-small.png
Normal file
After Width: | Height: | Size: 315 B |
BIN
rtdata/images/Dark/actions/arrow-up.png
Normal file
After Width: | Height: | Size: 472 B |
BIN
rtdata/images/Dark/actions/filter-original-1.png
Normal file
After Width: | Height: | Size: 519 B |
BIN
rtdata/images/Dark/actions/filter-original-2.png
Normal file
After Width: | Height: | Size: 701 B |
BIN
rtdata/images/Light/actions/arrow-down-small.png
Normal file
After Width: | Height: | Size: 381 B |
BIN
rtdata/images/Light/actions/arrow-down.png
Normal file
After Width: | Height: | Size: 490 B |
BIN
rtdata/images/Light/actions/arrow-left-small.png
Normal file
After Width: | Height: | Size: 360 B |
BIN
rtdata/images/Light/actions/arrow-left.png
Normal file
After Width: | Height: | Size: 447 B |
BIN
rtdata/images/Light/actions/arrow-right-small.png
Normal file
After Width: | Height: | Size: 365 B |
BIN
rtdata/images/Light/actions/arrow-right.png
Normal file
After Width: | Height: | Size: 445 B |
BIN
rtdata/images/Light/actions/arrow-up-small.png
Normal file
After Width: | Height: | Size: 338 B |
BIN
rtdata/images/Light/actions/arrow-up.png
Normal file
After Width: | Height: | Size: 468 B |
BIN
rtdata/images/Light/actions/filter-original-1.png
Normal file
After Width: | Height: | Size: 504 B |
BIN
rtdata/images/Light/actions/filter-original-2.png
Normal file
After Width: | Height: | Size: 727 B |
@@ -171,6 +171,7 @@ FILEBROWSER_SHOWEDITEDHINT;Show edited images.\nShortcut: <b>7</b>
|
||||
FILEBROWSER_SHOWEDITEDNOTHINT;Show not edited images.\nShortcut: <b>6</b>
|
||||
FILEBROWSER_SHOWEXIFINFO;Show Exif info.\n\nShortcuts:\n<b>i</b> - Multiple Editor Tabs Mode,\n<b>Alt-i</b> - Single Editor Tab Mode.
|
||||
FILEBROWSER_SHOWNOTTRASHHINT;Show only non-deleted images.
|
||||
FILEBROWSER_SHOWORIGINALHINT;Show only the original images.\n\nThe orignal images are determined by the position of their file extensions in the parsed extensions list in the preferences. Extensions higher up in that list are considered the originals of those below.
|
||||
FILEBROWSER_SHOWRANK1HINT;Show images ranked as 1-star.\nShortcut: <b>1</b>
|
||||
FILEBROWSER_SHOWRANK2HINT;Show images ranked as 2-star.\nShortcut: <b>2</b>
|
||||
FILEBROWSER_SHOWRANK3HINT;Show images ranked as 3-star.\nShortcut: <b>3</b>
|
||||
@@ -1002,6 +1003,8 @@ PREFERENCES_PARSEDEXT;Parsed Extensions
|
||||
PREFERENCES_PARSEDEXTADD;Add extension
|
||||
PREFERENCES_PARSEDEXTADDHINT;Add entered extension to the list.
|
||||
PREFERENCES_PARSEDEXTDELHINT;Delete selected extension from the list.
|
||||
PREFERENCES_PARSEDEXTUPHINT;Move selected extension up in the list.
|
||||
PREFERENCES_PARSEDEXTDOWNHINT;Move selected extension down in the list.
|
||||
PREFERENCES_PREVDEMO;Preview Demosaic Method
|
||||
PREFERENCES_PREVDEMO_FAST;Fast
|
||||
PREFERENCES_PREVDEMO_LABEL;Demosaicing method used for the preview at <100% zoom:
|
||||
|
@@ -41,6 +41,18 @@ if test ! -n "${MINIMUM_SYSTEM_VERSION}"; then
|
||||
MINIMUM_SYSTEM_VERSION=$(sw_vers -productVersion | cut -d. -f-2)
|
||||
fi
|
||||
|
||||
# check for pango-querymodules. Pango 1.38.0 and above do not include it.
|
||||
# https://github.com/Homebrew/homebrew/issues/44764#issuecomment-146795820
|
||||
PangoVer="$(brew list --versions pango)"
|
||||
PangoVer="${PangoVer//./}"
|
||||
# Only check the first 4 digits, so that "1.36.99" (13699) doesn't test greater than "1.38.0" (1380)
|
||||
PangoVer="${PangoVer:0:4}"
|
||||
if [[ "$PangoVer" -ge "1380" ]]; then
|
||||
ExistPangoQuerymodules="false"
|
||||
else
|
||||
ExistPangoQuerymodules="true"
|
||||
fi
|
||||
|
||||
case ${PROC_BIT_DEPTH} in
|
||||
64) arch=x86_64;;
|
||||
32) arch=i386;;
|
||||
@@ -93,13 +105,13 @@ install -d "${ETC}"/{gtk-2.0,pango}
|
||||
cp "${GTK_PREFIX}"/etc/gtk-2.0/im-multipress.conf "${ETC}"/gtk-2.0
|
||||
"${GTK_PREFIX}"/bin/gdk-pixbuf-query-loaders "${LIB}"/gdk-pixbuf-2.0/*/loaders/*.so > "${ETC}"/gtk-2.0/gdk-pixbuf.loaders
|
||||
"${GTK_PREFIX}"/bin/gtk-query-immodules-2.0 "${LIB}"/gtk-2.0/*/immodules/*.so > "${ETC}"/gtk-2.0/gtk.immodules
|
||||
"${GTK_PREFIX}"/bin/pango-querymodules "${LIB}"/pango/*/modules/*.so > "${ETC}"/pango/pango.modules
|
||||
sed -i "" -e "s|${PWD}|/tmp|" "${ETC}"/gtk-2.0/gdk-pixbuf.loaders \
|
||||
"${ETC}"/gtk-2.0/gtk.immodules \
|
||||
"${ETC}"/pango/pango.modules
|
||||
printf "[Pango]\nModuleFiles = /tmp/${ETC}/pango/pango.modules" > "${ETC}"/pango/pangorc
|
||||
|
||||
|
||||
"${ETC}"/gtk-2.0/gtk.immodules
|
||||
if [[ "$ExistPangoQuerymodules" = "true" ]]; then
|
||||
"${GTK_PREFIX}"/bin/pango-querymodules "${LIB}"/pango/*/modules/*.so > "${ETC}"/pango/pango.modules
|
||||
sed -i "" -e "s|${PWD}|/tmp|" "${ETC}"/pango/pango.modules
|
||||
printf "[Pango]\nModuleFiles = /tmp/${ETC}/pango/pango.modules" > "${ETC}"/pango/pangorc
|
||||
fi
|
||||
|
||||
message "Copying shared files from ${GTK_PREFIX}"
|
||||
cp -R "${GTK_PREFIX}"/share/mime "${MACOS}"/share
|
||||
|