summaryrefslogtreecommitdiff
path: root/UpdateManager
AgeCommit message (Collapse)AuthorFilesLines
2006-09-07* only add a component to a source once if the repo is splitted intoglatzor@ubuntu.com1-3/+22
more than one apt line
2006-09-02* Fix #58453: handle disabled child sources correctlyglatzor@ubuntu.com1-4/+7
2006-08-28* merged with mvo devel branchMichael Vogt1-7/+7
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-15* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-7/+7
- always enable "main" on upgrades, this ensures that we do not end up with a system without the main archive (various bugs for breezy->dapper) * data/channels/Debian.info, data/channels/Ubuntu.info: - added pre-generated files (required for the upgrader) * UpdateManager/Common/aptsources.py: - add a "matcherPath" parameter to SourcesList (for the upgrader)
2006-08-15* UpdateManager/UpdateManager.py:Michael Vogt1-5/+7
- print the error when dbus fails - send org.gnome.PowerManager.Inhibit before applying upgrades
2006-08-15* merged from glatzorMichael Vogt1-7/+58
* send Inhibit command to gnome-power-manager when applying updates
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 Vogt3-42/+80
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.com3-16/+31
* 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* UpdateManager/DistUpgradeFetcher.py:Michael Vogt1-3/+1
- don't use the trustdb anymore because it if mode 0600 and can't be read as user
2006-08-02* data/update-manager.schemas.in:Michael Vogt3-21/+11
- 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-08-01* UpdateManager/Common/aptsources.py:Michael Vogt1-0/+6
- added NullMatcher and a "withMatcher" argument
2006-07-31* moved aptsources into the Common directoryMichael Vogt1-0/+666
2006-07-27* merged from sebastia* merged from sebastiannMichael Vogt1-21/+55
2006-06-29* add long descriptions for componentsglatzor@ubuntu.com1-7/+14
* fix some boolean stuff (hide distru sources) * also rename the menu entry of the app
2006-06-29* fixed test output of DistInfo and channels desc for Ubuntuglatzor@ubuntu.com1-3/+3
2006-06-28* start merging my old repo rewrite stuffglatzor@ubuntu.com1-21/+48
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-25* brown paperback fixMichael Vogt1-1/+2
2006-05-24* fix a not translatable stringMichael Vogt1-1/+1
2006-05-24* show version not codename when in the upgrade buttonMichael Vogt2-2/+7
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
2006-05-02* merged with glatzorMichael Vogt1-2/+4
* make update-po * typo fixes
2006-05-01* disable the install button if there are updates to install - #42284Sebastian Heinlein1-0/+1
2006-05-01* Show main window after restoring the size - bug #42277 - Sebastian Heinlein1-0/+1
thanks to Rached Ben Mustapha
2006-04-25* revert the inhibit sleep patch - it is only supported by the comming 2.15Sebastian Heinlein1-26/+0
branch of gnome-power-manager (the patch is attached to bug #40697)
2006-04-23* Remove the oboslete Preferences method in UpdateManager, since it only Sebastian Heinlein1-45/+0
adds strings for the translators