* minor bugfix |
|
More...
|
over 22 years ago
|
Improved changelog for 0.35. |
|
More...
|
over 22 years ago
|
- Many minor aesthetic changes in main window. - Use new icons. - Find toolbar is back, now with non-interactive filter. |
|
More...
|
over 22 years ago
|
Some more s/raptor/synaptic/g |
|
More...
|
over 22 years ago
|
* reset undoStack on openCache() |
|
More...
|
over 22 years ago
|
Translation to Brazilian Portuguese (pt_BR.po) updated |
|
More...
|
over 22 years ago
|
- Replaced icon on the 'Filters...' button. |
|
More...
|
over 22 years ago
|
* colors can be switched on the fly now * basic color dialog ready |
|
More...
|
over 22 years ago
|
* max undo stack can be configured now * some ui cleanups for the undo code |
|
More...
|
over 22 years ago
|
- Included missing glade files in the repository, and in the makefile. |
|
More...
|
over 22 years ago
|
* bugfixes for undo |
|
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. |
|
More...
|
over 22 years ago
|
* small typos in rcdscanner (only debian) * documentation updates * nl translation update |
|
More...
|
over 22 years ago
|
- In RGInstallProgress, convert strings received from rpm to utf8() before setting the label. |
|
More...
|
over 22 years ago
|
* colors can be configured now |
|
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. |
|
More...
|
over 22 years ago
|
* double click expand/collapses rows |
|
More...
|
over 22 years ago
|
- Adding new images. |
|
More...
|
over 22 years ago
|
Improved --set-selection handling, including speed optimizations, disabling observers during selection, and a progress meter. |
|
More...
|
over 22 years ago
|
* wings compiles again |
|
More...
|
over 22 years ago
|
- Aesthetic changes in the about dialog, using new icons. |
|
More...
|
over 22 years ago
|
- Replaced xpm icons by the new ones in pixmaps' Makefile. |
|
More...
|
over 22 years ago
|
- Fixing ZVT proceed mode. |
|
More...
|
over 22 years ago
|
- Fixed ZVT terminal support. - Made support for ZVT runtime configurable, when --with-zvt was used for configuration. |
|
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. |
|
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. |
|
More...
|
over 22 years ago
|
Updated indexcopy files from the apt-rpm tree. |
|
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). |
|
More...
|
over 22 years ago
|
Added missing ruserdialog.h. |
|
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. |
|
More...
|
over 22 years ago
|