Skip to content

Releases: themix-project/themix-gui

1.2.8.1: New repository infrastructure and small spotify improvements

22 Aug 00:06
Compare
Choose a tag to compare
2017-08-20 18b0b54 actionless chore(gtk-theme): update submodule
2017-08-20 251b7a9 actionless chore(PKGBUILD): add `grep` and `sed` to the deps
2017-08-20 300c516 actionless chore(themes): add `xresources3`
2017-08-20 5e9fcc5 actionless chore: add .gitattributes
2017-08-19 6a34e25 actionless chore(gui): update built theme
2017-08-19 bb4fdc1 actionless chore: update gtk-theme submodule
2017-08-19 2c83918 actionless chore: remove more leftovers from gtk theme - 2
2017-08-19 7d8d5d4 actionless chore: remove more leftovers from gtk theme
2017-08-19 fe298ca actionless doc(readme): improve usage examples
2017-08-19 3cc62f0 actionless chore(pkgbuild): copy files explicitly
2017-08-19 6ed7fb7 actionless chore(pkgbuild): remove .git from gtk-theme
2017-08-19 da72fa1 actionless chore: update gtk-theme submodule
2017-08-19 f9c4c51 actionless chore: move gtk-theme into submodule
2017-08-08 70e6403 actionless feat(gui: theme_model; change_color): use selection BG as a fallback value for focused WM border
2017-08-08 ac54802 actionless chore(themes): set selected border color for some old themes
2017-08-08 c0a63aa actionless feat(spotify; themes: omega): simplify choosing main spotify colors

1.2.8: Improve versioning schema; last release before repositories separation

22 Aug 00:06
Compare
Choose a tag to compare
separate commit number with plus ("+") instead of minus ("-")

1.2.7.1: Spotify-related improvements, FreeBSD support

22 Aug 00:05
Compare
Choose a tag to compare

hotfix(oomoxify): revise polkit detection
2017-07-17 c11b9e3 Yauhen Kirylau feat(oomoxify, PKGBUILD): add polkit support
2017-06-13 1a792d3 Youri Wijnands Use pacaur for AUR downloads
2017-06-11 6d2f45e Yauhen Kirylau style(gui: export): formatting
2017-06-11 a18efae Yauhen Kirylau feat(gui: export; oomoxify): add option to use custom font
2017-06-11 317fc81 Yauhen Kirylau feat(gui: export): increase timeout for longer types of exports
2017-06-11 559a6d4 Yauhen Kirylau feat(gui: export: oomoxify): add option to use system sans font
2017-06-11 6ade634 Yauhen Kirylau fix(oomoxify): typo in font-family attr
2017-05-28 98ffa1d Yauhen Kirylau feat(oomoxify): replace blue color to BTN_BG
2017-05-24 a8647d3 Yauhen Kirylau fix(readme): mention minimum required versions of libsass and gtk3
2017-05-04 b60a236 Hannes Hauswedell [FIX] make compatible with non-Linux (tested on FreeBSD)

1.2.6

06 May 15:15
Compare
Choose a tag to compare
fix dark theme variant

1.2.5: Speed-up theme generation and minor fixes

05 May 17:34
Compare
Choose a tag to compare
c4fcdfb Yauhen Kirylau feat(gtk3,3.20): use sassc (libsass) instead of ruby-sass
ed1b6d6 Yauhen Kirylau chore(gtk320: colors): remove hack for integration with awesomewm gtk theme
704d1ed Yauhen Kirylau feat(oomoxify): replace one more color
c351d2c Yauhen Kirylau fix(gtk3.20: toggle): replace deprecated :insensitive to :disabled
416de86 Trent McPheron Fix mix.sh. What was wrong with it? We were multiplying hex integers with decimal fractions, effectively almost halving any ratio passed to it. So instead of calculating in hex, we convert to decimal first.

1.2.4: GTK+3.20 theme improvements

09 Apr 19:13
Compare
Choose a tag to compare
780908d fix(gtk3.20: notebook): use $spacing for tabs' padding; closes #56
3171ac5 feat(gtk3.20): revamp of checkboxes and radios inside menuitems; closes #81
391cfd6 fix(gtk3.20: popover): middle linked button

1.2.3: Fix WM class; add more themes

09 Apr 19:13
Compare
Choose a tag to compare
b975edc Vlada Makhonina chore(colors: contrib, popart): add more themes
54176c1 Yauhen Kirylau chore(colors: lcars; unit01d): update to support new theming features
f096a1b Yauhen Kirylau chore(pkgbuild): add 'breeze-icons' to optdepends
1c2d842 Yauhen Kirylau fix(gui): set correct WM class

1.2.2: Spotify update; GUI improvements; temporarily disable GTK+3 backdrop …

09 Apr 19:13
Compare
Choose a tag to compare
…for borders

