source: projects/specs/trunk/b/blivet-gui/blivet-gui-vl.spec @ 12472

Revision 12472, 44.4 KB checked in by tomop, 4 years ago (diff)

updated 4 packages

blivet-gui-2.1.15-1

python-blivet-3.2.2-1

python-pid-3.0.4-1

python-pyudev-0.22.0-1

Line 
1Summary:        Tool for data storage configuration
2Name:           blivet-gui
3Version:        2.1.15
4Release:        1%{?_dist_release}
5Group:          admin-tools
6Vendor:         Project Vine
7Distribution:   Vine Linux
8
9License:        GPLv2+
10URL:            http://github.com/storaged-project/blivet-gui
11Source0:        https://github.com/storaged-project/blivet-gui/releases/download/%{version}-1/%{name}-%{version}.tar.gz
12
13BuildArch:      noarch
14
15BuildRequires: desktop-file-utils
16BuildRequires: libappstream-glib
17
18Requires: blivet-gui-runtime = %{version}-%{release}
19
20%description
21Graphical (GTK) tool for manipulation and configuration of data storage
22(disks, LVMs, RAIDs) based on blivet library.
23
24%package -n blivet-gui-runtime
25Summary: blivet-gui runtime
26Group:          admin-tools
27
28BuildRequires: gettext >= 0.18.3
29BuildRequires: gsettings-desktop-schemas
30BuildRequires: python3-devel
31BuildRequires: python3-setuptools
32BuildRequires: python3-rpm-macros
33
34Requires: python3
35Requires: python3-pygobject
36Requires: gettext
37Requires: python3-blivet >= 3.1.2
38Requires: gtk3
39#Requires: PolicyKit-authentication-agent
40Requires: python3-pid
41#Requires: libreport
42Requires: adwaita-icon-theme
43
44%description -n blivet-gui-runtime
45This package provides a blivet-gui runtime for applications that want to use
46blivet-gui without actually installing the application itself.
47
48
49%prep
50%setup -q
51
52
53%build
54make %{?_smp_mflags}
55
56
57%install
58make DESTDIR=%{buildroot} install
59
60desktop-file-validate %{buildroot}/%{_datadir}/applications/blivet-gui.desktop
61appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/blivet-gui.appdata.xml
62
63mkdir -p %{buildroot}/%{_localstatedir}/log/blivet-gui
64
65%find_lang %{name}
66
67
68%files -n blivet-gui
69%{_datadir}/applications/blivet-gui.desktop
70%{_datadir}/appdata/blivet-gui.appdata.xml
71
72%files -n blivet-gui-runtime -f %{name}.lang
73%{_mandir}/man1/blivet-gui.1*
74%{python3_sitelib}/*
75%{_datadir}/polkit-1/actions/org.fedoraproject.pkexec.blivet-gui.policy
76%{_datadir}/icons/hicolor/*/apps/blivet-gui.png
77%{_datadir}/blivet-gui
78%{_bindir}/blivet-gui
79%{_bindir}/blivet-gui-daemon
80%{_localstatedir}/log/blivet-gui
81%{_sysconfdir}/libreport/events.d/blivet-gui_event.conf
82
83
84%changelog
85* Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.1.15-1
86- new upstream release.
87
88* Mon Sep 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.1.11-3
89- initial build for Vine Linux.
90
91* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.1.11-2
92- Rebuilt for Python 3.8
93
94* Wed Jul 31 2019 Vojtech Trefny <vtrefny@redhat.com> - 2.1.11-1
95- Create only one tag per release (vtrefny)
96- Update README (vtrefny)
97- Check if action still exists before trying to remove it (#1706378) (vtrefny)
98- Correctly display LUKS with integrity (#1729888) (vtrefny)
99- Use 'direct' device property to (dis)allow mountpoint selection (vtrefny)
100- Do not allow to set mountpoints for devices with children (#1667644) (vtrefny)
101- Fix return type of BlivetUtils.get_disks (#1658893) (vtrefny)
102
103* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.10-5
104- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
105
106* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.10-4
107- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
108
109* Wed Jan 23 2019 Vojtech Trefny <vtrefny@redhat.com> - 2.1.10-3
110- Do not allow to set mountpoints for devices with children (#1667644) (vtrefny)
111
112* Thu Dec 13 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.1.10-2
113- Fix return type of BlivetUtils.get_disks (#1658893) (vtrefny)
114
115* Wed Dec 12 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.1.10-1
116- Use 'pycodestyle' instead of 'pep8' (vtrefny)
117- Enable name validity checks in AddDialog (#1649364) (vtrefny)
118- Fix suggesting names for btrfs subvolumes (#1648631) (vtrefny)
119- Do not show MD arrays in disks section (vtrefny)
120- Ignore PEP8 W504 warning ("line break after binary operator") (vtrefny)
121- Sync spec with downstream (vtrefny)
122
123* Wed Sep 26 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.1.9-1
124- Add some extra parameters to the lsblk in log (vtrefny)
125- Fix crash when adding device with same min and max size (#1623189) (vtrefny)
126- Limit partition max size based on disklabel limits (#1623659) (vtrefny)
127- Ignore pylint 'no-value-for-parameter' warning (vtrefny)
128- Fix 'assignment-from-no-return' error discovered by pylint (vtrefny)
129- Removed copyright year (code)
130- Ignore pylint error for "preexec_fn" (vtrefny)
131- Ignore pylint false positives for Gtk.ListStore (vtrefny)
132- Set _supported_filesystems in BlivetGUIAnaconda init (awilliam)
133- Sync spec with downstream (vtrefny)
134
135* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.8-6
136- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
137
138* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.1.8-5
139- Rebuilt for Python 3.7
140
141* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.8-4
142- Escape macros in %%changelog
143
144* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.8-3
145- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
146
147* Thu Jan 18 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.1.8-2
148- Set _supported_filesystems in BlivetGUIAnaconda init (awilliam)
149
150* Mon Jan 15 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.1.8-1
151- Do not allow to format large devices to biosboot (#1532253) (vtrefny)
152- Remove unused 'socket' module import (vtrefny)
153- Don't pass 'hostname' kwarg to suggest_container_name (#1528103) (awilliam)
154- Sync spec file with downstream (vtrefny)
155- Use better message when blivet-gui is already running (vtrefny)
156- Use constants instead of strings for init errors communication (vtrefny)
157- Fix few pep8 violations found by pep8 on Debian (vtrefny)
158- Try to locate pep8 executable in pep8 target (vtrefny)
159- Do not use RPM to check if Zanata client is installed (vtrefny)
160- Use ansible for test dependencies installation (vtrefny)
161- Fix opening raw LUKS format (#1519049) (vtrefny)
162- Get supported filesystems in the 'backend' process (vtrefny)
163- Fix ignored pylint directory (vtrefny)
164- Add pylint log files to .gitignore (vtrefny)
165- Bump required version for blivet to 3.0 (vtrefny)
166- Use new method for getting supported disklabels (vtrefny)
167- Use new method to configure blivet (vtrefny)
168- Use argparse module instead of deprecated optparse (vtrefny)
169- Update information about running tests in CONTRIBUTING.md (vtrefny)
170- Add targetcli to test dependencies (vtrefny)
171
172* Sun Jan 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.7-5
173- Remove obsolete scriptlets
174
175* Tue Jan 02 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.1.7-4
176- Don't pass 'hostname' kwarg to suggest_container_name (#1528103)
177- Remove unused 'socket' module import
178
179* Tue Dec 19 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.1.7-3
180- Fix python-setuptools dependency
181
182* Mon Nov 27 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.1.7-2
183- Allow running with new Blivet 3.0
184
185* Tue Sep 19 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.1.7-1
186- Allow changing partition table (disklabel) (vtrefny)
187- Do not use Gtk.Label.set_align it is deprecated (vtrefny)
188- Do not use Gtk.Widget.size_request() it is deprecated (vtrefny)
189- Do not use positional argument with Gtk initializers (vtrefny)
190- Do not use Gtk.Table it is deprecated (vtrefny)
191- Do not specify title and buttons in Gtk.Dialog initializer (vtrefny)
192- AddDialog: Fix displaying filesystem label entry (vtrefny)
193- Makefile: Add a separate targets for gui and utils tests (vtrefny)
194- Add a basic test suite for testing BlivetUtils class (vtrefny)
195- Sync spec with downstream (vtrefny)
196- Allow running BlivetUtils on only subset of disks (vtrefny)
197
198* Fri Aug 18 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.1.6-1
199- Add a basic "high level" log for BlivetUtils (vtrefny)
200- Redirect stdout to stderr for blivet-gui-daemon (vtrefny)
201- Do not try to teardown luks devices before removing (#1466940) (vtrefny)
202- Fix displaying resize dialog for non-resizable devices (#1473350) (vtrefny)
203- Fix getting parents for loop devices (#1474483) (vtrefny)
204- Fix ABRT/libreport config for blivet-gui (vtrefny)
205- Update the upstream git URL for blivet-gui and blivet (vtrefny)
206- Split blivet-gui package into "blivet-gui" and "blivet-gui-runtime" (vtrefny)
207- Require "PolicyKit-authentication-agent" instead of "polkit-gnome" (vtrefny)
208- New version of help for blivet-gui (vtrefny)
209- Add more information to the README and a new readme for contributors (vtrefny)
210- Add make targets for building SRPM and RPM packages (vtrefny)
211
212* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.5-3
213- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
214
215* Fri Jun 30 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.1.5-2
216- Split blivet-gui package into "blivet-gui" and "blivet-gui-runtime" (vtrefny)
217
218* Tue Jun 20 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.1.5-1
219- Fix reusing LUKS devices in Anaconda (#1462071) (vtrefny)
220- Make the device toolbar look more "toolbarish" (#1456011) (vtrefny)
221- Use "is_disk" to check if device is disk (#1457163) (vtrefny)
222- Fix displaying encrypted logical partitions (vtrefny)
223- Run "update_size_info" for luks devices (vtrefny)
224- pylint: fix different keyword arguments for "connect" method (vtrefny)
225- Ignore pylint error "not-context-manager" for locks (vtrefny)
226
227* Tue May 30 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.1.4-2
228- Run "update_size_info" for luks devices (vtrefny)
229- Fix displaying encrypted logical partitions  (vtrefny)
230
231* Fri May 05 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.1.4-1
232- Do not try to set both size request and auto-expand for Gtk.Scale (vtrefny)
233- Use Gtk.Menu.popup_at_pointer when showing context menu (vtrefny)
234- Allow keyboard shortcuts configuration from Anaconda (#1439608) (vtrefny)
235- Allow "refreshing" UI from Anaconda when spoke is visible (vtrefny)
236- Hide 'protected' devices in installer mode (vtrefny)
237- Update Zanata branch name (vtrefny)
238
239* Thu Apr 27 2017 Peter Robinson <pbrobinson@fedoraproject.org> 2.1.3-2
240- Use python3-gobject not pygobject3
241
242* Mon Apr 24 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.1.3-1
243- Merge pull request #57 from vojtechtrefny/master_partition-ordering (vtrefny)
244- Preserve ordering when adding partitions (#1439591) (vtrefny)
245- Merge pull request #55 from vojtechtrefny/master_test-day-fixes-3 (vtrefny)
246- Fix crash when there are no "real" actions to perform (vtrefny)
247- Fix displaying of non-existing encrypted devices (#1439576) (vtrefny)
248- Allow deleting parents when deleting VG/RAID/Btrfs volume (#1439661) (vtrefny)
249- SizeChooser: Change default and available size units (#1440369) (vtrefny)
250- Allow creating encrypted MD arrays (#1440392) (vtrefny)
251- Allow setting mountpoint for all mountable filesystems (#1440372) (vtrefny)
252- Allow creating encrypted LVs (#1439651) (vtrefny)
253
254* Tue Apr 11 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.1.2-1
255- Merge pull request #52 from vojtechtrefny/master_test-day-fixes-2 (vtrefny)
256- Fix devices allowed to add to a PV on an mdarray (#1440804) (vtrefny)
257- Do not allow setting mountpoint for extended partitions (vtrefny)
258- Merge pull request #48 from vojtechtrefny/master_test-day-fixes (vtrefny)
259- Show previously selected mountpoint when editting a device (#1439525) (vtrefny)
260- Fix decorations of some dialogs in installer mode (vtrefny)
261- Add 'prepboot' and 'biosboot' to supported filesystems (#1439538) (vtrefny)
262- Add a config class for blivet-gui (#1439581) (vtrefny)
263- Allow changing format for MD arrays (#1439592) (vtrefny)
264- Do not use 'dim-label' style for labels in dialogs (#1439529) (vtrefny)
265- Add tooltips for actions toolbar (#1439563) (vtrefny)
266- Merge pull request #47 from vojtechtrefny/master_fix-reuse-luks (vtrefny)
267- Do not try to check mountpoint for unmountable formats (#1439108) (vtrefny)
268- Merge pull request #46 from offthewoll/master (vtrefny)
269- Correct "proccessing" to "processing" (aviwoll)
270- Corrected "proccessing" to "processing" (aviwoll)
271- Merge pull request #44 from vojtechtrefny/master_installer-bugs (vtrefny)
272- Do not allow to set mountpoint for nonexisting LVM snapshots (vtrefny)
273- Fix error when creating LVM PV (vtrefny)
274
275* Tue Mar 14 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.1.1-1
276- Merge pull request #43 from vojtechtrefny/master_fix-lvmsnapshot-free (vtrefny)
277- AddDialog: Use 'free_space' instead of 'free' for VGs free space (vtrefny)
278
279* Mon Feb 27 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.1.0-1
280- Merge pull request #42 from vojtechtrefny/master_installer-mode4 (vtrefny)
281- Allow setting same mountpoint when editting a device (vtrefny)
282- Completely stop using PVs as parents when adding LVs (vtrefny)
283- AddDialog: Do not show advanced options for LVs (vtrefny)
284- Merge pull request #41 from vojtechtrefny/master_handle-user-change (vtrefny)
285- Add a special method for handling changes made by user (vtrefny)
286- Merge pull request #40 from vojtechtrefny/master_action-label-fix (vtrefny)
287- Use Gtk.Button for showing number of scheduled actions (vtrefny)
288- Merge pull request #39 from vojtechtrefny/master_raid-chooser (vtrefny)
289- Hotfix for maximum size of LVs (vtrefny)
290- Temporarily disable LVM RAID (vtrefny)
291- AddDialog: Use BTRFS._min_size instead 256 MiB (vtrefny)
292- Allow creating LVM/Btrfs only when selected free space is big enough (vtrefny)
293- Temporarily remove support for cache area (vtrefny)
294- Reworked SizeArea and size widgets for AddDialog (vtrefny)
295- Do not display a special raid chooser for LVs (vtrefny)
296- AddDialog: Create a standalone RaidChooser widget (vtrefny)
297- Merge pull request #37 from vojtechtrefny/master_installer-mode3 (vtrefny)
298- AddDialog: Change label for selecting parents (vtrefny)
299- Allow setting label when changing format of device (vtrefny)
300- AddDialog: add scrollbars if the dialog is too big (vtrefny)
301- Add adwaita-icon-theme to dependencies (vtrefny)
302- Fix some MagicMock related exceptions in tests (vtrefny)
303- AddDialog: Allow setting filesystem label for mdraid (vtrefny)
304- AddDialog: Remove separate option to put PV on an MD RAID (vtrefny)
305- Fix creating format for new md arrays (vtrefny)
306- AddDialog: Allow setting filesystem label for LVs (vtrefny)
307- Do not allow creating snapshots of non-existing LVs (vtrefny)
308- AddDialog: Change description for 'LVM Storage' to 'LVM VG' (vtrefny)
309- Use 'better' icon for the edit menu (vtrefny)
310- Use accelerators in custom dialogs (vtrefny)
311- Allow running ShowActionsDialog without decoration in installer_mode (vtrefny)
312- Do not show number of pending actions in installer mode (vtrefny)
313- Allow 'reusing' actions in installer mode (vtrefny)
314- Merge pull request #36 from vojtechtrefny/master_installer-mode2 (vtrefny)
315- Allow running ShowActionsDialog without decoration in installer_mode (vtrefny)
316- Do not show number of pending actions in installer mode (vtrefny)
317- Allow 'reusing' actions in installer mode (vtrefny)
318- Merge pull request #35 from vojtechtrefny/master_edit-mountpoint (vtrefny)
319- Use Gtk.Window in AddDialogTest instead of Mock (vtrefny)
320- Add dialog for setting mountpoint in installer mode (vtrefny)
321- Allow setting mountpoint when formatting existing device (vtrefny)
322- Merge pull request #34 from vojtechtrefny/master_installer-mode (vtrefny)
323- Fix fs selection in AddDialog test (vtrefny)
324- Allow to run ResizeDialog and FormatDialog without decoration (vtrefny)
325- Prefix blivet-gui CSS styles to avoid name conflicts (vtrefny)
326- Move CSS styling to BlivetGUI class (vtrefny)
327- Allow to initialize blivet-gui during refresh in installer mode (vtrefny)
328- Do not create list of devices and actions in constructor (vtrefny)
329- Fix creating format with label and mountpoints (vtrefny)
330- Get list of currently used mountpoints when adding new device (vtrefny)
331- AddDialog: don't show decoration on message dialogs in installer mode (vtrefny)
332- AddDialog: center and don't show decorations in installer mode (vtrefny)
333- Add custom method to run dialogs (vtrefny)
334- Run message dialogs with lightbox in installer mode (vtrefny)
335- Allow showing message dialogs without decoration (vtrefny)
336- Use show_dialog methods instead of creating dialogs manually (vtrefny)
337- Change 'ActionsToolbar' to a standalone widget (vtrefny)
338- Expand partitions list widget vertically (vtrefny)
339- Add some basic classes for running blivet-gui in Anaconda (vtrefny)
340- Stop predenting we need auth token for client-server communication (vtrefny)
341- Do not create client instance in BlivetGUI class (vtrefny)
342- Do not allow ignoring exceptions from BlivetGUIClient (vtrefny)
343- Raise custom exception in BlivetGUIClient for connection errors (vtrefny)
344- Remove kickstart mode from blivet-gui (vtrefny)
345- Merge branch 'f25-branch' (vtrefny)
346- Merge pull request #33 from vojtechtrefny/f25-branch_ui-fixes (vtrefny)
347- Fix showing traceback in exception dialog (vtrefny)
348- Add glade temp files to gitignore (vtrefny)
349- Show scrollbars in visualization (vtrefny)
350- Fix position of main menu (vtrefny)
351- SizeChooser: Fix size of size SpinButton (vtrefny)
352- Unmount devices from the GUI (vtrefny)
353- Catch exceptions when calling methods on proxy objects (vtrefny)
354- Allow calling methods on proxy objects from client (vtrefny)
355- Merge branch 'f25-branch' into f26-branch (vtrefny)
356- Bump zanata branch version (vtrefny)
357
358* Mon Dec 12 2016 Vojtech Trefny <vtrefny@redhat.com> - 2.0.2-1
359- Merge pull request #32 from vojtechtrefny/f25-branch_exception-handler (vtrefny)
360- Add custom exception handler for blivet-gui (vtrefny)
361- Merge pull request #31 from vojtechtrefny/f25-branch_thin-snapshots (vtrefny)
362- fix typo (chris)
363- Fix typo lvmlv device info (vtrefny)
364- Fix visualisation of thin snapshots (vtrefny)
365- Add support for creating lvm thinsnapshosts (vtrefny)
366- Merge pull request #29 from vojtechtrefny/f25-branch_fix-xvfb (vtrefny)
367- Fix floating point exception when running test using xvfb-run (vtrefny)
368- Merge pull request #28 from vojtechtrefny/f25-branch_appdata-upgrade (vtrefny)
369- Update appdata.xml to new version (vtrefny)
370- New up-to-date screenshots for AppData (vtrefny)
371- New zanata branch (vtrefny)
372
373* Thu Aug 04 2016 Vojtech Trefny <vtrefny@redhat.com> - 2.0.1-1
374- Merge pull request #27 from vojtechtrefny/f25-branch_meh-remove (vtrefny)
375- Add config for abrt to attach blivet logs to reports (vtrefny)
376- Simplify logging (vtrefny)
377- Don't use python-meh (vtrefny)
378
379* Mon Jul 18 2016 Vojtech Trefny <vtrefny@redhat.com> - 2.0.0-1
380- Remove redundant version constants (vtrefny)
381- Merge pull request #24 from vojtechtrefny/master_docs (vtrefny)
382- Fix few typos in docstrings (vtrefny)
383- Add autogenerated doc files to .gitignore (vtrefny)
384- Add basic introduction to blivet-gui developer documentation (vtrefny)
385- Remove unused .rst documentation files (vtrefny)
386- Fix Makefile and configuration for documentation (vtrefny)
387- Merge pull request #23 from vojtechtrefny/master_constants (vtrefny)
388- Use blivet constants instead of "magic" numbers in AddDialog (vtrefny)
389- Merge pull request #22 from vojtechtrefny/master-btrfs_in_vg2 (vtrefny)
390- Return supported filesystems as objects not just types (vtrefny)
391- Allow using btrfs as format for all devices (vtrefny)
392- AddDialog: Remove special type for lvmpv, allow lvmpv format (vtrefny)
393
394* Mon May 23 2016 Vojtech Trefny <vtrefny@redhat.com> - 1.3.1-1
395- Merge pull request #21 from vojtechtrefny/master-split_edit (vtrefny)
396- Merge pull request #19 from dashea/translation-canary (vtrefny)
397- Add translation context for "Format" strings (vtrefny)
398- Add LVMVG edit option to edit menu (vtrefny)
399- Remove EditDialogTest (vtrefny)
400- BlivetGUI: Use new resize and format dialogs instead of edit dialog (vtrefny)
401- Add new submenus for "edit" option in toolbar and popup menu (vtrefny)
402- Replace PartitionEditDialog by ResizeDialog and FormatDialog (vtrefny)
403- BlivetUtils: Add new public methods for device resize and format (vtrefny)
404- Merge pull request #20 from vojtechtrefny/master-reset_progress (vtrefny)
405- Add progress dialog for storage reload (vtrefny)
406- Remove markup from translatable strings where possible. (dshea)
407- Use the translation-canary tests (dshea)
408- Do not use intltool. (dshea)
409- Add P_ to the xgettext keywords. (dshea)
410- Always use setup.py to generate the source archive. (dshea)
411- Merge commit 'e8a62de12f347962c7c9c71e4562f42a2618fce7' as 'translation-canary' (dshea)
412- Squashed 'translation-canary/' content from commit edda4ea (dshea)
413- Merge pull request #18 from vojtechtrefny/master-chunk_size (vtrefny)
414- Add test for chunk size (vtrefny)
415- Add chunk support for mdraid creation (vtrefny)
416- Merge pull request #17 from vojtechtrefny/master-none_format (vtrefny)
417- Allow "none" as format when adding/editting devices (vtrefny)
418- Remove communication log (vtrefny)
419- Allow ignoring disks with corrupted/unknown disklabels (vtrefny)
420- New version 1.3.0 (vtrefny)
421
422* Tue Apr 12 2016 Vojtech Trefny <vtrefny@redhat.com> - 1.3.0
423- Fix visualization CSS styles (vtrefny@redhat.com)
424- Fix visualization of group devices inside VG (#1326175) (vtrefny@redhat.com)
425- Translations moved from translate.zanata.org to fedora.zanata.org (vtrefny@redhat.com)
426- Remove gnome-icon-theme from requires (vtrefny@redhat.com)
427- Fix adding a new device into an existing mdarray (vtrefny@redhat.com)
428- Add make ci target and test dependencies (vtrefny@redhat.com)
429- Fix methods for locating CSS and UI files (vtrefny@redhat.com)
430- SizeChooserAreaTest: Libbytesize support related fixes (vtrefny@redhat.com)
431- Use property instead of setter method for luks decrypt passphrase (vtrefny@redhat.com)
432- CacheArea: Fix displaying parent name in pv chooser (vtrefny@redhat.com)
433- Pylint/PEP8 fixes, fix AddDialog test cases (vtrefny@redhat.com)
434- Skip ListPartitionsTest when X server is not available (vtrefny@redhat.com)
435- Remove remaining user documentation related code (vtrefny@redhat.com)
436- AddDialog: do not allow to set size when adding vg to pvs (vtrefny@redhat.com)
437- Do not try to display (meta)data level for btrfs subvolumes (vtrefny@redhat.com)
438- Fix adding lvm thinpools (vtrefny@redhat.com)
439- Libbytesize support changes (vtrefny@redhat.com)
440- Set communication socket to be owned by user not root (vtrefny@redhat.com)
441- Remove obsolte/unused methods from BlivetUtils (vtrefny@redhat.com)
442- Fix editting volume groups (vtrefny@redhat.com)
443- Pylint and PEP8 fixes (vtrefny@redhat.com)
444- Always remove format when removing device (vtrefny@redhat.com)
445- Hide second raid chooser for non LVs (vtrefny@redhat.com)
446- LVM RAID support -- utils part (vtrefny@redhat.com)
447- SizeArea,AddDialog -- LVM RAID support, part 2 (vtrefny@redhat.com)
448- Temporary disable device name validation (vtrefny@redhat.com)
449- Move supported fs types to EditDialog (vtrefny@redhat.com)
450- Add RAID chooser into ParentArea when adding new LV (vtrefny@redhat.com)
451- Do not display parent size chooser for LVs (vtrefny@redhat.com)
452- AddLabelDialog: Fix available disklabels (vtrefny@redhat.com)
453- SizeArea -- RAID support, part 1 (vtrefny@redhat.com)
454- Raise exception in client when accesing blivet attribute failed (vtrefny@redhat.com)
455- AddDialog: Do not offer full PVs as possible parents for LVs (vtrefny@redhat.com)
456- AddDialog: Switch to single SizeArea model (vtrefny@redhat.com)
457- Fix ParentArea for non-LVM parents (vtrefny@redhat.com)
458- AddDialog: Fix checking for lvmlv and lvmthinlv device types (vtrefny@redhat.com)
459- AddDialog: Change _get_selected_device_type to property (vtrefny@redhat.com)
460- Remove support for adding btrfs as a disklabel (vtrefny@redhat.com)
461- Refactor add_partition method (vtrefny@redhat.com)
462- Fix passing selected and free devices to AddDialog (vtrefny@redhat.com)
463- Move supported types (fs, raid levels, disklabels) to AddDialog (vtrefny@redhat.com)
464- SizeChooser: Update main size chooser when changing size for parents (vtrefny@redhat.com)
465- SizeChooser: Add ParentArea for parents size selection (vtrefny@redhat.com)
466- Merge branch 'master' of github.com:rhinstaller/blivet-gui (vtrefny@redhat.com)
467- Merge pull request #14 from dashea/eintr (vtrefny@redhat.com)
468- Remove the removal of the eintr checker, which has been removed (dshea@redhat.com)
469- Use new_lv instead of LVM objects constructors (vtrefny@redhat.com)
470- Fix adding devices on DASD and zFCP disks (#1305495) (vtrefny@redhat.com)
471- Make LUKS encrypted partitions resizable (vtrefny@redhat.com)
472- Use list of children for devices instead of get_children (vtrefny@redhat.com)
473- Fix visualization of raw format LUKS devices (#1288943) (vtrefny@redhat.com)
474- Size area refactoring (vtrefny@redhat.com)
475- Fix updateSizeInfo on BIOSBoot partitions (#1286616) (vtrefny@redhat.com)
476- Add cache info to device info dialog (vtrefny@redhat.com)
477- Reimplement size area using Glade (vtrefny@redhat.com)
478- LVM cache support -- utils part (vtrefny@redhat.com)
479- LVM cache support -- UI part (vtrefny@redhat.com)
480- Allow nested ProxyDataContainer in server-cleint communication (vtrefny@redhat.com)
481- Add tests for recently found bugs (vtrefny@redhat.com)
482- Fix allow creating lvm snapshots (vtrefny@redhat.com)
483- AddDialog: Fix min size for vg children (vtrefny@redhat.com)
484- AddDialog: Fix parent type when adding LMV LV (vtrefny@redhat.com)
485- Don't allow adding btrfs volume to devices smaller than 256 MiB (vtrefny@redhat.com)
486- Do not call get_children more than necessary (vtrefny@redhat.com)
487- New version 1.2 (vtrefny@redhat.com)
488
489* Wed Nov 18 2015 Vojtech Trefny <vtrefny@redhat.com> - 1.2-1
490- Add PEP8 compliance check to 'make check' (vtrefny)
491- Fix PEP8 violations. (vtrefny)
492- Remove some obsolete/debug prints and imports (vtrefny)
493- Catch blivet.errors.LUKSError instead of BlockDev.CryptoError (vtrefny)
494- Add test for adding device to partitions list (vtrefny)
495- EditDialog: add test for formatting extended partitions (vtrefny)
496- Add test for communication.proxy_utils (vtrefny)
497- Fix BlivetProxyObjectTest (vtrefny)
498- Add tests for new FreeSpaceDevice features (vtrefny)
499- Fix check for allowed max partitions count (vtrefny)
500- AddDialog: fix displaying parents for MDArray PVs (vtrefny)
501- Fix 'disk' attribute for FreeSpaceDevices (vtrefny)
502- Visualization: add protected icon to protected devices (vtrefny)
503- Do not allow deleting/editting protected devices (vtrefny)
504- Remove pocketlint from BuildRequires (vtrefny)
505- Remove 'check' from 'make release' target (vtrefny)
506- Run mkfs.ntfs with '-f' option (fast formatting) (#1253013) (vtrefny)
507- Add support for creating NTFS format (vtrefny)
508- Fix visualisation of group devices with 0 size (#1275815) (vtrefny)
509- Visualization: do not allocate remaing space when there is no space left (vtrefny)
510- Fix device visualisation with high contrast theme (vtrefny)
511- Properly catch and reraise exceptions from BlivetUtils initialization (vtrefny)
512- Fix tests to work with localization (vtrefny)
513- Add make coverage target (vtrefny)
514- Add loading window when starting blivet-gui (vtrefny)
515- Fix make po-pull/push target (vtrefny)
516- Set translation domain for glade files (vtrefny)
517
518* Wed Sep 23 2015 Vojtech Trefny <vtrefny@redhat.com> - 1.1-1
519- Fix make bumpver to work with 1.x versions (vtrefny)
520- Fix finished actions visualisation in processing window (vtrefny)
521- Remove MANIFEST file from git (vtrefny)
522- Fix visualization for non-existing encrypted partitions (vtrefny)
523- Add "local" target to Makefile (vtrefny)
524- Use zanata-python-client instead of zanata-cli (vtrefny)
525- AddDialog: Always display at least one size area (vtrefny)
526- Fix max size of KickstartSelectDevicesDialog (vtrefny)
527- Fix dialogs with actions list height (vtrefny)
528- Allow shrinking extended partitions (vtrefny)
529- Fix bug description when reporting using python-meh (vtrefny)
530- AddDialog: Add a second passphrase entry for verification (vtrefny)
531- Remove obsolete test run mode from BlivetUtils (vtrefny)
532- Allow deleting of active formats in kickstart mode (vtrefny)
533
534* Wed Sep 02 2015 Vojtech Trefny <vtrefny@redhat.com> - 1.0-1
535- Update man page (vtrefny)
536- Add AppData validation to spec file (vtrefny)
537- Add tags to desktop file (vtrefny)
538- Add AppData for blivet-gui (vtrefny)
539- Fix few typos and grammar in strings (vtrefny)
540- Add first test for ListPartitions (vtrefny)
541- Fix adding LVM Thin LVs (vtrefny)
542- Remove help from package (vtrefny)
543- ListParents: fix checking parents for logical partitions (vtrefny)
544- Add icons to %%files in spec file (vtrefny)
545- DeviceInfoDialog: add special info for mdarrays (vtrefny)
546- Fix maximal size for thinpools (vtrefny)
547- Add desktop icon for blivet-gui (vtrefny)
548- Selection unit tests for AddDialog (vtrefny)
549- More tests for AddDialog and PartitionEditDialog (vtrefny)
550- Fix check_mountpoint method (vtrefny)
551- Do not run unittests without X server (vtrefny)
552- More unit tests for AddDialog (vtrefny)
553- ProcessingWindow: Center on blivet-gui main window. (vtrefny)
554- PhysicalView: Double click to select parent device (vtrefny)
555- Fix logical and physical view for mdarrays with lvm (vtrefny)
556- Fix adding lvmvg to MD raid (vtrefny)
557- AddDialog: Fix minimal size when changing device type (vtrefny)
558- AddDialog: Delete content of Gtk.Entry when hiding it (vtrefny)
559- Fix physical view for devices with logical partitions as parents (vtrefny)
560- Fix spelling in isUninitializedDisk method name (vtrefny)
561- Add unittest for AddDialog (vtrefny)
562- Add test for fslabel validity check (vtrefny)
563- AddDialog, PartitionEditDialog: Add fslabel validity check (#1236112) (vtrefny)
564- Do not allow to add lvmvg to lvmpv with insufficient size (vtrefny)
565- Fix allowed pesizes for lvmvg in AddDialog (vtrefny)
566- Allow resizing of extended partitions (vtrefny)
567- Reimplement ActionsMenu using Glade (vtrefny)
568- Add test for ListActions (vtrefny)
569- Fix visualization for logical group devices (vtrefny)
570- In kickstart mode show future mountpoints in partition list (vtrefny)
571- EditDialog: Add mountpoint validity check (vtrefny)
572- AddDialog: Fix mountpoint validation (vtrefny)
573- Fix actions dialogs width (vtrefny)
574- AddDialog: Update min size limit for encrypted devices (vtrefny)
575- AddDialog: Update min size limit based on selected pesize (vtrefny)
576- AddDialog: Add method to update size limits (vtrefny)
577- AddDialog: allow empty device name (vtrefny)
578- AddDialog: Do not offer PESize larger than free space available (vtrefny)
579- Fix visualization for live usb deviceFix visualization for live usb devicess (vtrefny)
580- Fix free space regions for unitialized disks (vtrefny)
581- Do not refresh views after cancelling delete action (vtrefny)
582- Fix displaying number of pending actions after applying them (vtrefny)
583- Quit 'nicely' on Ctrl-C (vtrefny)
584- Add test for fslabel in PartitionEditDialog (vtrefny)
585- PartitionEditDialog: allow setting fslabel when changing format (vtrefny)
586- Add test for FreeSpaceDevice (vtrefny)
587- Add name validation for devices in AddDialog (vtrefny)
588- Fix displaying device info icons (vtrefny)
589- Add ID and format to FreeSpaceDevice and RawFormatDevice (vtrefny)
590- Preselect filesystem type for add/edit dialog (vtrefny)
591- Visualization size corresponding with device size (vtrefny)
592- Don't allow to add more than 4 partitions on msdos disklabels (vtrefny)
593- Call blivet.partitioning.getFreeRegions with align=True (vtrefny)
594- Move i18n definitions to one file (vtrefny)
595- Display number of pending actions in statusbar (vtrefny)
596- Add information icons to devices in logical view (vtrefny)
597- Switch to device logical view by double-clicking on it (vtrefny)
598- First unittest for blivet_utils (vtrefny)
599- Remove python.six, python3 only support now (vtrefny)
600- Fix visualization update after resizing device (vtrefny)
601- Add device size to visualization (vtrefny)
602- Hide physical view for disks (vtrefny)
603- Use python3-pid for pidfile creation (vtrefny)
604- New version 0.3.6 (vtrefny)
605
606* Thu Aug 06 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.3.6-1
607- Fix visualisation for extended partitions with single child (vtrefny)
608- Fix parent visualization for encrypted LVMs (vtrefny)
609- Allow adding new VG to an empty LVMPV (vtrefny)
610- Remove obsolete definiton of locate_ui_file method (vtrefny)
611- Do not allow displaying device info for raw format devices (vtrefny)
612- Remove old visualization files (vtrefny)
613- Display context menu for logical view visualization (vtrefny)
614- New UI, part 4: Physical View -- parents visualization (vtrefny)
615- Fix visualization for raw format devices (vtrefny)
616- Tweak device visualisation in logical view using CSS (vtrefny)
617- Move various GUI helper functions into one file (vtrefny)
618- New UI, part 3: New device visualisation for logical view (vtrefny)
619- BlivetUtilsServer: quit when recieve empty message (vtrefny)
620- Renaming few files and folders (vtrefny)
621
622* Wed Jul 29 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.3.5-1
623- Fix displaying btrfs as a disklabel (vtrefny)
624- Fix adding btrfs as a disklabel (vtrefny)
625- Small UI fixes (vtrefny)
626- Few stylistic fixes (vtrefny)
627- New UI, part 2: listing of device children in logical view (vtrefny)
628- Catch AttirbuteErrors during remote utils calls (vtrefny)
629- PartitionEditDialog: Do not offer formats that are not supported (vtrefny)
630- Fix context menu for partitions list (vtrefny)
631- Add test for PartitionEditDialog (vtrefny)
632- Fix AddDialog tests (vtrefny)
633- AddDialog: Do not offer formats that are not supported (vtrefny)
634- Display MDarrays and Btrfs Volumes in device list (vtrefny)
635- Remove custom method to detect extended partition on disk (vtrefny)
636- Allow displaying disks withou disklabel in AddDialog (vtrefny)
637- Fix creating extended partitions (vtrefny)
638- Remove unused import (vtrefny)
639- Fix pocketlint settings (vtrefny)
640- Do not allow adding snapshot when there is not enough free space (vtrefny)
641- Fix converting ProxyDataContainer to IDs (vtrefny)
642- Move all tests to one folder (vtrefny)
643- Add tests to test server-client functions (vtrefny)
644- Fix catching exceptions in client-server communication (vtrefny)
645- BlivetGUIClient: fix sending ProxyDataContainer (vtrefny)
646- New version 0.3.4 (vtrefny)
647
648* Thu Jul 16 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.3.4-1
649- Pylint fixes (vtrefny)
650- Use pocketlint for blivet-gui (vtrefny)
651- Recreate list of actions using Glade (vtrefny)
652- Completely separate toolbar for blivet actions and for device actions (vtrefny)
653- Add device information button to DeviceToolbar (vtrefny)
654- Separate ActionsToolbar and DeviceToolbar (vtrefny)
655- New UI, part 1 (vtrefny)
656- Use gi.require_version when importing from gi.repository (vtrefny)
657- Few pylint overrides and fixes (vtrefny)
658- Reimplement AddDisklabelDialog using Glade (vtrefny)
659- Add unittest to test AdvancedOptions from AddDialog (vtrefny)
660- Add "test" rule to Makefile (vtrefny)
661- Add unittest to test SizeChooserArea from AddDialog (vtrefny)
662- Move SizeChooserArea to own module (vtrefny)
663- Fix name suggestion for thinlvs (vtrefny)
664- Fix progress bar fraction during applying changes (vtrefny)
665- Do not allow editing of non-existing LVM VGs (vtrefny)
666- EditDialog: Do not allow select "None" as format (vtrefny)
667- Fix removing parents for encrypted devices and btrfs volumes (vtrefny)
668- Delete existing partition table when adding btrfs as a disklabel (vtrefny)
669- Align target size before resizing partitions (#1207798) (vtrefny)
670- Fix device visualisation selection after window resize (vtrefny)
671- Allow adding encrypted logical partitions (vtrefny)
672- DeviceInfoDialog: auto-ellipsize long labels (vtrefny)
673- Do not display disks without disklabel in AddDialog (vtrefny)
674- Move exception catching to add_device method (vtrefny)
675- Do not allow adding new LV to an incomplete VG (vtrefny)
676- Do not allow to create an extended partition on GPT disks (vtrefny)
677
678* Thu May 21 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.3.3-1
679- Require newest blivet (python-blivet 1.4) (vtrefny)
680- Allow using of free space inside extended partitions for LVM (vtrefny)
681- Use sys.exit instead of blivetgui.quit in certain situations (vtrefny)
682- AddDialog: fix size selection for btrfs disks (vtrefny)
683- Remove obsolete option to embedd blivet-gui to another app (vtrefny)
684- Remove some obsolete/unused BlivetUtils methods (vtrefny)
685
686* Thu May 14 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.3.2-1
687- Devel branch for l10n on Zanata (vtrefny)
688- Use currentSize instead of partedDevice.length for empty disks (vtrefny)
689- add_device method refactoring (vtrefny)
690- Display progress in ProcessingWindow dialog (vtrefny)
691- BlivetGUI: Call the blivet_do_it method with progress report support (vtrefny)
692- Add progress callback support in BlivetUtils.blivet_do_it (vtrefny)
693- Fix Makefile and spec for python3 (vtrefny)
694- Add thinlv support to DeviceInformationDialog (vtrefny)
695- Do not try to display information about unknown devices (vtrefny)
696- Added support for creating LVM thinpools and thinlvs (vtrefny)
697- Pylint fixes (vtrefny)
698- Fix displaying parents in device information dialog (vtrefny)
699- Add version information to the AboutDialog (vtrefny)
700- Fix adding encrypted partitions (vtrefny)
701- Fix displaying future mountpoint in kickstart mode (vtrefny)
702- Pylint fixes (vtrefny)
703- Fix 'None' as disk.model in kickstart dialogs (vtrefny)
704- New option to show device information (vtrefny)
705- Do not (de)activate non-existing options in menus/toolbars (vtrefny)
706- Do not allow to resize lvs with snapshots (vtrefny)
707- AddDialog refactoring (vtrefny)
708- Add support for creating LVM snapshots (vtrefny)
709- Python 3 compatible localisation support (vtrefny)
710
711* Mon Apr 27 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.3.1-1
712- Fix catching exception when trying to decrypt LUKS device (vtrefny)
713- Fix python-meh requirement to Python 3 version (vtrefny)
714- Remove obsolete methon convert_to_size (vtrefny)
715- Fix None disk.model in description (vtrefny)
716- Use format.systemMountpoint instead of format.mountpoint (vtrefny)
717- New version 0.3.0 (vtrefny)
718
719* Wed Apr 22 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.3.0-1
720- Add translator credits to AboutDialog (vtrefny)
721- Merge branch 'separate-processes' into devel (vtrefny)
722- Advanced logging and python-meh support (vtrefny)
723- Check if the server starts in blivet-gui main() (vtrefny)
724- Fix returning of BlivetProxyObject and id to it (vtrefny)
725- Pylint checks and docstrings (vtrefny)
726- Logging server communication (vtrefny)
727- Add message verification with a secret "key" (vtrefny)
728- Remove temp directories atexit of server (vtrefny)
729- Do not use Gio.Settings to obtaion default system font (vtrefny)
730- Store blivet logs on server site (vtrefny)
731- Delete udisks_loop.py file (no longer used) (vtrefny)
732- Use blivet's ParentList for FreeSpaceDevice parents (vtrefny)
733- Autorun server part, PID file for server (vtrefny)
734- Update setup.py with new package_data (vtrefny)
735- Use ProxyDataContainer instead of ReturnList (vtrefny)
736- Use ProxyDataContainer for old_mountpoints (vtrefny)
737- Fix EditDialog using non-existing UserSelection class (vtrefny)
738- More detailed information for proxy objects AttributeError (vtrefny)
739- Create instance of BlivetUtils upon client request (vtrefny)
740- Use ProxyDataContainer instead of ResizeInfo namedtuple (vtrefny)
741- Catch exception raised during BlivetUtils calls (vtrefny)
742- Send message length in messages and use it in recv (vtrefny)
743- Do not forward LUKS decrypt exceptions to client (vtrefny)
744- Use GLib.timeout_add instead of GObject.timeout_add (vtrefny)
745- Delete socket file using atexit (vtrefny)
746- Catch GLib.GError instead of blivet.errors.CryptoError (vtrefny)
747- Pickle only whitelisted objects (vtrefny)
748- Mutex-protected server calls (vtrefny)
749- Proper catching and reraising exception during doIt() (vtrefny)
750- Use UnixStreamServer instead of TCPServer (vtrefny)
751- Close server on client exit (vtrefny)
752- Fix blivetgui.reload() function (vtrefny)
753- Use GLib.idle_add instead of GObject.idle_add (vtrefny)
754- New way of re-raising exceptions from BlivetUtils (vtrefny)
755- Remove unused functions; mark some functions as private (vtrefny)
756- Replace BlivetUtils calls with BlivetGUIClient calls (vtrefny)
757- Replace UserSelection with ProxyDataContainer (vtrefny)
758-"Binary" file for server/daemon part (vtrefny)
759- blivet-gui process separation (vtrefny)
760- Do not check root privilegies for blivet-gui (client part) (vtrefny)
761
762* Mon Apr 13 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.2.4-1
763- Auto-ellipsize longer strings in ListPartitions (vtrefny)
764- Fix widget spacing in AddLabelDialog (vtrefny)
765- Better handling of raw device formats (#1207743) (vtrefny)
766- Fix blivetgui.reload() function (vtrefny)
767- Python3 compatibility for device visualisation (vtrefny)
768- Python3 compatible re-raising exceptions (vtrefny)
769- Do not allow resizing of non-existing devices. (vtrefny)
770- Catch GLib.GError instead of blivet.errors.CryptoError (vtrefny)
771- Fix device visualisation with russian locale (#1202955) (vtrefny)
772- EditDialog: Set the value of size SpinButton to device size (vtrefny)
773- Do not display current size in EditDialog (#1201706) (vtrefny)
774
775* Fri Mar 13 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.2.3-1
776- Fix resizing LVs (#1201745) (vtrefny)
777- Start KickstartSelectDevicesDialog with MainWindow as parent (vtrefny)
778- Simplyfication of MainMenu, ActionsMenu and ActionsToolbar classes (vtrefny)
779- Do not call updateSizeInfo() multiple times (vtrefny)
780- Removed last dependency on blivet from BlivetGUI (vtrefny)
781- EditDialog: Inform about corrupted filesystems (#1198239) (vtrefny)
782- Fix python-meh handler.install (vtrefny)
783- Fix returning success when editting LVM VGs (vtrefny)
784- Do not refresh views when there are actions scheduled (vtrefny)
785- DeviceCanvas: do not select invalid path (vtrefny)
786- Re-raise exception from BlivetUtils with original traceback (vtrefny)
787- Move logging from BlivetUtisl to BlivetGUI (vtrefny)
788- Move thread creation and calling doIt() from ProcessingWindow (vtrefny)
789- Move handling errors from BlivetUtils to BlivetGUI, part 2 (vtrefny)
790- Move handling errors from BlivetUtils to BlivetGUI (vtrefny)
791- ListPartitions cleanup (vtrefny)
792- Fix blivet required version (>= 1.0) (vtrefny)
793- Merge branch 'new_class_model' (vtrefny)
794- Simplification of ListAction and undo history (vtrefny)
795- New class model - preparation for root/non-root separation (vtrefny)
796- New version 0.2.2 (vtrefny)
797- New version 0.2.2 (vtrefny)
798
799* Mon Feb 23 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.2.2-1
800- Store blivet program log too (vtrefny)
801- Fix Size calling (vtrefny)
802- Replace filter with regexp (vtrefny)
803- blivet.size is now module (vtrefny)
804- Fix covertTo to use blivet.size.parseUnits function (vtrefny)
805- New version 0.2.1 (vtrefny)
806
807* Wed Feb 18 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.2.1-1
808- Fix python-meh for processing window (vtrefny)
809- python-meh support (vtrefny)
810- Base default container name on distribution name (vtrefny)
811- Removed some ununsed functions (vtrefny)
812- Enable blivet logging, preparations for blivet-gui internal logging (vtrefny)
813- Detect minimal device (partition and LV) size during BlivetUtils initialization (vtrefny)
814- Swap is not resizable (vtrefny)
815- Catch exceptions when checnking minSize on device with broken fs (vtrefny)
816- Fix luks passphrase dialog spacing (vtrefny)
817- Added root_check_window.ui file (vtrefny)
818- 'Root privilegies required' dialog changed to window (vtrefny)
819- MainMenu: partition_menu renamed to device_menu (vtrefny)
820- pylint removed unallowed spaces (vtrefny)
821
822* Thu Jan 22 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.2.0-6
823- GitHub release as source for spec file (vtrefny)
824
825* Thu Jan 22 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.2.0-5
826- Fixed macro-in-changelog rpmlint warning (vtrefny)
827
828* Thu Jan 22 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.2.0-4
829- New build 0.2.0-4
830- Fedora review: updated specfile, licence added to package (vtrefny)
831- %%clean section removed from spec file (vtrefny)
832
833* Tue Jan 20 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.2.0-3
834- Licence file added (GPLv2) (vtrefny)
835- New source location (vtrefny)
836
837* Tue Jan 20 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.2.0-2
838- Version bumped to 0.2 (vtrefny)
839- EditDialog: typo (vtrefny)
840- Fixed generating spec file changelog (vtrefny)
841
842* Mon Jan 19 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.1.11-1
843- New version 0.1.11 (vtrefny)
844- bumpver target for makefile (vtrefny)
845- Merge branch 'master' of github.com:vojtechtrefny/blivet-gui (vtrefny)
846- Specific binary file for desktop file (vtrefny)
847- User help update (vtrefny)
848- Fix python-blivet required version (vtrefny)
849- Fix long device names (vtrefny)
850- Suppress broad-except pylint errors. (amulhern)
851- Change relative to absolute imports. (amulhern)
852- Omit or hide unused variables and computations. (amulhern)
853- main.py moved to blivet-gui file (vtrefny)
854- Omit needless imports. (amulhern)
855- Move % operator outside translation. (amulhern)
856- Do not use wildcard import. (amulhern)
857- Do not use builtin name format as parameter name. (amulhern)
858- Fix bad indentation. (amulhern)
859- Initial pylint setup. (amulhern)
860- Support lvm inside extended partitions (vtrefny)
861- pylint (vtrefny)
862- AddDialog: Move btrfs type chooser above parents view (vtrefny)
863- Do not clear actions after apply in ks mode (vtrefny)
864- blivet-gui man page (vtrefny)
865- Fix embedded function and example (vtrefny)
866- fedora-review fixes for spec and desktop file (vtrefny)
867- Python binary file (vtrefny)
868- Check if file exists while saving ks (vtrefny)
869- Mountpoint support for btrfs in ks mode (vtrefny)
870- Don't allow editing mdmember partitions (vtrefny)
871- Version 0.1.10 (vtrefny)
872- Do not sort child devices on disks with raw device (vtrefny)
873- Fix unicode converting bug (vtrefny)
Note: See TracBrowser for help on using the repository browser.