Activity for kuroo

  • A Schenck A Schenck committed [r1791] on Code

    Pass QMainWindow as parent to high-level views

  • A Schenck A Schenck committed [r1790] on Code

    Handle compiler / optimization differences in SavePackageKeywords

  • A Schenck A Schenck committed [r1789] on Code

    Use new SavePackageKeywordsJob.h for test

  • A Schenck A Schenck committed [r1788] on Code

    Refactor SavePackageKeywordsJob

  • A Schenck A Schenck committed [r1787] on Code

    Tests for writing portage files

  • A Schenck A Schenck committed [r1786] on Code

    Redo keyboard shortcuts

  • kuroo kuroo released /kuroo/kuroo-1.2.4.tar.xz

  • A Schenck A Schenck committed [r1785] on Code

    Making a new release for kuroo-1.2.4-250418_db48

  • A Schenck A Schenck committed [r1784] on Code

    Release version 1.2.4

  • A Schenck A Schenck committed [r1783] on Code

    Update LoadPackageKeywordsJob to use readRecursive

  • A Schenck A Schenck committed [r1782] on Code

    Fix testLoadPackageHardMaskJob when run by portage

  • A Schenck A Schenck committed [r1781] on Code

    Unit test for LoadPackageHardMaskJob

  • A Schenck A Schenck committed [r1780] on Code

    Unit Tests! for PortageFiles::recursiveRead

  • A Schenck A Schenck committed [r1779] on Code

    Finish KF6 port for SystemTray

  • A Schenck A Schenck committed [r1778] on Code

    Update ebuilds based on changes from Andreas

  • A Schenck A Schenck committed [r1777] on Code

    Remove KurooConfig::filePackageHardMask

  • Eugene Sanscartier Eugene Sanscartier modified a comment on discussion General Discussion

    Dear Galiven, I would be interested in contributing. I already did some tinkering with the gui. Also, what do you think about moving to git -> githun/gitlab. I find svn and sourceforge flimsy.

  • Eugene Sanscartier Eugene Sanscartier posted a comment on discussion General Discussion

    Dear Galiven, I would be interested in contributing. I already did some tinkering with the gui. Also, what do you think about moving to git -> githun/gitlab. I find svn and sourceforge flimsy. Eugene Sanscartier

  • A Schenck A Schenck committed [r1776] on Code

    Update the live ebuild and CMakeLists for KF6

  • A Schenck A Schenck committed [r1775] on Code

    Port to Qt/KF6: Use ${KDE_INSTALL_KXMLGUIDIR} in CMakeLists

  • A Schenck A Schenck committed [r1774] on Code

    Port to Qt/KF6: setAssociatedWidget doesn't exist in KF6, will need a QWindow somehow

  • A Schenck A Schenck committed [r1773] on Code

    Port to Qt/KF6: Update CMakeLists.txt and the live ebuild

  • A Schenck A Schenck committed [r1772] on Code

    Implement the KCrash suggestions from the kde mailing list

  • A Schenck A Schenck committed [r1771] on Code

    Port to Qt/KF6: QString::midRef and leftRef are gone, just use mid and left

  • A Schenck A Schenck committed [r1770] on Code

    const some things for good measure

  • A Schenck A Schenck committed [r1769] on Code

    Port to Qt/KF6: Use canConvert<T> template function

  • A Schenck A Schenck committed [r1768] on Code

    Port to Qt/KF6: small stray bits

  • A Schenck A Schenck committed [r1767] on Code

    Port to Qt/KF6: Use canConvert<T> template function

  • A Schenck A Schenck committed [r1766] on Code

    Port to Qt/KF6: Convert some QRegExp into static const QRegularExpression

  • A Schenck A Schenck committed [r1765] on Code

    Port to Qt/KF6: Pass Qt::Alignment instead of int

  • A Schenck A Schenck committed [r1764] on Code

    Port to Qt/KF6: Use '|' instead of '+' to create QKeySequence

  • A Schenck A Schenck committed [r1763] on Code

    Port to Qt/KF6: adjust KIO

  • A Schenck A Schenck committed [r1762] on Code

    Port to Qt/KF6: use QMultiMapIterator instead of QMapIterator

  • A Schenck A Schenck committed [r1761] on Code

    Port to Qt/KF6: Convert qAsConst to std::as_const

  • Matthias Nagel Matthias Nagel posted a comment on ticket #65

    I found a workaround. First start Kuroo as root user from command line via "kdesu kuroo". Let Kuroo run its setup wizard and backup. Then copy the create config file "/root/.config/kuroorc" into the user account which normally runs Kuroo. (Adjust user/group ownership.) After that Kuroo skips the wizard when a normal user start Kuroo and Kuroo happily informs the user that it is running in non-privileged mode. I assume the crucial line in "kuroorc" is "wizard=false".

  • A Schenck A Schenck posted a comment on ticket #65

    This must have been broken by when cleaning up the startup sequence. It should pop up a KAuth prompt to create and chown portage:portage /var/cache/kuroo . Unfortunately we won't be able to fix this soon on account of leaving for several months and not bringing a computer with. It'll probly be at least October before we even get a chance to look at the code again, and the port to KF6 / Qt6 will also need to be done at the same time.

  • A Schenck A Schenck modified ticket #63

    app-portage/kuroo-9999 is installing files in root folder

  • A Schenck A Schenck posted a comment on ticket #63

    This has been fixed a while ago by using XDG dirs.

  • Matthias Nagel Matthias Nagel created ticket #66

    Kuroo 1.2.3 displays message "Couldn't reed any use flag description ..." upon start

  • Matthias Nagel Matthias Nagel created ticket #65

    Cannot start Kuroo es normal user

  • A Schenck A Schenck modified ticket #64

    Kuroo relies on deprecated variables in make.conf for directory settings

  • A Schenck A Schenck posted a comment on ticket #64

    Implemented repos.conf parsing and several other things in release 1.2.3 which is pending being added to the gentoo tree at https://bugs.gentoo.org/936066 . The main release notes are: Notably this version reads repo locations from /etc/repos.conf per bug #64 filed at sourceforge, and bug 934211 filed at gentoo. It also adds some warnings and more messaging around errors and warnings. Lots of cleanup in CMakeLists and other old code. Rename base name to org.gentoo.kuroo. Add a warning to the config...

  • kuroo kuroo updated /kuroo/kuroo-1.2.3.tar.xz

  • kuroo kuroo released /kuroo/kuroo-1.2.3.tar.xz

  • A Schenck A Schenck committed [r1760] on Code

    Release version 1.2.3

  • A Schenck A Schenck committed [r1759] on Code

    Parse repo locations from repos.conf: part 3

  • A Schenck A Schenck committed [r1758] on Code

    Parse repo locations from repos.conf: part 3

  • A Schenck A Schenck committed [r1757] on Code

    Parse repo locations from repos.conf: part 2

  • A Schenck A Schenck committed [r1756] on Code

    Parse repo locations from repos.conf: part 1

  • A Schenck A Schenck committed [r1755] on Code

    Minor cleanup of some of the file processing

  • A Schenck A Schenck committed [r1754] on Code

    Remove old Message class

  • A Schenck A Schenck committed [r1753] on Code

    Handle errors in Emerge::queue

  • A Schenck A Schenck committed [r1752] on Code

    Rename all the auth-helper things to org.gentoo.kuroo

  • A Schenck A Schenck committed [r1751] on Code

    Significant work on CMakeLists and cleanup KAboutData

  • A Schenck A Schenck committed [r1750] on Code

    Mark PORTAGE_BINHOST and SYNC vars deprecated in config

  • A Schenck A Schenck committed [r1749] on Code

    Use plain CPP static for regexes, pass m_parent to more dialogs

  • A Schenck A Schenck committed [r1748] on Code

    Minor syntactic adjustments

  • A Schenck A Schenck committed [r1747] on Code

    Add warning to ConfigDialog

  • A Schenck A Schenck modified ticket #64

    Kuroo relies on deprecated variables in make.conf for directory settings

  • A Schenck A Schenck posted a comment on ticket #64

    Hi Matthias, thanks for the report! This is a known thing but has kinda been forgotten since it "just works"™ here because PORTDIR has been set for ages (and the tree is still in /usr/portage instead of /var/db/repos). There are a lot of projects in the kuroo codebase and this one has just never been prioritized, but it shouldn't be too difficult to do, just slightly annoying because the repos.conf files use "ini" syntax rather than variable assignment syntax like most other files we read. Will try...

  • Matthias Nagel Matthias Nagel created ticket #64

    Kuroo relies on deprecated variables in make.conf for directory settings

  • A Schenck A Schenck committed [r1746] on Code

    Replace some QLatin1Strings and QLatin1Chars

  • A Schenck A Schenck committed [r1745] on Code

    Clean up some stale code in QueueListModel

  • A Schenck A Schenck committed [r1744] on Code

    Fix a couple of memory leaks reported by ASAN

  • A Schenck A Schenck committed [r1743] on Code

    A few extra QStringLiterals and QLatin1Chars

  • A Schenck A Schenck committed [r1742] on Code

    Don't quote size when inserting into the cache table so that SQLite will have an easy job knowing that it is an integral value rather than a string.

  • A Schenck A Schenck committed [r1741] on Code

    Update min QT/KF versions in CMakeLists to show deprecation warnings in preparation for KF6.

  • A Schenck A Schenck committed [r1740] on Code

    Adjust the column widths in the PortageTab package summary area so it doesn't wrap awkwardly.

  • A Schenck A Schenck committed [r1739] on Code

    Pass the parent QObject to KMessageBox calls in emerge so that the dialog can be centered.

  • A Schenck A Schenck committed [r1738] on Code

    Cleanup stale commented out code, comment some existing things, remove unnecessary forward declarations and includes.

  • A Schenck A Schenck committed [r1737] on Code

    Convert cache.size column in DB to INTEGER type.

  • A Schenck A Schenck committed [r1736]

    Port to `KMessageBox::{question,warning}TwoActions` instead of `*YesNo`.

  • A Schenck A Schenck committed [r1735]

    Cleanups mostly for Clazy range-loop-detach, container-anti-pattern,

  • A Schenck A Schenck committed [r1734]

    Declare a local `const QStringList` to prevent detach and solve the clazy warning in `KurooHelper::writeworld`

  • A Schenck A Schenck committed [r1733]

    New ebuilds for 1.2.2 and 9999

  • kuroo kuroo released /kuroo/kuroo-1.2.2.tar.xz

  • A Schenck A Schenck committed [r1732]

    Making a new release for kuroo-1.2.2

  • A Schenck A Schenck committed [r1731]

    Release 1.2.2

  • A Schenck A Schenck committed [r1730]

    Update QT, KF, and ECM versions.

  • A Schenck A Schenck committed [r1729]

    Include the revision in the version for places that don't handle sub-revisions specially. Fixes a lot of things broken by the previous global.cpp parsePackage rewrite particularly ebuild display in package inspector, installed versions in details, and unmerge of packages with sub-revisions.

  • A Schenck A Schenck committed [r1728]

    Pass the QWidget parent through to Emerge so that it can be used to center dialogs.

  • A Schenck A Schenck committed [r1727]

    Specify horizontal for progress bars in queue list so they fill the space.

  • A Schenck A Schenck committed [r1726]

    Fix lots of deprecation and code style warnings.

  • A Schenck A Schenck posted a comment on ticket #63

    Fixed in r1725

  • A Schenck A Schenck modified ticket #63

    app-portage/kuroo-9999 is installing files in root folder

  • A Schenck A Schenck committed [r1725]

    Fix bug #63. PhobosK actually did all the research about the deprecated variables and new variable names.

  • A Schenck A Schenck posted a comment on ticket #63

    Sorry, meant the files didn't belong there. This bug is definitely appropriate and serious, thank you for filing it. On 9/25/21 12:28 AM, PhobosK wrote: Well.., sorry if you feel that this doesn't belong here, but I didn't have time to look deeper into this and It seemed an upstream cmake config problem, so I decided that this is the best place to be fixed. Emerge and the ebuild has nothing to do with it, since they are pretty straightforward. Now as I had a little more time, turns out it is really...

  • PhobosK PhobosK posted a comment on ticket #63

    Well.., sorry if you feel that this doesn't belong here, but I didn't have time to look deeper into this and It seemed an upstream cmake config problem, so I decided that this is the best place to be fixed. Emerge and the ebuild has nothing to do with it, since they are pretty straightforward. Now as I had a little more time, turns out it is really a problem with the cmake config of the sources.... : Since KXMLGUI_INSTALL_DIR and XDG_APPS_INSTALL_DIR in src/CMakeLists.txt are obsolete install location...

  • A Schenck A Schenck posted a comment on ticket #63

    That absolutely doesn't belong there. Must be something weird going on in CMake. Would you mind posting emerge --info? On 9/24/21 12:00 PM, PhobosK wrote: [bugs:#63] https://sourceforge.net/p/kuroo/bugs/63/ app-portage/kuroo-9999 is installing files in root folder Status: open Group: default Created: Fri Sep 24, 2021 07:00 PM UTC by PhobosK Last Updated: Fri Sep 24, 2021 07:00 PM UTC Owner: nobody There is a problem with the installation of app-portage/kuroo-9999. It creates and adds folders in root...

  • PhobosK PhobosK created ticket #63

    app-portage/kuroo-9999 is installing files in root folder

  • A Schenck A Schenck committed [r1724]

    Reimplement CachePortageJob to work with Manifest2 format (GLEP 44).

  • A Schenck A Schenck committed [r1723]

    Save the updated TODO since it hasn't gone to VCS in a while. Add the new ebuilds for posterity and clean up some old.

  • A Schenck A Schenck committed [r1722]

    Gentoo Bug #811693: Clean up CMakeFiles.txt and ebuild

  • A Schenck A Schenck committed [r1721]

    Update branch / tarball name in release cutting script.

  • kuroo kuroo released /kuroo/kuroo-1.2.1.tar.xz

  • A Schenck A Schenck committed [r1720]

    Making a new release for kuroo-1.2.1

  • A Schenck A Schenck committed [r1719]

    Fix crash in CachePortageJob from parsePackage.

  • A Schenck A Schenck committed [r1718]

    A "minor optimization" from a clang-tidy error of parsePackage actually broke things, restore the previous behavior while still solving the clang-tidy complaint.

  • kuroo kuroo released /kuroo/kuroo-1.2.0.tar.xz

  • A Schenck A Schenck committed [r1717]

    Making a new release for kuroo-1.2.0

1 >
MongoDB Logo MongoDB