TclApps Library Source Code
Check-in [a14deb298c]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Added macOS icons + scripts to repo
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a14deb298cbb31fb034f2bc7279f5ab772e3599fa4a345133055336ee371e4a1
User & Date: stevel 2019-01-11 00:44:58.413
Context
2020-10-25
10:47
Support SASL SCRAM-SHA-1 for newer servers and never use ssl3. Added support for XEP-0202 Entity time and documented some other supported extensions. Updated CA file with LetsEncrypt Root certificate. check-in: b3a63add16 user: patthoyts tags: trunk
2019-01-11
00:44
Added macOS icons + scripts to repo check-in: a14deb298c user: stevel tags: trunk
00:26
Added ChangeLog check-in: 1a5b4ccd34 user: stevel tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Added tkchat/ICONSET.






































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/env bash
sizes=(16 32 64 128 256 512)
largfile=tkchat.png
if [ ! -f "$largfile" ]; then
  convert -resize 1024x1024 "$1" "$largfile"
fi
for s in "${sizes[@]}"; do
  echo $s
  convert -resize ${s}x${s} "$largfile" "icon_${s}x$s.png"
done

cp 'icon_32x32.png'     '[email protected]'
mv 'icon_64x64.png'     '[email protected]'
cp 'icon_256x256.png'   '[email protected]'
cp 'icon_512x512.png'   '[email protected]'

mkdir icon.iconset
mv icon_*x*.png icon.iconset
iconutil -c icns icon.iconset
Added tkchat/tkchat.icns.

cannot compute difference between binary files

Added tkchat/tkchat.xcf.

cannot compute difference between binary files

Added tkchat/tkchat_warn.icns.

cannot compute difference between binary files