summaryrefslogtreecommitdiff
path: root/UpdateManager/UpdateManager.py
AgeCommit message (Collapse)AuthorFilesLines
2006-09-25* merged from glatzor (place the cancel button inside the text area)Michael Vogt1-2/+5
2006-09-24* place the cancel button into the changes textview Sebastian Heinlein1-2/+5
2006-09-23* DistUpgrade/DistUpgradeCache.py:Michael Vogt1-1/+1
- fix in clear() * UpdateManager/UpdateManager.py: - fixes in the new DistUpgrader code
2006-09-19* DistUpgrade/DistUpgradeCache.py, UpdateManager/UpdateManager.py:Michael Vogt1-0/+4
- filter out python-apt warnings * UpdateManager/UpdateManager.py: - make sure that src_ver is always initialized
2006-09-13* removed brandingMichael Vogt1-7/+6
2006-09-12* merged with glatzorMichael Vogt1-2/+2
2006-09-12* UpdateManager/UpdateManager.py:Michael Vogt1-1/+4
- make sure to always have a srcver
2006-09-12* improve wording of the context menu for updates: select is for a glatzor@ubuntu.com1-2/+2
selection and not for check buttons
2006-09-11* merged from glatzorMichael Vogt1-4/+13
2006-09-11* do not allow to toggle deactivated updates by row activationglatzor@ubuntu.com1-1/+5
2006-09-11* Gtk seems to require that you set the activatable property of a cellglatzor@ubuntu.com1-3/+5
renderer explictly to True if there is one with False * Rebuild channel templates
2006-09-11* merged with glatzorMichael Vogt1-3/+4
2006-09-11* merged from sebastianMichael Vogt1-39/+28
* fix bug in the "sort-by-origin" code
2006-09-11* use the update manager desktop file instead of the synaptic one, whenglatzor@ubuntu.com1-3/+4
we call synapitc - the user doesn't need to know that we use synaptic for the installation process
2006-09-11* use a different label for the cache progress dialog if it gets glatzor@ubuntu.com1-3/+4
reinitiated * clear the store after the long caching process to reduce visual noise * move the check_all_updates_installable call into fillstore itself
2006-09-11* show not installable updates as disabled in the update listglatzor@ubuntu.com1-4/+8
* also check for non installable updates after an "apt-get update"
2006-09-11* Move the "run full dit upgrade" dialog into the UpdateManager class -glatzor@ubuntu.com1-32/+14
to avoid spliting the UI stuff into several classes * Use a glade based dialog with better buttons instead of yes/no * Improved wording
2006-09-06* UpdateManager/UpdateManager.py:Michael Vogt1-66/+68
- use the apt.Cache() to display if a certain package is marked for upgrade or not
2006-09-05* DistUpgrade/forced_obsoletes.txt:Michael Vogt1-26/+19
- no longer needed, part of DistUpgrade.cfg now * DistUpgrade/mirrors.txt, DistUpgrade/removal_blacklist.txt: - renamed for consitency * DistUpgrade/DistUpgrade.cfg, DistUpgrade/DistUpgradeCache.py: - added "RemovalBlacklistFile" instead of hardcoding it * DistUpgrade/DistUpgradeConfigParser.py: - added "datadir" to constructor * DistUpgrade/DistUpgradeControler.py: - added datadir * DistUpgrade/DistUpgradeView.py: - added "hideStep()" method - added STEP_PREPARE, STEP_MODIFY_SOURCES, STEP_FETCH_INSTALL, STEP_CLEANUP, STEP_REBOOT * DistUpgrade/DistUpgradeViewGtk.py: - implemendted hideStep() - added datadir arguemnt for constructor * dist-upgrade.py - run it with the "." as arguemnt for the config * UpdateManager/UpdateManager.py: - if it can't be updated, ask about a dist-upgrade instead * update-manager. - added --dist-upgrade * po/*.po - make update-po
2006-08-24* properly added -proposedMichael Vogt1-2/+3
2006-08-24* merged with the latest uploadMichael Vogt1-2/+31
2006-08-24* merged from glatzorMichael Vogt1-7/+31
2006-08-11* no need to convert the path to a string in call of toggledglatzor@ubuntu.com1-2/+8
* support row activation (pressing space) to toggle updates
2006-08-10* Convert the download size to a nice and well readalbe unitglatzor@ubuntu.com1-5/+23
2006-08-07* merged with glatzorMichael Vogt1-1/+47
2006-08-07* finalized changelogMichael Vogt1-1/+0
2006-08-07* Allow to select all or none update - fixes #42296glatzor@ubuntu.com1-1/+47
* Do not set the cursor by default in the treeview sources - fixes #54046
2006-08-03* merged from glatzorMichael Vogt1-40/+78
2006-08-03* reverse the ording of the importanceglatzor@ubuntu.com1-0/+1
2006-08-02* Also add the bytes unit to the total download sizeglatzor@ubuntu.com1-1/+2
2006-08-02* Handle to be newly installed "updates" in the version stringglatzor@ubuntu.com1-4/+10
information * Add a unit b for Bytes to the download size
2006-08-02* support unkown origins with the UpdateOrigin classglatzor@ubuntu.com1-16/+21
* don't use the length of the store as number of updates since it now also includes the headers * fix an indention bug that was introduced by the tab replacing in the previous commit
2006-08-02* use -s option instead of the pipe to cut to get lsb informationglatzor@ubuntu.com1-14/+29
* make the origin matcher distribution neutral * introduce a UpdateOrigin class to make the origins sortable (by importance)
2006-08-02* replace tabs by spacesglatzor@ubuntu.com1-33/+43
* use the insensitive state instead of yellow for the headers to be theming neutral * set the details notebook to insensitive if a header is selected * wording changes for the headers
2006-08-02* UpdateManager/UpdateManager.py:Michael Vogt1-15/+10
- use "yellow" instead of "green" - bugfixes in the new column header code
2006-08-02* UpdateManager/UpdateManager.py:Michael Vogt1-32/+72
- implemented support to show what origin the update comes from
2006-08-02* data/update-manager.schemas.in:Michael Vogt1-17/+0
- set check_dist_upgrades to True again * UpdateManager/DistUpgradeFetcher.py, UpdateManager/MetaRelease.py: - handle the situation when run as non-root * UpdateManager/UpdateManager.py: - cleanup (removed dead code)
2006-06-28* speedups in the MyCache.clear() codeMichael Vogt1-9/+10
* minor code cleanups (move the depcache code into _initDepCcche())
2006-06-28* Removed tabsglatzor@ubuntu.com1-37/+39
* Only use the version number of the src pkg for the changelog if it is higher than the bin pkg's one - fix #40058
2006-06-26* use dbus to bring up another running instance update-managerSebastian Heinlein1-18/+57
* allow usermode - FIXME: metarelease
2006-06-26* set the correct expand property of the notebook on restoreSebastian Heinlein1-0/+5
2006-06-25* expand the details if shownSebastian Heinlein1-4/+5
* do not modify the label of the expander during runtime - a11n issue
2006-05-24* fix a not translatable stringMichael Vogt1-1/+1
2006-05-24* show version not codename when in the upgrade buttonMichael Vogt1-1/+5
2006-05-23* UpdateManager/UpdateManager.py:Michael Vogt1-2/+2
- guard against failures from "installVersion"
2006-05-19* UpdateManager/UpdateManager.py:Michael Vogt1-1/+1
- strip off epoch (for real this time!)
2006-05-19* remove debug outputMichael Vogt1-1/+1
2006-05-12* UpdateManager/UpdateManager.py:Michael Vogt1-3/+10
- strip the epoch in the changelog download code
2006-05-08* UpdateManager/UpdateManager.py:Michael Vogt1-4/+8
- use version and section of the source package when calculating the changelog uri
2006-05-08* use version of the source package to calculate the changelogMichael Vogt1-4/+20