colorpick icon indicating copy to clipboard operation
colorpick copied to clipboard

Results 6 colorpick issues
Sort by recently updated
recently updated
newest added

This adds language translations capabilities. There is a new CMake `PROJECT_TRANSLATIONS_UPDATE` option to choose if to update translation source files when building (disabled by default to avoid to annoy when...

I'm not a fan of (many) merge commits, so instead make different PRs I choosed a single with separated commits, if OK. Replaces #11. BTW... I think we need a...

In line 75 of src/coloreditor.cpp: ```cpp pickerButton->setIcon(QIcon::fromTheme("color-picker")); ``` however, there is no (standard) color-picker theme icon, so it's not loaded. Which icon could be used to be loaded from resource...

Do you mind to make a first release? I see there is an open issue, maybe I could apply and test @ghost' changes first and file a PR, what do...