Commit graph

3366 commits

Author SHA1 Message Date
Mathieu Comandon c05a26b600 Monitor threads for execute tasks 2017-05-17 14:17:20 -07:00
Mathieu Comandon d164f62b00 Use delete-event to destroy GtkBuilderDialogs 2017-05-15 23:52:17 -07:00
Mathieu Comandon 4bef2a8a73 Remove a print statement 2017-05-15 23:44:49 -07:00
Mathieu Comandon 1e82f2a889 Create migration to update lutris shortcuts urls 2017-05-15 23:43:56 -07:00
Mathieu Comandon a6a4a7e609 Merge shortcuts module in services.xdg 2017-05-15 23:05:22 -07:00
Mathieu Comandon 40973f276b Add changelog for 0.4.10 2017-05-15 22:24:06 -07:00
Mathieu Comandon b2ff23a271 Update version to 0.4.10 2017-05-15 11:33:51 -07:00
Mathieu Comandon 3ab8ba22e1 Use lutris installer actions to decide whether to launch or install games 2017-05-15 11:30:02 -07:00
Mathieu Comandon d36ff5cc1c Add support for actions in Lutris urls 2017-05-15 10:01:48 -07:00
Mathieu Comandon 9718e72b2e Remove PCSX-Reloaded from the readme 2017-05-14 18:50:14 -07:00
Mathieu Comandon f41c4b7e6d Remove PCSX-R runner 2017-05-14 18:03:35 -07:00
Mathieu Comandon 03baefc04b Add pcsxr deprecation migration 2017-05-14 18:00:36 -07:00
Mathieu Comandon d8c0e38bd1 Give more explicit name 'where' to argument in db_update 2017-05-14 17:59:49 -07:00
Mathieu Comandon 2352efac47 Use util functions in LutrisConfig 2017-05-14 17:58:52 -07:00
Mathieu Comandon c442fa986b Only save metadata when saving platforms 2017-05-14 11:53:40 -07:00
Mathieu Comandon 8a7f1b25aa Add log message when saving LutrisConfig 2017-05-14 11:53:18 -07:00
Mathieu Comandon 947d03aec3 I don't think people understood 2017-05-14 10:59:08 -07:00
Mathieu Comandon a1020074eb Remove ancient RPM packaging instructions 2017-05-14 10:57:19 -07:00
Mathieu Comandon 3f747bf3ee Add note about setup.py 2017-05-14 10:56:01 -07:00
Mathieu Comandon 65170ea47c Return if x360_path isn't valid 2017-05-13 17:04:54 -07:00
Mathieu Comandon de57a7a4f6 Add lutris.services to setup.py 2017-05-12 20:09:49 -07:00
Mathieu Comandon 0b96cfef41 Do not squash config changes on game exit (Fixes #566) 2017-05-12 09:50:16 -07:00
Mathieu Comandon d2734a3d5a Add service for ScummVM 2017-05-11 23:05:08 -07:00
Mathieu Comandon e99d2a7094 Only sync games if the correspoding setting is set 2017-05-11 19:58:26 -07:00
Mathieu Comandon 987b592eac Remove spaces from column names in settings 2017-05-11 18:39:31 -07:00
Mathieu Comandon 52f5d20021 Connect services to Sync dialog 2017-05-11 18:03:16 -07:00
Mathieu Comandon a5d4bb7e73 Add winesteam service 2017-05-11 16:03:59 -07:00
Mathieu Comandon 252e23368b Add platform argument to get_steamapps_paths 2017-05-11 12:44:00 -07:00
Mathieu Comandon b0c1fe1613 Move get_appmanifests to Steam service 2017-05-11 12:22:59 -07:00
Mathieu Comandon 7915b55782 Remove unused set_winesteam_directwrite 2017-05-11 12:21:08 -07:00
Mathieu Comandon 245bbeafde Move get_steamapps_path to Steam service 2017-05-11 12:18:36 -07:00
Mathieu Comandon b8efc89f93 Create service for steam 2017-05-11 12:06:01 -07:00
Mathieu Comandon 765d04d35a Move desktopapps to services/xdg 2017-05-11 11:10:33 -07:00
Mathieu Comandon c2e5944298 Allow arguments in prefix_command (Fixes #564) 2017-05-11 10:31:16 -07:00
Taeyeon Mori 9acdbfb17f Fix wine path resolution 2017-05-11 15:33:00 +09:00
Mathieu Comandon 0ed167c0f3 Change severity of some logging messages 2017-05-10 18:14:35 -07:00
Mathieu Comandon 5438f9aa31 Re-enable runtime for Dolphin 2017-05-10 10:06:07 -07:00
Mathieu Comandon 0570ecfeaf Add full debug option for Wine 2017-05-09 15:05:41 -07:00
Mathieu Comandon 22740d4aaf Update winetricks 2017-05-09 15:05:21 -07:00
Mathieu Comandon 3204fbb55e Return from create_prefix if not created properly, avoiding crashes 2017-05-06 18:58:59 -07:00
Mathieu Comandon 48ddb02002 Change runner icons for wine/steam/winesteam 2017-05-06 18:56:50 -07:00
Mathieu Comandon a31ad53863 Fix log message in wineregistry 2017-05-06 18:56:27 -07:00
Mathieu Comandon 3a29cc83b7 Update description in .desktop shortcut 2017-05-05 15:53:58 -07:00
Mathieu Comandon c4eb4e5e39 Display choice dialog when trying to install an existing game 2017-05-05 14:22:49 -07:00
Mathieu Comandon ec66619c1a Always initiate LutrisWindow for all graphical commands 2017-05-05 13:25:47 -07:00
Mathieu Comandon 43a3d129f9 Make run_in_terminal consistent with execute_process 2017-05-04 23:48:34 -07:00
Mathieu Comandon 0a45a32291 Set is_running to False after waiting for threads (Fixes: #468) 2017-05-04 23:38:59 -07:00
Mathieu Comandon 2462723f9f Reduce the number of cycles without children 2017-05-04 23:32:49 -07:00
Mathieu Comandon 6a81a7cc7a Setup installer logger with GLib.idle_add 2017-05-04 23:32:27 -07:00
Mathieu Comandon d1b35c4a7f Style installer dialog terminal + try to fix segfaults 2017-05-04 22:24:54 -07:00