Commit graph

639 commits

Author SHA1 Message Date
Mathieu Comandon 93627c76c1 Add documentation for format option 2014-02-09 12:29:27 +01:00
Mathieu Comandon 6affb64150 Add 'format' option to extract installer task 2014-02-09 12:25:39 +01:00
Mathieu Comandon f79a8c1e9b Fix date in changelog 2014-02-08 19:22:49 +01:00
Mathieu Comandon f7c91f3ade Bump version to 0.3.4 2014-02-08 19:21:00 +01:00
Mathieu Comandon 5b24bcb178 Merge branch 'workdir' of git://github.com/Xodetaetl/lutris 2014-02-08 13:07:19 +01:00
Mathieu Comandon d5a47b31eb Merge branch 'fix-not-installed' of git://github.com/Xodetaetl/lutris into Xodetaetl-fix-not-installed 2014-02-08 13:06:07 +01:00
Mathieu Comandon fcc5a0b725 Merge branch 'fix-sort-treeview' of git://github.com/Xodetaetl/lutris into Xodetaetl-fix-sort-treeview 2014-02-08 13:02:38 +01:00
Xodetaetl ab950ecdbd Fix TreeView sorting 2014-02-07 16:13:05 +01:00
Mathieu Comandon c93b0c160f Do not code without Flake8, ever 2014-02-07 15:47:56 +01:00
Mathieu Comandon 72661f37ec Keep anything located in ~/.wine from being deleted 2014-02-07 13:24:56 +01:00
Xodetaetl c0efe50d74 Fix: installed games getting the "not installed" banner style upon banner download
Note : I don't understand why you carry the is_installed variable
around in the args of many functions instead of getting/setting it
from the Game object.
2014-02-06 01:08:31 +01:00
Mathieu Comandon 3954245fba Fix crash when installing Steam games 2014-02-03 23:49:55 +01:00
Mathieu Comandon 058a109953 Allow renaming games 2014-02-02 03:10:24 +01:00
Mathieu Comandon 983df97bb3 Add pasuspender as oss wrapper 2014-02-02 02:33:16 +01:00
Mathieu Comandon 9d20bd7e60 Create runner_config property 2014-02-02 02:32:43 +01:00
Mathieu Comandon d63979e62c Gens runner cleanup 2014-02-02 02:22:09 +01:00
Mathieu Comandon 294299530f Fix config dialog buttons 2014-02-02 02:21:36 +01:00
Mathieu Comandon 19a5e85fec Cleanup vice runner 2014-02-01 19:48:28 +01:00
Mathieu Comandon d057641cca Add C64 support to sdlmess runner 2014-02-01 19:48:02 +01:00
Mathieu Comandon 9a954c7785 Cleanup hatari runner 2014-02-01 19:47:29 +01:00
Mathieu Comandon 331238df01 Add sdlmess runner 2014-02-01 16:24:17 +01:00
Mathieu Comandon 06b33af432 Merge branch 'master' of github.com:lutris/lutris 2014-01-28 02:39:07 +01:00
Mathieu Comandon 2e5a8bdc81 Add additional path to CDRom search paths 2014-01-28 02:38:58 +01:00
Mathieu Comandon c21d70a190 Game might not always have a valid runner 2014-01-28 02:38:15 +01:00
Xodetaetl d1ba273e05 Put chmod path in quotes
Works better that way. Tested and approved by me.
2014-01-27 17:47:28 +01:00
Mathieu Comandon c030b48460 Deprecate file_chooser widget 2014-01-27 10:22:38 +01:00
Mathieu Comandon 671bbc94c4 Remove obsolete test 2014-01-27 10:07:35 +01:00
Mathieu Comandon 28ae171029 Add changelog for 0.3.3 2014-01-25 18:10:45 +01:00
Mathieu Comandon d20df0efb0 Bump to version 0.3.3 2014-01-25 17:47:51 +01:00
Mathieu Comandon eda63eb3f5 Add warning message when installing on non-empty paths 2014-01-25 17:43:34 +01:00
Mathieu Comandon f061226f3c Check if a game is instaled by installer slug instead of yaml filename 2014-01-25 17:23:21 +01:00
Mathieu Comandon ce3e8d257e Add installer_slug to newly installed games 2014-01-25 16:52:59 +01:00
Mathieu Comandon 5d67f4abe2 Allow merged files to be the destination 2014-01-25 16:34:22 +01:00
Mathieu Comandon 74df6452f3 Make installer error message wrappable and selectable 2014-01-25 16:27:47 +01:00
Mathieu Comandon 97ed7bab18 Add installer_slug field in db 2014-01-25 16:16:19 +01:00
Mathieu Comandon 46c7d80aab Replace path label only if not present 2014-01-25 04:14:31 +01:00
Mathieu Comandon bd7aa93488 Prevent removing default runner path 2014-01-25 04:04:15 +01:00
Mathieu Comandon a5ae0009c4 Add useful properties to default runner 2014-01-25 03:55:38 +01:00
Mathieu Comandon c9c29ee454 Refactoring in Uninstall dialog 2014-01-25 03:45:37 +01:00
Mathieu Comandon 7d7e5399cd Remove some debug messages 2014-01-25 03:16:37 +01:00
Mathieu Comandon 56ff26a1cf Put big fat warning on file deletion (Stop deleting your important files !) 2014-01-25 03:15:35 +01:00
Mathieu Comandon f7d9b55704 Allow markup in QuestionDialogs 2014-01-25 03:14:12 +01:00
Mathieu Comandon acc947552b Validate wine architecture 2014-01-25 02:23:00 +01:00
Mathieu Comandon 537bd9873c Enable wrap on installer message label 2014-01-25 01:47:42 +01:00
Mathieu Comandon 3f67b074f4 Fix wording in splash box 2014-01-25 00:18:22 +01:00
Mathieu Comandon f4f9376f7b Show splash screen when no game in library 2014-01-25 00:09:52 +01:00
Xodetaetl 35d77aa832 Added workdir to wineexec
Might want to add it to execute() in installer.py but it's using
subprocess.call() which doesn't seem to have a working dir argument,
contrary to subprocess.Popen()
2014-01-24 23:05:15 +01:00
Mathieu Comandon 6d6c46f31e Merge branch 'master' of github.com:lutris/lutris 2014-01-24 19:59:51 +01:00
Mathieu Comandon 817fb2eaaa Make links clickable in installer messages 2014-01-24 19:59:40 +01:00
Mathieu Comandon b1b7f3c75d Merge pull request #30 from Xodetaetl/patch-1
Updated the installer writing doc
2014-01-24 04:47:50 -08:00