commit 5f2ba9721c9bc95c8a2e47a6c121b74e687ebcf4
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Sun Jan 17 10:16:36 2016 +0000

    ready new version 0.16.3

 GENERAL      | 25 ++++++++++++++++----
 README.md    |  2 +-
 configure.ac |  2 +-
 readme.html  | 77 +++++++++++++++++++++++++++++++++++++-----------------------
 4 files changed, 71 insertions(+), 35 deletions(-)

commit 74e89aa2ed78088d5535049b4feab6deed0c0a29
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Sun Jan 17 09:55:02 2016 +0000

    more cleanup before packaging

 alternative-toolbar.py    |  19 +++++----
 alttoolbar_controller.py  |   2 +-
 alttoolbar_plugins.py     |   8 ++--
 alttoolbar_preferences.py |  15 +++----
 alttoolbar_rb3compat.py   |   8 ++--
 alttoolbar_repeat.py      |   8 ++--
 alttoolbar_sidebar.py     |  41 +++++++++----------
 alttoolbar_type.py        | 102 +++++++++++++++++++++++-----------------------
 alttoolbar_widget.py      |   4 +-
 9 files changed, 103 insertions(+), 104 deletions(-)

commit 83414508bf13834fc581a30a140c04ab1a2b5d55
Merge: a8cf325 f2440cd
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Sun Jan 17 09:38:44 2016 +0000

    Merge branch 'master' of https://github.com/fossfreedom/alternative-toolbar

commit a8cf325aa7b7dd233d18822710e4820ad8db8cc4
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Sun Jan 17 09:38:14 2016 +0000

    some cleanup before packaging

 GENERAL                | 16 ++++++++++++++++
 alternative-toolbar.py |  2 --
 2 files changed, 16 insertions(+), 2 deletions(-)

commit f2440cd2a7fdc63d5993abd26db8d1f681d9efdc
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Mon Jan 11 19:35:44 2016 +0000

    try an alternative way to save column changes to cope with different ways to close - issue #73

 alternative-toolbar.py |  6 ------
 alttoolbar_type.py     | 39 +++++++++++++++++++++++++++++++--------
 2 files changed, 31 insertions(+), 14 deletions(-)

commit b7ca77f7c6905a1fe60720c979b6c49690416b27
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Sat Jan 9 22:45:02 2016 +0000

    add method to get the current toolbar together with a Gtk.Box where new UI elements can be added

 README.md                     |  2 +-
 alternative-toolbar.plugin.in |  4 ++--
 alternative-toolbar.py        | 10 ++++++++++
 alttoolbar_type.py            | 34 ++++++++++++++++++++++++++++++++--
 configure.ac                  |  2 +-
 5 files changed, 46 insertions(+), 6 deletions(-)

commit 22b471263ac7043c6eafb6ea041e590d7cd7d0d3
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Thu Jan 7 20:41:55 2016 +0000

    ensure Missing and ImportErrors appear correctly in the tree - issue #59

 alttoolbar_controller.py | 11 ++++++++---
 alttoolbar_sidebar.py    | 32 ++++++++++++++++++--------------
 2 files changed, 26 insertions(+), 17 deletions(-)

commit a144eb0bdc8ed5472098e54ab2ca4601a0105d53
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Tue Jan 5 19:49:34 2016 +0000

    minor version update and description change

 README.md                     | 2 +-
 alternative-toolbar.plugin.in | 6 +++---
 configure.ac                  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 4487d3fdd386dd9619ae2b94dd02568c1c313b79
Merge: 06245b1 159de9a
Author: David Mohammed <fossfreedom@users.noreply.github.com>
Date:   Tue Jan 5 06:55:07 2016 +0000

    Merge pull request #70 from gipawu/master
    
    Enable slider function

commit 159de9a0b717025fe09dd3ff3bb2b13f74cd5479
Author: gipawu <gipawu@gmail.com>
Date:   Tue Jan 5 01:21:47 2016 +0100

    readme note

 README.md | 1 +
 1 file changed, 1 insertion(+)

commit f5461e491cc799ce577bce6657e2dd3858779b49
Author: gipawu <gipawu@gmail.com>
Date:   Tue Jan 5 01:17:57 2016 +0100

    enable_slider rework - part 3

 alternative-toolbar.py | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 15d3821bb7ac507781280e6b87ca556d20a2777d
Author: gipawu <gipawu@gmail.com>
Date:   Tue Jan 5 01:13:55 2016 +0100

    enable_slider rework - part 1

 alttoolbar_type.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 431f99dc36ad8bc15482e8c631cf623953e5e12f
Author: gipawu <gipawu@gmail.com>
Date:   Tue Jan 5 01:12:26 2016 +0100

    enable_slider rework - part 1

 alttoolbar_type.py | 2 ++
 1 file changed, 2 insertions(+)

