~ubuntu-branches/ubuntu/maverick/usb-creator/maverick

« back to all changes in this revision

Viewing changes to po/POTFILES.in

  • Committer: Bazaar Package Importer
  • Author(s): Evan Dandrea, Evan Dandrea, Roderick B. Greening
  • Date: 2009-08-26 21:16:18 UTC
  • Revision ID: james.westby@ubuntu.com-20090826211618-d1p2wkg661375fz9
Tags: 0.2.3
[ Evan Dandrea ]
* Depend on python-qt4-dbus.  Thanks Daniel T. Chen (LP: #404553).
* New KDE icon.  Thanks Jonathan Riddell and Ken Wimer!
* Massively cleaned up the structure of the usb-creator code.
* Replaced the HAL backend with a DeviceKit-disks backend.
* Added a Windows frontend and backend (built outside the archive).
* Manage the install routine and progress feedback in separate threads,
  rather than a separate process.
* Replace dependency on parted and mtools with devicekit-disks.

[ Roderick B. Greening ]
* Update ui file name for KDE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
./gui/usbcreator.ui
2
 
./gui/usbcreator-gtk.ui
3
 
./scripts/install.py
 
1
./usbcreator/backends/__init__.py
 
2
./usbcreator/backends/base/__init__.py
 
3
./usbcreator/backends/base/backend.py
 
4
./usbcreator/backends/devicekit/__init__.py
 
5
./usbcreator/backends/devicekit/backend.py
 
6
./usbcreator/backends/windows/__init__.py
 
7
./usbcreator/backends/windows/backend.py
 
8
./usbcreator/install.py
 
9
./usbcreator/__init__.py
 
10
./usbcreator/frontends/__init__.py
 
11
./usbcreator/frontends/gtk/frontend.py
 
12
./usbcreator/frontends/gtk/__init__.py
 
13
./usbcreator/frontends/base/__init__.py
 
14
./usbcreator/frontends/base/frontend.py
 
15
./usbcreator/frontends/kde/__init__.py
 
16
./usbcreator/frontends/kde/frontend.py
 
17
./usbcreator/frontends/kde/kde_about.py
 
18
./usbcreator/frontends/kde/translate.py
 
19
./usbcreator/frontends/winui/__init__.py
 
20
./usbcreator/frontends/winui/frontend.py
 
21
./usbcreator/frontends/winui/winui/__init__.py
 
22
./usbcreator/frontends/winui/winui/ui.py
 
23
./usbcreator/frontends/winui/winui/defs.py
 
24
./usbcreator/frontends/winui/main_dialog.py
 
25
./usbcreator/frontends/winui/install_window.py
 
26
./usbcreator/misc.py
4
27
./usbcreator/remtimest.py
5
 
./usbcreator/__init__.py
6
 
./usbcreator/backend.py
7
 
./usbcreator/wrap_label.py
8
 
./usbcreator/gtk_frontend.py
9
 
./usbcreator/kde_about.py
10
 
./usbcreator/kde_frontend.py
11
 
./usbcreator/translate.py
12
 
./gui/usbcreator-gtk.ui
13
28
./desktop/usb-creator-gtk.desktop.in
14
29
./desktop/usb-creator-kde.desktop.in
 
30
./gui/usbcreator-gtk.ui
 
31
./gui/usbcreator-kde.ui
 
32
main.py