Skip to content

Release 1.5.0

Compare
Choose a tag to compare
@actionless actionless released this 14 Feb 17:57
· 1410 commits to master since this release
OOMOX GTK THEME:
 - New column header style in GTK+2 and 3. Special thanks @livanh!
 - Configurable outline width and offset in GTK+3 theme
 - GTK+3 theme improvements:
        - refactor linked buttons;
        - fix notebook tabs;
        - better theme performance with dark colorscheme;
        - wm borders color fallback logic;
        - discard rounded wm borders in openbox and other non-gnome wms.

GNOME-COLORS ICONS:
 - use rsvg-convert instead of inkscape to speed up gnome-colors icons generation;

OOMOX APP:
 - Flatpak packaging;
 - implement a widget for hidpi image display and use it for icons preview.

 2018-02-14 dcf9e3a actionless chore(plugins: oomox): update submodule: new column header style
 2018-02-14 586b4fa actionless doc(readme): add flatpak instructions
 2018-02-14 8bd362b actionless chore(packaging: flatpak: appdata): update description and add screenshot
 2018-02-14 800815b actionless chore(packaging): add flatpak
 2018-02-14 478cd73 actionless chore(plugins: icons: archdroid): update submodule
 2018-02-14 97e5229 actionless fix(packaging: install.sh): quote paths
 2018-02-10 fe154af actionless doc(readme): use pikaur for arch manual
 2018-01-29 fa9eb21 actionless chore(dockerfile): extract common test code to a shell script
 2018-01-29 c7fe757 actionless chore(gitattributes): themes moved to ./plugins/ dir
 2018-01-22 64ce62b Julian switch from pacaur to trizen
 2018-01-23 3a9c74f actionless Merge branch 'master' of github.com:actionless/oomox
ubuntu34 2018-01-23 eaea98e actionless chore(travis): disable arch linux on python 3.4
 2018-01-23 ecb7233 actionless chore(travis): try openmandriva for python 3.5 test
 2018-01-23 f420c89 actionless chore(travis): try ubuntu for python 3.4 test
 2018-01-22 dfc83db actionless fix(packaging: bin): update path to scripts which were moved to plugins
 2018-01-21 a45549b actionless fix(readme): path to oomoxify
 2018-01-19 bd3d981 actionless feat(maintenance scripts: show recent history): add '-c' option for clean output (filter out not important commits)
 2018-01-19 ff5ea84 actionless feat(maintenance scripts: show submodule diff): better visual separation of blocks - 2
 2018-01-19 ebf8922 actionless feat(maintenance scripts: show submodule diff): better visual separation of output
 2018-01-19 3283c42 actionless chore(plugins: themes: oomox): GTK+3 theme improvements  - refactor linked buttons;  - fix notebook tabs;  - better theme performance with dark colorscheme;  - wm borders fallback logic;  - dynamic theme preview assets;  - tests improvements.
 2018-01-19 393aafd actionless chore(plugins: icons: gnome-colors): update submodule: use rsvg-convert instead of inkscape - much faster theme generation
 2018-01-18 f1a5ca3 actionless doc(readme): update spotify section
 2018-01-18 a668411 actionless doc(readme): remove outdated info about CLI tools
 2018-01-18 38197e0 actionless doc(readme): mention `librsvg` dependency, don't repeat dep list in ubuntu section
 2018-01-18 4da7eef actionless chore(packaging: ubuntu): add librsvg-bin (for oomox thumbnails and future materia and archdroid)
 2018-01-12 0958edb actionless chore(plugins: oomox): update submodule
 2018-01-10 a4fbf51 actionless chore(plugins: themes): rsvg fix in materia; gtk2 dark theme and hidpi improvements
 2018-01-10 f8fbd6b actionless style(colors_list): pylint
 2018-01-10 63e45ab actionless refactor(colors_list): make on_value_changed an abstract property of Numeric Row
 2018-01-10 3060180 actionless style(colors_list): pylint
 2018-01-10 8de1c33 actionless feat(color_list): implement both min and max value limits for int and float theme options widgets
 2018-01-10 589e2dc actionless feat(plugins: themes: oomox): configurable outline offset
 2018-01-09 5d5ceda actionless style(plugin_loader): add pylint hint for python 3.4
 2018-01-09 8514e13 actionless refactor(plugin_loader): use `SourceFileLoader` for python 3.4 and `spec_from_file_location` for python 3.5+
 2018-01-09 a056f08 actionless refactor(plugin_loader): use SourceFileLoader instead of spec_from_file_location (the latter is available only in python 3.5)
 2018-01-09 9596aba actionless refactor(plugin_loader, theme_file_parse, theme_model, xrdb): pylint
 2018-01-09 4f222c0 actionless fix(theme_model): filters based on icons style
 2018-01-09 0fa2bc2 actionless feat(themes: xresources): sync terminal theme with current xresources theme
 2018-01-09 be1e21c actionless fix(xrdb, theme_file_parse): xrdb cache interface
 2018-01-09 76d9062 actionless refactor(theme_file_load): rename to theme_file_parse
 2018-01-09 133ca7a actionless feat(packaging: ubuntu: docker script): add version to output package name
 2018-01-09 2d24ba3 actionless refactor(themes: xresources, random): reimplement themes which were using bash logic inside
 2018-01-07 ecdd837 actionless fix(packaging: install.sh): update for oomoxify as plugin and new terminal templates location
 2018-01-07 7e22a09 actionless chore: move terminal_templates to the top level directory
 2018-01-07 007842d actionless refactor(gui: export): flatten module
 2018-01-07 c964d6a actionless refactor: turn spotify-theming stuff into a completely separate plugin
 2018-01-07 bfa0cd1 actionless chore(submodules: gtk-theme): fix window decoration in openbox and some other WMs if roundness>0
 2018-01-07 2e159a0 actionless chore(submodules: gtk-theme): update submodule
 2018-01-06 0f1f546 actionless feat(plugins: oomox): make outline width configurable
 2018-01-06 0c1785f actionless chore(submodules: gtk-theme): use gtk outline for focused buttons and other button-based widgets
 2018-01-06 99262d7 Laurent Tréguier fix(packaging: install.sh): force rm in case files don't exist
 2018-01-06 f00c25f actionless fix(packaging: ubuntu: docker): remove unstaged git files inside the temporary build directory
 2018-01-06 f8347e4 actionless feat(gui: preview_icons, gtk_helpers): implement a widget for hidpi image display and use it for icons preview