56
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* improved checking if a pkg is actually installable
mvogt
as mvo
More... almost 22 years ago
* minor fix
mvogt
as mvo
More... almost 22 years ago
* reworked search dialog * added "files" tab
mvogt
as mvo
More... almost 22 years ago
* rsource reader more robust now
mvogt
as mvo
More... almost 22 years ago
* fix for rh7.3 (g++-2.95 clean, gtk2.0 clean)
mvogt
as mvo
More... almost 22 years ago
* if a pkg is not installable, pkgInstallHelper() will issue a warning to the user
mvogt
as mvo
More... almost 22 years ago
Check the installation candidate for ONotInstallable.
Gustavo Niemeyer
as niemeyer
More... almost 22 years ago
In RGUserDialog, change focus when defres is true as well. The code was assuming it was always true, besides when explictly told to be false.
Gustavo Niemeyer
as niemeyer
More... almost 22 years ago
* some more assert.h -> cassert fixes * fixed a segfault in proceedClicked()
mvogt
as mvo
More... almost 22 years ago
* added "Not installable" filter * fixed pattern filters * first working provides filter (based on name only currently)
mvogt
as mvo
More... almost 22 years ago
* fixed a segfault after installing packages * removed some more debug output
mvogt
as mvo
More... almost 22 years ago
* small ui improvments
mvogt
as mvo
More... almost 22 years ago
* removed most of the debug cout (this means we come close to release :) * dramaticly improved the speed of undo() for debian
mvogt
as mvo
More... almost 22 years ago
* reworked the search code, works like apt-cache search now
mvogt
as mvo
More... about 22 years ago
Optimized algorithm to select multiple packages at once.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
* make column width changeable by the user
mvogt
as mvo
More... about 22 years ago
* fixed one performance problem (tree::size() is a _very_ expensive operation)
mvogt
as mvo
More... about 22 years ago
* the repository window does not longer has the enable button, this is part of the repository list now
mvogt
as mvo
More... about 22 years ago
Report Hit as 100% progress, just like Done.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
* add errorhandling for open/save seletions * cleanup for the TODO file
mvogt
as mvo
More... about 22 years ago
* upgrade/distUpgrade emit a changeNotify now
mvogt
as mvo
More... about 22 years ago
* repositorywin now has a in the table integrated enabled toggle button
mvogt
as mvo
More... about 22 years ago
APT-RPM has no such thing as absolute distribution in sources.list.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
* cache config is now saved/restored * some experimental code to support a subtree for the dependencies under each pkg
mvogt
as mvo
More... about 22 years ago
* use GTK_VERSION macro for the gtk2.0 compatibily code
mvogt
as mvo
More... about 22 years ago
Include window_repositories.glade in the necessary files.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
* some more work for the rpackagelistactor stuff
mvogt
as mvo
More... about 22 years ago
- Run the fixBroken algorithm just once in the loop that handles multiple selections. There's too much overhead there. - Fixed infinite loop caused by a variable being used twice in different contexts of RCacheActorPkgTree::run().
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
* wings builds again * scrolling fixes (rgfetchprogress, rgrepositorydialog)
mvogt
as mvo
More... about 22 years ago
* new glade based repository dialog * update button in filtermanager window is gnoe now (updates are autoamtic) * we only depend on gtk 2.0 now
mvogt
as mvo
More... about 22 years ago