-
Notifications
You must be signed in to change notification settings - Fork 32
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
base: develop
Are you sure you want to change the base?
Commits on Oct 26, 2015
-
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 committedOct 26, 2015 Configuration menu - View commit details
-
Copy full SHA for ddb7927 - Browse repository at this point
Copy the full SHA ddb7927View commit details -
wof committed
Oct 26, 2015 Configuration menu - View commit details
-
Copy full SHA for eb191ce - Browse repository at this point
Copy the full SHA eb191ceView commit details -
Remove uncommented code for caching. It's done in platform_unix_util.…
…cpp anyway.
wof committedOct 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 8af86bb - Browse repository at this point
Copy the full SHA 8af86bbView commit details
Commits on Oct 27, 2015
-
Add some missing themes and fix xdgDataDirs (/icons will be later in …
…the code and /usr/share/icons//icons had never worked).
wof committedOct 27, 2015 Configuration menu - View commit details
-
Copy full SHA for c4b9376 - Browse repository at this point
Copy the full SHA c4b9376View commit details -
Search in the subdirectories of pixmaps. Some needed icons are there,…
… too.
wof committedOct 27, 2015 Configuration menu - View commit details
-
Copy full SHA for 769c30c - Browse repository at this point
Copy the full SHA 769c30cView commit details -
rework build file so it work with git
wof committedOct 27, 2015 Configuration menu - View commit details
-
Copy full SHA for be5eda0 - Browse repository at this point
Copy the full SHA be5eda0View commit details
Commits on Oct 29, 2015
-
fix -Wreorder warning from gcc
wof committedOct 29, 2015 Configuration menu - View commit details
-
Copy full SHA for 408d687 - Browse repository at this point
Copy the full SHA 408d687View commit details -
kill warning -Wunused-parameter without refactoring interface
wof committedOct 29, 2015 Configuration menu - View commit details
-
Copy full SHA for 1caac25 - Browse repository at this point
Copy the full SHA 1caac25View commit details -
wof committed
Oct 29, 2015 Configuration menu - View commit details
-
Copy full SHA for c65f369 - Browse repository at this point
Copy the full SHA c65f369View commit details
Commits on Oct 30, 2015
-
fix -Wreorder warning from gcc: fix the crashes from the original fix
wof committedOct 30, 2015 Configuration menu - View commit details
-
Copy full SHA for 2e46494 - Browse repository at this point
Copy the full SHA 2e46494View commit details -
honor XDGBaseDirectorySpecification from debian for config directories
wof committedOct 30, 2015 Configuration menu - View commit details
-
Copy full SHA for 5d7967a - Browse repository at this point
Copy the full SHA 5d7967aView commit details -
fix warning: KeySym XKeycodeToKeysym(Display*, KeyCode, int) is depre…
…cated [-Wdeprecated-declarations]
wof committedOct 30, 2015 Configuration menu - View commit details
-
Copy full SHA for acefbcf - Browse repository at this point
Copy the full SHA acefbcfView commit details
Commits on Oct 31, 2015
-
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 committedOct 31, 2015 Configuration menu - View commit details
-
Copy full SHA for bde8de2 - Browse repository at this point
Copy the full SHA bde8de2View commit details -
clean up commented code in source and remove unused files
wof committedOct 31, 2015 Configuration menu - View commit details
-
Copy full SHA for 57b4855 - Browse repository at this point
Copy the full SHA 57b4855View commit details -
wof committed
Oct 31, 2015 Configuration menu - View commit details
-
Copy full SHA for 78f4803 - Browse repository at this point
Copy the full SHA 78f4803View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77b0db5 - Browse repository at this point
Copy the full SHA 77b0db5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26b6fc6 - Browse repository at this point
Copy the full SHA 26b6fc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45c0c68 - Browse repository at this point
Copy the full SHA 45c0c68View commit details
Commits on Jan 26, 2016
-
Merge pull request #7 from wofwofwof/master
some code fixes and additions for debian
Configuration menu - View commit details
-
Copy full SHA for fbf58fa - Browse repository at this point
Copy the full SHA fbf58faView commit details
Commits on Mar 9, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for 436e780 - Browse repository at this point
Copy the full SHA 436e780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee839d - Browse repository at this point
Copy the full SHA 6ee839dView commit details
Commits on Mar 10, 2017
-
calcy: fix dialog display cut off
- Use colspan 2 for long string - Reduce width of dialog
Configuration menu - View commit details
-
Copy full SHA for dd36b9f - Browse repository at this point
Copy the full SHA dd36b9fView commit details -
Merge pull request #18 from shirosaki/fix_calcy_dialog
calcy: fix dialog display cut off
Configuration menu - View commit details
-
Copy full SHA for f9e4b5c - Browse repository at this point
Copy the full SHA f9e4b5cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e7ee002 - Browse repository at this point
Copy the full SHA e7ee002View commit details
Commits on Mar 12, 2017
-
Merge pull request #19 from shirosaki/fix_lupdate
Fix lupdate very slow with Boost
Configuration menu - View commit details
-
Copy full SHA for 5fb0b49 - Browse repository at this point
Copy the full SHA 5fb0b49View commit details
Commits on Mar 13, 2018
-
Fix icon transparency on Windows 10
The image format 'Format_ARGB32' should be used for HBitmapAlpha. https://bugreports.qt.io/browse/QTBUG-64633
Configuration menu - View commit details
-
Copy full SHA for 2a6799a - Browse repository at this point
Copy the full SHA 2a6799aView commit details -
Merge pull request #21 from shirosaki/fix_icon
Fix icon transparency on Windows 10
Configuration menu - View commit details
-
Copy full SHA for d9c2762 - Browse repository at this point
Copy the full SHA d9c2762View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed89f8a - Browse repository at this point
Copy the full SHA ed89f8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c48aeb6 - Browse repository at this point
Copy the full SHA c48aeb6View commit details
Commits on Apr 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d8ed09c - Browse repository at this point
Copy the full SHA d8ed09cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c472ffb - Browse repository at this point
Copy the full SHA c472ffbView commit details