56
I Use This!
Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* minor bugfix
mvogt
as mvo
More... over 22 years ago
Improved changelog for 0.35.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
- Many minor aesthetic changes in main window. - Use new icons. - Find toolbar is back, now with non-interactive filter.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
Some more s/raptor/synaptic/g More... over 22 years ago
* reset undoStack on openCache()
mvogt
as mvo
More... over 22 years ago
Translation to Brazilian Portuguese (pt_BR.po) updated More... over 22 years ago
- Replaced icon on the 'Filters...' button.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
* colors can be switched on the fly now * basic color dialog ready
mvogt
as mvo
More... over 22 years ago
* max undo stack can be configured now * some ui cleanups for the undo code
mvogt
as mvo
More... over 22 years ago
- Included missing glade files in the repository, and in the makefile.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
* bugfixes for undo
mvogt
as mvo
More... over 22 years ago
- Removed "Edit filter" button in the filter toolbar. - In RPackageLister.commitChanges, Don't leave the main loop if there was a transient failure. This ensures that all discs are going to be processed, even if some pre/post script failed in rpm. I belive this should be desirable for dpkg as well. - Implemented new dialog showing errors shown by rpm while installing packages.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
* small typos in rcdscanner (only debian) * documentation updates * nl translation update
mvogt
as mvo
More... over 22 years ago
- In RGInstallProgress, convert strings received from rpm to utf8() before setting the label.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
* colors can be configured now
mvogt
as mvo
More... over 22 years ago
- Implemented GeometryParser class. It parses strings in a format similar to that accepted by -geometry parameter from X. Currently it's in rginstallprogress.cc, and is used to set the dimensions of the RGInstallProgress window. In the future it can be moved to rgeometry.{cc,h} in common/ and used by other windows. - Using that class, RGInstallProgress may have its geometry set with the Synaptic::Geometry::InstProg option.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
* double click expand/collapses rows
mvogt
as mvo
More... over 22 years ago
- Adding new images.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
Improved --set-selection handling, including speed optimizations, disabling observers during selection, and a progress meter.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
* wings compiles again
mvogt
as mvo
More... over 22 years ago
- Aesthetic changes in the about dialog, using new icons.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
- Replaced xpm icons by the new ones in pixmaps' Makefile.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
- Fixing ZVT proceed mode.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
- Fixed ZVT terminal support. - Made support for ZVT runtime configurable, when --with-zvt was used for configuration.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
- Introduced gsynaptic.h, to avoid declaring "extern RGFlushInterface" all over the place. - Do not let the treeview access the cache during an update. We do that unsetting the tree_model before calling updateCache.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
- Fixed Install/Upgrade button label swap, which has been broken since the icons were included. - Implemented a much more simplified conversion from local charset to UTF-8, removing conversion.{h,cc}. - Many places were UTF-8 conversion is needed were fixed. - Changed RPackage.{maintainer,summary} to return plain (const char *), like every other method in those classes. - Do not call gtk_set_locale(). This is done inside gtk_init() automatically. - Reset _depInfoL label in updatePackageInfo, like other labels. - When disabling the PkgHelp button, disable the separator as well. - The same filter menu widget was being used for the menubar and the toolbar. One single menu widget can't be used by more than one parent. This has been fixed, removing several warnings. - Enabled "delete _records;" code for RPM, as APT-RPM has the crash problem fixed already.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
Updated indexcopy files from the apt-rpm tree.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
- Pressing the "enter" key in the find dialog is now equivalent to pressing the "find" button. - Implemented CD-ROM adding support. - Improved vertical separators appearance in main toolbar. - Included icons in Keep/Install/Remove buttons. - Implemented new methods in R(G)UserDialog to replace gtk_alert_panel using standard gtk dialogs. - Started replacing gtk_alert_panel by the new methods in RGUserDialog (there are still some references to be replaced).
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
Added missing ruserdialog.h.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago
Now the confirmation dialog appearing when more packages are going to be affected by some action may be disabled from the preferences window.
Gustavo Niemeyer
as niemeyer
More... over 22 years ago