blivet-gui-vl.spec 44 KB

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