56
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* a first design for a glade based repository dialog (no code yet) * rpackagelister.cc: if we use FLAT_LIST, don't add the stuff to the tree, gtkpkglist uses it's own code now
mvogt
as mvo
More... about 21 years ago
* rew release 0.36 branch created
mvogt
as mvo
More... about 21 years ago
* reactivated setTreeLocked()
mvogt
as mvo
More... about 21 years ago
* set rgsummarywindow operations summary selectable (to do copy/paste) (this was a user request :) * removed the blinking cursor from the description text (thanks svd) * some TODO updates * fixed a nasty bug in the new filter dialog
mvogt
as mvo
More... about 21 years ago
* minor stuff
mvogt
as mvo
More... about 21 years ago
* russian translation update * more utf8 work * POTFILES.in updated -> thanks to svd for all this
mvogt
as mvo
More... about 21 years ago
* added gtk/rgcdscanner.cc to po/POTFILES.in (thanks svd :)
mvogt
as mvo
More... about 21 years ago
* removed some debug output
mvogt
as mvo
More... about 21 years ago
* reworked the fetch dialog, should be flicker free now
mvogt
as mvo
More... about 21 years ago
* updated the russian translation (thanks again svd)
mvogt
as mvo
More... about 21 years ago
* minor changes to the strings in the filter dialog to make translation more easy (thanks to svd)
mvogt
as mvo
More... about 21 years ago
* after the pkgcache is reread, we can't do "refreshTable(pkg)", but refreshTable() as the pointer to pkg is probably invalid
mvogt
as mvo
More... about 21 years ago
* no need to click "update" on filter name change anymore (in the filters dialog) * started cleaning up the filtermanagerwindow code * rgzvtinstallprogress has a stock close button now, the old red button did confuses some users
mvogt
as mvo
More... about 21 years ago
* some more fixes for the new filter dialog
mvogt
as mvo
More... about 21 years ago
* filters are reapplied now after they where edited with the filter editor * some segfaults fixed
mvogt
as mvo
More... about 21 years ago
Updated pt_BR translation, just one more message. More... about 21 years ago
* new spanish translation (thanks to alvaro)
mvogt
as mvo
More... about 21 years ago
* tweaks for the new filter dialog
mvogt
as mvo
More... about 21 years ago
Updated pt_BR translation More... about 21 years ago
* converted _availDepList, _rdepList to GtkTreeView
mvogt
as mvo
More... about 21 years ago
* trunk has all the changes from the "newfilterdialog" branch * small bugfixes
mvogt
as mvo
More... about 21 years ago
- Added "Clear" button to repositories window. - Added "-r" option to open directly in repositories window. - Fixed bug in restoring filters when using i18n.
Gustavo Niemeyer
as niemeyer
More... about 21 years ago
* all the remaining stuff for the GtkTreeView transition
mvogt
as mvo
More... about 21 years ago
- Corrected 'Unabled' spelling (Unable is the right word) - corrected one spelling in the pt_BR translation ("intero" should be "interno") - completed the pt_BR translation (one message was not translated) More... about 21 years ago
* fixes for the recommended/suggested buttons * start to get rid of all GtkCLists (_recList is converted now)
mvogt
as mvo
More... about 21 years ago
- Inside utf8(), check if the string is already valid UTF8 before converting. This fixes strings being shown truncated because both APT and Synaptic pass strings to _error, but while APT passes them without conversions, Synaptic passes them like UTF8 already, so showErrors() must convert them to utf8() conditionally.
Gustavo Niemeyer
as niemeyer
More... about 21 years ago
* converted _depList from GtkCList to GtkTreeView
mvogt
as mvo
More... about 21 years ago
- Introduced generic option setting dialog.
Gustavo Niemeyer
as niemeyer
More... about 21 years ago
* suggested/recommend install buttons are back * added synaptic Option to have all recommended packages installed automatically
mvogt
as mvo
More... about 21 years ago
- Included window_setopt.* in Makefile.am.
Gustavo Niemeyer
as niemeyer
More... about 21 years ago