Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging New threshold branch back #22

Open
wants to merge 31 commits into
base: develop
Choose a base branch
from
Open

Commits on Oct 26, 2015

  1. Use the first occurency of entries on .desktop files. Some .desktop f…

    …iles have additional sections with an alternative name (e.g. libreoffice-writer.desktop) and the section [Desktop Entry] is normally on the beginning. The clean solution would be to use a library for .ini parsing like http://www.boost.org/doc/libs/1_44_0/doc/html/boost_propertytree/parsers.html but this hack should work in most cases.
    wof committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    ddb7927 View commit details
    Browse the repository at this point in the history
  2. Honor absolute path to icons.

    wof committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    eb191ce View commit details
    Browse the repository at this point in the history
  3. Remove uncommented code for caching. It's done in platform_unix_util.…

    …cpp anyway.
    wof committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    8af86bb View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2015

  1. Add some missing themes and fix xdgDataDirs (/icons will be later in …

    …the code and /usr/share/icons//icons had never worked).
    wof committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    c4b9376 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    769c30c View commit details
    Browse the repository at this point in the history
  3. rework build file so it work with git

    wof committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    be5eda0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2015

  1. fix -Wreorder warning from gcc

    wof committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    408d687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1caac25 View commit details
    Browse the repository at this point in the history
  3. remove commented code

    wof committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    c65f369 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2015

  1. Configuration menu
    Copy the full SHA
    2e46494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d7967a View commit details
    Browse the repository at this point in the history
  3. fix warning: KeySym XKeycodeToKeysym(Display*, KeyCode, int) is depre…

    …cated [-Wdeprecated-declarations]
    wof committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    acefbcf View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2015

  1. fix nasty bug on plugin list in ui. If a row was selected and you cli…

    …ck on the checkbox of an other row and leave the ui with ok, launchy had crashed before. This fix selects the row that has been selected with the checkbox as current one.
    wof committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    bde8de2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b4855 View commit details
    Browse the repository at this point in the history
  3. add basic description

    wof committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    78f4803 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    wofwofwof committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    77b0db5 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    wofwofwof committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    26b6fc6 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    wofwofwof committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    45c0c68 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. Merge pull request #7 from wofwofwof/master

    some code fixes and additions for debian
    OpenNingia committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    fbf58fa View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Merge branch 'release/march_2017'

    # Conflicts:
    #	README.md
    #	launchy/src/catalog.h
    #	launchy/src/main.cpp
    #	launchy/src/platform_util.cpp
    #	launchy/src/platform_util.h
    #	trunk/Launchy_QT/linux/build_deb.sh
    #	trunk/Launchy_QT/platforms/unix/platform_unix.cpp
    #	trunk/Launchy_QT/platforms/unix/platform_unix.h
    #	trunk/Launchy_QT/platforms/unix/platform_unix_util.cpp
    #	trunk/Launchy_QT/platforms/unix/platform_x11_hotkey.cpp
    #	trunk/Launchy_QT/platforms/unix/platform_x11_hotkey.h
    #	trunk/Launchy_QT/src/plugin_interface.cpp
    OpenNingia committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    436e780 View commit details
    Browse the repository at this point in the history
  2. removed old files

    OpenNingia committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    6ee839d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. calcy: fix dialog display cut off

    - Use colspan 2 for long string
    - Reduce width of dialog
    shirosaki committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    dd36b9f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from shirosaki/fix_calcy_dialog

    calcy: fix dialog display cut off
    OpenNingia authored Mar 10, 2017
    Configuration menu
    Copy the full SHA
    f9e4b5c View commit details
    Browse the repository at this point in the history
  3. Fix lupdate very slow with Boost

    `lupdate` is very slow with Boost 1_63 on Windows.
    
    There is a workaround in the bug report (QTBUG-27936), involving the
    TR_EXCLUDE option in the .pro project. It is used to tell `lupdate` to
    exclude certain files.
    
    http://stackoverflow.com/questions/40471662/update-translation-file-using-boost-library-qt-c
    shirosaki committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    e7ee002 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2017

  1. Merge pull request #19 from shirosaki/fix_lupdate

    Fix lupdate very slow with Boost
    OpenNingia authored Mar 12, 2017
    Configuration menu
    Copy the full SHA
    5fb0b49 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Fix icon transparency on Windows 10

    The image format 'Format_ARGB32' should be used for HBitmapAlpha.
    https://bugreports.qt.io/browse/QTBUG-64633
    shirosaki committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    2a6799a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from shirosaki/fix_icon

    Fix icon transparency on Windows 10
    OpenNingia authored Mar 13, 2018
    Configuration menu
    Copy the full SHA
    d9c2762 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed89f8a View commit details
    Browse the repository at this point in the history
  4. updated setup script

    OpenNingia committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    c48aeb6 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Revert "updated setup script"

    This reverts commit c48aeb6.
    OpenNingia committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    d8ed09c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c472ffb View commit details
    Browse the repository at this point in the history