diff --git a/README.md b/README.md index d4f6466..c14270f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Flahub repository for [LogarithmPlotter](https://apps.ad5001.eu/logarithmplotter ## KF6 -The files in the `kf6` directory contain the most barebones instalations of the KDE Frameworks 6 to install the QtQuick Controls 2 Desktop Theme or Breeze Styles. They're not used in LogarithmPlotter for now, as the cost vs benefits ratio is minimal (longer load times against slightly higher fidelity to KDE desktop theme, but still no theme awareness, or proper breeze icons integration) +The files in the `kf6` directory contain the most barebones instalations of the KDE Frameworks 6 to install the QtQuick Controls 2 Desktop Theme or Breeze Styles. They're not used in LogarithmPlotter for now, as the cost vs benefits ratio is minimal (longer load times against slightly higher fidelity to KDE desktop theme, but still no theme awareness, or proper breeze icons integration). ## Build diff --git a/eu.ad5001.LogarithmPlotter.json b/eu.ad5001.LogarithmPlotter.json index 2fde512..fd7a4f3 100644 --- a/eu.ad5001.LogarithmPlotter.json +++ b/eu.ad5001.LogarithmPlotter.json @@ -99,7 +99,7 @@ "type": "git", "url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter", "tag": "v0.4.0", - "commit": "08edd7be14f69d495b9a124fb534969615a18e87" + "commit": "19e403ce9883e8debd2905e0773b0dba370bffca" }, { "type": "file", diff --git a/eu.ad5001.LogarithmPlotter.metainfo.xml b/eu.ad5001.LogarithmPlotter.metainfo.xml index 43f8ded..da47929 100644 --- a/eu.ad5001.LogarithmPlotter.metainfo.xml +++ b/eu.ad5001.LogarithmPlotter.metainfo.xml @@ -79,21 +79,21 @@ https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/ https://hosted.weblate.org/engage/logarithmplotter/ - https://apps.ad5001.eu/img/full/logarithmplotter.png?v=0.3 - https://apps.ad5001.eu/img/en/logarithmplotter/phase.png?v=0.3 - https://apps.ad5001.eu/img/en/logarithmplotter/welcome.png?v=0.3 - https://apps.ad5001.eu/img/de/gain.png?v=0.3 - https://apps.ad5001.eu/img/de/logarithmplotter/phase.png?v=0.3 - https://apps.ad5001.eu/img/de/logarithmplotter/welcome.png?v=0.3 - https://apps.ad5001.eu/img/fr/gain.png?v=0.3 - https://apps.ad5001.eu/img/fr/logarithmplotter/phase.png?v=0.3 - https://apps.ad5001.eu/img/fr/logarithmplotter/welcome.png?v=0.3 - https://apps.ad5001.eu/img/hu/gain.png?v=0.3 - https://apps.ad5001.eu/img/hu/logarithmplotter/phase.png?v=0.3 - https://apps.ad5001.eu/img/hu/logarithmplotter/welcome.png?v=0.3 - https://apps.ad5001.eu/img/no/gain.png?v=0.3 - https://apps.ad5001.eu/img/no/logarithmplotter/phase.png?v=0.3 - https://apps.ad5001.eu/img/no/logarithmplotter/welcome.png?v=0.3 + https://apps.ad5001.eu/img/full/logarithmplotter.png?v=0.4 + https://apps.ad5001.eu/img/en/logarithmplotter/phase.png?v=0.4 + https://apps.ad5001.eu/img/en/logarithmplotter/welcome.png?v=0.4 + https://apps.ad5001.eu/img/de/gain.png?v=0.4 + https://apps.ad5001.eu/img/de/logarithmplotter/phase.png?v=0.4 + https://apps.ad5001.eu/img/de/logarithmplotter/welcome.png?v=0.4 + https://apps.ad5001.eu/img/fr/gain.png?v=0.4 + https://apps.ad5001.eu/img/fr/logarithmplotter/phase.png?v=0.4 + https://apps.ad5001.eu/img/fr/logarithmplotter/welcome.png?v=0.4 + https://apps.ad5001.eu/img/hu/gain.png?v=0.4 + https://apps.ad5001.eu/img/hu/logarithmplotter/phase.png?v=0.4 + https://apps.ad5001.eu/img/hu/logarithmplotter/welcome.png?v=0.4 + https://apps.ad5001.eu/img/no/gain.png?v=0.4 + https://apps.ad5001.eu/img/no/logarithmplotter/phase.png?v=0.4 + https://apps.ad5001.eu/img/no/logarithmplotter/welcome.png?v=0.4 @@ -109,6 +109,55 @@ + + +

Changes for v0.4.0:

+

Changes

+
    +
  • Fully ported to PySide6 (Qt6).
  • +
  • Greet screen settings are now scrollable.
  • +
  • Changelog is now freezed to current version.
  • +
+

New

+
    +
  • Customizable color schemes for expressions.
  • +
  • New, rewamped and improved picked location overlay settings:
  • +
  • It's now possible to disable picking x or y when setting a location.
  • +
  • Properties which are related to positioning (X, Y, Label's X position) can now be set using the picker.
  • +
  • Visual redesign that enhances readability of settings.
  • +
  • There is now a button to hide picker settings.
  • +
+

Fixed bugs

+
    +
  • Cursors in expression are now easier to see.
  • +
  • Symbols in LaTeX rendered Texts cause the LaTeX renderer to crash.
  • +
  • Underscores in distribution names are automatically removed if the name is modified.
  • +
  • Autocomplete categories now properly respect theme colors.
  • +
  • Functions in expressions (like indexOf, map...) now properly send errors when the arguments are of the wrong type or count.
  • +
  • Executable Objects called (like functions, bode magnitures, phases...) now send an error if provided with no arguments.
  • +
  • Function calls with no argument no longer make LogarithmPlotter crash under certain circumstances.
  • +
  • Thank you dialog's lists are no longer draggable.
  • +
+

Internal changes

+
    +
  • A lot of inner changes led by porting to Qt6, fixing a lot of bugs at the same time.
  • +
  • Disabled auto detect of visual theme if the `QT_QUICK_CONTROLS_STYLE` environment variable is set.
  • +
  • (macOS, Windows, Flatpak) Drastically reducing installer sizes (more than halved).
  • +
  • (Launchpad/Ubuntu) Using custom built packages of PySide6, meaning smaller installation and distro dependency.
  • +
+
+ + + https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.4.0/logarithmplotter-v0.4.0-setup.exe + + + https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.4.0/LogarithmPlotter-v0.4.0-setup.dmg + + + https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.4.0/logarithmplotter-0.4.0.tar.gz + + +

Changes for v0.3.0:

diff --git a/kf6/qqc2breezestyle.json b/kf6/qqc2breezestyle.json new file mode 100644 index 0000000..602a48d --- /dev/null +++ b/kf6/qqc2breezestyle.json @@ -0,0 +1,179 @@ +{ + "name": "qqc2breezestyle", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/plasma/qqc2-breeze-style.git", + "commit": "125713a9216cde83726b7893635480be60da1a8a" + } + ], + "cleanup": [ + "/lib/debug", + "/share/runtime/locale/sr/" + ], + "modules": [ + { + "name": "ecm", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/extra-cmake-modules.git", + "commit": "41f2e5863b01d86088adf5e2e49ad0871e02117f" + } + ] + }, + { + "name": "kirigami2", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kirigami.git", + "commit": "ff5a671e8310f7a97dccbb95cc9de56d620e1e2f" + } + ] + }, + { + "name": "kconfig", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kconfig.git", + "commit": "08abea7dbea3b4d44f089a997961314226f21654" + } + ] + }, + { + "name": "kcolorscheme", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kcolorscheme.git", + "commit": "5dfc0fa1a53447c56a2ed1941b348b3fad7e0d56" + } + ], + "modules": [ + { + "name": "ki18n", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/ki18n.git", + "commit": "347d47119bdad89b113a904fa53f4c6ece182219" + } + ] + }, + { + "name": "plasma-wayland-protocols", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/libraries/plasma-wayland-protocols.git", + "commit": "6e08d9c981278660791e72fec06d143403a98ba2" + } + ] + }, + { + "name": "kguiaddons", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kguiaddons.git", + "commit": "8be8489019fcbfa83539bd1d9e333c2ebc44d008" + } + ] + } + ] + }, + { + "name": "kiconthemes", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kiconthemes.git", + "commit": "a825523545f3dd84064e7a868cf5d61f363a0d8b" + } + ], + "modules": [ + { + "name": "karchive", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/karchive.git", + "commit": "74972b29463dc903c3245d3d050f8f50dbf86477" + } + ] + }, + { + "name": "kcoreaddons", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kcoreaddons.git", + "commit": "8edca25c6512193b734b4091363f1eb0285ffcfd" + } + ] + }, + { + "name": "kwidgetsaddons", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kwidgetsaddons.git", + "commit": "9a6ebfe56032354651f9b501639dae87a298ed42" + } + ] + }, + { + "name": "kconfigwidgets", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kconfigwidgets.git", + "commit": "740d09892eb9dbdc191f7768ba9df64e3cb24b9b" + } + ], + "modules": [ + { + "name": "kcodecs", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kcodecs.git", + "commit": "c7c7a32bcac3a41a85d7197bafd841f081e8db05" + } + ] + } + ] + } + ] + } + ] +} diff --git a/kf6/qqc2desktoptheme-bare.json b/kf6/qqc2desktoptheme-bare.json new file mode 100644 index 0000000..14dac5a --- /dev/null +++ b/kf6/qqc2desktoptheme-bare.json @@ -0,0 +1,53 @@ +{ + "name": "qqc2desktoptheme", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/qqc2-desktop-style.git", + "commit": "cdd3e195360438c8acad66b067c1843246882894" + } + ], + "cleanup": [ + "/lib/debug", + "/share/runtime/locale/sr/" + ], + "modules": [ + { + "name": "ecm", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/extra-cmake-modules.git", + "commit": "41f2e5863b01d86088adf5e2e49ad0871e02117f" + } + ] + }, + { + "name": "kirigami2", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kirigami.git", + "commit": "ff5a671e8310f7a97dccbb95cc9de56d620e1e2f" + } + ] + }, + { + "name": "kconfig", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kconfig.git", + "commit": "08abea7dbea3b4d44f089a997961314226f21654" + } + ] + } + ] +} diff --git a/kf6/qqc2desktoptheme.json b/kf6/qqc2desktoptheme.json new file mode 100644 index 0000000..5e428a8 --- /dev/null +++ b/kf6/qqc2desktoptheme.json @@ -0,0 +1,191 @@ +{ + "name": "qqc2desktoptheme", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/qqc2-desktop-style.git", + "commit": "cdd3e195360438c8acad66b067c1843246882894" + } + ], + "cleanup": [ + "/lib/debug", + "/share/runtime/locale/sr/" + ], + "modules": [ + { + "name": "ecm", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/extra-cmake-modules.git", + "commit": "41f2e5863b01d86088adf5e2e49ad0871e02117f" + } + ] + }, + { + "name": "kirigami2", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kirigami.git", + "commit": "ff5a671e8310f7a97dccbb95cc9de56d620e1e2f" + } + ] + }, + { + "name": "kconfig", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kconfig.git", + "commit": "08abea7dbea3b4d44f089a997961314226f21654" + } + ] + }, + { + "name": "kcolorscheme", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kcolorscheme.git", + "commit": "5dfc0fa1a53447c56a2ed1941b348b3fad7e0d56" + } + ], + "modules": [ + { + "name": "ki18n", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/ki18n.git", + "commit": "347d47119bdad89b113a904fa53f4c6ece182219" + } + ] + }, + { + "name": "plasma-wayland-protocols", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/libraries/plasma-wayland-protocols.git", + "commit": "6e08d9c981278660791e72fec06d143403a98ba2" + } + ] + }, + { + "name": "kguiaddons", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kguiaddons.git", + "commit": "8be8489019fcbfa83539bd1d9e333c2ebc44d008" + } + ] + } + ] + }, + { + "name": "kiconthemes", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kiconthemes.git", + "commit": "a825523545f3dd84064e7a868cf5d61f363a0d8b" + } + ], + "modules": [ + { + "name": "breeze-icons", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/breeze-icons.git", + "commit": "41d35bd18b4c4ef5c91553cd9ecabbf5e3c3a898" + } + ] + }, + { + "name": "karchive", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/karchive.git", + "commit": "74972b29463dc903c3245d3d050f8f50dbf86477" + } + ] + }, + { + "name": "kcoreaddons", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kcoreaddons.git", + "commit": "8edca25c6512193b734b4091363f1eb0285ffcfd" + } + ] + }, + { + "name": "kwidgetsaddons", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kwidgetsaddons.git", + "commit": "9a6ebfe56032354651f9b501639dae87a298ed42" + } + ] + }, + { + "name": "kconfigwidgets", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kconfigwidgets.git", + "commit": "740d09892eb9dbdc191f7768ba9df64e3cb24b9b" + } + ], + "modules": [ + { + "name": "kcodecs", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kcodecs.git", + "commit": "c7c7a32bcac3a41a85d7197bafd841f081e8db05" + } + ] + } + ] + } + ] + } + ] +}