Changes between Version 18 and Version 19 of MacTheme


Ignore:
Timestamp:
Aug 29, 2016, 2:48:10 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • MacTheme

    v18 v19  
    55== Description
    66
    7 This is a theme that emulates the look of (some versions of) '''Mac OS'''. It requires the ThemeEnginePlugin.
     7This is a theme that emulates the look of (some versions of) '''MacOS'''. It requires the ThemeEnginePlugin.
    88
    99Key features:
    1010
    11   - Dock navigation like in the Mac. Its behavior may be customized using config options
    12   - Fixed (collapsible) toolbar at the bottom containing mainnav items
    13   - Fixed ctxtnav items at the top
    14   - Fixed metanav items at the top
    15   - Fixed drop down menu containing mainnav items
     11  - Dock navigation like in the Mac. Its behavior may be customized using config options.
     12  - Fixed (collapsible) toolbar at the bottom containing mainnav items.
     13  - Fixed ctxtnav items at the top.
     14  - Fixed metanav items at the top.
     15  - Fixed drop down menu containing mainnav items.
    1616  - Controls the size of nav bars by placing extra nav items inside drop-down menus.
    17   - Pretty-fication
    18   - Mac-like styles, such progress bars
    19   - Active request handler highlighted
     17  - Pretty-fication.
     18  - Mac-like styles, such progress bars.
     19  - Active request handler highlighted.
    2020
    2121== Screenshot
     
    3131== Supported environments
    3232
    33 The theme has been tested and works using the following combinations of operating system (distribution) and browser. In each case browser-specific issues are displayed. If you have successfully installed the plugin please, add more browsers and configurations to the list so that other users will be aware of your success history.
     33The theme has been tested and works using the following combinations of operating system (distribution) and browser. In each case browser-specific issues are displayed. If you have successfully installed the plugin, please add your browsers and configurations to the list so that other users will be aware of your success history.
    3434
    3535=== Opera
     
    129129=== Dillo
    130130
    131 The theme is poorly displayed using [http://www.dillo.org/ Dillo] (version 0.8.6-2), because `JavaScript` and `CSS` are not fully supported in this browser.
     131The theme is poorly displayed using [http://www.dillo.org/ Dillo] (version 0.8.6-2), because !JavaScript and CSS are not fully supported in this browser.
    132132
    133133=== Internet Explorer
     
    140140
    141141|| coefficient  || Attenuation coefficient. This controls the relationship between the distance from the cursor and the amount of expansion of any affected image within that distance. A coefficient of 1 makes the expansion linear with respect to distance from cursor; a larger coefficient gives a greater degree of expansion the closer to the cursor the affected image is (within distance). ||
    142 || default ||   Catch-all image in dock menu. ||
    143 || distance ||  Attenuation distance from cursor, ie the distance (in pixels) from the cursor that an image has to be within to have any expansion applied. Note that attenuation is always calculated as if the Dock was 'at rest' (no images expanded), even though there may be expanded images at the time. ||
    144 || duration ||  The duration (in milliseconds) of the initial 'on-Dock' expansion, and the 'off-Dock' shrinkage. ||
    145 || fadeIn ||    The amount of time (in milliseconds) for the initial fade-in of the Dock after initialisation. By default this is set to 1000, which means that the Dock is displayed in full 1 second after it's initialized. Set this value to 0 (zero) to remove the effect. ||
     142|| default || Catch-all image in dock menu. ||
     143|| distance || Attenuation distance from cursor, ie the distance (in pixels) from the cursor that an image has to be within to have any expansion applied. Note that attenuation is always calculated as if the Dock was 'at rest' (no images expanded), even though there may be expanded images at the time. ||
     144|| duration || The duration (in milliseconds) of the initial 'on-Dock' expansion, and the 'off-Dock' shrinkage. ||
     145|| fadeIn || The amount of time (in milliseconds) for the initial fade-in of the Dock after initialisation. By default this is set to 1000, which means that the Dock is displayed in full 1 second after it's initialized. Set this value to 0 (zero) to remove the effect. ||
    146146|| fadeLayer || By default the fade-in effect is applied to the original target menu element. By specifying either 'wrap' or 'dock' here, the fade-in element can be switched to the child or grand-child of the original target menu element. This option only has any effect if fadeIn is set, and is really only useful for cases where, for example, background colours have been styled on the original menu element and you don't want them to be faded in. ||
    147 || images ||    Images rendered in dock menu. ||
     147|| images || Images rendered in dock menu. ||
    148148|| inactivity || The period of time (in milliseconds) after which the Dock will shrink if there has been no movement of the mouse while it is over an expanded Dock. Set to 0 (zero) to disable the inactivity timeout. ||
    149 || labels ||    This enables/disables display of a label on the current image. Allowed string values are 2 characters in length: the first character indicates horizontal position (t=top, m=middle, b=bottom) and the second indicates vertical position (l=left, c=center, r=right). Default is 'tl' (i.e. labels shown in top-left corner). Please be aware that enabling this option with one of the middle/center label positions (eg. 'ml', 'bc', etc) may have a slight effect on the performance of the Dock, simply due to the additional processing required to position the label correctly. Hide labels by leaving this option empty. ||
     149|| labels || This enables/disables display of a label on the current image. Allowed string values are 2 characters in length: the first character indicates horizontal position (t=top, m=middle, b=bottom) and the second indicates vertical position (l=left, c=center, r=right). Default is 'tl' (i.e. labels shown in top-left corner). Please be aware that enabling this option with one of the middle/center label positions (eg. 'ml', 'bc', etc) may have a slight effect on the performance of the Dock, simply due to the additional processing required to position the label correctly. Hide labels by leaving this option empty. ||
    150150|| step || The timer interval (in milliseconds) between each animation step of the 'on-Dock' expansion, and the 'off-Dock' shrinkage. ||
    151151
     
    173173== Source
    174174
    175 You can check out MacTheme from [https://simelo.hg.sourceforge.net/hgroot/simelo/trac-macos Simelo's project repository] or from its [http://bitbucket.org/olemis/trac-macos/ Bitbucket repository] using '''Mercurial'''. Besides you can [http://bitbucket.org/olemis/trac-macos/src browse the source] in BitBucket.
     175You can check out MacTheme from [https://simelo.hg.sourceforge.net/hgroot/simelo/trac-macos Simelo's project repository] or from its [http://bitbucket.org/olemis/trac-macos/ Bitbucket repository] using '''Mercurial'''. You can also [http://bitbucket.org/olemis/trac-macos/src browse the source] in BitBucket.
    176176
    177177== Installation
     
    207207=== Acknowledgements
    208208
    209 The plugin uses images found in [http://sourceforge.net/projects/mac4lin/ Mac4Lin] and [http://stopdreaming.deviantart.com/art/Albook-extended-585-icons-95130402 Albook extended] icon
    210 sets, as well as other Creative Commons sources (mostly from
    211 [http://stopdreaming.deviantart.com deviantart], eg the red & gray Finder), so I thank them all for their dedication while creating all those amazing pictures.
     209The plugin uses images found in [http://sourceforge.net/projects/mac4lin/ Mac4Lin] and [http://stopdreaming.deviantart.com/art/Albook-extended-585-icons-95130402 Albook extended] icon sets, as well as other Creative Commons sources (mostly from [http://stopdreaming.deviantart.com deviantart], eg the red & gray Finder), so I thank them all for their dedication while creating all those amazing pictures.
    212210
    213211And thanks to all those that actively enhance(d) jqDock jQuery plugin.