forked from IntendedConsequence/Launchy
-
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
Open
OpenNingia
wants to merge
31
commits into
develop
Choose a base branch
from
new_threshold
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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.
…the code and /usr/share/icons//icons had never worked).
…cated [-Wdeprecated-declarations]
…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.
some code fixes and additions for debian
# 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
- Use colspan 2 for long string - Reduce width of dialog
calcy: fix dialog display cut off
`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
Fix lupdate very slow with Boost
The image format 'Format_ARGB32' should be used for HBitmapAlpha. https://bugreports.qt.io/browse/QTBUG-64633
Fix icon transparency on Windows 10
This reverts commit c48aeb6.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.