commit 68abfc5fe478f8a1e90753fc22be1a2da72ab543
Author: gipawu <gipawu@gmail.com>
Date:   Tue Jan 5 00:20:54 2016 +0100

    disable slider on track stop

 alternative-toolbar.py | 1 +
 1 file changed, 1 insertion(+)

commit a8183379454d5e7358d57bddabfb4c1797474ecc
Author: gipawu <gipawu@gmail.com>
Date:   Mon Jan 4 18:23:29 2016 +0100

    enable_slider function

 alttoolbar_type.py | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit a298c125c97acd6bac9d478f7ca223cd40b2dd97
Author: gipawu <gipawu@gmail.com>
Date:   Mon Jan 4 18:20:24 2016 +0100

    Enable or disable slider depending on duration existance

 alternative-toolbar.py | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 06245b1a890ddfb76ac7f5df3b09d05ee1cc4d10
Author: David Mohammed <fossfreedom@users.noreply.github.com>
Date:   Tue Dec 29 16:53:45 2015 +0000

    obvious typos #68

 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 25d083a9f47f8f4350fc1a5456419a1669caf0a7
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Mon Dec 28 14:28:59 2015 +0000

    add ChangeLog handling

 GENERAL     |  6 ++++++
 Makefile.am | 19 +++++++++++++++++++
 2 files changed, 25 insertions(+)

commit e69ed2b9a46c8a1cf3637500619a4c08d2bea309
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Mon Dec 28 10:52:05 2015 +0000

    add column repositioning capability via drag-and-drop - issue #67

 README.md                     |  60 ++++++++-----
 alternative-toolbar.plugin.in |   2 +-
 alternative-toolbar.py        |   9 ++
 alttoolbar_type.py            | 204 ++++++++++++++++++++++++++++++++++++++++++
 configure.ac                  |   3 +-
 5 files changed, 255 insertions(+), 23 deletions(-)

commit dbfaf5ba343dff9da3ac4eeed1d6baedcd50e6dc
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Sun Dec 20 00:16:01 2015 +0000

    translation display fixes - issue #64

 alttoolbar_sidebar.py |  9 ++++++++-
 alttoolbar_type.py    | 22 +++++++++++++++++++++-
 2 files changed, 29 insertions(+), 2 deletions(-)

commit 1427c622b57d3a27bc930062e88161158a95be52
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Sat Dec 19 20:47:52 2015 +0000

    v15.0 updates for stable release

 Makefile.am                   |  8 ++++++--
 alternative-toolbar.plugin.in |  2 +-
 readme.html                   | 33 +++++++++++++++++++++++++++------
 3 files changed, 34 insertions(+), 9 deletions(-)

commit 20b26ecc8cc5e9218598c08551945c4e8f4b8ca2
Author: David Mohammed <fossfreedom@users.noreply.github.com>
Date:   Sat Dec 19 15:16:21 2015 +0000

    https://github.com/ikeydoherty

 README.md | 1 +
 1 file changed, 1 insertion(+)

