[KDE/amarok] Replace qtscript with qt qml (#10)
Myriam Schweingruber
myriam at kde.org
Wed Sep 16 17:56:17 BST 2020
Hi Pedro,
is there a reason you made these pull requests on Github? Github is only a
mirror of the KDE repositories, the git instance we now use is on Gitlab...
Regards, Myriam
On Wed, 16 Sep 2020 at 16:44, Pedro Gomes <notifications at github.com> wrote:
> ------------------------------
> You can view, comment on, or merge this pull request online at:
>
> https://github.com/KDE/amarok/pull/10
> Commit Summary
>
> - Restore compilation job and fix old dependency to
> amarok_lastfm_shared_export.h
> - Restore compilation job and fix old dependency to
> amarok_lastfm_shared_export.h
> - Remove unsupported neighbour method, remove deprecated groups ref and
> - Remove remaining references to neighbours
> - Fix segfault when destroying LastFmService
> - Merge pull request #1 from pcgomes/lastfm_service
> - Replaced static exports with a generated export header
> - Merge pull request #2 from pcgomes/lastfm_service
> - Fix crash for wrongly connecting Token::destroyed signal
> - Fix dialog's layout and resizing
> - Fix double dialog box for transcoding
> - Merge pull request #3 from pcgomes/fix_import_to_collecton
> - Fix Copying dialog at filebrowser to open
> - Fix importing of files to local collection
> - Fix sizing issues and wrong layout
> - Remove include to removed widget
> - Merge pull request #4 from pcgomes/fix_import_to_collecton
> - Merge branch 'master' of /home/pedro/tmp/amarok-cgit
> - Merge branch 'master' of /home/pedro/tmp/amarok-official
> - Added config for .deb package for Kubuntu 19.10
> - Merge pull request #5 from pcgomes/packaging_for_kubuntu_19.10
> - Merge branch 'master' of amarok-gitlab
> - Added info about unstable repo
> - Merge pull request #6 from pcgomes/update_description
> - Merge branch 'master' of /home/pedro/tmp/amarok-gitlab
> - Fix the define used to distinguish MariaDB from Mysql
> - Merge pull request #7 from pcgomes/fix_detection_mariadb_10.1
> - Merge branch 'master' of /home/pedro/tmp/amarok-gitlab
> - Add dockerfiles for cross-distro builds
> - Merge pull request #8 from pcgomes/add_dockerfiles
> - Merge branch 'master' of /home/pedro/tmp/amarok-gitlab
> - Fix Breadcrumb widget
> - Merge pull request #9 from pcgomes/fix_breadcumb_widget_spacing
> - Fix Dockerfile to use master branch
> - Merge pull request #10 from pcgomes/add_dockerfiles
> - Added Ubuntu 20.04 Dockerfile
> - Merge pull request #11 from pcgomes/add_dockerfiles
> - Add missing compat package for Mariadb
> - Merge pull request #12 from pcgomes/dockerfiles
> - Fix stylesheet
> - Reorganized packaging and Dockerfiles
> - Merge pull request #13 from pcgomes/fix_playlistdock
> - Merge pull request #14 from pcgomes/distribution
> - Fixed changelogs
> - Merge pull request #15 from pcgomes/distribution
> - SVN_SILENT made messages (.desktop file) - always resolve ours
> - Replaced QtScript* refs with QJS* and added class to replace
> QTScriptEngineDebugger
> - Merge branch 'master' of https://invent.kde.org/kde/amarok
> - Merge pull request #16 from pcgomes/distribution
> - Change minor version to 70 to avoid conflict with other ppas
> - Merge pull request #17 from pcgomes/distribution
> - Replaced QtScript* refs with QJS* and added class to replace
> QTScriptEngineDebugger
> - Fix breadcumb widget
> - Merge branch 'master' into fix_breadcumb_widget
> - Merge pull request #18 from pcgomes/fix_breadcumb_widget
> - Merge branch 'replace_Qtscript_with_QtQml' of
> https://github.com/pcgomes/amarok into replace_Qtscript_with_QtQml
> - - Fixed several qScriptRegisterMetaType with lambda-functions
> - First compiling version
> - Functioning script console
> - First functional version with radio station service script
> - Merge branch 'master' of https://invent.kde.org/multimedia/amarok
> - Summary: Fix crash when closing dialog to edit filter
> - Merge pull request #19 from
> pcgomes/bug_421456-crash_when_exiting_edit_filter_dialog
> - * Set new release 2.9.70+1SNAPSHOT20200612103823+0200
> - Merge pull request #20 from pcgomes/distribution
> - Added missing time and author to changelogs
> - Merge pull request #21 from pcgomes/distribution
> - Fix forgotten versions at changelog files
> - Merge pull request #22 from pcgomes/distribution
> - Replaced QtScript* refs with QJS* and added class to replace
> QTScriptEngineDebugger
> - - Fixed several qScriptRegisterMetaType with lambda-functions
> - First compiling version
> - Functioning script console
> - First functional version with radio station service script
> - Merge branch 'master' of https://invent.kde.org/multimedia/amarok
> - Merge branch 'master' of https://github.com/pcgomes/amarok
> - Fix crash when changing from categories with child submenu
> - Merge pull request #23 from pcgomes/fix_breadcumb_widget
> - Release v2.9.70+1SNAPSHOT20200616130454+0200
> - Merge pull request #24 from pcgomes/distribution
> - Merge branch 'replace_Qtscript_with_QtQml' of
> https://github.com/pcgomes/amarok into replace_Qtscript_with_QtQml
> - Reads script.spec files as .desktop files correctly
> - Merge branch 'master' of https://invent.kde.org/multimedia/amarok
> - Merge pull request #25 from pcgomes/replace_Qtscript_with_QtQml
> - Release of v2.9.70+1SNAPSHOT20200623170346+0200
> - Merge pull request #26 from pcgomes/distribution
> - Merge branch 'master' of https://github.com/pcgomes/amarok
> - Reshipping of version with new scripting engine
> - Merge pull request #27 from pcgomes/distribution
> - Merge branch 'master' of https://github.com/pcgomes/amarok
> - Amarok 2.9.70+1SNAPSHOT20200626191036+0200
> - Merge pull request #28 from pcgomes/distribution
> - Removed newErrorObject and throwError to compile with QT 5.8
> - Fix compilation error of code compatible to QT 5.8
> - Fix compilation error of code compatible to QT 5.8
> - Merge branch 'replace_Qtscript_with_QtQml' of
> https://github.com/pcgomes/amarok into replace_Qtscript_with_QtQml
> - Replace usage of QJSEngine:importModule to compile with QT5.8
> - First version with working qt bindings
> - Fix "const" issue and added final classes for UL
> - Concluded first implementation of port to QJSEngine
> - Fixed compilation error when optional qttools5-dev is not present
>
> File Changes
>
> - *M* CMakeLists.txt
> <https://github.com/KDE/amarok/pull/10/files#diff-af3b638bc2a3e6c650974192a53c7291>
> (5)
> - *M* README
> <https://github.com/KDE/amarok/pull/10/files#diff-c47c7c7383225ab55ff591cb59c41e6b>
> (175)
> - *A* distribution/deb_packaging/ubuntu/18.04/debian/changelog
> <https://github.com/KDE/amarok/pull/10/files#diff-e82052f2ac7613b10a110b7c6240f911>
> (50)
> - *A* distribution/deb_packaging/ubuntu/18.04/debian/control
> <https://github.com/KDE/amarok/pull/10/files#diff-aabf7d13192baa2f2220b92c92416755>
> (77)
> - *A* distribution/deb_packaging/ubuntu/18.04/debian/copyright
> <https://github.com/KDE/amarok/pull/10/files#diff-834cca4f217e7f73a7a38f06a065c102>
> (42)
> - *A* distribution/deb_packaging/ubuntu/18.04/debian/rules
> <https://github.com/KDE/amarok/pull/10/files#diff-dc909954ccc91a5406e9f0d6af07d66d>
> (27)
> - *A* distribution/deb_packaging/ubuntu/18.04/debian/source/format
> <https://github.com/KDE/amarok/pull/10/files#diff-8422e5391f96e4d938b20555c2150b9f>
> (1)
> - *A* distribution/deb_packaging/ubuntu/19.10/debian/changelog
> <https://github.com/KDE/amarok/pull/10/files#diff-4007e18c6d5ba274ffb5572e74d8b261>
> (50)
> - *A* distribution/deb_packaging/ubuntu/19.10/debian/control
> <https://github.com/KDE/amarok/pull/10/files#diff-a85ad27cb9a78508334d3a3cc16fc715>
> (79)
> - *A* distribution/deb_packaging/ubuntu/19.10/debian/copyright
> <https://github.com/KDE/amarok/pull/10/files#diff-3d157005863f6ca55580842c6f66e031>
> (42)
> - *A* distribution/deb_packaging/ubuntu/19.10/debian/rules
> <https://github.com/KDE/amarok/pull/10/files#diff-122e946a058f13aefa207582659b49f9>
> (27)
> - *A* distribution/deb_packaging/ubuntu/19.10/debian/source/format
> <https://github.com/KDE/amarok/pull/10/files#diff-47f5e28111656489da7d97e9090292e6>
> (1)
> - *A* distribution/deb_packaging/ubuntu/20.04/debian/changelog
> <https://github.com/KDE/amarok/pull/10/files#diff-c5cde6240777a93b34a5647024fe879f>
> (50)
> - *A* distribution/deb_packaging/ubuntu/20.04/debian/control
> <https://github.com/KDE/amarok/pull/10/files#diff-ba24d54813a86d54a0559fbacb47f53d>
> (79)
> - *A* distribution/deb_packaging/ubuntu/20.04/debian/copyright
> <https://github.com/KDE/amarok/pull/10/files#diff-05d796e2d1724a28207153791a724446>
> (42)
> - *A* distribution/deb_packaging/ubuntu/20.04/debian/rules
> <https://github.com/KDE/amarok/pull/10/files#diff-a205f3b495725bbb0da522273ef2c711>
> (27)
> - *A* distribution/deb_packaging/ubuntu/20.04/debian/source/format
> <https://github.com/KDE/amarok/pull/10/files#diff-803e9c06bd81126ec44a862048a99af6>
> (1)
> - *A* distribution/docker/neon/5.18-unstable/Dockerfile
> <https://github.com/KDE/amarok/pull/10/files#diff-2636b279ed90ee40943379248b4a2438>
> (27)
> - *A* distribution/docker/ubuntu/18.04/Dockerfile
> <https://github.com/KDE/amarok/pull/10/files#diff-1b8cc80344e6f88ff6d7f024d8bb6b28>
> (27)
> - *A* distribution/docker/ubuntu/19.10/Dockerfile
> <https://github.com/KDE/amarok/pull/10/files#diff-65581c6f63db5281ee92c377d1f0846d>
> (25)
> - *A* distribution/docker/ubuntu/20.04/Dockerfile
> <https://github.com/KDE/amarok/pull/10/files#diff-986c2733d2ba0934b295cfde77614217>
> (25)
> - *M* src/CMakeLists.txt
> <https://github.com/KDE/amarok/pull/10/files#diff-95e351a3805a1dafa85bf20b81d086e6>
> (34)
> - *M* src/browsers/BrowserBreadcrumbWidget.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-b22cfefe97665838d88a342981e416df>
> (52)
> - *M* src/browsers/BrowserBreadcrumbWidget.h
> <https://github.com/KDE/amarok/pull/10/files#diff-f712fe5502a07136261a04c3cf89d9cb>
> (4)
> - *M* src/configdialog/dialogs/ScriptsConfig.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-9df90d0246d788ddfa20d320780ded2d>
> (27)
> - *M* src/configdialog/dialogs/ScriptsConfig.h
> <https://github.com/KDE/amarok/pull/10/files#diff-365f6cb20cde03ec89556a300143b0a2>
> (1)
> - *M* src/dialogs/EditFilterDialog.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-953bcc1d55a32867edfc1ac08f61b68d>
> (12)
> - *M* src/dialogs/EditFilterDialog.h
> <https://github.com/KDE/amarok/pull/10/files#diff-ae15624fa2582205b592bb88ba74e783>
> (2)
> - *M* src/playlist/PlaylistDock.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-b916c1342addda677a4bff87d9ca15e1>
> (2)
> - *M* src/scripting/scriptconsole/ScriptConsole.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-63f9c561d5f7da134c6931211248e1ed>
> (162)
> - *M* src/scripting/scriptconsole/ScriptConsole.h
> <https://github.com/KDE/amarok/pull/10/files#diff-3b4ea759f009471dc52bc22a2ba2f0c8>
> (13)
> - *M* src/scripting/scriptconsole/ScriptConsoleItem.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-ba941018074e29c2e7bf7224905ddd35>
> (94)
> - *M* src/scripting/scriptconsole/ScriptConsoleItem.h
> <https://github.com/KDE/amarok/pull/10/files#diff-f1d269d756ecaafa8d1355b008e7f91a>
> (20)
> - *M* src/scripting/scriptengine/AmarokBookmarkScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-20e84da4e7398f35977147fa466648b2>
> (163)
> - *M* src/scripting/scriptengine/AmarokBookmarkScript.h
> <https://github.com/KDE/amarok/pull/10/files#diff-b3e35a06290dac0c4e93b15aa7904bba>
> (26)
> - *M* src/scripting/scriptengine/AmarokCollectionScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-ba8706f903eaebde38d2b24bb453b3f0>
> (5)
> - *M* src/scripting/scriptengine/AmarokCollectionViewScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-97f1f4dcba1d5fe7c17592a3177944bf>
> (45)
> - *M* src/scripting/scriptengine/AmarokCollectionViewScript.h
> <https://github.com/KDE/amarok/pull/10/files#diff-31094e5d74bbe5a22554474432e559e2>
> (13)
> - *M* src/scripting/scriptengine/AmarokEngineScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-babe4e8be631a999dd09c2e9e9faa52d>
> (7)
> - *M* src/scripting/scriptengine/AmarokEngineScript.h
> <https://github.com/KDE/amarok/pull/10/files#diff-2d865dbd6794d1acdad20b3a0d989404>
> (4)
> - *M* src/scripting/scriptengine/AmarokEqualizerScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-669a23ec4ec90042446340f07175e526>
> (7)
> - *M* src/scripting/scriptengine/AmarokEqualizerScript.h
> <https://github.com/KDE/amarok/pull/10/files#diff-3515c15fce8eec57f1ec9b4f35ec0097>
> (4)
> - *M* src/scripting/scriptengine/AmarokInfoScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-2c62ecd8f0e075d36067031e5d483ddd>
> (5)
> - *M* src/scripting/scriptengine/AmarokKNotifyScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-72e7bfc102e1337ec54902a627345f06>
> (9)
> - *M* src/scripting/scriptengine/AmarokKNotifyScript.h
> <https://github.com/KDE/amarok/pull/10/files#diff-db78eaa8afe34a054612bd8831044d29>
> (4)
> - *A* src/scripting/scriptengine/AmarokLyricsScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-da5b3d9b578e02bc412bddd65e3f0f3c>
> (131)
> - *A* src/scripting/scriptengine/AmarokLyricsScript.h
> <https://github.com/KDE/amarok/pull/10/files#diff-f67c6a55cf80746281f19ff8614cf347>
> (56)
> - *M* src/scripting/scriptengine/AmarokNetworkScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-bfed9445f2002eff4d88da777e5a91b1>
> (98)
> - *M* src/scripting/scriptengine/AmarokNetworkScript.h
> <https://github.com/KDE/amarok/pull/10/files#diff-53b154756f35db3d9e58390948c079bc>
> (25)
> - *M* src/scripting/scriptengine/AmarokOSDScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-f52f6130ab09c3ccf891a5e9533bd87c>
> (9)
> - *M* src/scripting/scriptengine/AmarokOSDScript.h
> <https://github.com/KDE/amarok/pull/10/files#diff-0aa10ceb5007c344420c1696e294ba36>
> (4)
> - *M* src/scripting/scriptengine/AmarokPlaylistManagerScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-b545512dccc4091a7a68b467f8a0c7f2>
> (5)
> - *M* src/scripting/scriptengine/AmarokPlaylistScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-3cc98de361550b0636bf760f0651e309>
> (4)
> - *M* src/scripting/scriptengine/AmarokScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-1c5cebc01757dcb8c5f047e8e3ab7746>
> (7)
> - *M* src/scripting/scriptengine/AmarokScript.h
> <https://github.com/KDE/amarok/pull/10/files#diff-84f159ef05d60d66242392faeca0befc>
> (4)
> - *M* src/scripting/scriptengine/AmarokScriptConfig.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-7ca61aa9f3498764f0e4e33c4883453d>
> (7)
> - *M* src/scripting/scriptengine/AmarokScriptConfig.h
> <https://github.com/KDE/amarok/pull/10/files#diff-ac1b7c1282b5a6d3ee41bae17eac4ec2>
> (4)
> - *M* src/scripting/scriptengine/AmarokScriptXml.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-6357e4803671634791135ca16c408043>
> (7)
> - *M* src/scripting/scriptengine/AmarokScriptXml.h
> <https://github.com/KDE/amarok/pull/10/files#diff-ca3efb758219a3ccf3eb8308a085b41d>
> (4)
> - *M* src/scripting/scriptengine/AmarokScriptableServiceScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-31b6f256a532f5db4bea9e1e5d3bec2a>
> (43)
> - *M* src/scripting/scriptengine/AmarokScriptableServiceScript.h
> <https://github.com/KDE/amarok/pull/10/files#diff-0f5f22c53406f917ae7d7390b49e34c2>
> (19)
> - *M* src/scripting/scriptengine/AmarokServicePluginManagerScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-6555594c35c88e98a2b397c6391e9a40>
> (7)
> - *M* src/scripting/scriptengine/AmarokServicePluginManagerScript.h
> <https://github.com/KDE/amarok/pull/10/files#diff-138ab8c312fa0b10257b77cd8656dfd2>
> (4)
> - *M* src/scripting/scriptengine/AmarokStatusbarScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-8d23c43081cbc0ff1d73b7327b167734>
> (9)
> - *M* src/scripting/scriptengine/AmarokStatusbarScript.h
> <https://github.com/KDE/amarok/pull/10/files#diff-71172ef1b97cb86fbfab3f18414f2e3e>
> (4)
> - *M* src/scripting/scriptengine/AmarokStreamItemScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-da29c965076c77015b8dbc52e4764f3e>
> (12)
> - *M* src/scripting/scriptengine/AmarokStreamItemScript.h
> <https://github.com/KDE/amarok/pull/10/files#diff-c7c3c51e3e9119509a83d00f562dbd25>
> (4)
> - *M* src/scripting/scriptengine/AmarokWindowScript.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-1a0280cdc85660cc3e0642a32658d9e1>
> (34)
> - *M* src/scripting/scriptengine/AmarokWindowScript.h
> <https://github.com/KDE/amarok/pull/10/files#diff-2d654558b67876218518f54cc8ec438c>
> (8)
> - *M* src/scripting/scriptengine/ScriptImporter.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-83227e204f9bac2034be227c8056d39d>
> (120)
> - *M* src/scripting/scriptengine/ScriptImporter.h
> <https://github.com/KDE/amarok/pull/10/files#diff-18d4e475032481684e2880760f9c61a9>
> (3)
> - *M* src/scripting/scriptengine/ScriptingDefines.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-a554efcef706632bc6a47225a7c3f8a5>
> (34)
> - *M* src/scripting/scriptengine/ScriptingDefines.h
> <https://github.com/KDE/amarok/pull/10/files#diff-46790835487d24539640c444b2e4a13e>
> (65)
> - *M* src/scripting/scriptengine/exporters/CollectionTypeExporter.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-0aaa30b74dfb7121dcd9ce352687b369>
> (29)
> - *M* src/scripting/scriptengine/exporters/CollectionTypeExporter.h
> <https://github.com/KDE/amarok/pull/10/files#diff-bb5732a7f0c8928a422304c62582256d>
> (4)
> - *M* src/scripting/scriptengine/exporters/MetaTypeExporter.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-8ad155733d4adb4accb251cbf2e5a2fe>
> (96)
> - *M* src/scripting/scriptengine/exporters/MetaTypeExporter.h
> <https://github.com/KDE/amarok/pull/10/files#diff-e718a4cc4aefc9b862ada9d499d249cc>
> (33)
> - *M* src/scripting/scriptengine/exporters/PlaylistExporter.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-160bde41eb11a1e2776d8e840a8b6aed>
> (28)
> - *M* src/scripting/scriptengine/exporters/PlaylistExporter.h
> <https://github.com/KDE/amarok/pull/10/files#diff-615858acd28544b4f65d88f9081453ff>
> (6)
> - *M* src/scripting/scriptengine/exporters/PlaylistProviderExporter.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-6f7e3b244d197b0307e2849d6451c634>
> (27)
> - *M* src/scripting/scriptengine/exporters/PlaylistProviderExporter.h
> <https://github.com/KDE/amarok/pull/10/files#diff-5f264ef3c224ebba1c5ebdc90889d983>
> (4)
> - *M* src/scripting/scriptengine/exporters/QueryMakerExporter.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-ec6e90efd65b61e2da69d150d78a2335>
> (14)
> - *M* src/scripting/scriptengine/exporters/QueryMakerExporter.h
> <https://github.com/KDE/amarok/pull/10/files#diff-3b3d1bdb1bdfeaaa0c50ca595bd4d29c>
> (4)
> - *M* src/scripting/scriptengine/exporters/ScriptableBiasExporter.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-7bf3b6f7c2fb9ecab30e15ee1488278d>
> (273)
> - *M* src/scripting/scriptengine/exporters/ScriptableBiasExporter.h
> <https://github.com/KDE/amarok/pull/10/files#diff-f43c3a9d1dfe165506935725d88855e4>
> (121)
> - *A* src/scripting/scriptengine/qtbindings/Core.h
> <https://github.com/KDE/amarok/pull/10/files#diff-4f47b44776cdeeaed66a5612eec9cca4>
> (36)
> - *A* src/scripting/scriptengine/qtbindings/CoreByteArray.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-7619976d1e1b812469ca227d2b6571f0>
> (760)
> - *A* src/scripting/scriptengine/qtbindings/CoreByteArray.h
> <https://github.com/KDE/amarok/pull/10/files#diff-d2548be27bbf5be3db0f669bb16fae32>
> (186)
> - *A* src/scripting/scriptengine/qtbindings/CoreCoreApplication.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-a591f6e3c9c86ee5780b8ea7e9976f1f>
> (50)
> - *A* src/scripting/scriptengine/qtbindings/CoreCoreApplication.h
> <https://github.com/KDE/amarok/pull/10/files#diff-98c9c04f7839ef73d4dd5f6b5f0ff9ac>
> (48)
> - *A* src/scripting/scriptengine/qtbindings/CoreDir.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-b25564b4e39bd9b5304b82106844f92c>
> (351)
> - *A* src/scripting/scriptengine/qtbindings/CoreDir.h
> <https://github.com/KDE/amarok/pull/10/files#diff-cfef0e7b78ecb1065b6dcb21646c9ab7>
> (106)
> - *A* src/scripting/scriptengine/qtbindings/CoreFile.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-0d80f3fb69f13f88e10a4176f2aba966>
> (209)
> - *A* src/scripting/scriptengine/qtbindings/CoreFile.h
> <https://github.com/KDE/amarok/pull/10/files#diff-4e5f921f9b778b662178c1bb9d814a0d>
> (77)
> - *A* src/scripting/scriptengine/qtbindings/CoreFileInfo.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-1280e4fd96c737e6d397db704809610a>
> (299)
> - *A* src/scripting/scriptengine/qtbindings/CoreFileInfo.h
> <https://github.com/KDE/amarok/pull/10/files#diff-a234f2389215e7f91151a8e731d4e678>
> (96)
> - *A* src/scripting/scriptengine/qtbindings/CoreIODevice.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-becbde68366813fc6d766924e0e51599>
> (70)
> - *A* src/scripting/scriptengine/qtbindings/CoreIODevice.h
> <https://github.com/KDE/amarok/pull/10/files#diff-ad49c8ee0b510fa73c4dc05b9d527c87>
> (71)
> - *A* src/scripting/scriptengine/qtbindings/CoreLocale.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-baf1bcb84736682c8b6178c9a4131520>
> (515)
> - *A* src/scripting/scriptengine/qtbindings/CoreLocale.h
> <https://github.com/KDE/amarok/pull/10/files#diff-11201a39e63824a96ddaa73982844d82>
> (140)
> - *A* src/scripting/scriptengine/qtbindings/CoreResource.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-dbab64bf14e570f147fc4042410e08ad>
> (122)
> - *A* src/scripting/scriptengine/qtbindings/CoreResource.h
> <https://github.com/KDE/amarok/pull/10/files#diff-cd4149aa028f7ca2e693ac0daa5bcd76>
> (59)
> - *A* src/scripting/scriptengine/qtbindings/CoreTextCodec.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-b4586fa7626fd3a013e90f407b49140d>
> (171)
> - *A* src/scripting/scriptengine/qtbindings/CoreTextCodec.h
> <https://github.com/KDE/amarok/pull/10/files#diff-572f89bc041789de211aa27cc8fcebe4>
> (75)
> - *A* src/scripting/scriptengine/qtbindings/CoreTextStream.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-ca3e82005e7474ac8f9518581dfb7b27>
> (270)
> - *A* src/scripting/scriptengine/qtbindings/CoreTextStream.h
> <https://github.com/KDE/amarok/pull/10/files#diff-5ebdd770a037721a9c74642d36fc84ca>
> (88)
> - *A* src/scripting/scriptengine/qtbindings/CoreTranslator.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-ae55fae3bc9b4f79b4aff9a49eb6e459>
> (68)
> - *A* src/scripting/scriptengine/qtbindings/CoreTranslator.h
> <https://github.com/KDE/amarok/pull/10/files#diff-e6e0abab3801aa2151e66d4137f975d7>
> (48)
> - *A* src/scripting/scriptengine/qtbindings/CoreUrl.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-a1829bf45e5db73874d29b0318137333>
> (330)
> - *A* src/scripting/scriptengine/qtbindings/CoreUrl.h
> <https://github.com/KDE/amarok/pull/10/files#diff-f0ba0f8b4fd56c707926007831812665>
> (102)
> - *A* src/scripting/scriptengine/qtbindings/Gui.h
> <https://github.com/KDE/amarok/pull/10/files#diff-386a6996a7813fc924625f208a438732>
> (27)
> - *A* src/scripting/scriptengine/qtbindings/GuiCheckBox.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-59e7a128483f5741a4f59b3b00ed74ae>
> (85)
> - *A* src/scripting/scriptengine/qtbindings/GuiCheckBox.h
> <https://github.com/KDE/amarok/pull/10/files#diff-ae6e7a6b7ebe42487e213761aa7be52c>
> (51)
> - *A* src/scripting/scriptengine/qtbindings/GuiDialogButtonBox.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-24705199f8da4cba1678cef240aa06e7>
> (50)
> - *A* src/scripting/scriptengine/qtbindings/GuiDialogButtonBox.h
> <https://github.com/KDE/amarok/pull/10/files#diff-11da327f8019b392d5a7cf2adc787bf4>
> (88)
> - *A* src/scripting/scriptengine/qtbindings/GuiLabel.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-f45622e895e101053988b9d4c48d1fde>
> (321)
> - *A* src/scripting/scriptengine/qtbindings/GuiLabel.h
> <https://github.com/KDE/amarok/pull/10/files#diff-160e683934df492d5833811d957c229a>
> (96)
> - *A* src/scripting/scriptengine/qtbindings/QtBinding.h
> <https://github.com/KDE/amarok/pull/10/files#diff-decc2a8b84b650fe389442294bbb8b6c>
> (123)
> - *A* src/scripting/scriptengine/qtbindings/Sql.h
> <https://github.com/KDE/amarok/pull/10/files#diff-c85034555af34ed266d37b2f272cace6>
> (25)
> - *A* src/scripting/scriptengine/qtbindings/SqlSqlQuery.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-42d5a8e5d9053bd783a526413a269580>
> (247)
> - *A* src/scripting/scriptengine/qtbindings/SqlSqlQuery.h
> <https://github.com/KDE/amarok/pull/10/files#diff-e8edbf6ffebdeabd0253232088a056ca>
> (87)
> - *A* src/scripting/scriptengine/qtbindings/UiTools.h
> <https://github.com/KDE/amarok/pull/10/files#diff-ac9e569e358a49fe88d900198fbf7766>
> (25)
> - *A* src/scripting/scriptengine/qtbindings/UiToolsUiLoader.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-d9d1a1ddec9477b013c50d768ac55b10>
> (136)
> - *A* src/scripting/scriptengine/qtbindings/UiToolsUiLoader.h
> <https://github.com/KDE/amarok/pull/10/files#diff-b3a6ace63e620fd2b2193a677c1a8ada>
> (60)
> - *M* src/scripting/scriptmanager/ScriptItem.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-d0ac4e8c8b92338b595a51e651e65a75>
> (66)
> - *M* src/scripting/scriptmanager/ScriptItem.h
> <https://github.com/KDE/amarok/pull/10/files#diff-f3b97b2a63a6ac7a84cde3e7c5e4313a>
> (19)
> - *M* src/scripting/scriptmanager/ScriptManager.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-e1a15040485b4633aaa118c44e073a60>
> (51)
> - *M* src/scripting/scriptmanager/ScriptManager.h
> <https://github.com/KDE/amarok/pull/10/files#diff-56e42192feb1c34266708cfeb59d6571>
> (10)
> - *M* src/scripting/scriptmanager/ScriptUpdater.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-e6bf765bbfcd93962b22913e0609f4c9>
> (3)
> - *M* src/scripting/scripts/radio_station_service/main.js
> <https://github.com/KDE/amarok/pull/10/files#diff-523e933f9053a65137007eff38ec56f2>
> (20)
> - *M* src/widgets/PrettyTreeDelegate.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-7a555c841d7974dc2dfe133f42865e68>
> (2)
> - *M* src/widgets/Token.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-432a58058ba9fd8aa1bd423efe00eb43>
> (9)
> - *M* src/widgets/Token.h
> <https://github.com/KDE/amarok/pull/10/files#diff-63b297061535155e0be9899d5695ea54>
> (1)
> - *M* src/widgets/TokenDropTarget.cpp
> <https://github.com/KDE/amarok/pull/10/files#diff-ac5298c7adb6dc454846151313bf9be5>
> (6)
>
> Patch Links:
>
> - https://github.com/KDE/amarok/pull/10.patch
> - https://github.com/KDE/amarok/pull/10.diff
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/KDE/amarok/pull/10>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAHSYIKZU62DN5AW6XUKDK3SGDFMDANCNFSM4RO6GH4A>
> .
>
--
Pronouns: she/her
Proud member of the Amarok and KDE Community:
https://www.kde.org
Protect your freedom and support the work of the FSFE:
https://www.fsfe.org <http://www.fsfe.org/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/amarok-devel/attachments/20200916/1564832e/attachment-0001.htm>
More information about the Amarok-devel
mailing list