From 005372b08f278a1428f71cecd2b44ec714637d59 Mon Sep 17 00:00:00 2001 From: Raspbian forward porter Date: Sat, 8 Oct 2016 00:56:01 +0000 Subject: [PATCH] synaptic (0.83+rpi1+nmu1) stretch-staging; urgency=medium [changes brought forward from 0.81.2+rpi1 by Peter Michael Green at Fri, 01 Aug 2014 01:51:30 +0000] * Fix build on raspbian (see: #744371). [changes introduced in 0.83+rpi1+nmu1 by Peter Michael Green] * Force build system to apply patches for Debian regardless of system. [dgit import package synaptic 0.83+rpi1+nmu1] --- ABOUT-NLS | 226 + AUTHORS | 16 + BUGS | 14 + COPYING | 340 ++ ChangeLog | 1416 ++++++ DEBUG | 6 + FAQ | 30 + INSTALL | 370 ++ Makefile.am | 11 + NEWS | 370 ++ README | 101 + README.debtags | 45 + README.supported | 55 + README.tasks | 55 + TODO | 249 ++ TRANSLATORS | 86 + acinclude.m4 | 394 ++ autogen.sh | 23 + common/Makefile.am | 54 + common/i18n.h | 58 + common/indexcopy.cc | 511 +++ common/indexcopy.h | 74 + common/pkg_acqfile.cc | 88 + common/pkg_acqfile.h | 36 + common/raptoptions.cc | 319 ++ common/raptoptions.h | 85 + common/rcacheactor.cc | 199 + common/rcacheactor.h | 123 + common/rcdscanner.cc | 731 +++ common/rcdscanner.h | 114 + common/rconfiguration.cc | 315 ++ common/rconfiguration.h | 61 + common/rdependency.h | 44 + common/rinstallprogress.cc | 147 + common/rinstallprogress.h | 69 + common/rpackage.cc | 1580 +++++++ common/rpackage.h | 261 ++ common/rpackagecache.cc | 168 + common/rpackagecache.h | 82 + common/rpackagefilter.cc | 959 ++++ common/rpackagefilter.h | 326 ++ common/rpackagelistactor.cc | 37 + common/rpackagelistactor.h | 71 + common/rpackagelister.cc | 2108 +++++++++ common/rpackagelister.h | 364 ++ common/rpackagemanager.h | 79 + common/rpackagestatus.cc | 220 + common/rpackagestatus.h | 97 + common/rpackageview.cc | 661 +++ common/rpackageview.h | 247 ++ common/rpmindexcopy.cc | 233 + common/rpmindexcopy.h | 41 + common/rsources.cc | 563 +++ common/rsources.h | 113 + common/rswig.cc | 9 + common/rswig.h | 80 + common/rtagcollbuilder.cc | 23 + common/rtagcollbuilder.h | 93 + common/rtagcollfilter.cc | 23 + common/rtagcollfilter.h | 64 + common/ruserdialog.cc | 52 + common/ruserdialog.h | 71 + common/sections_trans.cc | 190 + common/sections_trans.h | 18 + config.h.in | 137 + configure.in | 242 + data/Makefile.am | 14 + data/com.ubuntu.pkexec.synaptic.policy.in | 19 + data/synaptic.desktop.in | 10 + debian/NEWS.Debian | 50 + debian/README.Debian | 10 + debian/changelog | 3296 ++++++++++++++ debian/compat | 1 + debian/control | 30 + debian/copyright | 28 + debian/gbp.conf | 6 + debian/install | 4 + debian/package-supported.png.Ubuntu | Bin 0 -> 747 bytes debian/package-supported.png.uu | 20 + debian/patches/00list | 1 + debian/patches/00list.Debian | 1 + debian/patches/00list.Ubuntu | 3 + debian/patches/01_ubuntu_changelog.dpatch | 85 + ...03_ubuntu_hide_browse_documentation.dpatch | 19 + .../patches/10_ubuntu_maintenance_gui.dpatch | 194 + debian/patches/99_fix_build_with_gcc6.dpatch | 38 + debian/rules | 57 + debian/rules.debian | 114 + debian/source/format | 1 + debian/source_synaptic.py | 15 + debian/synaptic-pkexec | 2 + debian/synaptic.dirs | 4 + debian/synaptic.docs | 6 + debian/synaptic.menu | 5 + debian/synaptic.postrm | 41 + debian/synaptic_32x32.xpm | 551 +++ doc/Makefile.am | 2 + doc/README | 2 + doc/html/C/Makefile.am | 7 + doc/html/Makefile.am | 1 + doc/html/es/Makefile.am | 9 + doc/html/sv/Makefile.am | 1 + gtk/Makefile.am | 97 + gtk/gsynaptic.cc | 614 +++ gtk/gsynaptic.h | 27 + gtk/gtk3compat.h | 51 + gtk/gtkbuilder/Makefile.am | 5 + gtk/gtkbuilder/dialog_authentication.ui | 120 + gtk/gtkbuilder/dialog_change_version.ui | 156 + gtk/gtkbuilder/dialog_changelog.ui | 104 + gtk/gtkbuilder/dialog_columns.ui | 338 ++ gtk/gtkbuilder/dialog_conffile.ui | 171 + gtk/gtkbuilder/dialog_disc_label.ui | 161 + gtk/gtkbuilder/dialog_download_error.ui | 137 + gtk/gtkbuilder/dialog_example.ui | 125 + gtk/gtkbuilder/dialog_new_repositroy.ui | 229 + .../dialog_proposed_new_repositories.ui | 410 ++ gtk/gtkbuilder/dialog_quit.ui | 125 + gtk/gtkbuilder/dialog_task_descr.ui | 91 + gtk/gtkbuilder/dialog_unmet.ui | 134 + gtk/gtkbuilder/dialog_update_failed.ui | 136 + gtk/gtkbuilder/dialog_update_outdated.ui | 178 + gtk/gtkbuilder/dialog_upgrade.ui | 162 + gtk/gtkbuilder/dialog_welcome.ui | 331 ++ gtk/gtkbuilder/druid_repository.ui | 1868 ++++++++ gtk/gtkbuilder/window_about.ui | 400 ++ gtk/gtkbuilder/window_changes.ui | 187 + gtk/gtkbuilder/window_details.ui | 1085 +++++ gtk/gtkbuilder/window_disc_name.ui | 172 + gtk/gtkbuilder/window_fetch.ui | 166 + gtk/gtkbuilder/window_filters.ui | 1402 ++++++ gtk/gtkbuilder/window_find.ui | 256 ++ gtk/gtkbuilder/window_iconlegend.ui | 80 + gtk/gtkbuilder/window_install_progress.ui | 94 + gtk/gtkbuilder/window_logview.ui | 192 + gtk/gtkbuilder/window_main.ui | 2092 +++++++++ gtk/gtkbuilder/window_preferences.ui | 2553 +++++++++++ gtk/gtkbuilder/window_procceed.ui | 117 + gtk/gtkbuilder/window_repositories.ui | 429 ++ .../window_rgdebinstall_progress.ui | 221 + gtk/gtkbuilder/window_rginstall_progress.ui | 108 + .../window_rginstall_progress_msgs.ui | 114 + gtk/gtkbuilder/window_setopt.ui | 273 ++ gtk/gtkbuilder/window_summary.ui | 424 ++ gtk/gtkbuilder/window_tasks.ui | 192 + gtk/gtkbuilder/window_zvtinstallprogress.ui | 141 + gtk/gtkpkglist.cc | 713 +++ gtk/gtkpkglist.h | 98 + gtk/gtktagtree.cc | 694 +++ gtk/gtktagtree.h | 81 + gtk/rgaboutpanel.cc | 100 + gtk/rgaboutpanel.h | 46 + gtk/rgcacheprogress.cc | 90 + gtk/rgcacheprogress.h | 51 + gtk/rgcdscanner.cc | 161 + gtk/rgcdscanner.h | 52 + gtk/rgchangelogdialog.cc | 71 + gtk/rgchangelogdialog.h | 27 + gtk/rgchangeswindow.cc | 191 + gtk/rgchangeswindow.h | 55 + gtk/rgdebinstallprogress.cc | 847 ++++ gtk/rgdebinstallprogress.h | 155 + gtk/rgdummyinstallprogress.cc | 52 + gtk/rgdummyinstallprogress.h | 43 + gtk/rgfetchprogress.cc | 479 ++ gtk/rgfetchprogress.h | 93 + gtk/rgfiltermanager.cc | 921 ++++ gtk/rgfiltermanager.h | 213 + gtk/rgfindwindow.cc | 148 + gtk/rgfindwindow.h | 60 + gtk/rggtkbuilderwindow.cc | 267 ++ gtk/rggtkbuilderwindow.h | 67 + gtk/rgiconlegend.cc | 84 + gtk/rgiconlegend.h | 37 + gtk/rginstallprogress.cc | 427 ++ gtk/rginstallprogress.h | 92 + gtk/rglogview.cc | 348 ++ gtk/rglogview.h | 63 + gtk/rgmainwindow.cc | 3454 +++++++++++++++ gtk/rgmainwindow.h | 309 ++ gtk/rgpackagestatus.cc | 119 + gtk/rgpackagestatus.h | 64 + gtk/rgpkgcdrom.cc | 162 + gtk/rgpkgcdrom.h | 56 + gtk/rgpkgdetails.cc | 416 ++ gtk/rgpkgdetails.h | 58 + gtk/rgpkgtreeview.cc | 259 ++ gtk/rgpkgtreeview.h | 4 + gtk/rgpreferenceswindow.cc | 1277 ++++++ gtk/rgpreferenceswindow.h | 137 + gtk/rgrepositorywin.cc | 806 ++++ gtk/rgrepositorywin.h | 103 + gtk/rgsetoptwindow.cc | 65 + gtk/rgsetoptwindow.h | 36 + gtk/rgslideshow.cc | 49 + gtk/rgslideshow.h | 51 + gtk/rgsummarywindow.cc | 508 +++ gtk/rgsummarywindow.h | 62 + gtk/rgtaskswin.cc | 303 ++ gtk/rgtaskswin.h | 57 + gtk/rgterminstallprogress.cc | 286 ++ gtk/rgterminstallprogress.h | 70 + gtk/rguserdialog.cc | 297 ++ gtk/rguserdialog.h | 94 + gtk/rgutils.cc | 339 ++ gtk/rgutils.h | 64 + gtk/rgvendorswindow.cc | 309 ++ gtk/rgvendorswindow.h | 40 + gtk/rgwindow.cc | 112 + gtk/rgwindow.h | 63 + help/C/ChangeLog | 32 + help/C/Makefile.am | 10 + help/C/figures/synaptic-categories.png | Bin 0 -> 9932 bytes help/C/figures/synaptic-filter.png | Bin 0 -> 37111 bytes help/C/figures/synaptic-packagedetails.png | Bin 0 -> 28167 bytes help/C/figures/synaptic-packagelist.png | Bin 0 -> 18711 bytes help/C/figures/synaptic-repositories.png | Bin 0 -> 26082 bytes help/C/figures/synaptic-start.png | Bin 0 -> 47067 bytes help/C/figures/synaptic-toolbar.png | Bin 0 -> 6464 bytes help/C/gpl.xml | 423 ++ help/C/synaptic-C.omf | 27 + help/C/synaptic.xml | 2768 ++++++++++++ help/Makefile.am | 3 + help/es/Makefile.am | 7 + help/es/figures/synaptic-categories.png | Bin 0 -> 10642 bytes help/es/figures/synaptic-filter.png | Bin 0 -> 37111 bytes help/es/figures/synaptic-packagedetails.png | Bin 0 -> 42462 bytes help/es/figures/synaptic-packagelist.png | Bin 0 -> 36011 bytes help/es/figures/synaptic-repositories.png | Bin 0 -> 33014 bytes help/es/figures/synaptic-start.png | Bin 0 -> 64605 bytes help/es/figures/synaptic-toolbar.png | Bin 0 -> 8401 bytes help/es/gpl.xml | 423 ++ help/es/synaptic-es.omf | 27 + help/es/synaptic.xml | 3378 ++++++++++++++ help/sv/Makefile.am | 7 + help/sv/figures/synaptic-categories.png | Bin 0 -> 11217 bytes help/sv/figures/synaptic-filter.png | Bin 0 -> 46369 bytes help/sv/figures/synaptic-packagedetails.png | Bin 0 -> 40771 bytes help/sv/figures/synaptic-packagelist.png | Bin 0 -> 26979 bytes help/sv/figures/synaptic-repositories.png | Bin 0 -> 41625 bytes help/sv/figures/synaptic-start.png | Bin 0 -> 68700 bytes help/sv/figures/synaptic-toolbar.png | Bin 0 -> 12328 bytes help/sv/gpl.xml | 423 ++ help/sv/synaptic-sv.omf | 27 + help/sv/synaptic.xml | 3001 +++++++++++++ intl/ChangeLog | 1027 +++++ intl/Makefile.in | 221 + intl/bindtextdom.c | 199 + intl/cat-compat.c | 262 ++ intl/dcgettext.c | 593 +++ intl/dgettext.c | 59 + intl/explodename.c | 181 + intl/finddomain.c | 189 + intl/gettext.c | 70 + intl/gettext.h | 105 + intl/gettextP.h | 73 + intl/hash-string.h | 63 + intl/intl-compat.c | 76 + intl/l10nflist.c | 409 ++ intl/libgettext.h | 185 + intl/linux-msg.sed | 100 + intl/loadinfo.h | 58 + intl/loadmsgcat.c | 199 + intl/localealias.c | 378 ++ intl/po2tbl.sed.in | 102 + intl/textdomain.c | 106 + intl/xopen-msg.sed | 104 + macros/Makefile | 236 + macros/Makefile.am | 43 + macros/Makefile.in | 378 ++ macros/aclocal-include.m4 | 16 + macros/autogen.sh | 179 + macros/compiler-flags.m4 | 109 + macros/curses.m4 | 318 ++ macros/gnome-bonobo-check.m4 | 150 + macros/gnome-common.m4 | 14 + macros/gnome-fileutils.m4 | 414 ++ macros/gnome-gettext.m4 | 336 ++ macros/gnome-ghttp-check.m4 | 14 + macros/gnome-gnorba-check.m4 | 35 + macros/gnome-guile-checks.m4 | 119 + macros/gnome-libgtop-check.m4 | 182 + macros/gnome-objc-checks.m4 | 79 + macros/gnome-orbit-check.m4 | 33 + macros/gnome-print-check.m4 | 171 + macros/gnome-pthread-check.m4 | 16 + macros/gnome-support.m4 | 68 + macros/gnome-undelfs.m4 | 20 + macros/gnome-vfs.m4 | 120 + macros/gnome-x-checks.m4 | 80 + macros/gnome-xml-check.m4 | 30 + macros/gnome.m4 | 124 + macros/gperf-check.m4 | 79 + macros/gwqt.m4 | 217 + macros/linger.m4 | 28 + macros/need-declaration.m4 | 42 + man/Makefile.am | 4 + man/synaptic.8 | 70 + man/synaptic.es.8 | 108 + man/synaptic.fr.8 | 73 + man/synaptic.ja.8 | 77 + man/synaptic.pt_BR.8 | 48 + man/synaptic.ru.8 | 123 + man/synaptic.tr.8 | 46 + omf.make | 53 + pixmaps/Makefile.am | 68 + pixmaps/alert.xpm | 19 + pixmaps/alertM.xpm | 19 + pixmaps/brokenM.xpm | 17 + pixmaps/cdrom.xpm | 398 ++ pixmaps/cnc.png | Bin 0 -> 4379 bytes pixmaps/cnc.xpm | 109 + pixmaps/cnc2.xpm | 492 +++ pixmaps/deb.png | Bin 0 -> 2449 bytes pixmaps/deb.xpm | 129 + pixmaps/distupgrade.png | Bin 0 -> 4267 bytes pixmaps/distupgrade.xpm | 248 ++ pixmaps/distupgrade_small.png | Bin 0 -> 2332 bytes pixmaps/distupgrade_small.xpm | 546 +++ pixmaps/down.xpm | 94 + pixmaps/downgradeM.xpm | 14 + pixmaps/filter.xpm | 22 + pixmaps/find.xpm | 23 + pixmaps/fixbroken.xpm | 262 ++ pixmaps/green.png | Bin 0 -> 803 bytes pixmaps/heldM.xpm | 16 + pixmaps/hicolor/16x16/Makefile.am | 5 + .../16x16/package-available-locked.png | Bin 0 -> 398 bytes pixmaps/hicolor/16x16/package-available.png | Bin 0 -> 305 bytes pixmaps/hicolor/16x16/package-broken.png | Bin 0 -> 326 bytes pixmaps/hicolor/16x16/package-downgrade.png | Bin 0 -> 608 bytes pixmaps/hicolor/16x16/package-install.png | Bin 0 -> 643 bytes .../16x16/package-installed-locked.png | Bin 0 -> 438 bytes .../16x16/package-installed-outdated.png | Bin 0 -> 606 bytes .../16x16/package-installed-updated.png | Bin 0 -> 384 bytes pixmaps/hicolor/16x16/package-new.png | Bin 0 -> 563 bytes pixmaps/hicolor/16x16/package-purge.png | Bin 0 -> 775 bytes pixmaps/hicolor/16x16/package-reinstall.png | Bin 0 -> 644 bytes pixmaps/hicolor/16x16/package-remove.png | Bin 0 -> 711 bytes pixmaps/hicolor/16x16/package-supported.png | Bin 0 -> 497 bytes pixmaps/hicolor/16x16/package-upgrade.png | Bin 0 -> 642 bytes pixmaps/hicolor/16x16/system-upgrade.png | Bin 0 -> 683 bytes pixmaps/hicolor/24x24/Makefile.am | 4 + pixmaps/hicolor/24x24/system-upgrade.png | Bin 0 -> 1239 bytes pixmaps/hicolor/Makefile.am | 1 + pixmaps/holdM.xpm | 14 + pixmaps/installM.xpm | 15 + pixmaps/keepM.xpm | 14 + pixmaps/logo.png | Bin 0 -> 4541 bytes pixmaps/logo.xpm | 69 + pixmaps/newM.xpm | 15 + pixmaps/options.xpm | 163 + pixmaps/pref_hpaned.xpm | 98 + pixmaps/pref_vpaned.xpm | 98 + pixmaps/proceed.png | Bin 0 -> 3322 bytes pixmaps/proceed.xpm | 244 + pixmaps/proceed_small.png | Bin 0 -> 1869 bytes pixmaps/proceed_small.xpm | 526 +++ pixmaps/red.png | Bin 0 -> 833 bytes pixmaps/removeM.xpm | 15 + pixmaps/sources.xpm | 899 ++++ pixmaps/stock_filter-data-by-criteria.png | Bin 0 -> 450 bytes pixmaps/stock_filter-navigator.png | Bin 0 -> 497 bytes pixmaps/stock_help-book.png | Bin 0 -> 665 bytes pixmaps/stock_menu_about.png | Bin 0 -> 320 bytes pixmaps/stop.xpm | 254 ++ pixmaps/synaptic.png | Bin 0 -> 4377 bytes pixmaps/synaptic.xpm | 860 ++++ pixmaps/synaptic_mini.xpm | 860 ++++ .../16x16/package-available-locked.png | Bin 0 -> 605 bytes .../tango-icons/16x16/package-available.png | Bin 0 -> 353 bytes pixmaps/tango-icons/16x16/package-broken.png | Bin 0 -> 359 bytes .../tango-icons/16x16/package-downgrade.png | Bin 0 -> 719 bytes pixmaps/tango-icons/16x16/package-install.png | Bin 0 -> 674 bytes .../16x16/package-installed-locked.png | Bin 0 -> 638 bytes .../16x16/package-installed-outdated.png | Bin 0 -> 520 bytes .../16x16/package-installed-updated.png | Bin 0 -> 396 bytes pixmaps/tango-icons/16x16/package-new.png | Bin 0 -> 482 bytes pixmaps/tango-icons/16x16/package-purge.png | Bin 0 -> 833 bytes .../tango-icons/16x16/package-reinstall.png | Bin 0 -> 655 bytes pixmaps/tango-icons/16x16/package-remove.png | Bin 0 -> 731 bytes .../tango-icons/16x16/package-supported.png | Bin 0 -> 483 bytes pixmaps/tango-icons/16x16/package-upgrade.png | Bin 0 -> 641 bytes .../package-available-locked-supported.png | Bin 0 -> 639 bytes .../supported/package-available-supported.png | Bin 0 -> 680 bytes .../supported/package-broken-supported.png | Bin 0 -> 606 bytes .../supported/package-downgrade-supported.png | Bin 0 -> 649 bytes .../supported/package-install-supported.png | Bin 0 -> 736 bytes .../package-installed-locked-supported.png | Bin 0 -> 653 bytes .../package-installed-outdated-supported.png | Bin 0 -> 655 bytes .../package-installed-updated-supported.png | Bin 0 -> 635 bytes .../16x16/supported/package-new-supported.png | Bin 0 -> 681 bytes .../supported/package-purge-supported.png | Bin 0 -> 717 bytes .../supported/package-reinstall-supported.png | Bin 0 -> 704 bytes .../supported/package-remove-supported.png | Bin 0 -> 728 bytes .../supported/package-upgrade-supported.png | Bin 0 -> 687 bytes .../22x22/package-available-locked.png | Bin 0 -> 952 bytes .../tango-icons/22x22/package-available.png | Bin 0 -> 627 bytes pixmaps/tango-icons/22x22/package-broken.png | Bin 0 -> 841 bytes .../tango-icons/22x22/package-downgrade.png | Bin 0 -> 1222 bytes pixmaps/tango-icons/22x22/package-install.png | Bin 0 -> 976 bytes .../22x22/package-installed-locked.png | Bin 0 -> 1115 bytes .../22x22/package-installed-outdated.png | Bin 0 -> 1062 bytes .../22x22/package-installed-updated.png | Bin 0 -> 894 bytes pixmaps/tango-icons/22x22/package-new.png | Bin 0 -> 909 bytes pixmaps/tango-icons/22x22/package-purge.png | Bin 0 -> 1275 bytes .../tango-icons/22x22/package-reinstall.png | Bin 0 -> 1178 bytes pixmaps/tango-icons/22x22/package-remove.png | Bin 0 -> 1257 bytes .../tango-icons/22x22/package-supported.png | Bin 0 -> 937 bytes pixmaps/tango-icons/22x22/package-upgrade.png | Bin 0 -> 1145 bytes .../package-available-locked-supported.png | Bin 0 -> 1090 bytes .../supported/package-available-supported.png | Bin 0 -> 1047 bytes .../supported/package-broken-supported.png | Bin 0 -> 1131 bytes .../supported/package-downgrade-supported.png | Bin 0 -> 1281 bytes .../supported/package-install-supported.png | Bin 0 -> 1143 bytes .../package-installed-locked-supported.png | Bin 0 -> 1186 bytes .../package-installed-outdated-supported.png | Bin 0 -> 1193 bytes .../package-installed-updated-supported.png | Bin 0 -> 1175 bytes .../22x22/supported/package-new-supported.png | Bin 0 -> 1117 bytes .../supported/package-purge-supported.png | Bin 0 -> 1297 bytes .../supported/package-reinstall-supported.png | Bin 0 -> 1262 bytes .../supported/package-remove-supported.png | Bin 0 -> 1282 bytes .../supported/package-upgrade-supported.png | Bin 0 -> 1244 bytes .../scalable/package-available-locked.svg | 1295 ++++++ .../scalable/package-available.svg | 2150 +++++++++ .../tango-icons/scalable/package-broken.svg | 466 ++ .../scalable/package-downgrade.svg | 1309 ++++++ .../tango-icons/scalable/package-install.svg | 1393 ++++++ .../scalable/package-installed-locked.svg | 1210 +++++ .../scalable/package-installed-outdated.svg | 1183 +++++ .../scalable/package-installed-updated.svg | 1139 +++++ pixmaps/tango-icons/scalable/package-new.svg | 1377 ++++++ .../tango-icons/scalable/package-purge.svg | 1355 ++++++ .../scalable/package-reinstall.svg | 1291 ++++++ .../tango-icons/scalable/package-remove.svg | 1302 ++++++ .../scalable/package-supported.svg | 1325 ++++++ .../tango-icons/scalable/package-upgrade.svg | 1381 ++++++ .../package-available-locked-supported.svg | 1515 +++++++ .../supported/package-available-supported.svg | 1368 ++++++ .../supported/package-broken-supported.svg | 686 +++ .../supported/package-downgrade-supported.svg | 1529 +++++++ .../supported/package-install-supported.svg | 1611 +++++++ .../package-installed-locked-supported.svg | 2359 ++++++++++ .../package-installed-outdated-supported.svg | 1403 ++++++ .../package-installed-updated-supported.svg | 1359 ++++++ .../supported/package-new-supported.svg | 1597 +++++++ .../supported/package-purge-supported.svg | 1575 +++++++ .../supported/package-reinstall-supported.svg | 1511 +++++++ .../supported/package-remove-supported.svg | 1522 +++++++ .../supported/package-upgrade-supported.svg | 1601 +++++++ pixmaps/up.xpm | 104 + pixmaps/update.png | Bin 0 -> 3727 bytes pixmaps/update.xpm | 197 + pixmaps/update_small.png | Bin 0 -> 2041 bytes pixmaps/update_small.xpm | 189 + pixmaps/upgrade-old.xpm | 248 ++ pixmaps/upgrade.png | Bin 0 -> 1239 bytes pixmaps/upgrade.xpm | 248 ++ pixmaps/upgradeM.xpm | 14 + pixmaps/upgrade_small.png | Bin 0 -> 2303 bytes pixmaps/upgrade_small.xpm | 522 +++ pixmaps/yellow.png | Bin 0 -> 815 bytes po-manual/ar.po | 1872 ++++++++ po-manual/bg.po | 1903 ++++++++ po-manual/ca.po | 1870 ++++++++ po-manual/cs.po | 1890 ++++++++ po-manual/da.po | 1883 ++++++++ po-manual/de.po | 2321 ++++++++++ po-manual/en_AU.po | 2262 ++++++++++ po-manual/en_GB.po | 2253 ++++++++++ po-manual/es.po | 2331 ++++++++++ po-manual/eu.po | 1870 ++++++++ po-manual/fi.po | 1933 ++++++++ po-manual/fr.po | 1922 ++++++++ po-manual/gl.po | 1918 ++++++++ po-manual/he.po | 1870 ++++++++ po-manual/hu.po | 1870 ++++++++ po-manual/id.po | 1872 ++++++++ po-manual/it.po | 1872 ++++++++ po-manual/ja.po | 1873 ++++++++ po-manual/ko.po | 1882 ++++++++ po-manual/ku.po | 1870 ++++++++ po-manual/lt.po | 1872 ++++++++ po-manual/mk.po | 1870 ++++++++ po-manual/ms.po | 2060 +++++++++ po-manual/nb.po | 1875 ++++++++ po-manual/nl.po | 1870 ++++++++ po-manual/oc.po | 1870 ++++++++ po-manual/pl.po | 1870 ++++++++ po-manual/ps.po | 1870 ++++++++ po-manual/pt.po | 1872 ++++++++ po-manual/pt_BR.po | 2327 ++++++++++ po-manual/ro.po | 1961 ++++++++ po-manual/ru.po | 2312 ++++++++++ po-manual/sk.po | 1870 ++++++++ po-manual/sl.po | 1888 ++++++++ po-manual/sq.po | 1872 ++++++++ po-manual/sr.po | 2269 ++++++++++ po-manual/sv.po | 2074 +++++++++ po-manual/synaptic-manual.pot | 1477 +++++++ po-manual/synaptic-manual.sv.po | 1557 +++++++ po-manual/ta.po | 1870 ++++++++ po-manual/te.po | 1870 ++++++++ po-manual/tl.po | 1870 ++++++++ po-manual/tr.po | 2273 ++++++++++ po-manual/uk.po | 1963 +++++++++ po-manual/vi.po | 1884 ++++++++ po-manual/zh_CN.po | 1886 ++++++++ po-manual/zh_TW.po | 1886 ++++++++ po/ChangeLog | 9 + po/Makefile.in.in | 221 + po/POTFILES.in | 93 + po/POTFILES.skip | 23 + po/README | 9 + po/af.po | 3511 +++++++++++++++ po/am.po | 3511 +++++++++++++++ po/ar.po | 3851 ++++++++++++++++ po/ast.po | 3789 ++++++++++++++++ po/az.po | 3511 +++++++++++++++ po/be.po | 3708 ++++++++++++++++ po/be@latin.po | 3794 ++++++++++++++++ po/bg.po | 3884 ++++++++++++++++ po/bn.po | 3691 ++++++++++++++++ po/bo.po | 3511 +++++++++++++++ po/br.po | 3864 ++++++++++++++++ po/bs.po | 3891 ++++++++++++++++ po/ca.po | 3901 ++++++++++++++++ po/ca@valencia.po | 3906 ++++++++++++++++ po/ckb.po | 3511 +++++++++++++++ po/crh.po | 3511 +++++++++++++++ po/cs.po | 3887 ++++++++++++++++ po/csb.po | 3512 +++++++++++++++ po/cy.po | 3512 +++++++++++++++ po/da.po | 3867 ++++++++++++++++ po/de.po | 3883 ++++++++++++++++ po/de_DE.po | 3511 +++++++++++++++ po/dv.po | 3511 +++++++++++++++ po/el.po | 3883 ++++++++++++++++ po/en_AU.po | 3844 ++++++++++++++++ po/en_CA.po | 3511 +++++++++++++++ po/en_GB.po | 3848 ++++++++++++++++ po/eo.po | 3828 ++++++++++++++++ po/es.po | 3901 ++++++++++++++++ po/et.po | 3863 ++++++++++++++++ po/eu.po | 3828 ++++++++++++++++ po/fa.po | 3550 +++++++++++++++ po/fi.po | 3864 ++++++++++++++++ po/fil.po | 3511 +++++++++++++++ po/fo.po | 3511 +++++++++++++++ po/fr.po | 3886 ++++++++++++++++ po/fur.po | 3511 +++++++++++++++ po/fy.po | 3511 +++++++++++++++ po/ga.po | 3511 +++++++++++++++ po/gl.po | 3894 ++++++++++++++++ po/gu.po | 3511 +++++++++++++++ po/gv.po | 3511 +++++++++++++++ po/he.po | 3801 ++++++++++++++++ po/hi.po | 3640 +++++++++++++++ po/hr.po | 3512 +++++++++++++++ po/ht.po | 3511 +++++++++++++++ po/hu.po | 3872 ++++++++++++++++ po/hy.po | 3511 +++++++++++++++ po/ia.po | 3522 +++++++++++++++ po/id.po | 3665 +++++++++++++++ po/is.po | 3511 +++++++++++++++ po/it.po | 3926 +++++++++++++++++ po/ja.po | 3862 ++++++++++++++++ po/ka.po | 3511 +++++++++++++++ po/km.po | 3511 +++++++++++++++ po/kn.po | 3511 +++++++++++++++ po/ko.po | 3776 ++++++++++++++++ po/ku.po | 3789 ++++++++++++++++ po/ky.po | 3511 +++++++++++++++ po/la.po | 3511 +++++++++++++++ po/lo.po | 3511 +++++++++++++++ po/lt.po | 3879 ++++++++++++++++ po/lv.po | 3511 +++++++++++++++ po/mk.po | 3782 ++++++++++++++++ po/ml.po | 3511 +++++++++++++++ po/mr.po | 3511 +++++++++++++++ po/ms.po | 3836 ++++++++++++++++ po/my.po | 3511 +++++++++++++++ po/nb.po | 3715 ++++++++++++++++ po/nds.po | 3511 +++++++++++++++ po/ne.po | 3511 +++++++++++++++ po/nl.po | 3911 ++++++++++++++++ po/nl_NL.po | 3511 +++++++++++++++ po/nn.po | 3511 +++++++++++++++ po/no.po | 3667 +++++++++++++++ po/oc.po | 3511 +++++++++++++++ po/pa.po | 3511 +++++++++++++++ po/pl.po | 3873 ++++++++++++++++ po/ps.po | 3511 +++++++++++++++ po/pt.po | 3793 ++++++++++++++++ po/pt_BR.po | 3916 ++++++++++++++++ po/pt_PT.po | 3511 +++++++++++++++ po/qu.po | 3511 +++++++++++++++ po/ro.po | 3894 ++++++++++++++++ po/ru.po | 3875 ++++++++++++++++ po/sc.po | 3511 +++++++++++++++ po/si.po | 3511 +++++++++++++++ po/sk.po | 3896 ++++++++++++++++ po/sl.po | 3896 ++++++++++++++++ po/sq.po | 3518 +++++++++++++++ po/sr.po | 3885 ++++++++++++++++ po/sr@Latn.po | 3628 +++++++++++++++ po/sv.po | 3873 ++++++++++++++++ po/synaptic.pot | 3510 +++++++++++++++ po/ta.po | 3511 +++++++++++++++ po/ta_LK.po | 3511 +++++++++++++++ po/te.po | 3761 ++++++++++++++++ po/tet.po | 3511 +++++++++++++++ po/th.po | 3775 ++++++++++++++++ po/tl.po | 3511 +++++++++++++++ po/tr.po | 3862 ++++++++++++++++ po/tt.po | 3511 +++++++++++++++ po/ug.po | 3518 +++++++++++++++ po/uk.po | 3892 ++++++++++++++++ po/ur.po | 3511 +++++++++++++++ po/uz.po | 3511 +++++++++++++++ po/vi.po | 3572 +++++++++++++++ po/xh.po | 3730 ++++++++++++++++ po/zh_CN.po | 3767 ++++++++++++++++ po/zh_HK.po | 3736 ++++++++++++++++ po/zh_TW.po | 3776 ++++++++++++++++ pre-build.sh | 9 + swig/apt-cat.py | 43 + swig/apt-inst.py | 59 + swig/build.sh | 4 + swig/synaptic_common.i | 27 + synaptic-redhat.spec | 275 ++ synaptic-suse.spec | 109 + synaptic.spec | 264 ++ tests/Makefile.am | 26 + tests/test_gtkpkglist.cc | 58 + tests/test_rpackage.cc | 40 + tests/test_rpackagefilter.cc | 42 + tests/test_rpackageview.cc | 26 + wings/Makefile.am | 45 + wings/rwaboutpanel.cc | 117 + wings/rwaboutpanel.h | 38 + wings/rwcacheprogress.cc | 80 + wings/rwcacheprogress.h | 50 + wings/rwconfigwindow.cc | 230 + wings/rwconfigwindow.h | 46 + wings/rwdummyinstallprogress.cc | 59 + wings/rwdummyinstallprogress.h | 45 + wings/rwfetchprogress.cc | 518 +++ wings/rwfetchprogress.h | 69 + wings/rwfiltereditor.cc | 503 +++ wings/rwfiltereditor.h | 111 + wings/rwfiltermanager.cc | 280 ++ wings/rwfiltermanager.h | 75 + wings/rwfilterwindow.cc | 164 + wings/rwfilterwindow.h | 73 + wings/rwinstallprogress.cc | 116 + wings/rwinstallprogress.h | 53 + wings/rwmainwindow.cc | 2121 +++++++++ wings/rwmainwindow.h | 203 + wings/rwsourceswindow.cc | 168 + wings/rwsourceswindow.h | 35 + wings/rwsummarywindow.cc | 332 ++ wings/rwsummarywindow.h | 58 + wings/rwuserdialog.cc | 88 + wings/rwuserdialog.h | 51 + wings/rwwindow.cc | 96 + wings/rwwindow.h | 58 + wings/synaptic.cc | 125 + xmldocs.make | 105 + 669 files changed, 625719 insertions(+) create mode 100644 ABOUT-NLS create mode 100644 AUTHORS create mode 100644 BUGS create mode 100644 COPYING create mode 100644 ChangeLog create mode 100644 DEBUG create mode 100644 FAQ create mode 100644 INSTALL create mode 100644 Makefile.am create mode 100644 NEWS create mode 100644 README create mode 100644 README.debtags create mode 100644 README.supported create mode 100644 README.tasks create mode 100644 TODO create mode 100644 TRANSLATORS create mode 100644 acinclude.m4 create mode 100755 autogen.sh create mode 100644 common/Makefile.am create mode 100644 common/i18n.h create mode 100644 common/indexcopy.cc create mode 100644 common/indexcopy.h create mode 100644 common/pkg_acqfile.cc create mode 100644 common/pkg_acqfile.h create mode 100644 common/raptoptions.cc create mode 100644 common/raptoptions.h create mode 100644 common/rcacheactor.cc create mode 100644 common/rcacheactor.h create mode 100644 common/rcdscanner.cc create mode 100644 common/rcdscanner.h create mode 100644 common/rconfiguration.cc create mode 100644 common/rconfiguration.h create mode 100644 common/rdependency.h create mode 100644 common/rinstallprogress.cc create mode 100644 common/rinstallprogress.h create mode 100644 common/rpackage.cc create mode 100644 common/rpackage.h create mode 100644 common/rpackagecache.cc create mode 100644 common/rpackagecache.h create mode 100644 common/rpackagefilter.cc create mode 100644 common/rpackagefilter.h create mode 100644 common/rpackagelistactor.cc create mode 100644 common/rpackagelistactor.h create mode 100644 common/rpackagelister.cc create mode 100644 common/rpackagelister.h create mode 100644 common/rpackagemanager.h create mode 100644 common/rpackagestatus.cc create mode 100644 common/rpackagestatus.h create mode 100644 common/rpackageview.cc create mode 100644 common/rpackageview.h create mode 100644 common/rpmindexcopy.cc create mode 100644 common/rpmindexcopy.h create mode 100644 common/rsources.cc create mode 100644 common/rsources.h create mode 100644 common/rswig.cc create mode 100644 common/rswig.h create mode 100644 common/rtagcollbuilder.cc create mode 100644 common/rtagcollbuilder.h create mode 100644 common/rtagcollfilter.cc create mode 100644 common/rtagcollfilter.h create mode 100644 common/ruserdialog.cc create mode 100644 common/ruserdialog.h create mode 100644 common/sections_trans.cc create mode 100644 common/sections_trans.h create mode 100644 config.h.in create mode 100644 configure.in create mode 100644 data/Makefile.am create mode 100644 data/com.ubuntu.pkexec.synaptic.policy.in create mode 100644 data/synaptic.desktop.in create mode 100644 debian/NEWS.Debian create mode 100644 debian/README.Debian create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/gbp.conf create mode 100644 debian/install create mode 100644 debian/package-supported.png.Ubuntu create mode 100644 debian/package-supported.png.uu create mode 100644 debian/patches/00list create mode 100644 debian/patches/00list.Debian create mode 100644 debian/patches/00list.Ubuntu create mode 100755 debian/patches/01_ubuntu_changelog.dpatch create mode 100644 debian/patches/03_ubuntu_hide_browse_documentation.dpatch create mode 100755 debian/patches/10_ubuntu_maintenance_gui.dpatch create mode 100755 debian/patches/99_fix_build_with_gcc6.dpatch create mode 100755 debian/rules create mode 100644 debian/rules.debian create mode 100644 debian/source/format create mode 100644 debian/source_synaptic.py create mode 100755 debian/synaptic-pkexec create mode 100644 debian/synaptic.dirs create mode 100644 debian/synaptic.docs create mode 100644 debian/synaptic.menu create mode 100644 debian/synaptic.postrm create mode 100644 debian/synaptic_32x32.xpm create mode 100644 doc/Makefile.am create mode 100644 doc/README create mode 100644 doc/html/C/Makefile.am create mode 100644 doc/html/Makefile.am create mode 100644 doc/html/es/Makefile.am create mode 100644 doc/html/sv/Makefile.am create mode 100644 gtk/Makefile.am create mode 100644 gtk/gsynaptic.cc create mode 100644 gtk/gsynaptic.h create mode 100644 gtk/gtk3compat.h create mode 100644 gtk/gtkbuilder/Makefile.am create mode 100644 gtk/gtkbuilder/dialog_authentication.ui create mode 100644 gtk/gtkbuilder/dialog_change_version.ui create mode 100644 gtk/gtkbuilder/dialog_changelog.ui create mode 100644 gtk/gtkbuilder/dialog_columns.ui create mode 100644 gtk/gtkbuilder/dialog_conffile.ui create mode 100644 gtk/gtkbuilder/dialog_disc_label.ui create mode 100644 gtk/gtkbuilder/dialog_download_error.ui create mode 100644 gtk/gtkbuilder/dialog_example.ui create mode 100644 gtk/gtkbuilder/dialog_new_repositroy.ui create mode 100644 gtk/gtkbuilder/dialog_proposed_new_repositories.ui create mode 100644 gtk/gtkbuilder/dialog_quit.ui create mode 100644 gtk/gtkbuilder/dialog_task_descr.ui create mode 100644 gtk/gtkbuilder/dialog_unmet.ui create mode 100644 gtk/gtkbuilder/dialog_update_failed.ui create mode 100644 gtk/gtkbuilder/dialog_update_outdated.ui create mode 100644 gtk/gtkbuilder/dialog_upgrade.ui create mode 100644 gtk/gtkbuilder/dialog_welcome.ui create mode 100644 gtk/gtkbuilder/druid_repository.ui create mode 100644 gtk/gtkbuilder/window_about.ui create mode 100644 gtk/gtkbuilder/window_changes.ui create mode 100644 gtk/gtkbuilder/window_details.ui create mode 100644 gtk/gtkbuilder/window_disc_name.ui create mode 100644 gtk/gtkbuilder/window_fetch.ui create mode 100644 gtk/gtkbuilder/window_filters.ui create mode 100644 gtk/gtkbuilder/window_find.ui create mode 100644 gtk/gtkbuilder/window_iconlegend.ui create mode 100644 gtk/gtkbuilder/window_install_progress.ui create mode 100644 gtk/gtkbuilder/window_logview.ui create mode 100644 gtk/gtkbuilder/window_main.ui create mode 100644 gtk/gtkbuilder/window_preferences.ui create mode 100644 gtk/gtkbuilder/window_procceed.ui create mode 100644 gtk/gtkbuilder/window_repositories.ui create mode 100644 gtk/gtkbuilder/window_rgdebinstall_progress.ui create mode 100644 gtk/gtkbuilder/window_rginstall_progress.ui create mode 100644 gtk/gtkbuilder/window_rginstall_progress_msgs.ui create mode 100644 gtk/gtkbuilder/window_setopt.ui create mode 100644 gtk/gtkbuilder/window_summary.ui create mode 100644 gtk/gtkbuilder/window_tasks.ui create mode 100644 gtk/gtkbuilder/window_zvtinstallprogress.ui create mode 100644 gtk/gtkpkglist.cc create mode 100644 gtk/gtkpkglist.h create mode 100644 gtk/gtktagtree.cc create mode 100644 gtk/gtktagtree.h create mode 100644 gtk/rgaboutpanel.cc create mode 100644 gtk/rgaboutpanel.h create mode 100644 gtk/rgcacheprogress.cc create mode 100644 gtk/rgcacheprogress.h create mode 100644 gtk/rgcdscanner.cc create mode 100644 gtk/rgcdscanner.h create mode 100644 gtk/rgchangelogdialog.cc create mode 100644 gtk/rgchangelogdialog.h create mode 100644 gtk/rgchangeswindow.cc create mode 100644 gtk/rgchangeswindow.h create mode 100644 gtk/rgdebinstallprogress.cc create mode 100644 gtk/rgdebinstallprogress.h create mode 100644 gtk/rgdummyinstallprogress.cc create mode 100644 gtk/rgdummyinstallprogress.h create mode 100644 gtk/rgfetchprogress.cc create mode 100644 gtk/rgfetchprogress.h create mode 100644 gtk/rgfiltermanager.cc create mode 100644 gtk/rgfiltermanager.h create mode 100644 gtk/rgfindwindow.cc create mode 100644 gtk/rgfindwindow.h create mode 100644 gtk/rggtkbuilderwindow.cc create mode 100644 gtk/rggtkbuilderwindow.h create mode 100644 gtk/rgiconlegend.cc create mode 100644 gtk/rgiconlegend.h create mode 100644 gtk/rginstallprogress.cc create mode 100644 gtk/rginstallprogress.h create mode 100644 gtk/rglogview.cc create mode 100644 gtk/rglogview.h create mode 100644 gtk/rgmainwindow.cc create mode 100644 gtk/rgmainwindow.h create mode 100644 gtk/rgpackagestatus.cc create mode 100644 gtk/rgpackagestatus.h create mode 100644 gtk/rgpkgcdrom.cc create mode 100644 gtk/rgpkgcdrom.h create mode 100644 gtk/rgpkgdetails.cc create mode 100644 gtk/rgpkgdetails.h create mode 100644 gtk/rgpkgtreeview.cc create mode 100644 gtk/rgpkgtreeview.h create mode 100644 gtk/rgpreferenceswindow.cc create mode 100644 gtk/rgpreferenceswindow.h create mode 100644 gtk/rgrepositorywin.cc create mode 100644 gtk/rgrepositorywin.h create mode 100644 gtk/rgsetoptwindow.cc create mode 100644 gtk/rgsetoptwindow.h create mode 100644 gtk/rgslideshow.cc create mode 100644 gtk/rgslideshow.h create mode 100644 gtk/rgsummarywindow.cc create mode 100644 gtk/rgsummarywindow.h create mode 100644 gtk/rgtaskswin.cc create mode 100644 gtk/rgtaskswin.h create mode 100644 gtk/rgterminstallprogress.cc create mode 100644 gtk/rgterminstallprogress.h create mode 100644 gtk/rguserdialog.cc create mode 100644 gtk/rguserdialog.h create mode 100644 gtk/rgutils.cc create mode 100644 gtk/rgutils.h create mode 100644 gtk/rgvendorswindow.cc create mode 100644 gtk/rgvendorswindow.h create mode 100644 gtk/rgwindow.cc create mode 100644 gtk/rgwindow.h create mode 100644 help/C/ChangeLog create mode 100644 help/C/Makefile.am create mode 100644 help/C/figures/synaptic-categories.png create mode 100644 help/C/figures/synaptic-filter.png create mode 100644 help/C/figures/synaptic-packagedetails.png create mode 100644 help/C/figures/synaptic-packagelist.png create mode 100644 help/C/figures/synaptic-repositories.png create mode 100644 help/C/figures/synaptic-start.png create mode 100644 help/C/figures/synaptic-toolbar.png create mode 100644 help/C/gpl.xml create mode 100644 help/C/synaptic-C.omf create mode 100644 help/C/synaptic.xml create mode 100644 help/Makefile.am create mode 100644 help/es/Makefile.am create mode 100644 help/es/figures/synaptic-categories.png create mode 100644 help/es/figures/synaptic-filter.png create mode 100644 help/es/figures/synaptic-packagedetails.png create mode 100644 help/es/figures/synaptic-packagelist.png create mode 100644 help/es/figures/synaptic-repositories.png create mode 100644 help/es/figures/synaptic-start.png create mode 100644 help/es/figures/synaptic-toolbar.png create mode 100644 help/es/gpl.xml create mode 100644 help/es/synaptic-es.omf create mode 100644 help/es/synaptic.xml create mode 100644 help/sv/Makefile.am create mode 100755 help/sv/figures/synaptic-categories.png create mode 100755 help/sv/figures/synaptic-filter.png create mode 100755 help/sv/figures/synaptic-packagedetails.png create mode 100755 help/sv/figures/synaptic-packagelist.png create mode 100755 help/sv/figures/synaptic-repositories.png create mode 100755 help/sv/figures/synaptic-start.png create mode 100755 help/sv/figures/synaptic-toolbar.png create mode 100644 help/sv/gpl.xml create mode 100644 help/sv/synaptic-sv.omf create mode 100644 help/sv/synaptic.xml create mode 100644 intl/ChangeLog create mode 100644 intl/Makefile.in create mode 100644 intl/bindtextdom.c create mode 100644 intl/cat-compat.c create mode 100644 intl/dcgettext.c create mode 100644 intl/dgettext.c create mode 100644 intl/explodename.c create mode 100644 intl/finddomain.c create mode 100644 intl/gettext.c create mode 100644 intl/gettext.h create mode 100644 intl/gettextP.h create mode 100644 intl/hash-string.h create mode 100644 intl/intl-compat.c create mode 100644 intl/l10nflist.c create mode 100644 intl/libgettext.h create mode 100644 intl/linux-msg.sed create mode 100644 intl/loadinfo.h create mode 100644 intl/loadmsgcat.c create mode 100644 intl/localealias.c create mode 100644 intl/po2tbl.sed.in create mode 100644 intl/textdomain.c create mode 100644 intl/xopen-msg.sed create mode 100644 macros/Makefile create mode 100644 macros/Makefile.am create mode 100644 macros/Makefile.in create mode 100644 macros/aclocal-include.m4 create mode 100644 macros/autogen.sh create mode 100644 macros/compiler-flags.m4 create mode 100644 macros/curses.m4 create mode 100644 macros/gnome-bonobo-check.m4 create mode 100644 macros/gnome-common.m4 create mode 100644 macros/gnome-fileutils.m4 create mode 100644 macros/gnome-gettext.m4 create mode 100644 macros/gnome-ghttp-check.m4 create mode 100644 macros/gnome-gnorba-check.m4 create mode 100644 macros/gnome-guile-checks.m4 create mode 100644 macros/gnome-libgtop-check.m4 create mode 100644 macros/gnome-objc-checks.m4 create mode 100644 macros/gnome-orbit-check.m4 create mode 100644 macros/gnome-print-check.m4 create mode 100644 macros/gnome-pthread-check.m4 create mode 100644 macros/gnome-support.m4 create mode 100644 macros/gnome-undelfs.m4 create mode 100644 macros/gnome-vfs.m4 create mode 100644 macros/gnome-x-checks.m4 create mode 100644 macros/gnome-xml-check.m4 create mode 100644 macros/gnome.m4 create mode 100644 macros/gperf-check.m4 create mode 100644 macros/gwqt.m4 create mode 100644 macros/linger.m4 create mode 100644 macros/need-declaration.m4 create mode 100644 man/Makefile.am create mode 100644 man/synaptic.8 create mode 100644 man/synaptic.es.8 create mode 100644 man/synaptic.fr.8 create mode 100644 man/synaptic.ja.8 create mode 100644 man/synaptic.pt_BR.8 create mode 100644 man/synaptic.ru.8 create mode 100644 man/synaptic.tr.8 create mode 100644 omf.make create mode 100644 pixmaps/Makefile.am create mode 100644 pixmaps/alert.xpm create mode 100644 pixmaps/alertM.xpm create mode 100644 pixmaps/brokenM.xpm create mode 100644 pixmaps/cdrom.xpm create mode 100644 pixmaps/cnc.png create mode 100644 pixmaps/cnc.xpm create mode 100644 pixmaps/cnc2.xpm create mode 100644 pixmaps/deb.png create mode 100644 pixmaps/deb.xpm create mode 100644 pixmaps/distupgrade.png create mode 100644 pixmaps/distupgrade.xpm create mode 100644 pixmaps/distupgrade_small.png create mode 100644 pixmaps/distupgrade_small.xpm create mode 100644 pixmaps/down.xpm create mode 100644 pixmaps/downgradeM.xpm create mode 100644 pixmaps/filter.xpm create mode 100644 pixmaps/find.xpm create mode 100644 pixmaps/fixbroken.xpm create mode 100644 pixmaps/green.png create mode 100644 pixmaps/heldM.xpm create mode 100644 pixmaps/hicolor/16x16/Makefile.am create mode 100644 pixmaps/hicolor/16x16/package-available-locked.png create mode 100644 pixmaps/hicolor/16x16/package-available.png create mode 100644 pixmaps/hicolor/16x16/package-broken.png create mode 100644 pixmaps/hicolor/16x16/package-downgrade.png create mode 100644 pixmaps/hicolor/16x16/package-install.png create mode 100644 pixmaps/hicolor/16x16/package-installed-locked.png create mode 100644 pixmaps/hicolor/16x16/package-installed-outdated.png create mode 100644 pixmaps/hicolor/16x16/package-installed-updated.png create mode 100644 pixmaps/hicolor/16x16/package-new.png create mode 100644 pixmaps/hicolor/16x16/package-purge.png create mode 100644 pixmaps/hicolor/16x16/package-reinstall.png create mode 100644 pixmaps/hicolor/16x16/package-remove.png create mode 100644 pixmaps/hicolor/16x16/package-supported.png create mode 100644 pixmaps/hicolor/16x16/package-upgrade.png create mode 100644 pixmaps/hicolor/16x16/system-upgrade.png create mode 100644 pixmaps/hicolor/24x24/Makefile.am create mode 100644 pixmaps/hicolor/24x24/system-upgrade.png create mode 100644 pixmaps/hicolor/Makefile.am create mode 100644 pixmaps/holdM.xpm create mode 100644 pixmaps/installM.xpm create mode 100644 pixmaps/keepM.xpm create mode 100644 pixmaps/logo.png create mode 100644 pixmaps/logo.xpm create mode 100644 pixmaps/newM.xpm create mode 100644 pixmaps/options.xpm create mode 100644 pixmaps/pref_hpaned.xpm create mode 100644 pixmaps/pref_vpaned.xpm create mode 100644 pixmaps/proceed.png create mode 100644 pixmaps/proceed.xpm create mode 100644 pixmaps/proceed_small.png create mode 100644 pixmaps/proceed_small.xpm create mode 100644 pixmaps/red.png create mode 100644 pixmaps/removeM.xpm create mode 100644 pixmaps/sources.xpm create mode 100644 pixmaps/stock_filter-data-by-criteria.png create mode 100644 pixmaps/stock_filter-navigator.png create mode 100644 pixmaps/stock_help-book.png create mode 100644 pixmaps/stock_menu_about.png create mode 100644 pixmaps/stop.xpm create mode 100644 pixmaps/synaptic.png create mode 100644 pixmaps/synaptic.xpm create mode 100644 pixmaps/synaptic_mini.xpm create mode 100644 pixmaps/tango-icons/16x16/package-available-locked.png create mode 100644 pixmaps/tango-icons/16x16/package-available.png create mode 100644 pixmaps/tango-icons/16x16/package-broken.png create mode 100644 pixmaps/tango-icons/16x16/package-downgrade.png create mode 100644 pixmaps/tango-icons/16x16/package-install.png create mode 100644 pixmaps/tango-icons/16x16/package-installed-locked.png create mode 100644 pixmaps/tango-icons/16x16/package-installed-outdated.png create mode 100644 pixmaps/tango-icons/16x16/package-installed-updated.png create mode 100644 pixmaps/tango-icons/16x16/package-new.png create mode 100644 pixmaps/tango-icons/16x16/package-purge.png create mode 100644 pixmaps/tango-icons/16x16/package-reinstall.png create mode 100644 pixmaps/tango-icons/16x16/package-remove.png create mode 100644 pixmaps/tango-icons/16x16/package-supported.png create mode 100644 pixmaps/tango-icons/16x16/package-upgrade.png create mode 100644 pixmaps/tango-icons/16x16/supported/package-available-locked-supported.png create mode 100644 pixmaps/tango-icons/16x16/supported/package-available-supported.png create mode 100644 pixmaps/tango-icons/16x16/supported/package-broken-supported.png create mode 100644 pixmaps/tango-icons/16x16/supported/package-downgrade-supported.png create mode 100644 pixmaps/tango-icons/16x16/supported/package-install-supported.png create mode 100644 pixmaps/tango-icons/16x16/supported/package-installed-locked-supported.png create mode 100644 pixmaps/tango-icons/16x16/supported/package-installed-outdated-supported.png create mode 100644 pixmaps/tango-icons/16x16/supported/package-installed-updated-supported.png create mode 100644 pixmaps/tango-icons/16x16/supported/package-new-supported.png create mode 100644 pixmaps/tango-icons/16x16/supported/package-purge-supported.png create mode 100644 pixmaps/tango-icons/16x16/supported/package-reinstall-supported.png create mode 100644 pixmaps/tango-icons/16x16/supported/package-remove-supported.png create mode 100644 pixmaps/tango-icons/16x16/supported/package-upgrade-supported.png create mode 100644 pixmaps/tango-icons/22x22/package-available-locked.png create mode 100644 pixmaps/tango-icons/22x22/package-available.png create mode 100644 pixmaps/tango-icons/22x22/package-broken.png create mode 100644 pixmaps/tango-icons/22x22/package-downgrade.png create mode 100644 pixmaps/tango-icons/22x22/package-install.png create mode 100644 pixmaps/tango-icons/22x22/package-installed-locked.png create mode 100644 pixmaps/tango-icons/22x22/package-installed-outdated.png create mode 100644 pixmaps/tango-icons/22x22/package-installed-updated.png create mode 100644 pixmaps/tango-icons/22x22/package-new.png create mode 100644 pixmaps/tango-icons/22x22/package-purge.png create mode 100644 pixmaps/tango-icons/22x22/package-reinstall.png create mode 100644 pixmaps/tango-icons/22x22/package-remove.png create mode 100644 pixmaps/tango-icons/22x22/package-supported.png create mode 100644 pixmaps/tango-icons/22x22/package-upgrade.png create mode 100644 pixmaps/tango-icons/22x22/supported/package-available-locked-supported.png create mode 100644 pixmaps/tango-icons/22x22/supported/package-available-supported.png create mode 100644 pixmaps/tango-icons/22x22/supported/package-broken-supported.png create mode 100644 pixmaps/tango-icons/22x22/supported/package-downgrade-supported.png create mode 100644 pixmaps/tango-icons/22x22/supported/package-install-supported.png create mode 100644 pixmaps/tango-icons/22x22/supported/package-installed-locked-supported.png create mode 100644 pixmaps/tango-icons/22x22/supported/package-installed-outdated-supported.png create mode 100644 pixmaps/tango-icons/22x22/supported/package-installed-updated-supported.png create mode 100644 pixmaps/tango-icons/22x22/supported/package-new-supported.png create mode 100644 pixmaps/tango-icons/22x22/supported/package-purge-supported.png create mode 100644 pixmaps/tango-icons/22x22/supported/package-reinstall-supported.png create mode 100644 pixmaps/tango-icons/22x22/supported/package-remove-supported.png create mode 100644 pixmaps/tango-icons/22x22/supported/package-upgrade-supported.png create mode 100644 pixmaps/tango-icons/scalable/package-available-locked.svg create mode 100644 pixmaps/tango-icons/scalable/package-available.svg create mode 100644 pixmaps/tango-icons/scalable/package-broken.svg create mode 100644 pixmaps/tango-icons/scalable/package-downgrade.svg create mode 100644 pixmaps/tango-icons/scalable/package-install.svg create mode 100644 pixmaps/tango-icons/scalable/package-installed-locked.svg create mode 100644 pixmaps/tango-icons/scalable/package-installed-outdated.svg create mode 100644 pixmaps/tango-icons/scalable/package-installed-updated.svg create mode 100644 pixmaps/tango-icons/scalable/package-new.svg create mode 100644 pixmaps/tango-icons/scalable/package-purge.svg create mode 100644 pixmaps/tango-icons/scalable/package-reinstall.svg create mode 100644 pixmaps/tango-icons/scalable/package-remove.svg create mode 100644 pixmaps/tango-icons/scalable/package-supported.svg create mode 100644 pixmaps/tango-icons/scalable/package-upgrade.svg create mode 100644 pixmaps/tango-icons/scalable/supported/package-available-locked-supported.svg create mode 100644 pixmaps/tango-icons/scalable/supported/package-available-supported.svg create mode 100644 pixmaps/tango-icons/scalable/supported/package-broken-supported.svg create mode 100644 pixmaps/tango-icons/scalable/supported/package-downgrade-supported.svg create mode 100644 pixmaps/tango-icons/scalable/supported/package-install-supported.svg create mode 100644 pixmaps/tango-icons/scalable/supported/package-installed-locked-supported.svg create mode 100644 pixmaps/tango-icons/scalable/supported/package-installed-outdated-supported.svg create mode 100644 pixmaps/tango-icons/scalable/supported/package-installed-updated-supported.svg create mode 100644 pixmaps/tango-icons/scalable/supported/package-new-supported.svg create mode 100644 pixmaps/tango-icons/scalable/supported/package-purge-supported.svg create mode 100644 pixmaps/tango-icons/scalable/supported/package-reinstall-supported.svg create mode 100644 pixmaps/tango-icons/scalable/supported/package-remove-supported.svg create mode 100644 pixmaps/tango-icons/scalable/supported/package-upgrade-supported.svg create mode 100644 pixmaps/up.xpm create mode 100644 pixmaps/update.png create mode 100644 pixmaps/update.xpm create mode 100644 pixmaps/update_small.png create mode 100644 pixmaps/update_small.xpm create mode 100644 pixmaps/upgrade-old.xpm create mode 100644 pixmaps/upgrade.png create mode 100644 pixmaps/upgrade.xpm create mode 100644 pixmaps/upgradeM.xpm create mode 100644 pixmaps/upgrade_small.png create mode 100644 pixmaps/upgrade_small.xpm create mode 100644 pixmaps/yellow.png create mode 100644 po-manual/ar.po create mode 100644 po-manual/bg.po create mode 100644 po-manual/ca.po create mode 100644 po-manual/cs.po create mode 100644 po-manual/da.po create mode 100644 po-manual/de.po create mode 100644 po-manual/en_AU.po create mode 100644 po-manual/en_GB.po create mode 100644 po-manual/es.po create mode 100644 po-manual/eu.po create mode 100644 po-manual/fi.po create mode 100644 po-manual/fr.po create mode 100644 po-manual/gl.po create mode 100644 po-manual/he.po create mode 100644 po-manual/hu.po create mode 100644 po-manual/id.po create mode 100644 po-manual/it.po create mode 100644 po-manual/ja.po create mode 100644 po-manual/ko.po create mode 100644 po-manual/ku.po create mode 100644 po-manual/lt.po create mode 100644 po-manual/mk.po create mode 100644 po-manual/ms.po create mode 100644 po-manual/nb.po create mode 100644 po-manual/nl.po create mode 100644 po-manual/oc.po create mode 100644 po-manual/pl.po create mode 100644 po-manual/ps.po create mode 100644 po-manual/pt.po create mode 100644 po-manual/pt_BR.po create mode 100644 po-manual/ro.po create mode 100644 po-manual/ru.po create mode 100644 po-manual/sk.po create mode 100644 po-manual/sl.po create mode 100644 po-manual/sq.po create mode 100644 po-manual/sr.po create mode 100644 po-manual/sv.po create mode 100644 po-manual/synaptic-manual.pot create mode 100755 po-manual/synaptic-manual.sv.po create mode 100644 po-manual/ta.po create mode 100644 po-manual/te.po create mode 100644 po-manual/tl.po create mode 100644 po-manual/tr.po create mode 100644 po-manual/uk.po create mode 100644 po-manual/vi.po create mode 100644 po-manual/zh_CN.po create mode 100644 po-manual/zh_TW.po create mode 100644 po/ChangeLog create mode 100644 po/Makefile.in.in create mode 100644 po/POTFILES.in create mode 100644 po/POTFILES.skip create mode 100644 po/README create mode 100644 po/af.po create mode 100644 po/am.po create mode 100644 po/ar.po create mode 100644 po/ast.po create mode 100644 po/az.po create mode 100644 po/be.po create mode 100644 po/be@latin.po create mode 100644 po/bg.po create mode 100644 po/bn.po create mode 100644 po/bo.po create mode 100644 po/br.po create mode 100644 po/bs.po create mode 100644 po/ca.po create mode 100644 po/ca@valencia.po create mode 100644 po/ckb.po create mode 100644 po/crh.po create mode 100644 po/cs.po create mode 100644 po/csb.po create mode 100644 po/cy.po create mode 100644 po/da.po create mode 100644 po/de.po create mode 100644 po/de_DE.po create mode 100644 po/dv.po create mode 100644 po/el.po create mode 100644 po/en_AU.po create mode 100644 po/en_CA.po create mode 100644 po/en_GB.po create mode 100644 po/eo.po create mode 100644 po/es.po create mode 100644 po/et.po create mode 100644 po/eu.po create mode 100644 po/fa.po create mode 100644 po/fi.po create mode 100644 po/fil.po create mode 100644 po/fo.po create mode 100644 po/fr.po create mode 100644 po/fur.po create mode 100644 po/fy.po create mode 100644 po/ga.po create mode 100644 po/gl.po create mode 100644 po/gu.po create mode 100644 po/gv.po create mode 100644 po/he.po create mode 100644 po/hi.po create mode 100644 po/hr.po create mode 100644 po/ht.po create mode 100644 po/hu.po create mode 100644 po/hy.po create mode 100644 po/ia.po create mode 100644 po/id.po create mode 100644 po/is.po create mode 100644 po/it.po create mode 100644 po/ja.po create mode 100644 po/ka.po create mode 100644 po/km.po create mode 100644 po/kn.po create mode 100644 po/ko.po create mode 100644 po/ku.po create mode 100644 po/ky.po create mode 100644 po/la.po create mode 100644 po/lo.po create mode 100644 po/lt.po create mode 100644 po/lv.po create mode 100644 po/mk.po create mode 100644 po/ml.po create mode 100644 po/mr.po create mode 100644 po/ms.po create mode 100644 po/my.po create mode 100644 po/nb.po create mode 100644 po/nds.po create mode 100644 po/ne.po create mode 100644 po/nl.po create mode 100644 po/nl_NL.po create mode 100644 po/nn.po create mode 100644 po/no.po create mode 100644 po/oc.po create mode 100644 po/pa.po create mode 100644 po/pl.po create mode 100644 po/ps.po create mode 100644 po/pt.po create mode 100644 po/pt_BR.po create mode 100644 po/pt_PT.po create mode 100644 po/qu.po create mode 100644 po/ro.po create mode 100644 po/ru.po create mode 100644 po/sc.po create mode 100644 po/si.po create mode 100644 po/sk.po create mode 100644 po/sl.po create mode 100644 po/sq.po create mode 100644 po/sr.po create mode 100644 po/sr@Latn.po create mode 100644 po/sv.po create mode 100644 po/synaptic.pot create mode 100644 po/ta.po create mode 100644 po/ta_LK.po create mode 100644 po/te.po create mode 100644 po/tet.po create mode 100644 po/th.po create mode 100644 po/tl.po create mode 100644 po/tr.po create mode 100644 po/tt.po create mode 100644 po/ug.po create mode 100644 po/uk.po create mode 100644 po/ur.po create mode 100644 po/uz.po create mode 100644 po/vi.po create mode 100644 po/xh.po create mode 100644 po/zh_CN.po create mode 100644 po/zh_HK.po create mode 100644 po/zh_TW.po create mode 100755 pre-build.sh create mode 100644 swig/apt-cat.py create mode 100644 swig/apt-inst.py create mode 100644 swig/build.sh create mode 100644 swig/synaptic_common.i create mode 100644 synaptic-redhat.spec create mode 100644 synaptic-suse.spec create mode 100644 synaptic.spec create mode 100644 tests/Makefile.am create mode 100644 tests/test_gtkpkglist.cc create mode 100644 tests/test_rpackage.cc create mode 100644 tests/test_rpackagefilter.cc create mode 100644 tests/test_rpackageview.cc create mode 100644 wings/Makefile.am create mode 100644 wings/rwaboutpanel.cc create mode 100644 wings/rwaboutpanel.h create mode 100644 wings/rwcacheprogress.cc create mode 100644 wings/rwcacheprogress.h create mode 100644 wings/rwconfigwindow.cc create mode 100644 wings/rwconfigwindow.h create mode 100644 wings/rwdummyinstallprogress.cc create mode 100644 wings/rwdummyinstallprogress.h create mode 100644 wings/rwfetchprogress.cc create mode 100644 wings/rwfetchprogress.h create mode 100644 wings/rwfiltereditor.cc create mode 100644 wings/rwfiltereditor.h create mode 100644 wings/rwfiltermanager.cc create mode 100644 wings/rwfiltermanager.h create mode 100644 wings/rwfilterwindow.cc create mode 100644 wings/rwfilterwindow.h create mode 100644 wings/rwinstallprogress.cc create mode 100644 wings/rwinstallprogress.h create mode 100644 wings/rwmainwindow.cc create mode 100644 wings/rwmainwindow.h create mode 100644 wings/rwsourceswindow.cc create mode 100644 wings/rwsourceswindow.h create mode 100644 wings/rwsummarywindow.cc create mode 100644 wings/rwsummarywindow.h create mode 100644 wings/rwuserdialog.cc create mode 100644 wings/rwuserdialog.h create mode 100644 wings/rwwindow.cc create mode 100644 wings/rwwindow.h create mode 100644 wings/synaptic.cc create mode 100644 xmldocs.make diff --git a/ABOUT-NLS b/ABOUT-NLS new file mode 100644 index 0000000..28d38c7 --- /dev/null +++ b/ABOUT-NLS @@ -0,0 +1,226 @@ +Notes on the Free Translation Project +************************************* + + Free software is going international! The Free Translation Project +is a way to get maintainers of free software, translators, and users all +together, so that will gradually become able to speak many languages. +A few packages already provide translations for their messages. + + If you found this `ABOUT-NLS' file inside a distribution, you may +assume that the distributed package does use GNU `gettext' internally, +itself available at your nearest GNU archive site. But you do *not* +need to install GNU `gettext' prior to configuring, installing or using +this package with messages translated. + + Installers will find here some useful hints. These notes also +explain how users should proceed for getting the programs to use the +available translations. They tell how people wanting to contribute and +work at translations should contact the appropriate team. + + When reporting bugs in the `intl/' directory or bugs which may be +related to internationalization, you should tell about the version of +`gettext' which is used. The information can be found in the +`intl/VERSION' file, in internationalized packages. + +One advise in advance +===================== + + If you want to exploit the full power of internationalization, you +should configure it using + + ./configure --with-included-gettext + +to force usage of internationalizing routines provided within this +package, despite the existence of internationalizing capabilities in the +operating system where this package is being installed. So far, only +the `gettext' implementation in the GNU C library version 2 provides as +many features (such as locale alias or message inheritance) as the +implementation here. It is also not possible to offer this additional +functionality on top of a `catgets' implementation. Future versions of +GNU `gettext' will very likely convey even more functionality. So it +might be a good idea to change to GNU `gettext' as soon as possible. + + So you need not provide this option if you are using GNU libc 2 or +you have installed a recent copy of the GNU gettext package with the +included `libintl'. + +INSTALL Matters +=============== + + Some packages are "localizable" when properly installed; the +programs they contain can be made to speak your own native language. +Most such packages use GNU `gettext'. Other packages have their own +ways to internationalization, predating GNU `gettext'. + + By default, this package will be installed to allow translation of +messages. It will automatically detect whether the system provides +usable `catgets' (if using this is selected by the installer) or +`gettext' functions. If neither is available, the GNU `gettext' own +library will be used. This library is wholly contained within this +package, usually in the `intl/' subdirectory, so prior installation of +the GNU `gettext' package is *not* required. Installers may use +special options at configuration time for changing the default +behaviour. The commands: + + ./configure --with-included-gettext + ./configure --with-catgets + ./configure --disable-nls + +will respectively bypass any pre-existing `catgets' or `gettext' to use +the internationalizing routines provided within this package, enable +the use of the `catgets' functions (if found on the locale system), or +else, *totally* disable translation of messages. + + When you already have GNU `gettext' installed on your system and run +configure without an option for your new package, `configure' will +probably detect the previously built and installed `libintl.a' file and +will decide to use this. This might be not what is desirable. You +should use the more recent version of the GNU `gettext' library. I.e. +if the file `intl/VERSION' shows that the library which comes with this +package is more recent, you should use + + ./configure --with-included-gettext + +to prevent auto-detection. + + By default the configuration process will not test for the `catgets' +function and therefore they will not be used. The reasons are already +given above: the emulation on top of `catgets' cannot provide all the +extensions provided by the GNU `gettext' library. If you nevertheless +want to use the `catgets' functions use + + ./configure --with-catgets + +to enable the test for `catgets' (this causes no harm if `catgets' is +not available on your system). If you really select this option we +would like to hear about the reasons because we cannot think of any +good one ourself. + + Internationalized packages have usually many `po/LL.po' files, where +LL gives an ISO 639 two-letter code identifying the language. Unless +translations have been forbidden at `configure' time by using the +`--disable-nls' switch, all available translations are installed +together with the package. However, the environment variable `LINGUAS' +may be set, prior to configuration, to limit the installed set. +`LINGUAS' should then contain a space separated list of two-letter +codes, stating which languages are allowed. + +Using This Package +================== + + As a user, if your language has been installed for this package, you +only have to set the `LANG' environment variable to the appropriate +ISO 639 `LL' two-letter code prior to using the programs in the +package. For example, let's suppose that you speak German. At the +shell prompt, merely execute `setenv LANG de' (in `csh'), +`export LANG; LANG=de' (in `sh') or `export LANG=de' (in `bash'). This +can be done from your `.login' or `.profile' file, once and for all. + + An operating system might already offer message localization for +many of its programs, while other programs have been installed locally +with the full capabilities of GNU `gettext'. Just using `gettext' +extended syntax for `LANG' would break proper localization of already +available operating system programs. In this case, users should set +both `LANGUAGE' and `LANG' variables in their environment, as programs +using GNU `gettext' give preference to `LANGUAGE'. For example, some +Swedish users would rather read translations in German than English for +when Swedish is not available. This is easily accomplished by setting +`LANGUAGE' to `sv:de' while leaving `LANG' to `sv'. + +Translating Teams +================= + + For the Free Translation Project to be a success, we need interested +people who like their own language and write it well, and who are also +able to synergize with other translators speaking the same language. +Each translation team has its own mailing list, courtesy of Linux +International. You may reach your translation team at the address +`LL@li.org', replacing LL by the two-letter ISO 639 code for your +language. Language codes are *not* the same as the country codes given +in ISO 3166. The following translation teams exist, as of December +1997: + + Chinese `zh', Czech `cs', Danish `da', Dutch `nl', English `en', + Esperanto `eo', Finnish `fi', French `fr', German `de', Hungarian + `hu', Irish `ga', Italian `it', Indonesian `id', Japanese `ja', + Korean `ko', Latin `la', Norwegian `no', Persian `fa', Polish + `pl', Portuguese `pt', Russian `ru', Slovenian `sl', Spanish `es', + Swedish `sv', and Turkish `tr'. + +For example, you may reach the Chinese translation team by writing to +`zh@li.org'. + + If you'd like to volunteer to *work* at translating messages, you +should become a member of the translating team for your own language. +The subscribing address is *not* the same as the list itself, it has +`-request' appended. For example, speakers of Swedish can send a +message to `sv-request@li.org', having this message body: + + subscribe + + Keep in mind that team members are expected to participate +*actively* in translations, or at solving translational difficulties, +rather than merely lurking around. If your team does not exist yet and +you want to start one, or if you are unsure about what to do or how to +get started, please write to `translation@iro.umontreal.ca' to reach the +coordinator for all translator teams. + + The English team is special. It works at improving and uniformizing +the terminology in use. Proven linguistic skill are praised more than +programming skill, here. + +Available Packages +================== + + Languages are not equally supported in all packages. The following +matrix shows the current state of internationalization, as of December +1997. The matrix shows, in regard of each package, for which languages +PO files have been submitted to translation coordination. + + Ready PO files cs da de en es fi fr it ja ko nl no pl pt ru sl sv + .----------------------------------------------------. + bash | [] [] [] | 3 + bison | [] [] [] | 3 + clisp | [] [] [] [] | 4 + cpio | [] [] [] [] [] [] | 6 + diffutils | [] [] [] [] [] | 5 + enscript | [] [] [] [] [] [] | 6 + fileutils | [] [] [] [] [] [] [] [] [] [] | 10 + findutils | [] [] [] [] [] [] [] [] [] | 9 + flex | [] [] [] [] | 4 + gcal | [] [] [] [] [] | 5 + gettext | [] [] [] [] [] [] [] [] [] [] [] | 12 + grep | [] [] [] [] [] [] [] [] [] [] | 10 + hello | [] [] [] [] [] [] [] [] [] [] [] | 11 + id-utils | [] [] [] | 3 + indent | [] [] [] [] [] | 5 + libc | [] [] [] [] [] [] [] | 7 + m4 | [] [] [] [] [] [] | 6 + make | [] [] [] [] [] [] | 6 + music | [] [] | 2 + ptx | [] [] [] [] [] [] [] [] | 8 + recode | [] [] [] [] [] [] [] [] [] | 9 + sh-utils | [] [] [] [] [] [] [] [] | 8 + sharutils | [] [] [] [] [] [] | 6 + tar | [] [] [] [] [] [] [] [] [] [] [] | 11 + texinfo | [] [] [] | 3 + textutils | [] [] [] [] [] [] [] [] [] | 9 + wdiff | [] [] [] [] [] [] [] [] | 8 + `----------------------------------------------------' + 17 languages cs da de en es fi fr it ja ko nl no pl pt ru sl sv + 27 packages 6 4 25 1 18 1 26 2 1 12 20 9 19 7 4 7 17 179 + + Some counters in the preceding matrix are higher than the number of +visible blocks let us expect. This is because a few extra PO files are +used for implementing regional variants of languages, or language +dialects. + + For a PO file in the matrix above to be effective, the package to +which it applies should also have been internationalized and +distributed as such by its maintainer. There might be an observable +lag between the mere existence a PO file and its wide availability in a +distribution. + + If December 1997 seems to be old, you may fetch a more recent copy +of this `ABOUT-NLS' file on most GNU archive sites. + diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..116e2ff --- /dev/null +++ b/AUTHORS @@ -0,0 +1,16 @@ +Principal author: +Alfredo Kojima + +Current Maintainer(s): +Michael Vogt +Gustavo Niemeyer + +Debtag support: +Enrico Zini + +Lots of improvements with the glade interface and usability: +Sebastian Heinlein + +Lots of small fixes/improvements: +Panu Matilainen + diff --git a/BUGS b/BUGS new file mode 100644 index 0000000..5490edd --- /dev/null +++ b/BUGS @@ -0,0 +1,14 @@ +* "<,>" charackters in section of a pkg make the pkgsection view fail + +* the intro dialog is non-modal but blocks interface + +* reinstall, setCanidateVersion() installs not supported by + RPackageLister::{read,write}Selections() + +> I think there is a bug (debian-specific ?): +> In preferences I told Synaptic to completely remove packages +> including configuration files, but when the removal or installation of a +> package marks another package to be removed, the configuration files are +> always left on the system (residual config). Marking a package for +> complete removal works as expected. No big deal... + diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..d60c31a --- /dev/null +++ b/COPYING @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..b5fa9f1 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,1416 @@ +2003-01-21 12:47 mvogt + + * po/: zh_CN.po, zh_HK.po, zh_TW.po: * some po updates from Anthony + Fok + +2003-01-21 12:41 mvogt + + * gtk/rgfetchprogress.cc: * progress bar uses the same font as the + rest of the window now + +2003-01-21 12:28 mvogt + + * TODO, common/rpackage.cc, common/rpackage.h, + gtk/rgconfigwindow.cc, gtk/rgmainwindow.cc, gtk/rgmainwindow.h, + gtk/rgwindow.cc, gtk/window_main.glade, + gtk/window_main.glade.strings, po/cat-id-tbl.c: * toolbar can now + be: pixmap, text, both, hide * some minor bugfixes + +2003-01-21 11:03 svd + + * gtk/rgwindow.cc: Fixed segfault in RGWindow::RGWindow on + gfree(filename) + +2003-01-20 17:47 yeupou + + * ChangeLog, po/fr.po: update french i18n + +2003-01-20 14:40 svd + + * common/rpackagecache.cc, common/rpackagelister.cc, + common/rpackagelister.h, gtk/gsynaptic.cc, gtk/rgmainwindow.cc, + gtk/rgmainwindow.h: Fixed behaviour when pkglist broken on + rpm-based systems + +2003-01-20 13:44 mvogt + + * po/: zh_CN.po, zh_HK.po, zh_TW.po: * updated po files + +2003-01-20 13:28 svd + + * common/: rpackagecache.cc, rpackagecache.h, rpackagelister.cc: + Fix segfault in operations with sourcelist on rpm-based systems + +2003-01-20 13:24 svd + + * gtk/rgmainwindow.cc: Allow use RGZvtInstallProgress for rpm + systems + +2003-01-20 12:14 mvogt + + * configure.in, po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po, + po/pt_BR.po, po/ru.po, po/tr.po, po/zh_CN.po, po/zh_HK.po, + po/zh_TW.po: * added libpango to configure.in test + +2003-01-19 21:55 mvogt + + * gtk/: rgfetchprogress.cc, rgfetchprogress.h: * fixed a small + resource leak with the new pango code + +2003-01-19 21:40 mvogt + + * gtk/: rgaboutpanel.cc, rgfetchprogress.cc, rgmainwindow.cc, + window_options.glade, window_options.glade.strings: * removed some + dead code from rgaboutpanel * converted some code from + gdk_draw_string to pango * fixed a typo (thanks Anthony Fok) + +2003-01-17 23:55 mvogt + + * gtk/: synaptic.glade, synaptic.glade.strings, synaptic.gladep: * + big synaptic.glade is replaced with multiple small glade files + +2003-01-17 23:50 mvogt + + * NEWS, common/rpackage.cc, common/rpackage.h, gtk/Makefile.am, + gtk/rgmainwindow.cc, gtk/rgsummarywindow.cc, gtk/rgwindow.cc, + gtk/window_about.glade, gtk/window_about.glade.strings, + gtk/window_about.gladep, gtk/window_fetch.glade, + gtk/window_fetch.glade.strings, gtk/window_fetch.gladep, + gtk/window_find.glade, gtk/window_find.glade.strings, + gtk/window_find.gladep, gtk/window_install_progress.glade, + gtk/window_install_progress.glade.strings, + gtk/window_install_progress.gladep, gtk/window_main.glade, + gtk/window_main.glade.strings, gtk/window_main.gladep, + gtk/window_options.glade, gtk/window_options.glade.strings, + gtk/window_options.gladep, gtk/window_procceed.glade, + gtk/window_procceed.glade.strings, gtk/window_procceed.gladep, + po/POTFILES.in, po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po, + po/pt_BR.po, po/tr.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: * + split up the glade file into multiple ones (should be nicer for the + translators) * fixed a resize bug in RGSummaryWindow + +2003-01-15 15:16 svd + + * po/ru.po: Updated russian translation + +2003-01-13 12:41 mvogt + + * po/README: * added README that explains some problems with glade + +2003-01-12 23:19 yeupou + + * ChangeLog, po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po, + po/pt_BR.po, po/ru.po, po/tr.po, po/zh_CN.po, po/zh_HK.po, + po/zh_TW.po: make update-po + update french strings + +2003-01-10 23:33 mvogt + + * configure.in, common/rpackagefilter.cc, gtk/rgfiltermanager.cc, + gtk/rgfiltermanager.h, gtk/rgfilterwindow.cc, gtk/rgfilterwindow.h, + gtk/rgmainwindow.cc, gtk/synaptic.glade, + gtk/synaptic.glade.strings, po/cat-id-tbl.c: * fixed some small + bugs * removed some dead code (was #if 0) left from pre glade days + +2003-01-10 15:25 mvogt + + * NEWS: * updated NEWS file + +2003-01-10 15:21 mvogt + + * README: * removed the commets about gksu for now + +2003-01-10 15:19 mvogt + + * data/synaptic.desktop, po/de.po, po/es.po, po/fr.po, po/pt_BR.po, + po/ru.po, po/tr.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: * + changed back to xsu as default way to do su, because gksu has some + flaws + +2003-01-10 15:01 mvogt + + * common/rpackagefilter.cc, po/cat-id-tbl.c, po/de.po, po/es.po, + po/fr.po, po/pt_BR.po, po/ru.po, po/tr.po, po/zh_CN.po, + po/zh_HK.po, po/zh_TW.po: * fixed a bug in rpackagefilter, now all + patternfilters are used, not only the first one :) + +2003-01-09 22:34 mvogt + + * po/ru.po: * updates to the russian translation + +2003-01-09 18:20 mvogt + + * gtk/synaptic.glade, gtk/synaptic.glade.strings, + gtk/synaptic.gladep, po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po, + po/pt_BR.po, po/ru.po, po/tr.po, po/zh_CN.po, po/zh_HK.po, + po/zh_TW.po: * updated turkish translation (thanks to Rail Aliev) + +2003-01-09 05:18 mvogt + + * gtk/rgfindwindow.cc: * fixed a minor bug in findwindow + +2003-01-08 20:16 mvogt + + * NEWS, TODO, po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po, + po/pt_BR.po, po/tr.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: * + small documentation updates + +2003-01-08 19:39 mvogt + + * gtk/: rgfindwindow.cc, rgfindwindow.h, rgmainwindow.cc, + synaptic.glade: * small fixes for the new search windo + +2003-01-08 16:30 mvogt + + * configure.in, common/i18n.h, gtk/synaptic.glade, po/ru.po: * + added russian translation + +2003-01-08 12:48 mvogt + + * po/: cat-id-tbl.c, de.po, es.po, fr.po, pt_BR.po, tr.po, + zh_CN.po, zh_HK.po, zh_TW.po: * some minor corrections (missing " + at end of line etc) + +2003-01-08 03:32 mvogt + + * config.h.in, configure.in, gtk/rgmainwindow.cc, po/cat-id-tbl.c: + * removed --with-dwww-help, this is autodetected at runtime + +2003-01-08 03:27 mvogt + + * common/rpackagefilter.h, gtk/Makefile.am, gtk/rgfindwindow.cc, + gtk/rgfindwindow.h, gtk/rgmainwindow.cc, gtk/rgmainwindow.h, + gtk/rgwindow.cc, gtk/synaptic.glade, po/cat-id-tbl.c: * added find + menu for easy searching for name/description + +2003-01-07 22:33 yeupou + + * ChangeLog, po/fr.po: update french i18n strings + +2003-01-07 14:39 mvogt + + * README, config.h.in, configure.in, common/rpackagefilter.cc, + data/synaptic.desktop, gtk/Makefile.am, gtk/rgfiltereditor.cc, + gtk/rgfiltermanager.cc, gtk/rgmainwindow.cc, gtk/rgmainwindow.h, + gtk/rgsummarywindow.cc, gtk/synaptic.glade, po/cat-id-tbl.c, + po/de.po, po/es.po, po/fr.po, po/pt_BR.po, po/tr.po, po/zh_CN.po, + po/zh_HK.po, po/zh_TW.po: * added (crude) purge and search pkg + description support * added --with-dwww-help configure switch + (enables Pkg Help button) * some resizing fixes + +2003-01-04 17:08 mvogt + + * NEWS, TODO, configure.in, common/raptoptions.h, + common/rpackage.cc, common/rpackage.h, common/rpackagefilter.cc, + common/rpackagefilter.h, common/rpackagelister.cc, gtk/Makefile.am, + gtk/gsynaptic.cc, gtk/rgfiltereditor.cc, gtk/rgfiltereditor.h, + gtk/rgmainwindow.cc, gtk/rgmainwindow.h, gtk/synaptic.glade, + po/POTFILES.in, po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po, + po/pt_BR.po, po/tr.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: * + added residual config filter * added chinese translation + +2002-12-27 13:28 mvogt + + * gtk/rgmainwindow.cc: * fixed a problem with the new filters menu + +2002-12-27 02:37 mvogt + + * NEWS, README, README.scripting, TODO, common/rpackage.cc, + common/rpackage.h, gtk/rgmainwindow.cc, gtk/synaptic.glade, + po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po, po/pt_BR.po, + po/tr.po: * small gui + documentation updates + +2002-12-26 23:20 mvogt + + * TODO, gtk/rgaboutpanel.cc, gtk/rgmainwindow.cc, + gtk/rgmainwindow.h, gtk/synaptic.glade: * added filters menu + +2002-12-20 00:48 mvogt + + * TODO, common/rpackage.h, common/rpackagefilter.cc, + common/rpackagefilter.h, gtk/rgaboutpanel.cc, + gtk/rgfiltereditor.cc, gtk/rgwindow.cc, gtk/rgwindow.h, + gtk/synaptic.glade, pixmaps/Makefile.am, po/cat-id-tbl.c, po/de.po, + po/es.po, po/fr.po, po/pt_BR.po, po/tr.po: * some more filter like + depends on, reverse depends on, conflicts work now + +2002-12-17 19:46 mvogt + + * gtk/: rgmainwindow.cc, synaptic.glade: * a fix for _depListL + handling + +2002-12-16 16:11 mvogt + + * TODO, gtk/rgmainwindow.cc, gtk/rgmainwindow.h, + gtk/synaptic.glade: * save windows size and vpaned position between + sessions * (re)added tooltips to all buttons (there is a bug in + libglade2 for toolbar buttons, a patch to the maintainer is + submited) + +2002-12-15 11:36 mvogt + + * common/rpackage.cc, gtk/Makefile.am, gtk/rgmainwindow.cc, + gtk/synaptic.glade, pixmaps/Makefile.am, + pixmaps/distupgrade_small.xpm, pixmaps/proceed_small.xpm, + pixmaps/update_small.xpm, pixmaps/upgrade_small.xpm: * more fixes + for the new gui. should be complette now + +2002-12-13 22:38 mvogt + + * gtk/rgmainwindow.cc, gtk/rgmainwindow.h, gtk/rgwindow.cc, + gtk/synaptic.glade, po/cat-id-tbl.c: * more fixes for the new gui + +2002-12-12 18:37 mvogt + + * Makefile.am, acconfig.h, config.h.in, configure.in, + common/rrepositoryfile.cc, common/rrepositoryfile.h, + common/rsources.cc, gtk/Makefile.am, gtk/rgmainwindow.cc, + gtk/rgmainwindow.h, gtk/rgsourceswindow.cc, gtk/rgsourceswindow.h, + gtk/rgsrcwindow.cc, gtk/rgwindow.cc, gtk/rgwindow.h, + gtk/synaptic.glade, gtk/synaptic.glade.strings, + gtk/synaptic.gladep, po/cat-id-tbl.c: * switched to the new gui + (should basicly work, but lots of rough edges) * removed unused + files + +2002-12-06 09:16 mvogt + + * NEWS, TODO, configure.in, common/rpackagelister.cc, + common/rpackagelister.h, gtk/Makefile.am, gtk/galertpanel.c, + gtk/rgfetchprogress.cc, gtk/rgfetchprogress.h, + gtk/rgfiltermanager.cc, gtk/rgmainwindow.cc, gtk/rgmainwindow.h, + gtk/rgsrcwindow.cc, gtk/rgsummarywindow.cc, gtk/rgsummarywindow.h, + gtk/rgvendorswindow.cc, gtk/rgzvtinstallprogress.cc, + gtk/rgzvtinstallprogress.h, pixmaps/synaptic_mini.xpm, + po/cat-id-tbl.c: * complette port to gtk2 + +2002-12-03 12:13 mvogt + + * gtk/rgzvtinstallprogress.cc: * always set TERM to xterm + +2002-11-29 21:08 mvogt + + * pixmaps/Makefile.am, po/de.po, po/es.po, po/fr.po, po/pt_BR.po, + po/tr.po: * minor makefile fix + +2002-11-29 13:15 mvogt + + * gtk/rgmainwindow.cc, man/Makefile.am: * rgmainwindow.cc: small + setIcon() fix * man/Makefile.am: add french and turkish man page to + tgz + +2002-11-29 13:02 mvogt + + * NEWS: * credits + +2002-11-29 03:35 mvogt + + * Makefile.am, NEWS, README, configure.in, data/Makefile.am, + data/synaptic.desktop, gtk/rgmainwindow.cc, gtk/rgmainwindow.h, + pixmaps/Makefile.am, pixmaps/synaptic_48x48.png, + pixmaps/synaptic_mini.xpm, po/de.po, po/es.po, po/fr.po, + po/pt_BR.po, po/tr.po: * some icons * a desktop entry for gnome + (uses xsu for now) * a wm icon (should work for both gnome/kde) + +2002-11-28 10:54 mvogt + + * common/rpackagefilter.cc, gtk/rgfetchprogress.cc, + gtk/rgfiltereditor.cc, gtk/rgfiltermanager.cc, gtk/rgmainwindow.cc, + gtk/rgsrcwindow.cc, gtk/rgsummarywindow.cc, gtk/rgvendorswindow.cc, + po/cat-id-tbl.c: * applied a i18n patch from Rail Aliev (thanks!) + +2002-11-25 23:26 mvogt + + * man/synaptic.tr.8: * added turkish man-page (thanks to Rail + Aliev) + +2002-11-25 23:06 mvogt + + * configure.in, po/tr.po: * added turkish translation (thanks to + Rail Aliev) + +2002-11-25 14:40 mvogt + + * gtk/rgfiltereditor.h: * fixed a filter bug in rgfiltereditor + (thanks to Sviatoslav Sviridov) + +2002-11-23 19:19 mvogt + + * gtk/gsynaptic.cc: * commited setlocale->gtk_set_locale() patch + from Sviatoslav Sviridou (thanks!) + +2002-11-19 17:34 mvogt + + * man/Makefile.am: * added Makefile.am + +2002-11-19 17:26 yeupou + + * ChangeLog, man/synaptic.fr.8: Add french man page + +2002-11-12 12:53 mvogt + + * common/raptoptions.cc: * improved the popen() call to deborphan a + bit + +2002-11-10 15:03 mvogt + + * NEWS, common/rpackagelister.cc, gtk/rgsrcwindow.h, + gtk/rgvendorswindow.h, po/de.po, po/es.po, po/fr.po, po/pt_BR.po: * + minor build fixes (for make distcheck) + +2002-11-09 14:09 mvogt + + * configure.in, common/rpackage.cc, common/rpackagelister.cc: * + fixed a nasty memory leak in openCache() + +2002-11-09 01:45 mvogt + + * NEWS, TODO, common/raptoptions.cc, common/raptoptions.h, + common/rpackage.cc, common/rpackage.h, common/rpackagefilter.cc, + common/rpackagefilter.h, common/rpackagelister.cc, + gtk/rgfiltereditor.cc, gtk/rgfiltereditor.h, gtk/rgmainwindow.cc, + gtk/rgsummarywindow.cc, gtk/rgsummarywindow.h, po/cat-id-tbl.c, + po/de.po, po/es.po, po/fr.po, po/pt_BR.po: * reworked the + rgsummarywindow dialog, added a gtktree for the "to be removed, + to be installed" etc packages * added deborphan functionalty + (debian only) + +2002-11-06 16:40 mvogt + + * Makefile.am, TODO, configure.in: * added the makefile for the + man-page + +2002-11-04 00:59 mvogt + + * gtk/: gsynaptic.cc, rgmainwindow.cc: * added some more + translateable strings + +2002-11-04 00:51 mvogt + + * TODO, configure.in, common/rconfiguration.cc, common/rpackage.cc, + common/rpackage.h, common/rpackagefilter.cc, + common/rpackagefilter.h, common/rpackagelister.cc, + gtk/rgconfigwindow.h, gtk/rgfiltereditor.cc, + gtk/rgfiltermanager.cc, gtk/rgmainwindow.cc, gtk/rgmainwindow.h, + pixmaps/holdM.xpm, po/cat-id-tbl.c: * cleanups + +2002-11-02 22:11 yeupou + + * po/: fr.po, fr.po: fix minor typo + +2002-11-02 21:57 yeupou + + * ChangeLog, po/fr.po: fix typo + +2002-11-02 21:51 yeupou + + * ChangeLog, po/de.po, po/es.po, po/fr.po, po/pt_BR.po: upgrade + french i18n (typo + new stings) + +2002-10-30 11:55 mvogt + + * gtk/rgconfigwindow.cc: * removed another gtk_set_usize() :) + +2002-10-28 14:41 mvogt + + * gtk/rgmainwindow.cc: * and another small ui thing + +2002-10-28 14:37 mvogt + + * gtk/rgmainwindow.cc, man/synaptic.8: * another minor resizing fix + +2002-10-28 14:11 mvogt + + * TODO, gtk/rgmainwindow.cc: * fixed a nasty UI resizing problem * + small improvement for the GtkCList + +2002-10-28 12:47 mvogt + + * NEWS, TODO, configure.in, gtk/rgconfigwindow.cc, + gtk/rgmainwindow.cc, gtk/rgmainwindow.h, gtk/synapticinterface.cc, + man/synaptic.8, po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po, + po/pt_BR.po: * added a manpage * added ColorStatus in the main + GtkCList * added option to switch colors on/off + +2002-10-27 10:56 mvogt + + * gtk/rgsummarywindow.cc: * small ui improvements + +2002-10-09 18:27 mvogt + + * TODO, gtk/rgmainwindow.cc: * minor documentation updates + +2002-10-09 10:18 mvogt + + * gtk/rgmainwindow.cc: * some more usize fixes (still far from + perfect) + +2002-10-09 01:55 mvogt + + * acconfig.h, config.h.in, configure.in, gtk/Makefile.am, + gtk/rgfetchprogress.cc, gtk/rgmainwindow.cc, po/de.po, po/es.po, + po/fr.po, po/pt_BR.po: * gtk/Makefile.am should work now with both + automake1.4 and automake1.6 * removed --new-gui (never quite there + anyway) + +2002-10-09 00:43 mvogt + + * po/: de.po, fr.po: * fixed a bug for 8bit charackters + +2002-10-09 00:30 mvogt + + * po/de.po: * added a german "umlaut" + +2002-10-06 17:03 mvogt + + * configure.in: * fixed a bug in swig test + +2002-10-04 03:12 niemeyer + + * gtk/: Makefile.am, rgmainwindow.cc, rgmainwindow.h, + synapticinterface.cc: - Do not expose internal interface of + RGMainWindow. - Minor changes for automake 1.6 conformance. + +2002-10-04 02:40 niemeyer + + * README.scripting: Minor typo fixes. + +2002-10-03 22:52 mvogt + + * Makefile.am, NEWS, po/de.po, po/es.po, po/fr.po, po/pt_BR.po: * + minor cleanups * documentation update + +2002-10-03 21:56 mvogt + + * README.scripting, gtk/synapticinterface.cc, + gtk/synapticinterface.h: * some more code for the scripting + interface * added a basic README for the scripting stuff along with + a simple example + +2002-10-03 18:39 mvogt + + * TODO, gtk/Makefile.am, po/de.po, po/es.po, po/fr.po, po/pt_BR.po: + * fixed the makefile for building the python module + +2002-10-03 15:28 mvogt + + * macros/Makefile.am: * python.m4 file is removed from + macros/Makefile.am (it never worked) + +2002-10-03 15:25 mvogt + + * Makefile.am, NEWS, TODO, acinclude.m4, configure.in, + gtk/Makefile.am, gtk/rgmainwindow.h, gtk/synapticinterface.cc, + gtk/synapticinterface.h, gtk/synapticinterface.i, + macros/Makefile.am, macros/Makefile.in: * added python interface + for synaptic + +2002-10-02 15:29 mvogt + + * NEWS, gtk/rgmainwindow.cc, gtk/rgmainwindow.h, + gtk/rgvendorswindow.cc: * cleanups * removed _tempKludge as it's + not needed with the current code * reworked "installSelected" + Suggestions/Recommandation + +2002-10-02 11:34 mvogt + + * README, gtk/gsynaptic.cc, gtk/rgmainwindow.cc: * removed some + debug messages * changed the names of the command line arguments + (initialFilter -> initial-filter / filterFile -> filter-file) to + match it with apt + +2002-10-01 16:18 mvogt + + * README: * added some info about the multiple selection feature + +2002-10-01 15:53 mvogt + + * NEWS, TODO, gtk/gsynaptic.cc, gtk/rgmainwindow.cc, + gtk/rgmainwindow.h, po/cat-id-tbl.c: * multiple selection of + packages is possible now (use SHIFT/CTRL in the clist) + +2002-10-01 13:41 mvogt + + * gtk/rgaboutpanel.cc: * added Gustavo to authors + +2002-09-30 22:48 mvogt + + * NEWS, README, common/rconfiguration.cc, gtk/rgmainwindow.cc, + gtk/rgmainwindow.h: * cosmetic stuff * fixed a bug in save/restore + state ("synaptic::" -> "Synaptic::", I wonder why this ever + worked (: ) * updated the README file. It now point to the savannah + page + +2002-09-30 16:57 mvogt + + * common/rconfiguration.cc, gtk/gsynaptic.cc: * fixed warnings if + files in /root/.synaptic are not there (the files are just + created) + +2002-09-30 15:44 mvogt + + * NEWS, README, TODO, configure.in, common/raptoptions.cc, + common/rconfiguration.cc, common/rpackage.h, + common/rpackagelister.cc, common/rpackagelister.h, + gtk/gsynaptic.cc, gtk/rgmainwindow.cc, gtk/rgmainwindow.h: * + reworked the "new" packages in list detection (much saner now) * + added some commandline options (alternative filterFile, + inititalFilter) + +2002-09-27 10:54 mvogt + + * configure.in, common/raptoptions.cc: * version is now 0.24.1 * + the non-existance of /etc/apt/preferences is now ignored + +2002-09-27 01:05 mvogt + + * Makefile.am, configure.in, common/raptoptions.cc: * two small + fixes (thanks to Richard Bos) + +2002-09-26 16:27 mvogt + + * common/raptoptions.h, po/de.po, po/es.po, po/fr.po, po/pt_BR.po: + * fixed a g++-3.2 problem + +2002-09-26 16:06 mvogt + + * gtk/rgsrcwindow.cc, po/de.po, po/es.po, po/fr.po, po/pt_BR.po: * + changed "none" to "no vendor" in rgsrcwindow option menu + +2002-09-26 15:37 mvogt + + * README, gtk/rgmainwindow.cc, pixmaps/Makefile.am, + po/cat-id-tbl.c: * keybinding for "update" is CTRL-u * added the + new pixmaps to extra_dist in pixmaps/Makefile.am + +2002-09-26 15:00 niemeyer + + * AUTHORS, NEWS, gtk/rgvendorswindow.cc, gtk/rgvendorswindow.h: - + Oops, forgot to add vendors.list specific files. - Included myself + in the AUTHORS file. - 2 new entries for NEWS file. + +2002-09-25 22:20 niemeyer + + * common/rsources.cc, common/rsources.h, gtk/Makefile.am, + gtk/rgsrcwindow.cc, gtk/rgsrcwindow.h: - Implemented full vendors + support. - Fixed some minor bugs. - Reworked sources list + interface (again). + +2002-09-25 16:09 niemeyer + + * gtk/: rgsrcwindow.cc, rgsrcwindow.h: Reworked sources window. + +2002-09-25 14:54 niemeyer + + * gtk/galertpanel.c: Fixed warning issued when first parameter of + gtk_run_alert_panel() was NULL (e.g. when running as a non-root + user). + +2002-09-25 14:48 niemeyer + + * gtk/rgmainwindow.cc: Rolling back text changes introduced in + revision 1.37. + +2002-09-25 11:43 mvogt + + * TODO: * some radom ideas + +2002-09-24 13:53 mvogt + + * gtk/rgmainwindow.cc, po/cat-id-tbl.c: * minor correction for the + new/hold icons + +2002-09-24 13:48 mvogt + + * gtk/rgmainwindow.cc, pixmaps/holdM.xpm, pixmaps/newM.xpm: * "new" + and "hold" packages have icons now * added pixmaps/newM.xpm and + pixmaps/holdM.xpm (ugly!) + +2002-09-24 12:29 mvogt + + * gtk/galertpanel.c: * gtk/galertpanel.c: make the dialog transtent + to the parent + +2002-09-24 12:13 mvogt + + * NEWS, acconfig.h, config.h.in, configure.in, gtk/rgmainwindow.cc: + * hold feature is enabled with "--with-pkg-hold" and the #define is + changed to SYNAPTIC_PKG_HOLD. so the meaning is clearer IMHO. + +2002-09-24 11:52 mvogt + + * INSTALL, NEWS, README, acconfig.h, config.h.in, configure.in, + gtk/Makefile.am, gtk/rgmainwindow.cc, wings/Makefile.am: * WINGs + version no longer build by default and renamed to "wsynaptic" * + Gtk+ version renamed to "synaptic" * added configure switch + "--with-hold" that enables a "hold" package feature * some + documentation updates regarding the changes to configure + +2002-09-24 00:47 mvogt + + * common/rinstallprogress.cc, common/rpackagelister.cc, + gtk/rgzvtinstallprogress.cc, gtk/rgzvtinstallprogress.h, + po/cat-id-tbl.c: * keep RGZvtInstallProgress window open if + something goes wrong with the installation so that the user can + inspect it + +2002-09-23 23:49 niemeyer + + * common/: indexcopy.cc, rcdscanner.h, rconfiguration.cc, + rconfiguration.h, rpackagefilter.h, rpackagelister.cc: Minor + changes fixing compilation with GCC 3.2. + +2002-09-19 23:41 mvogt + + * gtk/rgfetchprogress.cc, po/cat-id-tbl.c: * fixed a memory leask + in RGFetchProgress::refreshTable() + +2002-09-19 11:37 mvogt + + * gtk/rgmainwindow.cc: * minor text changes (cosmetic) + +2002-09-19 00:48 mvogt + + * common/rpackage.cc: * change permissions of the updateed + /etc/apt/preferences to 644 + +2002-09-06 20:59 mvogt + + * gtk/rgsrcwindow.cc, po/cat-id-tbl.c: * minor fix for the dialog + +2002-09-05 23:26 niemeyer + + * common/rsources.cc, common/rsources.h, gtk/rgsrcwindow.cc, + gtk/rgsrcwindow.h: Added basic vendor support. + +2002-09-05 17:07 niemeyer + + * gtk/rgmainwindow.cc: - Minor text changes. - Reordered entries + in dependency combo box. + +2002-09-05 02:32 mvogt + + * gtk/rgmainwindow.cc, po/cat-id-tbl.c: * more cosmetic fixes for + the hold feature + +2002-09-05 00:14 mvogt + + * gtk/rgmainwindow.cc, po/cat-id-tbl.c: * the _holdB button has a + new home, I hope it looks better now + +2002-09-05 00:06 mvogt + + * gtk/rgmainwindow.cc: minor cleanups + +2002-09-04 23:46 mvogt + + * common/raptoptions.h, common/rpackagefilter.cc, + common/rpackagefilter.h, common/rpackagelister.cc, + gtk/rgmainwindow.cc, po/cat-id-tbl.c: * fixed some Hold related + bugs + +2002-08-29 00:21 mvogt + + * gtk/rgmainwindow.cc: * fixed a bug in "Dependecies of available + package" + +2002-08-29 00:06 mvogt + + * NEWS: * new for version 0.24 + +2002-08-28 22:38 mvogt + + * gtk/rgfilterwindow.cc, po/cat-id-tbl.c: * changed order of + buttons in rgfilterwindow + +2002-08-28 22:26 mvogt + + * gtk/rgmainwindow.cc: * removed a debug statement + +2002-08-28 22:21 mvogt + + * common/raptoptions.cc, common/raptoptions.h, common/rpackage.cc, + common/rpackage.h, common/rpackagefilter.cc, + common/rpackagefilter.h, common/rpackagelister.cc, + gtk/gsynaptic.cc, gtk/rgfiltereditor.cc, gtk/rgfiltereditor.h, + gtk/rgmainwindow.cc, po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po, + po/pt_BR.po: * implemented "Hold" feature using apt "pin" + +2002-08-26 14:34 mvogt + + * common/rconfiguration.cc, gtk/rgmainwindow.cc, po/cat-id-tbl.c: * + windowsize is now saved/restored + +2002-08-26 14:03 mvogt + + * TODO, configure.in, common/raptoptions.cc, common/raptoptions.h, + common/rconfiguration.cc, common/rconfiguration.h, + common/rpackage.h, gtk/rgmainwindow.cc, gtk/rgmainwindow.h, + po/cat-id-tbl.c: * raptoptions is now persistent and saves/restores + the "Locked" and "New" Packages * "New" Packages are saved until + the next succesfull update * "Hold" is enabled in GUI, but still + not working. It's enabled for testing the raptoptions + store/restore functions + +2002-08-25 13:32 mvogt + + * po/: POTFILES.in, de.po, es.po, fr.po, pt_BR.po: * rgsrcwindow is + now in POTFILES + +2002-08-24 17:35 mvogt + + * TODO: * nothing really + +2002-08-24 13:17 mvogt + + * gtk/: rgfiltermanager.cc, rgfiltermanager.h, rgfilterwindow.cc, + rgfilterwindow.h, rgwindow.cc: * fixed a bug in delete-event of + rgfiltermanager/rgfilterwindow + +2002-08-23 20:08 mvogt + + * TODO, common/rpackagelister.cc, gtk/rgfiltereditor.cc, + gtk/rgfiltermanager.cc, gtk/rgfiltermanager.h, + gtk/rgfilterwindow.cc, gtk/rgmainwindow.cc: * trying to fix a bug + in rgfiltermanager (unsuccessfull so far) + +2002-08-23 15:12 mvogt + + * common/rpackage.cc, gtk/rgsrcwindow.cc: * -Wall cleanups + +2002-08-23 13:40 mvogt + + * gtk/rgsrcwindow.cc: * cleanups/ui improvements for the GTK_CLIST + +2002-08-22 22:03 mvogt + + * common/: raptoptions.h, rsources.h: * g++-3.0 fixes + +2002-08-22 18:18 mvogt + + * NEWS, TODO: * documentation updates + +2002-08-22 13:57 mvogt + + * common/rsources.cc, common/rsources.h, gtk/rgsrcwindow.cc, + gtk/rgsrcwindow.h: * cleaned up rsource.{cc,h} it now uses a STL + list * small ui improvement for rgsrcwindow.cc + +2002-08-21 02:59 mvogt + + * common/rsources.cc: * added a FIXME for the rsource class. I will + rewrite it with a STL list instead of the crappy (and buggy) + hand-coded one + +2002-08-20 21:20 niemeyer + + * common/rsources.cc, common/rsources.h, gtk/rgsrcwindow.cc: - + Added rpm/rpm-src support in repositories dialog - Fixed bug which + was crashing repository updates (s/delete/delete []/). + +2002-08-20 01:03 mvogt + + * common/rsources.cc, gtk/rgmainwindow.cc, gtk/rgsrcwindow.cc: * + some bugfixes in the new edit sources.list stuff + +2002-08-20 00:33 mvogt + + * NEWS, configure.in, common/Makefile.am, common/rpackage.cc, + common/rsources.cc, common/rsources.h, gtk/Makefile.am, + gtk/rgmainwindow.cc, gtk/rgsourceswindow.cc, gtk/rgsourceswindow.h, + gtk/rgsrcwindow.cc, gtk/rgsrcwindow.h, po/cat-id-tbl.c: * added + sourceslist dialog (ported from deity) + +2002-07-27 16:07 mvogt + + * common/Makefile.am, po/de.po, po/es.po, po/fr.po, po/pt_BR.po: * + ups, bug in common/Makefile.am + +2002-07-27 15:57 mvogt + + * configure.in, common/Makefile.am, common/rpackage.cc, + common/rpackagelister.cc, gtk/rgmainwindow.cc, gtk/rgmainwindow.h, + gtk/rgzvtinstallprogress.cc: * some work on the new held feature, + but unfinished, because there are some problems. I think I will + give the apt Pin feature a try + +2002-07-27 05:45 mvogt + + * README, TODO, gtk/rgmainwindow.cc: * added CTRL-q keybinding to + quit and documented it * some updates to the TODO file + +2002-07-27 05:27 mvogt + + * gtk/rgconfigwindow.cc: * no real changes + +2002-07-27 05:25 mvogt + + * gtk/: rgconfigwindow.cc, rgzvtinstallprogress.cc: * the state of + "closeZvtOnFinish" is now saved + +2002-07-27 01:33 mvogt + + * gtk/: rgzvtinstallprogress.cc, rgzvtinstallprogress.h: * more + fixes to rgzvtinstallprogress + +2002-07-27 01:17 mvogt + + * common/rinstallprogress.cc, common/rinstallprogress.h, + gtk/rgconfigwindow.cc, gtk/rgdummyinstallprogress.h, + gtk/rgmainwindow.cc, gtk/rgzvtinstallprogress.cc, + gtk/rgzvtinstallprogress.h, po/cat-id-tbl.c: * improved the + tgzvtinstallwindow + +2002-07-26 03:33 mvogt + + * common/indexcopy.cc, gtk/rgzvtinstallprogress.cc, + wings/rwaboutpanel.h, wings/rwconfigwindow.cc, + wings/rwconfigwindow.h, wings/rwfetchprogress.cc, + wings/rwfiltereditor.cc, wings/rwfiltermanager.cc, + wings/rwfiltermanager.h, wings/rwinstallprogress.cc, + wings/rwinstallprogress.h, wings/rwmainwindow.cc, + wings/rwmainwindow.h, wings/rwsourceswindow.h, + wings/rwsummarywindow.h, wings/rwwindow.h: * more work to make + synaptic g++-3.0 and "-Wall" clean + +2002-07-25 22:47 mvogt + + * configure.in, common/indexcopy.cc, common/rconfiguration.cc, + common/rinstallprogress.cc, common/rinstallprogress.h, + common/rpackage.cc, common/rpackagecache.cc, + common/rpackagecache.h, common/rpackagefilter.cc, + common/rpackagelister.cc, gtk/gsynaptic.cc, gtk/rgmainwindow.cc, + po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po, po/pt_BR.po, + wings/Makefile.am, wings/synaptic.cc: * applied a APT-RPM patch + from Gustavo Niemeyer * increased version + to 0.23 + +2002-07-24 22:19 mvogt + + * configure.in: * bumped version to 0.22 + +2002-07-24 20:22 mvogt + + * NEWS, gtk/rgfiltermanager.cc: * fixed a bug in the + rgfiltermanager + +2002-07-24 11:31 mvogt + + * common/rcdscanner.cc, common/rpackagefilter.cc, + gtk/rgzvtinstallprogress.cc: * made synaptic g++-3.0 clean (again) + +2002-07-23 16:42 mvogt + + * TODO, gtk/rgmainwindow.cc: * cosmetic change in rgmainwindow + +2002-07-23 11:32 mvogt + + * NEWS, TODO, configure.in, common/rcdscanner.cc, + common/rpackage.cc, common/rpackagecache.cc, + common/rpackagefilter.cc, common/rpackagefilter.h, + common/rpackagelister.cc, common/rpackagelister.h, + gtk/rgaboutpanel.h, gtk/rgconfigwindow.cc, gtk/rgconfigwindow.h, + gtk/rgfetchprogress.cc, gtk/rgfiltereditor.cc, + gtk/rgfiltermanager.cc, gtk/rgfiltermanager.h, + gtk/rginstallprogress.cc, gtk/rgmainwindow.cc, gtk/rgmainwindow.h, + gtk/rgwindow.h, gtk/rgzvtinstallprogress.cc, po/de.po, po/es.po, + po/fr.po, po/pt_BR.po: * increased version to 0.22pre1 * made + synaptic (mostly) -Wall clean * fixed bugs in the new + "Recommends/Suggests" menu + +2002-07-22 14:24 mvogt + + * TODO, common/rpackage.cc, common/rpackage.h, gtk/rgmainwindow.cc, + gtk/rgmainwindow.h, po/cat-id-tbl.c: * fixed suggests/recommends + tab * added new "Dependencies of available package" * added + "install recommended", "install suggested", "install selected" + commands + +2002-07-19 13:18 mvogt + + * README, configure.in: * bumped version to 0.21 * added a small + section about filters in the README + +2002-07-19 13:13 mvogt + + * README, TODO: * better documentation, more TODO items + +2002-07-19 01:56 mvogt + + * common/rpackagelister.cc, gtk/rgfiltermanager.cc: * fixed a + segfault in rgfiltermanager.cc + +2002-07-17 12:49 mvogt + + * po/de.po, po/es.po, po/fr.po, po/pt_BR.po, + wings/rwfetchprogress.cc: * another cosmetic fix in rwfetchprogress + +2002-07-17 12:22 mvogt + + * gtk/rgsummarywindow.cc: * cosemtic fix for rgsummarywindow (left + align a label) + +2002-07-16 15:30 mvogt + + * po/de.po, po/es.po, po/fr.po, po/pt_BR.po, + wings/rwfetchprogress.cc: * cosmetic change in + wings/rwfetchprogress.cc + +2002-07-16 14:59 mvogt + + * configure.in, po/de.po, po/es.po, po/fr.po, po/pt_BR.po: * + version is now 0.20 * no real changes since 0.20pre8, I think it's + ready now! + +2002-07-15 13:41 mvogt + + * gtk/rgfetchprogress.cc, po/de.po, po/es.po, po/fr.po, + po/pt_BR.po: * cosmetic change in rgfetchprogress (label now left + alligned) + +2002-07-15 00:06 mvogt + + * TODO: * minor todo update + +2002-07-15 00:05 mvogt + + * INSTALL, README, TODO: * more documentation + +2002-07-14 23:52 mvogt + + * configure.in: * no real change + +2002-07-14 23:49 mvogt + + * NEWS, README: * added some documentation in preparation of the + 0.20 version + +2002-07-14 23:41 mvogt + + * README, gtk/rgmainwindow.cc: * added some keyboard shortcuts * + documented keyboard shortcuts in README * _statusL is now left + allignent + +2002-07-14 16:27 mvogt + + * gtk/rgfetchprogress.cc: * fixed minor bug in rgfetchprogress + +2002-07-14 12:47 mvogt + + * common/rinstallprogress.cc, common/rinstallprogress.h, + gtk/rgzvtinstallprogress.cc: * added my copyright on some files I + worked on + +2002-07-14 02:33 mvogt + + * gtk/rgfetchprogress.cc: * experienced a bit with the hide() + problem (see rgfetchprogress::hide()), but found no solution + +2002-07-14 02:13 mvogt + + * common/rinstallprogress.cc, common/rpackage.h, gtk/gsynaptic.cc, + gtk/rgfetchprogress.cc, gtk/rgmainwindow.cc: * if rgfetchprogress + is finished, but only one package is deleted, rgfetchprogress + will not be hiden. I added a sleep(1) [and this really sucks] + +2002-07-13 22:00 mvogt + + * configure.in, gtk/rgfiltermanager.cc: * reanmed version to + 0.20pre8 (but will not yet release) * fixed a bug in + rgfiltermanager.cc: if you clicked at delete and then save (on + the last filter), it segfaults + +2002-07-13 21:48 mvogt + + * acconfig.h, config.h.in, configure.in, common/rpackage.cc: * + renamed new-description-parser to debian-description-parser * + reworked the description parser (once again!) + +2002-07-12 20:55 mvogt + + * common/rpackage.cc, po/de.po, po/es.po, po/fr.po, po/pt_BR.po: * + improved the NEW_DESCRIPTION_PARSER a bit (far from perfect, + though) + +2002-07-11 15:00 mvogt + + * common/rinstallprogress.cc, gtk/rgzvtinstallprogress.cc, + po/cat-id-tbl.c, wings/rwfiltereditor.cc, wings/rwfiltereditor.h: * + removed filter option "New Package" from WINGs, as it's not + supported there (and maybe never will) * removed some debug + output from rgzvtinstallprogress.cc, rinstallprogress.cc + +2002-07-11 13:56 mvogt + + * common/Makefile.am, common/rrepositoryfile.cc, + common/rrepositoryfile.h, po/POTFILES.in, po/de.po, po/es.po, + po/fr.po, po/pt_BR.po: * removed rrepostoryfile.cc from + po/POTFILES.in as it's not ready yet + +2002-07-11 13:08 mvogt + + * configure.in, gtk/rgfetchprogress.cc: * changed version to + 0.20pre7 + +2002-07-10 20:05 mvogt + + * gtk/rgfetchprogress.cc, po/cat-id-tbl.c: * better rgfetchprogress + handling + +2002-07-10 19:10 mvogt + + * gtk/: rgfetchprogress.cc, rgzvtinstallprogress.cc: * fixes for + rgfetprogress * fixes for rgzvtinstallprogress + +2002-07-10 10:59 mvogt + + * NEWS, acconfig.h, config.h.in, configure.in, gtk/Makefile.am, + gtk/rgdummyinstallprogress.cc, gtk/rgdummyinstallprogress.h, + gtk/rginstallprogress.h, gtk/rgmainwindow.cc, + gtk/rgzvtinstallprogress.cc, gtk/rgzvtinstallprogress.h, + wings/Makefile.am: * GTK_CFLAGS, GTK_LIBS, WINGS_HDRS, WINDGS_LIBS + are now set in configure.in (got rid of `gtk-config` on every + invocation of gcc * added configure option "--with-zvt" to enable + terminal widget * added rgzvtinstallprogress.{cc,h} with initial + support for libzvt as terminal + +2002-07-10 01:45 mvogt + + * configure: * more files that shouldn't be in CVS + +2002-07-10 01:44 mvogt + + * Makefile.in, NEWS, aclocal.m4, stamp-h.in, common/Makefile.in, + gtk/Makefile.in, pixmaps/Makefile.in, po/de.po, po/stamp-cat-id, + wings/Makefile.in: * removed some files that should never had made + it into cvs :) + +2002-07-09 23:32 mvogt + + * configure, common/rinstallprogress.cc, common/rinstallprogress.h, + gtk/rgdummyinstallprogress.cc, gtk/rgdummyinstallprogress.h, + gtk/rgsummarywindow.cc, po/de.po, po/es.po, po/fr.po, po/pt_BR.po: + * removed some gtk_set_usize() * prepeared for libzvt as + output-terminal + +2002-07-07 13:18 egon + + * configure.in: * we're at version 0.20pre6 now + +2002-07-07 12:03 egon + + * configure, configure.in, po/POTFILES.in, po/cat-id-tbl.c, + po/de.po, po/es.po, po/fr.po, po/pt_BR.po: * completeted german + translation + +2002-07-06 20:18 egon + + * po/: es.po, fr.po, pt_BR.po: * added fr.po + +2002-07-03 21:32 egon + + * configure, configure.in: * made version 0.20pre5 + +2002-07-03 21:28 egon + + * TODO, common/i18n.h, common/indexcopy.cc, common/indexcopy.h, + common/rcdscanner.cc, common/rcdscanner.h, + common/rconfiguration.cc, common/rconfiguration.h, + common/rdependency.h, common/rinstallprogress.cc, + common/rinstallprogress.h, common/rpackage.cc, common/rpackage.h, + common/rpackagefilter.cc, common/rpackagefilter.h, + common/rpackagelister.cc, common/rpackagelister.h, + common/rpmindexcopy.cc, common/rrepositoryfile.cc, + common/rrepositoryfile.h, gtk/galertpanel.c, gtk/galertpanel.h, + gtk/rgaboutpanel.cc, gtk/rgaboutpanel.h, gtk/rgcacheprogress.cc, + gtk/rgcacheprogress.h, gtk/rgconfigwindow.cc, gtk/rgconfigwindow.h, + gtk/rgdummyinstallprogress.cc, gtk/rgdummyinstallprogress.h, + gtk/rgfetchprogress.cc, gtk/rgfetchprogress.h, + gtk/rgfiltereditor.cc, gtk/rgfiltereditor.h, + gtk/rgfiltermanager.cc, gtk/rgfiltermanager.h, + gtk/rgfilterwindow.cc, gtk/rgfilterwindow.h, + gtk/rginstallprogress.cc, gtk/rginstallprogress.h, + gtk/rgmainwindow.cc, gtk/rgmainwindow.h, gtk/rgsourceswindow.cc, + gtk/rgsourceswindow.h, gtk/rgsummarywindow.cc, + gtk/rgsummarywindow.h, gtk/rguserdialog.h, gtk/rgwindow.cc, + gtk/rgwindow.h, wings/rwaboutpanel.cc, wings/rwaboutpanel.h, + wings/rwcacheprogress.cc, wings/rwcacheprogress.h, + wings/rwconfigwindow.cc, wings/rwconfigwindow.h, + wings/rwdummyinstallprogress.cc, wings/rwdummyinstallprogress.h, + wings/rwfetchprogress.cc, wings/rwfetchprogress.h, + wings/rwfiltereditor.cc, wings/rwfiltereditor.h, + wings/rwfiltermanager.cc, wings/rwfiltermanager.h, + wings/rwfilterwindow.cc, wings/rwfilterwindow.h, + wings/rwinstallprogress.cc, wings/rwinstallprogress.h, + wings/rwmainwindow.cc, wings/rwsourceswindow.cc, + wings/rwsourceswindow.h, wings/rwsummarywindow.cc, + wings/rwsummarywindow.h, wings/rwuserdialog.h, wings/rwwindow.cc, + wings/rwwindow.h: * added copyright notic on every file + +2002-07-01 02:58 egon + + * common/rpackage.cc, common/rpackage.h, common/rpackagefilter.cc, + common/rpackagelister.cc, gtk/rgfetchprogress.cc, + gtk/rgsummarywindow.cc, po/es.po, po/pt_BR.po: * fixed flickering + bug * fixed filter read/write bug (well, hopefully :) + +2002-07-01 02:58 egon + + * configure, configure.in: * made 0.20pre4 + +2002-07-01 01:41 egon + + * po/synaptic.pot: * removed pot file (is recreated automaticly) + +2002-07-01 01:41 egon + + * common/rpackagefilter.cc, gtk/rgmainwindow.cc, po/synaptic.pot: * + minor bugfix for the "new package" option + +2002-07-01 01:18 egon + + * common/rpackage.h, gtk/rgmainwindow.cc, gtk/rgmainwindow.h, + po/synaptic.pot, wings/rwfilterwindow.cc: * a different approach to + refreshTable (stupid this time, but faster than before?) + +2002-07-01 00:48 egon + + * common/rpackage.cc, common/rpackage.h, common/rpackagefilter.cc, + common/rpackagefilter.h, common/rpackagelister.cc, + gtk/rgfiltereditor.cc, gtk/rgfiltereditor.h, gtk/rgfilterwindow.cc, + gtk/rgmainwindow.cc, gtk/rgmainwindow.h, po/cat-id-tbl.c, + po/synaptic.pot, wings/rwfiltereditor.cc, wings/rwfiltereditor.h: * + reworked refreshTable (should be faster, but isn't :-/ * added + "newPackage" status (will only last until the next update) + +2002-06-27 15:17 egon + + * TODO, configure, configure.in, common/rpackagefilter.cc, + common/rpackagefilter.h, common/rpackagelister.cc, + gtk/galertpanel.c, gtk/rgfetchprogress.cc, gtk/rgfiltermanager.cc, + gtk/rgfilterwindow.cc, gtk/rgmainwindow.cc, gtk/rgsourceswindow.cc, + po/es.po, po/pt_BR.po, po/synaptic.pot, wings/rwfiltermanager.cc, + wings/rwfilterwindow.cc, wings/rwmainwindow.cc: * released 0.20pre3 + +2002-06-22 14:26 egon + + * po/pt_BR.gmo: * remoed pt_BR.gmo + +2002-06-22 14:25 egon + + * po/: es.po, pt_BR.gmo, pt_BR.po: * nothing + +2002-06-22 14:14 egon + + * gtk/: galertpanel.c, rgmainwindow.cc: * fixed a bug that caused + alert_panel to run twice + +2002-06-22 12:12 egon + + * common/indexcopy.h, common/rconfiguration.h, common/rpackage.cc, + common/rpackage.h, common/rpackagefilter.h, + common/rpackagelister.cc, common/rpackagelister.h, + gtk/rgmainwindow.cc, gtk/rgwindow.h, po/synaptic.pot, + wings/rwmainwindow.cc, wings/rwwindow.h: * g++-3.0 clean + +2002-06-21 23:41 egon + + * Makefile.in, aclocal.m4, configure, configure.in, + common/Makefile.in, gtk/Makefile.in, gtk/rgmainwindow.cc, + pixmaps/Makefile.in, po/es.po, po/pt_BR.gmo, po/pt_BR.po, + wings/Makefile.in: * new pre2 + +2002-06-21 22:53 egon + + * gtk/: rgaboutpanel.cc, rgmainwindow.cc, rgsummarywindow.cc: * + added myself to authors and copyright * added scrolled view for + _depList, _rdepList + +2002-06-21 15:25 egon + + * configure, configure.in, common/rpackage.cc, + gtk/rgfetchprogress.cc, gtk/rgmainwindow.cc, po/synaptic.pot: * + fixed ugly bug in RPackage::isShallowDependency() + +2002-06-19 01:47 egon + + * common/rconfiguration.cc, common/rpackage.cc, + common/rpackagefilter.cc, common/rpackagelister.cc, + gtk/rgfetchprogress.cc, gtk/rgfiltereditor.cc, gtk/rgmainwindow.cc, + po/es.po, po/pt_BR.gmo, po/pt_BR.po, po/synaptic.pot: * completted + saving of user defined rules (not perfect though) + +2002-06-19 01:46 egon + + * acconfig.h, config.h.in, configure, configure.in: * added + --with-new-description-parser + +2002-06-18 13:06 egon + + * common/rconfiguration.cc, common/rpackagefilter.cc, + common/rpackagelister.cc, gtk/rgfetchprogress.cc, + gtk/rgfiltereditor.cc, gtk/rgfiltereditor.h, + gtk/rgfiltermanager.cc, gtk/rgmainwindow.cc, po/synaptic.pot: * + finished filter dialog (include/exclude pattern stuff) * started + work on loading the filters (writen out correctly, parse looks + wrong) + +2002-06-18 13:05 egon + + * ChangeLog: * wrote some sort of changelog + +2002-06-16 21:35 egon + + * gtk/: rgfiltermanager.cc, rgfiltermanager.h: * nearly finished + port of gtk/rgfiltermanager.{cc,h} + +2002-06-13 14:12 egon + + * Makefile.am, Makefile.in, NEWS, README, TODO, aclocal.m4, + configure, configure.in, install-sh, missing, mkinstalldirs, + ABOUT-NLS, AUTHORS, COPYING, ChangeLog, INSTALL, acconfig.h, + acinclude.m4, autogen.sh, config.h.in, stamp-h.in, synaptic.spec, + common/Makefile.am, common/Makefile.in, common/i18n.h, + common/indexcopy.cc, common/indexcopy.h, common/raptoptions.cc, + common/raptoptions.h, common/rcdscanner.cc, common/rcdscanner.h, + common/rconfiguration.cc, common/rconfiguration.h, + common/rdependency.h, common/rinstallprogress.cc, + common/rinstallprogress.h, common/rpackage.cc, common/rpackage.h, + common/rpackagecache.cc, common/rpackagecache.h, + common/rpackagefilter.cc, common/rpackagefilter.h, + common/rpackagelister.cc, common/rpackagelister.h, + common/rpmindexcopy.cc, common/rpmindexcopy.h, + common/rrepositoryfile.cc, common/rrepositoryfile.h, + gtk/Makefile.am, gtk/Makefile.in, gtk/galertpanel.c, + gtk/galertpanel.h, gtk/gsynaptic.cc, gtk/rgaboutpanel.cc, + gtk/rgaboutpanel.h, gtk/rgcacheprogress.cc, gtk/rgcacheprogress.h, + gtk/rgconfigwindow.cc, gtk/rgconfigwindow.h, + gtk/rgdummyinstallprogress.cc, gtk/rgdummyinstallprogress.h, + gtk/rgfetchprogress.cc, gtk/rgfetchprogress.h, + gtk/rgfiltereditor.cc, gtk/rgfiltereditor.h, + gtk/rgfiltermanager.cc, gtk/rgfiltermanager.h, + gtk/rgfilterwindow.cc, gtk/rgfilterwindow.h, + gtk/rginstallprogress.cc, gtk/rginstallprogress.h, + gtk/rgmainwindow.cc, gtk/rgmainwindow.h, gtk/rgsourceswindow.cc, + gtk/rgsourceswindow.h, gtk/rgsummarywindow.cc, + gtk/rgsummarywindow.h, gtk/rguserdialog.h, gtk/rgwindow.cc, + gtk/rgwindow.h, intl/ChangeLog, intl/Makefile.in, + intl/bindtextdom.c, intl/cat-compat.c, intl/dcgettext.c, + intl/dgettext.c, intl/explodename.c, intl/finddomain.c, + intl/gettext.c, intl/gettext.h, intl/gettextP.h, + intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, + intl/libgettext.h, intl/linux-msg.sed, intl/loadinfo.h, + intl/loadmsgcat.c, intl/localealias.c, intl/po2tbl.sed.in, + intl/textdomain.c, intl/xopen-msg.sed, macros/Makefile, + macros/Makefile.am, macros/Makefile.in, macros/aclocal-include.m4, + macros/autogen.sh, macros/compiler-flags.m4, macros/curses.m4, + macros/gnome-bonobo-check.m4, macros/gnome-common.m4, + macros/gnome-fileutils.m4, macros/gnome-gettext.m4, + macros/gnome-ghttp-check.m4, macros/gnome-gnorba-check.m4, + macros/gnome-guile-checks.m4, macros/gnome-libgtop-check.m4, + macros/gnome-objc-checks.m4, macros/gnome-orbit-check.m4, + macros/gnome-print-check.m4, macros/gnome-pthread-check.m4, + macros/gnome-support.m4, macros/gnome-undelfs.m4, + macros/gnome-vfs.m4, macros/gnome-x-checks.m4, + macros/gnome-xml-check.m4, macros/gnome.m4, macros/gperf-check.m4, + macros/linger.m4, macros/need-declaration.m4, pixmaps/Makefile.am, + pixmaps/Makefile.in, pixmaps/alert.xpm, pixmaps/alertM.xpm, + pixmaps/brokenM.xpm, pixmaps/cdrom.xpm, pixmaps/cnc.xpm, + pixmaps/cnc2.xpm, pixmaps/deb.xpm, pixmaps/distupgrade.xpm, + pixmaps/down.xpm, pixmaps/downgradeM.xpm, pixmaps/filter.xpm, + pixmaps/find.xpm, pixmaps/fixbroken.xpm, pixmaps/heldM.xpm, + pixmaps/installM.xpm, pixmaps/keepM.xpm, pixmaps/logo.xpm, + pixmaps/options.xpm, pixmaps/proceed.xpm, pixmaps/removeM.xpm, + pixmaps/sources.xpm, pixmaps/stop.xpm, pixmaps/up.xpm, + pixmaps/update.xpm, pixmaps/upgrade.xpm, pixmaps/upgradeM.xpm, + po/Makefile.in.in, po/POTFILES.in, po/cat-id-tbl.c, po/es.po, + po/pt_BR.gmo, po/pt_BR.po, po/stamp-cat-id, po/synaptic.pot, + wings/Makefile.am, wings/Makefile.in, wings/rwaboutpanel.cc, + wings/rwaboutpanel.h, wings/rwcacheprogress.cc, + wings/rwcacheprogress.h, wings/rwconfigwindow.cc, + wings/rwconfigwindow.h, wings/rwdummyinstallprogress.cc, + wings/rwdummyinstallprogress.h, wings/rwfetchprogress.cc, + wings/rwfetchprogress.h, wings/rwfiltereditor.cc, + wings/rwfiltereditor.h, wings/rwfiltermanager.cc, + wings/rwfiltermanager.h, wings/rwfilterwindow.cc, + wings/rwfilterwindow.h, wings/rwinstallprogress.cc, + wings/rwinstallprogress.h, wings/rwmainwindow.cc, + wings/rwmainwindow.h, wings/rwsourceswindow.cc, + wings/rwsourceswindow.h, wings/rwsummarywindow.cc, + wings/rwsummarywindow.h, wings/rwuserdialog.h, wings/rwwindow.cc, + wings/rwwindow.h, wings/synaptic.cc: initial checkin + +2002-06-13 14:12 egon + + * Makefile.am, Makefile.in, NEWS, README, TODO, aclocal.m4, + configure, configure.in, install-sh, missing, mkinstalldirs, + ABOUT-NLS, AUTHORS, COPYING, ChangeLog, INSTALL, acconfig.h, + acinclude.m4, autogen.sh, config.h.in, stamp-h.in, synaptic.spec, + common/Makefile.am, common/Makefile.in, common/i18n.h, + common/indexcopy.cc, common/indexcopy.h, common/raptoptions.cc, + common/raptoptions.h, common/rcdscanner.cc, common/rcdscanner.h, + common/rconfiguration.cc, common/rconfiguration.h, + common/rdependency.h, common/rinstallprogress.cc, + common/rinstallprogress.h, common/rpackage.cc, common/rpackage.h, + common/rpackagecache.cc, common/rpackagecache.h, + common/rpackagefilter.cc, common/rpackagefilter.h, + common/rpackagelister.cc, common/rpackagelister.h, + common/rpmindexcopy.cc, common/rpmindexcopy.h, + common/rrepositoryfile.cc, common/rrepositoryfile.h, + gtk/Makefile.am, gtk/Makefile.in, gtk/galertpanel.c, + gtk/galertpanel.h, gtk/gsynaptic.cc, gtk/rgaboutpanel.cc, + gtk/rgaboutpanel.h, gtk/rgcacheprogress.cc, gtk/rgcacheprogress.h, + gtk/rgconfigwindow.cc, gtk/rgconfigwindow.h, + gtk/rgdummyinstallprogress.cc, gtk/rgdummyinstallprogress.h, + gtk/rgfetchprogress.cc, gtk/rgfetchprogress.h, + gtk/rgfiltereditor.cc, gtk/rgfiltereditor.h, + gtk/rgfiltermanager.cc, gtk/rgfiltermanager.h, + gtk/rgfilterwindow.cc, gtk/rgfilterwindow.h, + gtk/rginstallprogress.cc, gtk/rginstallprogress.h, + gtk/rgmainwindow.cc, gtk/rgmainwindow.h, gtk/rgsourceswindow.cc, + gtk/rgsourceswindow.h, gtk/rgsummarywindow.cc, + gtk/rgsummarywindow.h, gtk/rguserdialog.h, gtk/rgwindow.cc, + gtk/rgwindow.h, intl/ChangeLog, intl/Makefile.in, + intl/bindtextdom.c, intl/cat-compat.c, intl/dcgettext.c, + intl/dgettext.c, intl/explodename.c, intl/finddomain.c, + intl/gettext.c, intl/gettext.h, intl/gettextP.h, + intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, + intl/libgettext.h, intl/linux-msg.sed, intl/loadinfo.h, + intl/loadmsgcat.c, intl/localealias.c, intl/po2tbl.sed.in, + intl/textdomain.c, intl/xopen-msg.sed, macros/Makefile, + macros/Makefile.am, macros/Makefile.in, macros/aclocal-include.m4, + macros/autogen.sh, macros/compiler-flags.m4, macros/curses.m4, + macros/gnome-bonobo-check.m4, macros/gnome-common.m4, + macros/gnome-fileutils.m4, macros/gnome-gettext.m4, + macros/gnome-ghttp-check.m4, macros/gnome-gnorba-check.m4, + macros/gnome-guile-checks.m4, macros/gnome-libgtop-check.m4, + macros/gnome-objc-checks.m4, macros/gnome-orbit-check.m4, + macros/gnome-print-check.m4, macros/gnome-pthread-check.m4, + macros/gnome-support.m4, macros/gnome-undelfs.m4, + macros/gnome-vfs.m4, macros/gnome-x-checks.m4, + macros/gnome-xml-check.m4, macros/gnome.m4, macros/gperf-check.m4, + macros/linger.m4, macros/need-declaration.m4, pixmaps/Makefile.am, + pixmaps/Makefile.in, pixmaps/alert.xpm, pixmaps/alertM.xpm, + pixmaps/brokenM.xpm, pixmaps/cdrom.xpm, pixmaps/cnc.xpm, + pixmaps/cnc2.xpm, pixmaps/deb.xpm, pixmaps/distupgrade.xpm, + pixmaps/down.xpm, pixmaps/downgradeM.xpm, pixmaps/filter.xpm, + pixmaps/find.xpm, pixmaps/fixbroken.xpm, pixmaps/heldM.xpm, + pixmaps/installM.xpm, pixmaps/keepM.xpm, pixmaps/logo.xpm, + pixmaps/options.xpm, pixmaps/proceed.xpm, pixmaps/removeM.xpm, + pixmaps/sources.xpm, pixmaps/stop.xpm, pixmaps/up.xpm, + pixmaps/update.xpm, pixmaps/upgrade.xpm, pixmaps/upgradeM.xpm, + po/Makefile.in.in, po/POTFILES.in, po/cat-id-tbl.c, po/es.po, + po/pt_BR.gmo, po/pt_BR.po, po/stamp-cat-id, po/synaptic.pot, + wings/Makefile.am, wings/Makefile.in, wings/rwaboutpanel.cc, + wings/rwaboutpanel.h, wings/rwcacheprogress.cc, + wings/rwcacheprogress.h, wings/rwconfigwindow.cc, + wings/rwconfigwindow.h, wings/rwdummyinstallprogress.cc, + wings/rwdummyinstallprogress.h, wings/rwfetchprogress.cc, + wings/rwfetchprogress.h, wings/rwfiltereditor.cc, + wings/rwfiltereditor.h, wings/rwfiltermanager.cc, + wings/rwfiltermanager.h, wings/rwfilterwindow.cc, + wings/rwfilterwindow.h, wings/rwinstallprogress.cc, + wings/rwinstallprogress.h, wings/rwmainwindow.cc, + wings/rwmainwindow.h, wings/rwsourceswindow.cc, + wings/rwsourceswindow.h, wings/rwsummarywindow.cc, + wings/rwsummarywindow.h, wings/rwuserdialog.h, wings/rwwindow.cc, + wings/rwwindow.h, wings/synaptic.cc: Initial revision + diff --git a/DEBUG b/DEBUG new file mode 100644 index 0000000..6110fa7 --- /dev/null +++ b/DEBUG @@ -0,0 +1,6 @@ +Synaptic supports some debug helpers. +Run them like this +# synaptic -o Debug::Synaptic::View=true + +Currently the following are supported: +Debug::Synaptic::View - Debug switching/updating the package views \ No newline at end of file diff --git a/FAQ b/FAQ new file mode 100644 index 0000000..7f88cd6 --- /dev/null +++ b/FAQ @@ -0,0 +1,30 @@ +Some FAQs: + +Q: Synaptic segfaults when I click on the "Repository" Window. I run Fedora + Core1. +A: This may be caused by some ABI changes in used apt version. Please try + to recompile synaptic and see if the problem goes away. If not, please + mail us! + + +Q: How can I change the font in synaptic +A: 1. You are not running gnome: + Edit your /root/.gtkrc-2.0 and add the following line: + gtk-font-name = "Sans 14" + + 2. You use gnome 2.x: + Go to Applications/Desktop Preferences/Font and choose whatever you like. + + +Q: Synaptic crashes with the following messages: + (synaptic:1316): Gdk-WARNING **: locale not supported by Xlib + (synaptic:1316): ZVT-WARNING **: Cannot get required fonts from "monospace 13" + (synaptic:1316): ZVT-WARNING **: Failed to load any required font, so crash will occur..check X11 font pathes and etc/pangox.alias file + [crash] +A: This is most likley caused by incorrect locales. Try to set the locales + with "dpkg-reconfigure locales" or set it to something like: + $ export LC_ALL=it_IT + or + $ export LC_ALL=it_IT@euro + + diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..2099840 --- /dev/null +++ b/INSTALL @@ -0,0 +1,370 @@ +Installation Instructions +************************* + +Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation, +Inc. + + Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. + +Basic Installation +================== + + Briefly, the shell command `./configure && make && make install' +should configure, build, and install this package. The following +more-detailed instructions are generic; see the `README' file for +instructions specific to this package. Some packages provide this +`INSTALL' file but do not implement all of the features documented +below. The lack of an optional feature in a given package is not +necessarily a bug. More recommendations for GNU packages can be found +in *note Makefile Conventions: (standards)Makefile Conventions. + + The `configure' shell script attempts to guess correct values for +various system-dependent variables used during compilation. It uses +those values to create a `Makefile' in each directory of the package. +It may also create one or more `.h' files containing system-dependent +definitions. Finally, it creates a shell script `config.status' that +you can run in the future to recreate the current configuration, and a +file `config.log' containing compiler output (useful mainly for +debugging `configure'). + + It can also use an optional file (typically called `config.cache' +and enabled with `--cache-file=config.cache' or simply `-C') that saves +the results of its tests to speed up reconfiguring. Caching is +disabled by default to prevent problems with accidental use of stale +cache files. + + If you need to do unusual things to compile the package, please try +to figure out how `configure' could check whether to do them, and mail +diffs or instructions to the address given in the `README' so they can +be considered for the next release. If you are using the cache, and at +some point `config.cache' contains results you don't want to keep, you +may remove or edit it. + + The file `configure.ac' (or `configure.in') is used to create +`configure' by a program called `autoconf'. You need `configure.ac' if +you want to change it or regenerate `configure' using a newer version +of `autoconf'. + + The simplest way to compile this package is: + + 1. `cd' to the directory containing the package's source code and type + `./configure' to configure the package for your system. + + Running `configure' might take a while. While running, it prints + some messages telling which features it is checking for. + + 2. Type `make' to compile the package. + + 3. Optionally, type `make check' to run any self-tests that come with + the package, generally using the just-built uninstalled binaries. + + 4. Type `make install' to install the programs and any data files and + documentation. When installing into a prefix owned by root, it is + recommended that the package be configured and built as a regular + user, and only the `make install' phase executed with root + privileges. + + 5. Optionally, type `make installcheck' to repeat any self-tests, but + this time using the binaries in their final installed location. + This target does not install anything. Running this target as a + regular user, particularly if the prior `make install' required + root privileges, verifies that the installation completed + correctly. + + 6. You can remove the program binaries and object files from the + source code directory by typing `make clean'. To also remove the + files that `configure' created (so you can compile the package for + a different kind of computer), type `make distclean'. There is + also a `make maintainer-clean' target, but that is intended mainly + for the package's developers. If you use it, you may have to get + all sorts of other programs in order to regenerate files that came + with the distribution. + + 7. Often, you can also type `make uninstall' to remove the installed + files again. In practice, not all packages have tested that + uninstallation works correctly, even though it is required by the + GNU Coding Standards. + + 8. Some packages, particularly those that use Automake, provide `make + distcheck', which can by used by developers to test that all other + targets like `make install' and `make uninstall' work correctly. + This target is generally not run by end users. + +Compilers and Options +===================== + + Some systems require unusual options for compilation or linking that +the `configure' script does not know about. Run `./configure --help' +for details on some of the pertinent environment variables. + + You can give `configure' initial values for configuration parameters +by setting variables in the command line or in the environment. Here +is an example: + + ./configure CC=c99 CFLAGS=-g LIBS=-lposix + + *Note Defining Variables::, for more details. + +Compiling For Multiple Architectures +==================================== + + You can compile the package for more than one kind of computer at the +same time, by placing the object files for each architecture in their +own directory. To do this, you can use GNU `make'. `cd' to the +directory where you want the object files and executables to go and run +the `configure' script. `configure' automatically checks for the +source code in the directory that `configure' is in and in `..'. This +is known as a "VPATH" build. + + With a non-GNU `make', it is safer to compile the package for one +architecture at a time in the source code directory. After you have +installed the package for one architecture, use `make distclean' before +reconfiguring for another architecture. + + On MacOS X 10.5 and later systems, you can create libraries and +executables that work on multiple system types--known as "fat" or +"universal" binaries--by specifying multiple `-arch' options to the +compiler but only a single `-arch' option to the preprocessor. Like +this: + + ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CPP="gcc -E" CXXCPP="g++ -E" + + This is not guaranteed to produce working output in all cases, you +may have to build one architecture at a time and combine the results +using the `lipo' tool if you have problems. + +Installation Names +================== + + By default, `make install' installs the package's commands under +`/usr/local/bin', include files under `/usr/local/include', etc. You +can specify an installation prefix other than `/usr/local' by giving +`configure' the option `--prefix=PREFIX', where PREFIX must be an +absolute file name. + + You can specify separate installation prefixes for +architecture-specific files and architecture-independent files. If you +pass the option `--exec-prefix=PREFIX' to `configure', the package uses +PREFIX as the prefix for installing programs and libraries. +Documentation and other data files still use the regular prefix. + + In addition, if you use an unusual directory layout you can give +options like `--bindir=DIR' to specify different values for particular +kinds of files. Run `configure --help' for a list of the directories +you can set and what kinds of files go in them. In general, the +default for these options is expressed in terms of `${prefix}', so that +specifying just `--prefix' will affect all of the other directory +specifications that were not explicitly provided. + + The most portable way to affect installation locations is to pass the +correct locations to `configure'; however, many packages provide one or +both of the following shortcuts of passing variable assignments to the +`make install' command line to change installation locations without +having to reconfigure or recompile. + + The first method involves providing an override variable for each +affected directory. For example, `make install +prefix=/alternate/directory' will choose an alternate location for all +directory configuration variables that were expressed in terms of +`${prefix}'. Any directories that were specified during `configure', +but not in terms of `${prefix}', must each be overridden at install +time for the entire installation to be relocated. The approach of +makefile variable overrides for each directory variable is required by +the GNU Coding Standards, and ideally causes no recompilation. +However, some platforms have known limitations with the semantics of +shared libraries that end up requiring recompilation when using this +method, particularly noticeable in packages that use GNU Libtool. + + The second method involves providing the `DESTDIR' variable. For +example, `make install DESTDIR=/alternate/directory' will prepend +`/alternate/directory' before all installation names. The approach of +`DESTDIR' overrides is not required by the GNU Coding Standards, and +does not work on platforms that have drive letters. On the other hand, +it does better at avoiding recompilation issues, and works well even +when some directory options were not specified in terms of `${prefix}' +at `configure' time. + +Optional Features +================= + + If the package supports it, you can cause programs to be installed +with an extra prefix or suffix on their names by giving `configure' the +option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. + + Some packages pay attention to `--enable-FEATURE' options to +`configure', where FEATURE indicates an optional part of the package. +They may also pay attention to `--with-PACKAGE' options, where PACKAGE +is something like `gnu-as' or `x' (for the X Window System). The +`README' should mention any `--enable-' and `--with-' options that the +package recognizes. + + For packages that use the X Window System, `configure' can usually +find the X include and library files automatically, but if it doesn't, +you can use the `configure' options `--x-includes=DIR' and +`--x-libraries=DIR' to specify their locations. + + Some packages offer the ability to configure how verbose the +execution of `make' will be. For these packages, running `./configure +--enable-silent-rules' sets the default to minimal output, which can be +overridden with `make V=1'; while running `./configure +--disable-silent-rules' sets the default to verbose, which can be +overridden with `make V=0'. + +Particular systems +================== + + On HP-UX, the default C compiler is not ANSI C compatible. If GNU +CC is not installed, it is recommended to use the following options in +order to use an ANSI C compiler: + + ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" + +and if that doesn't work, install pre-built binaries of GCC for HP-UX. + + HP-UX `make' updates targets which have the same time stamps as +their prerequisites, which makes it generally unusable when shipped +generated files such as `configure' are involved. Use GNU `make' +instead. + + On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot +parse its `' header file. The option `-nodtk' can be used as +a workaround. If GNU CC is not installed, it is therefore recommended +to try + + ./configure CC="cc" + +and if that doesn't work, try + + ./configure CC="cc -nodtk" + + On Solaris, don't put `/usr/ucb' early in your `PATH'. This +directory contains several dysfunctional programs; working variants of +these programs are available in `/usr/bin'. So, if you need `/usr/ucb' +in your `PATH', put it _after_ `/usr/bin'. + + On Haiku, software installed for all users goes in `/boot/common', +not `/usr/local'. It is recommended to use the following options: + + ./configure --prefix=/boot/common + +Specifying the System Type +========================== + + There may be some features `configure' cannot figure out +automatically, but needs to determine by the type of machine the package +will run on. Usually, assuming the package is built to be run on the +_same_ architectures, `configure' can figure that out, but if it prints +a message saying it cannot guess the machine type, give it the +`--build=TYPE' option. TYPE can either be a short name for the system +type, such as `sun4', or a canonical name which has the form: + + CPU-COMPANY-SYSTEM + +where SYSTEM can have one of these forms: + + OS + KERNEL-OS + + See the file `config.sub' for the possible values of each field. If +`config.sub' isn't included in this package, then this package doesn't +need to know the machine type. + + If you are _building_ compiler tools for cross-compiling, you should +use the option `--target=TYPE' to select the type of system they will +produce code for. + + If you want to _use_ a cross compiler, that generates code for a +platform different from the build platform, you should specify the +"host" platform (i.e., that on which the generated programs will +eventually be run) with `--host=TYPE'. + +Sharing Defaults +================ + + If you want to set default values for `configure' scripts to share, +you can create a site shell script called `config.site' that gives +default values for variables like `CC', `cache_file', and `prefix'. +`configure' looks for `PREFIX/share/config.site' if it exists, then +`PREFIX/etc/config.site' if it exists. Or, you can set the +`CONFIG_SITE' environment variable to the location of the site script. +A warning: not all `configure' scripts look for a site script. + +Defining Variables +================== + + Variables not defined in a site shell script can be set in the +environment passed to `configure'. However, some packages may run +configure again during the build, and the customized values of these +variables may be lost. In order to avoid this problem, you should set +them in the `configure' command line, using `VAR=value'. For example: + + ./configure CC=/usr/local2/bin/gcc + +causes the specified `gcc' to be used as the C compiler (unless it is +overridden in the site shell script). + +Unfortunately, this technique does not work for `CONFIG_SHELL' due to +an Autoconf limitation. Until the limitation is lifted, you can use +this workaround: + + CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash + +`configure' Invocation +====================== + + `configure' recognizes the following options to control how it +operates. + +`--help' +`-h' + Print a summary of all of the options to `configure', and exit. + +`--help=short' +`--help=recursive' + Print a summary of the options unique to this package's + `configure', and exit. The `short' variant lists options used + only in the top level, while the `recursive' variant lists options + also present in any nested packages. + +`--version' +`-V' + Print the version of Autoconf used to generate the `configure' + script, and exit. + +`--cache-file=FILE' + Enable the cache: use and save the results of the tests in FILE, + traditionally `config.cache'. FILE defaults to `/dev/null' to + disable caching. + +`--config-cache' +`-C' + Alias for `--cache-file=config.cache'. + +`--quiet' +`--silent' +`-q' + Do not print messages saying which checks are being made. To + suppress all normal output, redirect it to `/dev/null' (any error + messages will still be shown). + +`--srcdir=DIR' + Look for the package's source code in directory DIR. Usually + `configure' can determine that directory automatically. + +`--prefix=DIR' + Use DIR as the installation prefix. *note Installation Names:: + for more details, including other options available for fine-tuning + the installation locations. + +`--no-create' +`-n' + Run the configure checks, but stop before creating any output + files. + +`configure' also accepts some other, not widely useful, options. Run +`configure --help' for more details. diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..12710e3 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,11 @@ +# synaptic makefile + +SUBDIRS = data common gtk tests man pixmaps po help doc + +EXTRA_DIST = config.h.in \ + synaptic.spec synaptic-suse.spec synaptic-redhat.spec \ + intltool-extract.in intltool-merge.in intltool-update.in \ + README.debtags FAQ \ + TRANSLATORS README.tasks README.supported \ + po/synaptic.pot po-manual/synaptic-manual.pot + diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..020d1e2 --- /dev/null +++ b/NEWS @@ -0,0 +1,370 @@ +0.57.3: + - bugfixes + - updated Lithuanian translation (thanks to ¿ygimantas Beru¿ka) +0.57.2: + - bugfixes + * updated Hungarian translation (thanks to Gabor Kelemen) +0.57.1: + - if no changes are detected in the terminal window in + rgdebinstallprogress after a certain timeout the expander + is opened (assuming that something hangs inside) + - updated Chinese/Traditional translation (thanks to Woodman Tuen) + - updated Bulgarian translation (thanks to Yavor Doganov) + - updated Catalan translation (thanks to Jordi) +0.57: + - updated Bulgarian translation (thanks to Yavor Doganov) + - updated Spanish translation (thanks to Jorge Bernal) + - updated Brasilian translation (thanks to Andre Luis Lopes) + - set title in repository window + - various bugfixes (should build on rpm fine again) + - dist-upgrade is default when when hiting upgrade +0.56.1: + - minor bugfix +0.56 + - "History" added (log of what changed) + - Sources in the sources.list editor can be moved Up and Down + (thanks to Norberto Lopes) + - new configure switch "--with-apt-authentication" + - new configure switch "--with-nice-dpkg-status" + - HIGified the old "Expert" Preferences + - switched to gtk2.4 file dialogs + - new runtime switch "--add-cdrom /dev/xxx" + - new runtime switch "--dist-upgrade-mode" + - new runtime switch "--update-at-startup" + - autoclean cache by default now + - Translation updates: + * Danish (da): Thanks to Morten Brix Pedersen + * Dutch (nl): Thanks to Vincent van Adrighem + * Greek (el): Thanks to Kostas Papadimas + * Italian (it): Thanks to Marco Colombo + * Catalan (ca): Thanks to Jordi Mallach + * Hungarian (hu): Thanks to Gabor Kelemen + * Spanish (es): Thanks to Jorge Bernal + * Lithuanian (lt): Thanks to Zygimantas Berucka + * Russian (ru): Thanks to Vitaly Lipatov + * Chinese (zh_CN): Thanks to Liu Songhe + * Turkish (tr): Thanks to Erçin EKER + * Macedonian (mk): Thanks to Arangel Angov + * French (fr): Thanks to Jean-Luc Coulon + * Xhosa (xh): Thanks to Canonical Ltd + +0.55 + - new columns: "component", "section", "suppported" + - support to mark packages as supported by the distribution, + see README.supported for details + - AND/OR mode for pattern filter has gui support now + - Auto install for recommended packages is back + - When the find window is opened, the current text is selected + - Views looks a bit more like in Evolution + +0.53.4 + - Added AND/OR mode for the filters + - Updated the manual to reflect version 0.53.4 (Thanks to Gaetan de Menten) + - Show "no package is selected" in the desc. field + - Use a icon with a higher resolution for the app + - Fixed typos + - Fixed sections that include a "<" in the name + - Added Spanish translation of the manual by Francisco Javier F. Serrador + - Added Norwegian translation by Vidar Braut Haarr + - Updated Portuguese translation by Andre Luis Lopes + - Updated Spanish translation by Francisco Javier F. Serrador + - Updated Italian translation by Mauro Colorio + - Updated German translation by Sebastian Heinlein (Thanks to Michael Große) + +0.53 + - sort by Available Version and Installed Version + - task support (if distribution supports it) + - GPG-Check button in Summary Window for RPM systems + - Properties of the package can optionally be shown in main window + - reworked the column editor (thanks Sebastian) + - various bugfixes + - updated Spanish translation (thanks to Francisco Javier F. Serrador) + - updated Frensh translation (thanks to Julien Louis) + - updated German translation (thanks to Sebastian Heinlein) + - updated Turkish translation (thanks to Erçin EKER) + - updated Chinese translation (thanks to jack liu) + - updated Dutch translation (thanks to Vincent van Adrighem) + - updated Hungarian translation (thanks to Kelemen Gábor) + - updated Catalan translation (thanks to Jordi Mallach) + - updated Danish translation (thanks to Morten Brix Pedersen) + +0.52 + - reenable package "hold" + - reenable "install spefific version" + - alpha/amd64 64bit fixes (thanks to Ronald Murray) + - updated Turkish translation (thanks to Erçin EKER) + - updated Chinese translation (thanks to liu jack) + - updated Spanish translation (thanks to Francisco Javier F. Serrador) + - updated German translation (thanks to Sebastian Heinlein) + - updated Polish translation (thanks to Emil Nowak) + - updated Hungarian translation (thanks to Kelemen Gábor) + - updated Brazilian Portuguese translation (thanks to Andre Luis Lopes) + - updated Catalan translation (thanks to Jordi) + - updated Hebrew translation (thanks to Lior Kaplan) + - updated Frensh translation (thanks to Julien Louis) + +0.51 + - enabled sorting on status (order: new, upgrable, installed, not installed) + - interactive search bound on CTRL-s + - package details window is now non-modal + - updated Japanese translation (thanks to Daisuke SUZUKI) + - updated Hebrew translation (thanks to Lior Kaplan) + - updated Hungarian translation (thanks to Gábor Kelemen) + - updated Catalan translation (thanks to Jordi Mallach) + - updated Czech translation (thanks Kapica Ales) + - updated German translation (thanks to Sebastian Heinlein) + - updated Danish translation (thanks to Morten Brix Pedersen) + +0.50 + - new GUI (thanks to Gustavo and Sebastian for there _great_ work) + - removed "hold" support (used to be implemented via apt pins, may + come back later) + - removed debtags support (will come back later) + - much improved vte terminal support + - Package list is much faster now when compiled with gtk-2.4 + - Debian: Recommended/Suggested can be installed by right-click menu now + +0.48 + - reworked the status code and put new icons in (thanks to Sebastian) + (unfortunally this change will reset any local changes to the colors + used in the package list. sorry for this inconvenience) + - default gnome colors are used to indicate the package status + - right-click popup-menu now also works with multiple selected packages + - the fetch dialog is nicer now (thanks Sebastian) + - Icon Legend dialog added + - welcome dialog added + - bugfixes + - "Fix broken packages" works now as in apt-get (thanks Panu Matilainen) + +0.47 + - Fixed many i18n issues (thanks to Ales Kapica and Jean-Michel Poure) + - New Czech translation (thanks to Ales Kapica) + - New Arabic translation (thanks to Ossama Khayat) + - Updated Polish translation (thanks to Emil Nowak) + - Updated Spanish translation (thanks to Francisco J. Fernandez) + - Updated French translation (thanks to Jean-Michel Poure) + - Updated Japanese translation (thanks to Daisuke Suzuki) + - Updated Chinese translation (thanks to Liu Jack) + - Updated German translation + - Minor documentation updates (thanks Sebastian) + - Reworked the context menu for packages + - Some ui improvements in the common tab + - Use units according to the SI spec now (thanks to Alexander Winston) + - New summary window (thanks Sebastian) + - A lot of minor bug and typo fixes + +0.46 + - font selection added for default interface font and terminal + - better support for translated descriptions (thanks johnnybgate) + - dist-upgrade is gone from the menu, the user is asked what kind of upgrade + he wants now + - toolbar has a new style (text beside buttons) now + - real docbook help added (yeah! thanks SEBASTIAN) + - "hold" button gone from the gui, moved to menü + - sections can translated and a more descriptive description is used + - rpm-src-dir support added (thanks to Panu Matilainen) + +0.45 + - proxy can be configured with the gui now + - updated japanese translation (thanks to Daisuke SUZUKI) + - new preferences dialog layout (thanks Sebastian Heinlein) + - new filter dialog layout (thanks Sebastian Heinlein) + - when adding filter, they are called "New Filter 1", "New Filter 2" etc + - added "search lack", so that the interactive search does not start + immediately + - new quit dialog + - speedup for the pattern filters + - small ui-enhancements in the filter dialog + - basic support for distribution selection (if you have more than one + distro in your sources.list, you can choose which to use by default) + - new about dialog (thanks Sebastian) + - support to choose between different versions of a given package + +0.44 + - two alternative main layouts can be choosen now + - "clean cache now" implemented" in preferences window + - the search entry in the main window is interactive again + - much improved preferences dialog (thanks to Sebastian Heinlein) + - new italian translation (thanks Mauro Colorio and Luigi Maselli) + - updated spanish translation (thanks Fco. Javier Fernandez) + - updated russian translation (thanks Sviatoslav Sviridov) + - new belarussian translation (thanks Vital Khilko) + - updated chinese translation (thanks liu jack) + - improved main window design (thanks Sebastian Heinlein) + - added "rpm-dir" repository support (thanks Panu) + - prepeared a lot of strings for better i18n (thanks Jean-Michel POURE) + +0.43 + - the descriptionParser for rpm has changed + (the actuall parser is configurable now) + - new find and changes dialog layout, more HIG compliant + (thanks to Sebastian Heinlein) + - more bugfixes in the PkgTreeView and the new sorting code + +0.42 + - download percentage is now always calculated correctly + (thanks to David Wilson) + - save selection on "pin", "update" and "proceed" now + - some bugs fixed in the new sortable tree/list + - the order of the columns in the treeview is configurable now + - updated german translation (thanks to Sebastian Heinlein) + - updated spanish translation (thanks to Javier Serrador) + - updated japanese translation (thanks to Daisuke SUZUKI) + +0.41 + - updated russian translation + - [debian only] debian package tags support + - sortable installed size column added + - "Information" tab now scrollable + +0.40 + - updated japanese translation + - new status "Obsolete and locally installed" for status view + - added depends and provides to the "Find tool" window + - more predefined filters (new, residual config, debconf) + - added "provides" tab + - added "remove with dependencies" feature + - default action for delete button can be configured + +0.39 + - "Installed Files" tab (debian only) + - added tooltips to status filter tab + - reworked search dialog, it's possible to search for + "name, version, description, maintainer" now + - better checking if a pkg is not installable + - location of the synaptic.desktop file has changed to better integrate + with the desktop enviroment + +0.38 + - updated russian translation + - works on older distros (gtk2.0 and gcc-2.95+ fixes) for real this time :) + - better man-page + - if a pkg is not installable, the user gets a warning if the tries to + install it + - improved "by Status" tree-view, displays now by: + "installed, installed and upgradeable, new in archive, not installed, + not installed but residual config" + - sources.list reading is more robust. invalid records are ignored and + commented out, comments inside a line are allowed now + (e.g. "deb http://ftp.debian.org/debian unstable main # my main source") + +0.37 + - optimisation of the package view, should be faster now + (especially the flat list) + - the "update" button for the rgfiltermanager dialog is gone, + all changes to the filters are tracked automaticly + - the repository dialog is glade based now + - some basic support for sources.list.d (thanks Panu) + - load/save changes is implemeted (you can save your changes and + later reload them) + - should build with gtk2.0 again (for all people that use RH8.x or + UnitedLinux 1.0) + - a new "not installable" filter was added + - search for multiple words improved + +0.36 + - new filter dialog + - each filter can have a different view now + - more easy way to intall suggested/recommended packages + - dialog to auto install recommended/suggested packages + +0.35 + - Synaptic uses a tree view now. Users may select from + "Section tree", "Alphabetic tree", "Status tree", or + "Raw list" views. + - "What will change" dialog, informing how the current selection + will change, if the user try to do some action in a package + that would require further changes in the current selection. + - Now it's possible to include APT-enabled CDROMs in the database + using synaptic (apt-cdrom like). + - Undo/Redo implemented, allowing one to rollback changes in the + selection. + - Filter and button for debconf packages (debian only). + - Improved progress dialog for rpm installation. + - If --with-zvt was used, terminal vizualization during package + manager action is now runtime configurable. + - Many minor improvements in the user interface, including great + new icons. + - applied a patch from Mike Snitzer to make it possible to search for + versions. + - Bugfixes. + +0.32 + - bugfixes + - translation updates + - toolbar buttons can be configured now + +0.31 + - added residual config filter + - added "purge" menu item (basic support) + - added easy way to search for pkg name or description + - russian translation, chinese translation + (thanks to Sviatoslav Sviridov and Anthony Fok) + - fixed some resize problems (thanks to Laurent Bonnaud) + - fixed some problems with the pattern filter (thanks to Scomodo) + +0.30 + - ported to gtk2/libglade2, new gui - no new features + +0.28 + - fixed a bug for rpm users (thanks to Sviatoslav Sviridou) + - added turkish translation (thanks to Rail Aliev) + - added handleBox for the main button bar + - added synaptic desktop file for gnome (needs xsu to work) + - added wm icon + +0.27: + - added tooltip for hold-button + - [debian only] added "orphaned" filter (using deborphan) + - reworked the rgsummarywindow dialog, nicer now + - fixed a nasty memory leak in openCache() + +0.26: + - SummaryWindow is a bigger now + - a man-page was added + - colors are now used in the main clist + +0.25: + - cleanups for the "new" packages filter + - added command line arguments (see README for details) + - removed some warning if no synaptic files can be found in ~/.synaptic + - multiple selection of packages is possible now (use SHIFT/CTRL) + - some internal code cleanups + - SWIG support for synaptic! a python module with the interface described + in gtk/synapticinterface.h is generated and can be used to script synaptic + with python (see README.scripting for details) + +0.24: + - "hold" feature implemented. If you mark a package as "hold" no + upgrade will ever performed on this package + (enable this with "--with-pkg-hold" in configure) + - "New Packages" filter improvments (now persistent to a certain extend) + - bugfixes and a fix for a nasty memory leak + - WINGs version no longer build by default and renamed to wsynaptic + (enable it with "--with-wings") + - GTK version now called "synaptic" + - Implemented vendors.list edition support + - Reworked sources.list edition dialog. + +0.23: + - new repository dialog + (shamelessly stolen from deity-gtk, thanks to Patrick Cole ) + - small ui improvements + +0.22: + - added working "Suggestions/Recommendations" + - added Dependencies display of the available version + (to preview if the newest available version has different dependencies) + +0.21: + - bugfix in rgfiltermanager.cc + - documentation updates + +0.20: + - filter save/restore works + - gtk gui + - gtk keybindings + - simple "new packages" filter (very basic currently) + - support for output into a zvt terminal window (--with-zvt) + - new description parser optimized for debian + - double click cycle implemented in gtk version diff --git a/README b/README new file mode 100644 index 0000000..1dc538c --- /dev/null +++ b/README @@ -0,0 +1,101 @@ +Synaptic +======== + +Synaptic is a graphical package management program for apt. It +provides the same features as the apt-get command line utility with a +GUI front-end based on Gtk+ or WINGs. + +Synaptic was developed by Alfredo K. Kojima +from Connectiva. His last offical released was 0.16. I took over his +CVS version, where he added a nearly complette port to Gtk+. I +completted the port and add some new features. See the NEWS file for +the user visible changes from that point on. Connectiva is still +supporting the development of synaptic. Gustavo Niemeyer + is a active developer of synaptic. + +If you want to use synaptic from the gnome menu, you should use pkexec +(default) to obtain root privileges. + +Synaptic can display a "Pkg Help" button on debian systems. If you have +installed and configured dwww, a help will be display and if you click +on it, a browser is opend. + +It is also possible on debian systems to reconfigure debconf packages. +This is done with the help of libgnome2-perl that needs to be installed. + +On a debian system, you can have more than one "release" in your +sources.list file. You can choose which one to use in the "expert" tab +in the preferences dialog. + +All development is done at http://savannah.gnu.org/projects/synaptic + +Tutorial: +--------- +Synaptic is used very much like apt-get. Usually you do a +"update" which will update the package list from the servers in your +sources.list file. Note that no packages are updated in this step, +only information about the packages. Now you can view what packages +are "upgradeable". To do this, just click on the filter "Upgradeable". +The main list will change and you will see only those packages where +a new version is available on the server. You can now upgrade +inidiviual packages by selecting them and then clicking on the small +"upgrade" button on the left (or double click in the gtk-version) or +thos to upgrade all packages by clicking on the big "Upgrade" button +on the top. No packages will downloaded/upgraded yet, they are only +marked as to be upgraded. You may want to change the filter again to +"Expected Changes" to see what will happen if you continue. If you +like what you see, click "Proceed!" and synaptic will download the +packages and install them. + + +Filters: +-------- +Synaptic display the main package list according to the filter you +selected. The most simple filter is of course "All packages". But +there are much more filters than that :) You can view the predefiend +filters and make your own filters by clicking on "Filters" above the +main package list. + +Keybindings: +------------ +From version 0.20 on, the gtk has some global keybings: +* ALT-k keep +* ALT-i install +* ALT-r remove +* ALT-u Update individual package +* ALT-l Update Package List +* ALT-g upgrade +* ALT-d DistUpgrade +* ALT-p proceed +* CTRL-f find + +Command line options: +--------------------- +From version 0.25 on, synaptic supports the following command line +options: + '-f ' or "--filter-file " = give a alternative filter file + '-i ' or "--initial-filter " = start with filter nr. + '-r' = open repository screen on startup + '-o