mirror of
https://github.com/Codeux-Software/Textual.git
synced 2026-06-16 13:24:32 +00:00
Modernize Textual
Notable changes: Notable changes (incomplete): • Changed all projects minimum target to OS X 10.12 • All xib files and custom view source files have been modified to use auto layout, NSGridView, NSStackView, and other modern features wherever possible. Hacks such as specifying heights, offsets, etc. for multiple appearances spanning multiple operating systems are no longer needed because auto layout and related systems are solid back to our target. • In response to system-wide changes made in macOS Big Sur the width of the Preferences window has been expanded to a minimum 670. • Deprecated Cocoa APIs have been replaced with their modern equivalents. • The System Profiler plugin has been modified to simplify the process of requesting model information from Apple. The previous class (TPISystemProfilerModelIDRequestController), now named TPISystemProfilerModelRequest, at one time used XML parser to retrieve value of a single element. This made maintainability difficult. It now uses a simple regular expression. • Optional extensions (Blowfish Encryption, Caffeine, and Wiki Style Link Parser) had their versions bumped and repackaged into installer. Their xib files were modified to accommodate the new width of Preferences. • The Blowfish Encryption extension has been updated to libressl 3.1.4. • All code related to the never completed "Buddy List" dialog has been stripped. There is no interest in continuing development of it.
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
{\rtf1\ansi\ansicpg1252\cocoartf2511
|
||||
{\rtf1\ansi\ansicpg1252\cocoartf2571
|
||||
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;\f1\fnil\fcharset0 HelveticaNeue-Bold;}
|
||||
{\colortbl;\red255\green255\blue255;\red252\green41\blue19;}
|
||||
{\*\expandedcolortbl;;\cssrgb\c100000\c25745\c7993;}
|
||||
@@ -11,7 +11,7 @@ When the next screen appears, expand the various categories,\
|
||||
then click each item to view its description. \
|
||||
\
|
||||
Enable the checkbox next to the items that you are interested in \
|
||||
then click \'93Install\'94 to finish installation.\
|
||||
then click \'93Install\'94 to complete installation.\
|
||||
\
|
||||
\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\'97\
|
||||
\
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
+4
-4
@@ -10,7 +10,7 @@
|
||||
|
||||
<volume-check>
|
||||
<allowed-os-versions>
|
||||
<os-version min="10.8"/>
|
||||
<os-version min="10.12"/>
|
||||
</allowed-os-versions>
|
||||
</volume-check>
|
||||
|
||||
@@ -88,9 +88,9 @@
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-scripts-installer-AudioVideo-np-Music" version="1.0" active="script_np_music_enabled()">#Scripts-AudioVideo-np-Music.pkg</pkg-ref>
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-scripts-installer-Fun" version="1.3">#Scripts-Fun.pkg</pkg-ref>
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-scripts-installer-Utilities" version="1.3">#Scripts-Utilities.pkg</pkg-ref>
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-BlowfishEncryption" version="1.0.9">#Extension-BlowfishEncryption.pkg</pkg-ref>
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-Caffeine" version="1.0.4">#Extension-Caffeine.pkg</pkg-ref>
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-WikiStyleLinkParser" version="1.0.4">#Extension-WikiStyleLinkParser.pkg</pkg-ref>
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-BlowfishEncryption" version="1.0.17">#Extension-BlowfishEncryption.pkg</pkg-ref>
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-Caffeine" version="1.0.8">#Extension-Caffeine.pkg</pkg-ref>
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-WikiStyleLinkParser" version="1.0.8">#Extension-WikiStyleLinkParser.pkg</pkg-ref>
|
||||
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-BlowfishEncryption">
|
||||
<must-close>
|
||||
|
||||
Reference in New Issue
Block a user