032ceba Yauhen Kirylau feat(colors: xresources2): add WM_BORDER_FOCUS
64b782c Yauhen Kirylau feat(oomoxify): update for compatibility with 1.0.52; recolor context menus
1ee90eb Colomban Wendling feat(gui): limit the length of the color entry fields to 6
0f7d187 Colomban Wendling style(gui): avoid code duplication
f796109 Colomban Wendling feat(gui): update French translation
510bded Colomban Wendling feat(gui): add mnemonics to the export dialogs
05df537 Laurent Treguier doc(readme): add Fedora Copr instructions
930ad93 Yauhen Kirylau fix(gtk3.20: window): return back border-radius
f99890a Yauhen Kirylau wip(gtk3.20): ignore backdrop since it's not supported in all the wm-s
029cf3d Yauhen Kirylau fix(gtk3.20: window): uniform border look in gtk and wm-s; update readme about tiling wm-s

1.2.1: Avoid overwriting existing theme presets and new style for preset list.

06 Mar 22:22
Compare
Choose a tag to compare
 * 6c01f02 feat(gui: preset_list): use less contrast color for default (read-only) themes
 * e6533d1 style(gui: preview): indent
 * 32634d2 fix(po): new module name
 * 486155d chore(gui): rename module to `oomox_gui`
 * dd653c9 fix(gui: main): don't overwrite user theme when saving default one with the same name
 * f194e79 style(gui: main): add .pylintrc, .flake8 and fix warning in gui.main
 * da83122 feat(colors: random): randomize more colors
 * d0f1817 fix(gui: main): prompt to save random theme before export - 2
 * dc7c729 fix(gui: main): prompt to save random theme before export
 * ebb551e refactor(init, main): move gettext initialization to __init__
 * c418604 fix(gui: theme_model): change fallback value for ICONS_DARK
 * 0225586 doc(readme): add link to big screenshot from DA

Version 1.2.0

04 Mar 20:06
Compare
Choose a tag to compare
New features:
 * generate Unity theme;
 * generate Metacity theme;
 * generate colorpalette for Qt5ct (tested with Fusion Qt5 theme);
 * configure window manager border colors;
 * support for theming GTK+ text caret;
 * hotkeys and other GUI improvements;
 * French translation of GUI.

Commits:
[CW] Colomban Wendling
[YK] Yauheni Kirylau
8a9dfa5 YK feat(metacity-2): implement color-changing
8637737 YK fix(gtk320: globals; metacity-3): set `$wm_border` to match `menu_bg` (fixes titlebar color) in gtk3-based wm decorations
07190d7 YK feat(change_color; src): export qt5ct palette
9a0cfb4 YK fix(themes): explicitly set wm border focus for some of the themes
461b0c5 YK fix(themes: contrib: tizix): explicitly set icons' colors (fixes white shadow around them)
aab94e9 CW chore(i18n): update PKGBUILD
ed0fd66 CW chore(i18n): update .gitignore
6647bb5 YK fix(gui.sh): exec process
aa899d0 CW feat(i18n): add French translation
787e216 CW feat(i18n): add translation infrastructure
9b5ae24 CW feat(i18n, gui): mark strings for translation
b39429d CW style(gui: export): simplify code for sizing and scrolling the log
631bc09 CW feat(gui): don't use Gtk.TextView.set_monospace() on GTK < 3.16
9670f7c CW fix(gui): support older python3-gi
bcbc237 CW fix(gui): fix typo breaking Python 3.4 support
ed6e903 CW feat(change_colors, gui): add support for theming the caret
9e95d46 CW feat(gui): add tooltips to labeled buttons too
92677a9 CW fix(gui): remove an erroneous tooltip
21ae14b CW feat(gui): display accelerator in buttons' tooltip
657de04 CW style(gui): use named constants instead of duplicating strings
50264f6 CW feat(gui): add shortcut to quit
c7490c2 CW feat(gui): convert to actions and add keyboard shortcuts
de7c914 CW feat(gui): add mnemonic for export options
f839fa2 CW fix(gui): mark the save button insensitive after saving
2135c12 CW fix(gui): avoid warning when quitting the app
40260ae CW feat(gui): use a Gtk.MenuButton instead of re-doing it
d7c2a01 YK refactor(gui: preview): split `update_preview_colors` into multiple routines
70a1b86 YK fix(gui: preview): remove redundant border in the center of headerbar preview
4d0f5f2 YK feat(unity; change_color; gui): add option to not generate launcher assets for unity
4a6117b YK feat(oomoxify): improve generation for light colorschemes
0a0296a CW fix(gui): properly handle closing the dialogs window
ca9cf95 CW fix(gui): don't try to clone or rename if the dialog was canceled
9df9338 CW feat(gui): add mnemonics and default response to the dialogs
e4c27fc YK fix(gui: preview): compatibility with python < 3.5
dfc56f0 CW feat(gui: preview): add menus preview
c4c86a7 CW fix(scripts/mix.sh): fix floating-point truncation on non-C locales
8393b9c YK feat(unity): use better color substitution for inactive color
f216a5c YK feat(unity): generate unity icons
f7e4414 YK feat(gui; gtk3; metacity-1; openbox): make wm border color configurable
b992ff7 YK style(gui): make flake8 happy