Commit graph

1745 commits

Author SHA1 Message Date
Mathieu Comandon 12cfb0035a Launch steam game installation for steam games 2015-09-04 20:07:00 -07:00
Mathieu Comandon 466c2f2fb8 Document _download_steam_data 2015-09-04 19:45:17 -07:00
Mathieu Comandon 665dd7b4f2 Unset running game if the game isn't installed 2015-09-04 17:10:08 -07:00
Mathieu Comandon 724bbad8a2 Display notes and description in installer dialog 2015-09-04 14:15:33 -07:00
Mathieu Comandon 5a648b0a9f Merge 2015-09-04 13:39:17 -07:00
Mathieu Comandon 06e5a785f6 Fix undefined variable in Wine 2015-09-04 13:38:11 -07:00
Xodetaetl 56d100d3e9 Finish up show_debug wine option, set it as "advanced" 2015-09-04 12:23:06 +02:00
Mathieu Comandon 0f02c9e353 Merge 2015-09-04 00:36:28 -07:00
Mathieu Comandon 2106984718 Clean imports on util.log 2015-09-04 00:34:13 -07:00
Mathieu Comandon abb338ad13 Add show_debug wine option 2015-09-04 00:33:31 -07:00
Xodetaetl 264b01d62f Disable runtime for browser runner 2015-09-03 22:15:21 +02:00
Xodetaetl 71caf666b6 Fix runtime updater showing up when runtime disabled 2015-09-03 22:15:07 +02:00
Xodetaetl 6e1b4378df Cancel runtime download only if ongoing 2015-09-03 21:43:54 +02:00
Xodetaetl b684f59a1d Show runtime update dialog at game prelaunch stage
If update already happening in the background, display that in the
progress dialog.
2015-09-03 21:34:37 +02:00
Xodetaetl 8ec42d1b5e Polish Downloader 2015-09-03 21:23:34 +02:00
Xodetaetl 83d7183216 Set feedback when game launch aborted 2015-09-03 17:51:31 +02:00
Xodetaetl 189853e7a5 util.extract: overwrite if dest. is existing single file (fix #175) 2015-09-02 11:53:01 +02:00
Xodetaetl 64d9989e80 Oversight in last commit 2015-09-02 10:24:42 +02:00
Xodetaetl 3127e9c9cf Fix system options listed in random order 2015-09-02 10:21:36 +02:00
Xodetaetl 85b049618c Fix options not set to bold when modified in some minor cases 2015-09-02 10:20:49 +02:00
Xodetaetl 30818e464a Allow cancelling runner install in Manage Versions dialog 2015-09-01 23:01:58 +02:00
Xodetaetl 88e9399365 Disable KEEP_CACHED_ASSETS setting (needs work)
A failed download would stay in the cache and the next try to install
would result in using the failed file.
2015-09-01 22:19:18 +02:00
Xodetaetl 3a80c6b4e5 Fix Desura install cancellation 2015-09-01 22:19:18 +02:00
Xodetaetl 267ab8b6ea Fix abortion of runner download at game launch 2015-09-01 22:19:18 +02:00
Xodetaetl 9d17b0de51 RunnerInstallDialog: extract archive asynchronously 2015-09-01 22:19:18 +02:00
Xodetaetl d3e7f01c2b Rewrite Downloader class without Gio, Gtk, Gdk (fix #110) 2015-09-01 22:13:58 +02:00
Xodetaetl d623ba0451 Download in chunks with http.Request and allow interruption 2015-09-01 22:13:58 +02:00
Xodetaetl afe1dd324e Stop sync_icon on quit 2015-08-30 20:53:22 +02:00
Xodetaetl d598c9767d Refactor async_call method into AsyncCall class
Provides more control over the created thread
2015-08-30 20:50:59 +02:00
Xodetaetl 6021f38d9b Move runtime module from lutris/util to lutris 2015-08-30 10:40:42 +02:00
Xodetaetl ad489652f5 Refactor: move views code from widget.py to new gameviews.py 2015-08-29 23:25:01 +02:00
Xodetaetl 553b520ef3 Refactor wine: move stuff around 2015-08-29 19:16:12 +02:00
Xodetaetl 1e3b73da23 Minor mistake in installer doc 2015-08-29 19:16:12 +02:00
Xodetaetl 38b2c7b775 Minor refactor 2015-08-29 19:16:12 +02:00
Xodetaetl 46c8f27d5b Fix sidebar not showing up after launch with empty game library 2015-08-29 19:16:12 +02:00
Xodetaetl 2b520cc72a Optimize sync_missing_games() 2015-08-29 19:16:12 +02:00
Xodetaetl f9d9fc902d Refactor: move GUI code out of sync module 2015-08-29 19:14:50 +02:00
Xodetaetl 92e3748a40 Load game views asynchronously and in steps 2015-08-29 17:14:45 +02:00
Xodetaetl d30692d62f Optimize loading games into a view
(Use data from pga instead of instancing Game)
2015-08-29 02:42:03 +02:00
Xodetaetl 6383df8dca Replace deprecated Gtk.Stock stuff (partial fix #194), standardize some dialogs 2015-08-17 23:44:22 +02:00
Xodetaetl e1b0128dd3 Fix cancel on hatari select bios file 2015-08-17 19:37:42 +02:00
Xodetaetl 2ce8e4f60f Fix multi file selector option type (the "multi" part didn't work) 2015-08-17 19:02:05 +02:00
TingPing 5718e1a7ed Remove dependency on pyxdg 2015-08-17 14:22:37 +02:00
Xodetaetl e77cff0d54 Remove copyright from individual files + update copyright date 2015-08-15 23:18:04 +02:00
Xodetaetl f93f5d2c21 Run game from LutrisWindow after installation 2015-08-15 22:40:52 +02:00
Xodetaetl b814b0ad55 Implement single instance with D-Bus (fix #38) 2015-08-15 22:13:45 +02:00
Xodetaetl 7f426907b8 Restore current dir to ~ after game installed/stopped 2015-08-15 20:59:34 +02:00
Xodetaetl 1b963a7097 Make modified options' label bold (and italic if set in lower level) 2015-08-14 21:58:44 +02:00
Xodetaetl b673474ae7 Run Desura install in ~/ (fix #142) 2015-08-14 17:49:55 +02:00
Xodetaetl 37032f9457 Add context menu to runners sidebar (Configure, Manage versions) 2015-08-14 17:19:45 +02:00