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
- Fixed bug making the terminal option not work.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
Default undo stack size is now 3 when using rpm, this reduces 4MB of memory consumption.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
Implemented method to get the current/given filter index.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
- Improved searching dialogs' algorihtm. Now 'foo bar' will look for either 'foo' or 'bar'. To get the previous result, use '"foo bar"' instead.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
- Improved fetch progress interface.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
- Greatly improved readSelections speed. - Do not lock tree while reading selections. It's segfaulting for some reason.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
Introduced option to hide the upgrade buttons from the toolbar.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
Make error messages translatable. Update some Copyright lines. More... about 22 years ago
- Convert error strings to UTF8 in showErrors().
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
Forgot to include rcacheactor.*.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
- Generic optimizations in RPackageLister. - Convert depType strings to UTF8 in rgmainwindow.cc.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
- Some extensions for apt-rpm were added. Mainly, support for an external file providing Recommends which are automatically selected on actions, and a data for a new filter called "Reduced view". WARNING: Don't use that support, the way data is obtained will be changed in the near future.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
* created a "fastlistview" branch - it's pretty experimental ATM, the goal is to match the speed of the old GtkCList interface for a list view * a small bugfix for the rwuserdialog (added #include "i18n.h")
mvogt
as mvo
More... about 22 years ago
* applied a patch from Mike Snitzer to make it possible to filter for version
mvogt
as mvo
More... about 22 years ago
* some updates to the README file * debconf button for debian * some dead code removed
mvogt
as mvo
More... about 22 years ago
* added first version of the filterManager window glade files
mvogt
as mvo
More... about 22 years ago
* -Wall (mostly) clean * some cleanups for save/restoreTableState
mvogt
as mvo
More... about 22 years ago
Add missing charset to po/es.po More... about 22 years ago
- Greatly improved RGFetchProgress algorithm. - Fixed RGInstallProgress algorithm when start() is called multiple times (like when using CDROM). - Fixed a serious bug in RInstallProgress that happened once in a while, caused by a wrong assumption of the executing ordering of two different threads. - In RGUserDialog::message(), also set the default result when defres is true. The old algorithm assumed that the default is always true (ok, yes, etc), and this doesn't seem to be valid. - If compiling against APT-RPM, use the much improved state saving mechanism.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
- Minor aesthetic changes in window_filters glade interface.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
* small bugfix * filter for maintainer * start working on "provides" support
mvogt
as mvo
More... about 22 years ago
Add some more translatable strings. More... about 22 years ago
* added undo/redo support
mvogt
as mvo
More... about 22 years ago
make -c po update-po, now to update the pt_BR translation :-) More... about 22 years ago
- Moved _donePackages logic from RGInstallProgress into parent class RInstallProgress. - Reset _donePackages when starting up the package manager again.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
* added debconf filter (debian only) * some fixes for the radio button menus
mvogt
as mvo
More... about 22 years ago
* small bugfix for g++-3.2
mvogt
as mvo
More... about 22 years ago
* multiple selection works again
mvogt
as mvo
More... over 22 years ago
- Improved RGInstallProgress. Now it uses a glade interface, and shows the summary together with the pkgname. - Also, don't show in the name label stuff that packages output.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
Completed pt_BR (Brazilian Portuguese) translation. More... over 22 years ago