kde-extraapps/kcalc
Ivailo Monev ca6ec59cc7 generic: replace macro_log_feature() with set_package_properties() calls
other changes such as syncing properties, updating some of the URLs,
adding missing feature information, removing of redundant checks and
variables and indentation were done in the process while testing if the
changes work as intended.

replacing find_package() with macro_optional_find_package() was also done
where applicable however it's usage is questionable due to the CMake
`CMAKE_DISABLE_FIND_PACKAGE_<PACKAGE>` option.

there is a lot to be done, mostly updating package properties so I am
thinking of either providing a package properties file (like the
MacroLibrary) which sets properties for packages globablly or setting
package properties from the CMake modules shipped with kdelibs. the first
solution may override properties for packages if other projects define them
however a check to ensure that is not done should suffice. the second
solution will cover only DESCRIPTION and URL meaning PURPOSE and TYPE will
still have to be specified in the build systems.

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-21 05:37:28 +02:00
..
knumber generic: fix tests after the build system cleanup 2015-09-07 11:20:00 +03:00
bitbutton.cpp generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
bitbutton.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
CMakeLists.txt generic: replace macro_log_feature() with set_package_properties() calls 2020-02-21 05:37:28 +02:00
colors.ui import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
config-kcalc.h.cmake import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
constants.ui import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
COPYING import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
COPYING.LIB import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
fonts.ui import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
general.ui import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
kcalc.cpp generic: misc cleanups 2016-03-26 18:49:15 +00:00
kcalc.desktop generic: proper support for icon and caption in .desktop files 2015-09-21 01:46:42 +00:00
kcalc.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
kcalc.kcfg import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
kcalc.ui import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
kcalc_bitset.cpp generic: adjust to Katie changes 2019-05-31 20:31:53 +00:00
kcalc_bitset.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
kcalc_button.cpp kcalc: do not rely on QString operator for QKeySequence 2016-09-30 13:57:35 +00:00
kcalc_button.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
kcalc_const_button.cpp generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
kcalc_const_button.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
kcalc_const_menu.cpp generic: make changes required for building against Katie 2015-11-25 10:01:00 +00:00
kcalc_const_menu.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
kcalc_core.cpp import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
kcalc_core.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
kcalc_settings.kcfgc import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
kcalcdisplay.cpp generic: replace obsolete Qt::MidButton with Qt::MiddleButton 2019-05-15 00:25:42 +00:00
kcalcdisplay.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
kcalcui.rc import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
Messages.sh import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
README import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
scienceconstants.xml import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
stats.cpp import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
stats.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
TODO generic: housekeeping 2015-02-27 09:35:16 +00:00
version.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00

KCalc
=====
KCalc is currently covered under the GPL version 2.  A copy of this
license can be found in a file named COPYING, in the toplevel directory.

Have fun with kcalc!