~ubuntu-branches/ubuntu/feisty/aptoncd/feisty

« back to all changes in this revision

Viewing changes to changelog

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Proença
  • Date: 2007-03-13 17:29:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070313172935-o9bsldf7qbau69o0
Tags: 0.1~rc-0ubuntu1
* Improvements in performance of the create treeview (+60% faster while mounting the list of packages);
* Added a call method for Download Repository (--download, just like --create) calling frmDownload without shown frmMainWindow;
* Now shows the number of downloaded files/to download in the Download Repository window;
* Placed a window when download susessful finished, asking if user want do remove the temp files;
* Improved the auto-select dependencies recursively, it's smarter now;
* locking unsuported characters to aptoncd iso fileaname;
* Hidding Cancel button while reading packages (we doesn't need this anymore, sice it's a faster process);
* Hidding the main window when using parameters (such --download, -i, --restore, etc);
* Moving the way APTonCD handle the destination of .iso images - Closes LP#89320;
* Do not close the window when user hasn't enought right in the destination folder - Closes LP#89325;
* Avoiding the user to select a destination folder that doesn't have writting permissions;
* Do not permit the user to restore an aptoncd media created in a version that differs from your running system;
* Correcting some grammar mistakes, applying Bruce's patch. Closes LP#89733;
* Now old packages in the Create list has a different pango markup to differ from the new ones;
* Changing the window type of frmCreate and frmRestore to show minimize and maximize buttons;
* Fixed bug while cancel the creation of APTonCD copy/iso
* Auto-select dependencies in create actived by default;
* Now we have a README.diskdefines inside the media, to make APT happy;
* Documentation update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
- 20070228 21:00 BRT
 
2
  * Improvements in performance of the create treeview (+60% faster while mounting the packages list);
 
3
  * Added an call method for Download Repository (--download, just like --create) calling frmDownload without shown frmMainWindow;
 
4
  * Now shows the number of downloaded files/to download in the Download Repository window;
 
5
  * Placed an window when download susessful finished, asking if user want do remove the temp files;
 
6
  * Improved the auto-select dependencies recursively, it's smarter now;
 
7
 
 
8
- 20070301 18:00 BRT
 
9
  * locking unsuported characters to aptoncd iso fileaname;
 
10
 
 
11
- 20070302 15:00 BRT
 
12
  * Hidding Cancel button while reading packages (we doesn't need this anymore, sice it's a faster process);
 
13
 
 
14
- 20070303 23:00 BRT
 
15
  * Hidding the main window when using parameters (such --download, -i, --restore, etc);
 
16
  * Moving the way APTonCD handle the destination of .iso images - Closes LP#89320;
 
17
  * Do not close the window when user hasn't enought right in the destination folder - Closes LP#89325;
 
18
  * Do not permit the user to restore an aptoncd media created in a version that differs from your running system;
 
19
 
 
20
- 20070304 21:00 BRT
 
21
  * Correcting some grammar mistakes, applying Bruce's patch. Closes LP#89733;
 
22
 
 
23
- 20070305 18:00 BRT
 
24
  * Now old packages in the Create list has a different pango markup to differ from the new ones;
 
25
 
 
26
- 20070312 12:00 BRT
 
27
  * Changing the window type of frmCreate and frmRestore to show minimize and maximize buttons;
 
28
  * Fixed bug while cancel the creation of APTonCD copy/iso;
 
29
  * Auto-select dependencies in create actived by default;
 
30
 
 
31
- 20070313 15:00 BRT
 
32
  * Now we have a README.diskdefines inside the media, to APT be happy