Check-in [8d9c22d6bb]
Overview
Comment: | Bundle librezlooks.dll for default Windows PyGtk install. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8d9c22d6bb364f48911b58cb17131a48 |
User & Date: | mario on 2016-12-04 16:39:55 |
Other Links: | manifest | tags |
Context
2016-12-04
| ||
17:34 | Fix file copying. check-in: 4fbffabae1 user: mario tags: trunk | |
16:39 | Bundle librezlooks.dll for default Windows PyGtk install. check-in: 8d9c22d6bb user: mario tags: trunk | |
15:16 | Bundle Rezlooks-dark theme for Windows. check-in: 312e95294d user: mario tags: trunk | |
Changes
Modified README from [dcbecb8051] to [89ac5b1acb].
︙ | |||
58 59 60 61 62 63 64 | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | - + + + + + + + + + + + | PYZ --- Other users may wish to try the new Python archive (.PYZ) instead. Which requires little installation and can be run asis: |
︙ | |||
178 179 180 181 182 183 184 185 | 188 189 190 191 192 193 194 195 196 197 198 | + + + | License ------- Public Domain. (Unrestricted copying, modification, etc.) If you wish you could thus redistribute it under a BSD/MIT or even GNU-style license. (!) Plugins that fall under other licenses always carry a custom `# license: …` comment. |
Modified contrib/disabled/win_theme_rezlooks.py from [1bd85b04a1] to [0098cea19a].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | + + + - + + - + + + + + + + + - - + + + + + + | # api: streamtuner2 # title: Default Windows theme # description: Use "Rezlooks-dark" as default theme on Windows for SFX/EXE installer # type: feature # category: ui # priority: default # pack: win_theme_rezlooks.py=../channels/ # depends: librezlooks.dll # version: -1 # author: Doug Whiteley # license: GNU GPL # # Sets a dark Gtk theme on Windows per default. To disable, simply # uncheck this plugin. The standard rendering will take hold after # a restart. # Other themes can be used with the `gtk_theme` plugin easily. # # (!) Only works with `librezlooks.dll` in place however. import os from config import * |
︙ | |||
241 242 243 244 245 246 247 248 | 256 257 258 259 260 261 262 263 264 | + | widget_class "*.GtkNotebook.*.GtkViewport" style "rezlooks-notebook" # evolution widget_class "*GtkCTree*" style "evolution-hack" widget_class "*GtkList*" style "evolution-hack" widget_class "*GtkCList*" style "evolution-hack" widget_class "*.ETree.*" style "evolution-hack" """ |
Added dev/librezlooks.dll version [8eafebe3dc].
cannot compute difference between binary files