56
I Use This!
Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* updated the russian translation (thanks again svd)
mvogt
as mvo
More... about 22 years ago
* minor changes to the strings in the filter dialog to make translation more easy (thanks to svd)
mvogt
as mvo
More... about 22 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 22 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 22 years ago
* some more fixes for the new filter dialog
mvogt
as mvo
More... about 22 years ago
* filters are reapplied now after they where edited with the filter editor * some segfaults fixed
mvogt
as mvo
More... about 22 years ago
Updated pt_BR translation, just one more message. More... about 22 years ago
* new spanish translation (thanks to alvaro)
mvogt
as mvo
More... about 22 years ago
* tweaks for the new filter dialog
mvogt
as mvo
More... about 22 years ago
Updated pt_BR translation More... about 22 years ago
* converted _availDepList, _rdepList to GtkTreeView
mvogt
as mvo
More... about 22 years ago
* trunk has all the changes from the "newfilterdialog" branch * small bugfixes
mvogt
as mvo
More... about 22 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 22 years ago
* all the remaining stuff for the GtkTreeView transition
mvogt
as mvo
More... about 22 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 22 years ago
* fixes for the recommended/suggested buttons * start to get rid of all GtkCLists (_recList is converted now)
mvogt
as mvo
More... about 22 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 22 years ago
* converted _depList from GtkCList to GtkTreeView
mvogt
as mvo
More... about 22 years ago
- Introduced generic option setting dialog.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
* suggested/recommend install buttons are back * added synaptic Option to have all recommended packages installed automatically
mvogt
as mvo
More... about 22 years ago
- Included window_setopt.* in Makefile.am.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
- Improved tree locking presentation. - Lock the tree while setting selections.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
Introduced option that prevents Synaptic state from being saved.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
make -C po update-po updated translations pt_BR.po More... about 22 years ago
- Fixed _vpaned position restoring (restore *after* RGFlushInterface()). - Introduced a new option that if enabled asks to quit synaptic after each proceeded operation.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
- Changed title of main window when RPM is in use. - Made Synaptic::IgnorePMOutput also ignore rpm exit status.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
Updated NEWS file.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
- Greatly improved readSelections() speed. - Save and restore last window position. - Save filter names without i18n. It's now done on RFilter.getName(). The old way would result into filters with and without i18n if the user selected some i18n language temporarily.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
Fixed RPackage available/downloadable mess. There were two bugs in the logic in use:
Gustavo Niemeyer
as niemeyer
More... about 22 years ago
Updated translations.
Gustavo Niemeyer
as niemeyer
More... about 22 years ago