Commit Graph

  • beafcd9cc4 Consistency: calamares_main ==> run; global_storage => globalStorage Teo Mrnjavac 2014-07-25 16:41:21 +0200
  • fb6d80ccb6 Bring back tree view headers Aurélien Gâteau 2014-07-25 13:13:04 +0200
  • bf72672cce Make double-clicking on a partition item in the list trigger edit/create Aurélien Gâteau 2014-07-25 13:07:22 +0200
  • cd99f64344 Add mnemonics to UI elements Aurélien Gâteau 2014-07-25 12:46:20 +0200
  • c3a91f1c8d Implement Revert Aurélien Gâteau 2014-07-24 19:28:53 +0200
  • 675b07799b Dead code-- Aurélien Gâteau 2014-07-24 19:26:57 +0200
  • d476f9cba8 Make sure we show info of the first device in the device combo box Aurélien Gâteau 2014-07-24 19:26:19 +0200
  • cb546d02f9 Sort device in DeviceModel by device node Aurélien Gâteau 2014-07-24 19:24:40 +0200
  • 2644e01cff update README.md with list of needed system packages Mateusz Mikołajczyk 2014-07-24 19:03:49 +0200
  • 20521f278c Update doc Aurélien Gâteau 2014-07-24 17:51:51 +0200
  • 0f23b8ad5c Add basic grub module. Not enabled for now because it requires a rootfs to work Aurélien Gâteau 2014-07-24 17:17:40 +0200
  • 545eef5761 Refactor mount module to make its code easier to reuse Aurélien Gâteau 2014-07-24 17:14:56 +0200
  • 96ede98f27 Update partitionmanager submodule: fix cmake warning Aurélien Gâteau 2014-07-24 14:00:56 +0200
  • 92114576ce Create umount module Aurélien Gâteau 2014-07-24 13:51:14 +0200
  • 2a231b3532 Try to avoid passing GlobalStorage to Python by value. Teo Mrnjavac 2014-07-24 12:19:14 +0200
  • aef2b7e9e7 We can now test mount with testmodule.py: remove the test main() Aurélien Gâteau 2014-07-24 10:17:46 +0200
  • 35d2a10177 Remove \t tab to avoid failure in testmodule.py Aurélien Gâteau 2014-07-24 10:16:51 +0200
  • 7cdfc38766 Ignore Python files Aurélien Gâteau 2014-07-24 10:16:09 +0200
  • e1877adf9c Make testmodule.py more Pythonic Aurélien Gâteau 2014-07-24 10:15:16 +0200
  • b3ba56a829 Indeed CMake, a list is not a directory... Aurélien Gâteau 2014-07-24 10:14:42 +0200
  • f2ab67b28b Create bootLoader.installPath in GlobalStorage Aurélien Gâteau 2014-07-23 18:16:55 +0200
  • 06a13637b6 Store current boot loader install path in PartitionCoreModule Aurélien Gâteau 2014-07-23 18:15:46 +0200
  • ab4604258c Rework boot loader combo box Aurélien Gâteau 2014-07-23 18:14:27 +0200
  • c9c1917997 log-- Aurélien Gâteau 2014-07-23 15:05:01 +0200
  • a39384eda7 Simplify Aurélien Gâteau 2014-07-23 15:04:40 +0200
  • 484d7c4d15 Update partition path after partition has been created Aurélien Gâteau 2014-07-23 14:34:06 +0200
  • 7108718104 Bring back partition and mount modules Aurélien Gâteau 2014-07-23 14:33:08 +0200
  • da83ecfb13 libcalamares.job is of type libcalamares.Job Teo Mrnjavac 2014-07-23 13:02:42 +0200
  • ef28b7f2c1 Add job.setprogress to testmodule.py. Teo Mrnjavac 2014-07-23 13:01:30 +0200
  • 78de11a412 Emit job progress from Python jobs. Teo Mrnjavac 2014-07-23 12:54:53 +0200
  • 89fd6a950b Add support for per-job progress Aurélien Gâteau 2014-07-23 12:04:27 +0200
  • e9da5cb6cb Change signature of JobQueue::progress, add finished() signal Aurélien Gâteau 2014-07-23 10:58:08 +0200
  • 2636a1273f Add job.setprogress to Python API. Teo Mrnjavac 2014-07-22 18:05:58 +0200
  • c6c2c67560 Rewrite Python error handling to show meaningful messages. Teo Mrnjavac 2014-07-22 17:48:05 +0200
  • 0234415976 Add "mount" module Aurélien Gâteau 2014-07-22 17:38:20 +0200
  • c8129898fc Introduce FillGlobalStorageJob Aurélien Gâteau 2014-07-22 17:32:26 +0200
  • 7763587c01 Move PartitionIterator to its own file Aurélien Gâteau 2014-07-22 14:25:21 +0200
  • ed0fd6d207 Merge pull request #54 from calamares/wip/job-order Teo Mrnjavac 2014-07-22 17:06:19 +0200
  • b5b72855c3 Queue module jobs in the order they are listed in the "install" section of settings.conf Aurélien Gâteau 2014-07-22 16:54:34 +0200
  • 533cba6437 [testmodule.py] File with fake global_storage contents for testing. Teo Mrnjavac 2014-07-22 14:21:44 +0200
  • 4881684e18 [testmodule.py] Simulate global storage contents from a YAML file. Teo Mrnjavac 2014-07-22 14:20:11 +0200
  • 1b64917385 Use findPartitionByMountPoint in updateHasRootMountPoint Aurélien Gâteau 2014-07-22 10:50:08 +0200
  • a335c1cc04 Coding style fixes Aurélien Gâteau 2014-07-22 10:47:39 +0200
  • 906019facc Add combo box to pick boot loader installation destination Aurélien Gâteau 2014-07-22 10:42:50 +0200
  • 3e3329d4f2 Rework PartitionPage appearance, prior addition of boot loader UI Aurélien Gâteau 2014-07-21 16:15:53 +0200
  • 81eca92418 Added testmodule.py script to test Python modules. Teo Mrnjavac 2014-07-21 18:34:17 +0200
  • 73f03017fd Spaces, not tabs. Teo Mrnjavac 2014-07-21 18:32:10 +0200
  • aba981e4ce Add PyCharm files to .gitignore. Teo Mrnjavac 2014-07-21 18:31:31 +0200
  • 0753e6ccde New GlobalStorage map. With Python API support. Teo Mrnjavac 2014-07-21 17:08:06 +0200
  • 4c88603872 Fix bug with tiny disks and mbr partition tables Aurélien Gâteau 2014-07-18 18:37:44 +0200
  • 26f6943f8a Add support for formatting existing partitions Aurélien Gâteau 2014-07-18 15:06:56 +0200
  • a5fcb9bcb9 Improve CreatePartitionJob::prettyName Aurélien Gâteau 2014-07-18 14:30:00 +0200
  • d374d8bad8 Introduce PartitionJob Aurélien Gâteau 2014-07-18 14:29:27 +0200
  • 4516213b0b Add some dummy configuration to dummypython, and then show it. Teo Mrnjavac 2014-07-18 14:35:42 +0200
  • d9f4c74537 Add support for config map to Python job API. Rename PythonJobHelper ==> CalamaresPython::Helper. Add QVariant to boost::python::object conversion functions. Rename some constants in the libcalamares Python API. Teo Mrnjavac 2014-07-18 14:27:59 +0200
  • 2f03dfa43b CalamaresPrivate ==> CalamaresPython Teo Mrnjavac 2014-07-18 11:59:12 +0200
  • 568f2abd0b Reproduce and fix bug #28 Aurélien Gâteau 2014-07-18 12:26:12 +0200
  • 99fe98a9cf Unbreak test. Unfortunately it did not reproduce bug #28 Aurélien Gâteau 2014-07-18 12:11:42 +0200
  • 7e8c5a980c Make Runner::run() returns a bool indicating success or failure Aurélien Gâteau 2014-07-18 11:27:03 +0200
  • eebc71257f Nicer error messages Aurélien Gâteau 2014-07-18 11:15:34 +0200
  • 26d0b52342 Unbreak build Aurélien Gâteau 2014-07-18 11:18:36 +0200
  • 6f65a4b16c Add a (failing for now) test for extended partitions Aurélien Gâteau 2014-07-18 10:51:05 +0200
  • 43f29b8058 Start working on tests for partition jobs Aurélien Gâteau 2014-07-17 17:57:55 +0200
  • 031c405c60 Let's not keep commented out code. Teo Mrnjavac 2014-07-18 10:39:43 +0200
  • e33e9de6f6 Symlink lib/calamares/libcalamares.so to lib/libcalamares.so for Python. Teo Mrnjavac 2014-07-17 19:41:08 +0200
  • 4028db2b5c Install Calamares macros Teo Mrnjavac 2014-07-17 19:35:54 +0200
  • a61a36d99d We have a Python API for jobmodules! Created a Boost.Python module interface in libcalamares. Added a PythonJob wrapper and exposed it in the Python module. Rename target calamareslib ==> calamares so in Python it's libcalamares. Python-related classes in libcalamares that aren't exported as C++ symbols are now in a CalamaresPrivate namespace. Import the libcalamares python module into every Python script before running it. Added Python error handling to PythonJobHelper. Added some more testing code to dummypython module. Teo Mrnjavac 2014-07-17 17:52:02 +0200
  • c13179fdf0 Add debugMode bool to Calamares::Settings. Teo Mrnjavac 2014-07-17 17:44:16 +0200
  • 6559197c4b Expose some more version constants in CalamaresVersion.h Teo Mrnjavac 2014-07-17 17:39:46 +0200
  • 9c89e68672 Get rid of partview, it's no longer useful Aurélien Gâteau 2014-07-17 16:09:06 +0200
  • 0d915b4995 Always delete logical partitions first when deleting an extended partition Aurélien Gâteau 2014-07-17 15:01:45 +0200
  • d7a853ee06 Scaffolding for exiting partition reformating Aurélien Gâteau 2014-07-17 14:59:59 +0200
  • 4e49f59333 Turn PartitionCoreModule::refreshPartitionModel() into refresh() and make it public Aurélien Gâteau 2014-07-17 14:26:40 +0200
  • 5c594f8dd7 Fix doc Aurélien Gâteau 2014-07-17 14:25:16 +0200
  • 8a64dcb270 Coding style fixes Aurélien Gâteau 2014-07-17 09:49:24 +0200
  • ec6703b9cd Start creating EditExistingPartitionDialog Aurélien Gâteau 2014-07-17 09:49:15 +0200
  • 5daa1b82e8 Refactor: PartitionInfo is no longer a class Aurélien Gâteau 2014-07-16 16:20:58 +0200
  • ff5667cb73 Turn all extra PartitionInfo fields into QObject properties of Partition Aurélien Gâteau 2014-07-16 15:50:41 +0200
  • 9c05ecef4d Fix finding of Boost.Python on Ubuntu Aurélien Gâteau 2014-07-17 14:54:13 +0200
  • 9b57b98a93 No point doing this: editing extended partitions is not supported for now Aurélien Gâteau 2014-07-16 11:58:40 +0200
  • 846812f49b Update README.md Teo Mrnjavac 2014-07-16 17:11:25 +0200
  • 32beec0243 Update README.md Teo Mrnjavac 2014-07-16 17:08:05 +0200
  • 2e38ad8016 Update README.md Teo Mrnjavac 2014-07-16 16:41:47 +0200
  • 0e5e3c50b4 Enable dummy Python jobmodule. Teo Mrnjavac 2014-07-16 16:11:07 +0200
  • 2f628cd1d4 Add dummy python jobmodule. Teo Mrnjavac 2014-07-16 16:10:49 +0200
  • 50ba57a33a Add optional Python jobmodules support to libcalamaresui. Teo Mrnjavac 2014-07-16 16:09:53 +0200
  • b924aeef2b Add optional Python jobs support to libcalamares. Teo Mrnjavac 2014-07-16 16:07:32 +0200
  • 754ef7dbbc Fix prettyName. Teo Mrnjavac 2014-07-16 16:02:14 +0200
  • 4712af05a0 Fix build in PartitionCoreModule. Teo Mrnjavac 2014-07-16 15:55:49 +0200
  • 1dec58f178 Find Python3 + Boost.Python, and other buildsystem fixes. Teo Mrnjavac 2014-07-16 15:52:54 +0200
  • f2ed18ad4c Alignment fix. Teo Mrnjavac 2014-07-16 15:50:23 +0200
  • 8a7e6c9348 More readable job queue Aurélien Gâteau 2014-07-16 11:15:22 +0200
  • 3fa3694f90 Fix crash when trying to delete an extended partition Aurélien Gâteau 2014-07-16 11:14:55 +0200
  • 568dc4db0a Init all fields when editing a partition. Disable editing of extended partitions for now. Aurélien Gâteau 2014-07-16 10:59:24 +0200
  • d500c7b480 Coding style fixes Aurélien Gâteau 2014-07-16 10:36:17 +0200
  • 27b28a5bd1 Avoid potential rounding errors Aurélien Gâteau 2014-07-16 10:35:09 +0200
  • 45dda6fa17 Factorize size computations Aurélien Gâteau 2014-07-16 10:34:56 +0200
  • a70ab4ad60 Refactor: move sector math from PartitionPage to CreatePartitionDialog Aurélien Gâteau 2014-07-16 10:15:57 +0200
  • 7c1ecabd68 Drop now unused IsNewPartitionRole Aurélien Gâteau 2014-07-16 10:02:53 +0200
  • 9216982859 Allow editing of partition mount points Aurélien Gâteau 2014-07-16 10:02:41 +0200