commit 5363166526b9757ee425598acab33c7b80c597df
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Sat Dec 19 10:59:02 2015 +0000

    uninstallation of local and a note about DISTRO_PACKAGING (#63)

 DISTRO_PACKAGING | 14 ++++++++++++++
 README.md        |  9 ++++++++-
 2 files changed, 22 insertions(+), 1 deletion(-)

commit e9937f7e08403fe02c353b917502ac1c35304d89
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Sat Dec 19 10:43:09 2015 +0000

    corrected installation instructions for new autotools method

 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 005cafaf24c13bb7e490921c8bd23cc8677a4f0e
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Sat Dec 19 10:37:14 2015 +0000

    rework #63 to keep rhythmbox convention of ui files, build translation files, update version, revised gitignore

 .gitignore                 |   1 +
 Makefile.am                |  11 +-
 README.md                  |   2 +-
 TRANSLATE_README           |  37 +----
 alttoolbar_preferences.py  |   2 +-
 alttoolbar_type.py         |   4 +-
 configure.ac               |   2 +-
 po/POTFILES.in             |   5 +-
 po/alternative-toolbar.pot | 295 -------------------------------------
 ui/altlibrary.glade        |  55 -------
 ui/altlibrary.ui           |  55 +++++++
 ui/altpreferences.glade    | 358 ---------------------------------------------
 ui/altpreferences.ui       | 358 +++++++++++++++++++++++++++++++++++++++++++++
 ui/alttoolbar.glade        | 332 -----------------------------------------
 ui/alttoolbar.ui           | 332 +++++++++++++++++++++++++++++++++++++++++
 15 files changed, 765 insertions(+), 1084 deletions(-)

commit c8ca45cf99f923c0e6daf1a332e74f1b93bde75e
Merge: e49a9c1 371942f
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Fri Dec 18 20:08:00 2015 +0000

    Merge branch 'ikeydoherty-autotools'

commit 371942f1fb6d8f6802fbec32d9a1ef098eb302a1
Author: Ikey Doherty <ikey@solus-project.com>
Date:   Fri Dec 18 17:43:44 2015 +0000

    Add a proper autotools build system
    
    Signed-off-by: Ikey Doherty <ikey@solus-project.com>

 .gitignore                   |  18 +++
 Makefile                     |  24 ---
 Makefile.am                  |  77 ++++++++++
 alternative-toolbar.plugin   |  48 ------
 alttoolbar_preferences.py    |   2 +-
 alttoolbar_type.py           |   4 +-
 autogen.sh                   |  24 +++
 configure.ac                 |  42 +++++
 install.sh                   |  80 ----------
 m4/python-gi.m4              |  12 ++
 po/LINGUAS                   |  25 +++
 po/POTFILES.in               |   6 +
 po/POTFILES.skip             |   8 +
 po/create_all_po.sh          |   8 -
 po/files_to_be_translated    |   3 -
 po/install_all.sh            |   8 -
 po/lang.sh                   |  15 --
 po/py_files_to_be_translated |   8 -
 po/update_all_po.sh          |  11 --
 ui/altlibrary.glade          |  55 +++++++
 ui/altlibrary.ui             |  55 -------
 ui/altpreferences.glade      | 358 +++++++++++++++++++++++++++++++++++++++++++
 ui/altpreferences.ui         | 358 -------------------------------------------
 ui/alttoolbar.glade          | 332 +++++++++++++++++++++++++++++++++++++++
 ui/alttoolbar.ui             | 332 ---------------------------------------
 25 files changed, 960 insertions(+), 953 deletions(-)

commit e49a9c12130ff66949374b3880c6dd8df77f1de4
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Tue Nov 10 21:57:44 2015 +0000

    latest ja translation

 po/ja.po | 296 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 296 insertions(+)

commit 8521d866e7e5fb1d5cb39abb3d36e51952cf16f6
Author: fossfreedom <fossfreedom@gmail.com>
Date:   Fri Nov 6 16:55:19 2015 +0000

    revise gentoo instructions

 README.md | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

commit 54155f425c4c1c04bebb83df84bab2531ddabf7b
Author: fossfreedom <fossfreedom@gmail.com>
Date:   Fri Nov 6 16:47:34 2015 +0000

    prepare for split

 debian/changelog                                   |  6 ----
 debian/compat                                      |  1 -
 debian/control                                     | 13 --------
 debian/copyright                                   | 24 ---------------
 debian/rules                                       |  3 --
 debian/source/format                               |  1 -
 debian/watch                                       |  3 --
 debian_cleanup.sh                                  |  9 ------
 .../alternative-toolbar-9999.ebuild                | 35 ----------------------
 9 files changed, 95 deletions(-)

commit 1293bcdadbcf8921289b0d2d96e77ca201df5935
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Thu Nov 5 21:55:22 2015 +0000

    general pep8 cleanups together with debian packaging recommendations

 GENERAL                       |   9 ++
 README.md                     |   2 +-
 alternative-toolbar.plugin    |   2 +-
 alternative-toolbar.plugin.in |   2 +-
 alternative-toolbar.py        | 198 ++++++++++++++---------
 alttoolbar_controller.py      |  82 ++++++----
 alttoolbar_plugins.py         |  28 ++--
 alttoolbar_preferences.py     |  58 ++++---
 alttoolbar_rb3compat.py       | 140 +++++++++-------
 alttoolbar_repeat.py          | 117 ++++++++------
 alttoolbar_sidebar.py         | 189 ++++++++++++----------
 alttoolbar_type.py            | 362 ++++++++++++++++++++++++++----------------
 alttoolbar_widget.py          |  31 ++--
 debian/changelog              | 188 +---------------------
 debian/control                |   2 +-
 debian/docs                   |   0
 debian_cleanup.sh             |   9 ++
 readme.html                   | 178 +++++++++++++++++++++
 18 files changed, 915 insertions(+), 682 deletions(-)

commit d0022bb6310a8edaac576a89379d5c94e0dedeca
Author: fossfreedom <foss.freedom@gmail.com>
Date:   Wed Nov 4 23:33:17 2015 +0000

    fix various debian lintian errors

 debian/changelog | 8 +-------
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/copyright | 2 +-
 debian/watch     | 3 +++
 5 files changed, 7 insertions(+), 10 deletions(-)
