Patrick Griffis
d48d2410ff
Properly use Gtk.Application, kill custom DBus service
2016-12-04 08:44:19 -05:00
Mathieu Comandon
483a669f36
Remove dependency on xdg-user-dirs
2016-11-30 00:18:17 -08:00
Mathieu Comandon
c17aa381e2
Remove python3-xdg dependency
2016-11-30 00:12:04 -08:00
Mathieu Comandon
cf69e9f035
Remove xdg module usage in shortcuts.py
2016-11-30 00:08:47 -08:00
Mathieu Comandon
5578ee79aa
Merge branch 'ryuslash-master'
2016-11-29 23:56:12 -08:00
Mathieu Comandon
abaac1bdea
Merge ryuslash's PR
2016-11-29 23:55:58 -08:00
Mathieu Comandon
45385326c8
Merge branch 'master' of github.com:lutris/lutris
2016-11-29 16:56:05 -08:00
Mathieu Comandon
c9efd9f876
Fix DBus dependency name on Fedora ( Fixes #449 )
2016-11-29 16:55:56 -08:00
Mathieu Comandon
c5e4fee3f7
Merge pull request #448 from steevp/master
...
EvilConfigParser: set strict=False to prevent DuplicateOptionError
2016-11-29 15:48:27 -08:00
Steven Pledger
d4adc94c8b
EvilConfigParser: set strict=False to prevent DuplicateOptionError
2016-11-29 15:14:20 -08:00
Mathieu Comandon
2bf6f0bb91
Update lutris.spec
2016-11-29 14:42:12 -08:00
Mathieu Comandon
09e1213199
Release 0.4.3
2016-11-29 13:25:50 -08:00
Mathieu Comandon
db25070481
Fix Wine registry splitting on brackets ( Fixes #440 )
2016-11-29 13:17:04 -08:00
Mathieu Comandon
fb6ece6f4c
Convert mednafen output to str ( Fixes #432 )
2016-11-29 13:00:26 -08:00
Mathieu Comandon
948cb55419
Log excluded process names
2016-11-27 18:32:32 -08:00
Mathieu Comandon
19481a76ea
Specify number of children still active
2016-11-27 14:15:03 -08:00
Mathieu Comandon
236a662607
Don't pass scaler option to Dosbox if set to none
2016-11-27 02:43:23 -08:00
Mathieu Comandon
b6533d56ab
Disable runtime by default in Dolphin
2016-11-27 02:43:00 -08:00
Mathieu Comandon
1d1d4f9468
Fix ld_library_path join
2016-11-27 02:05:23 -08:00
Mathieu Comandon
a69177baf1
Remove the any_version param from wine.is_installed
2016-11-25 14:52:15 -08:00
Mathieu Comandon
9691a3df3d
About dialog still being annoying… ( Fixes #441 )
2016-11-22 10:53:19 -08:00
Mathieu Comandon
4fadbb3722
Create prefix is none exist in prelaunch ( Fixes #437 )
2016-11-21 20:24:56 -08:00
Mathieu Comandon
678742b9d8
Formatting
2016-11-21 20:09:18 -08:00
Mathieu Comandon
d5d5b518d1
Remove regedit from ignored process names ( Fixes #436 )
2016-11-21 20:05:09 -08:00
Mathieu Comandon
e6924abda4
Add script to get desktop information from users
2016-11-21 18:22:24 -08:00
Mathieu Comandon
5334314849
Add comment for update_existing_games
2016-11-21 16:33:54 -08:00
Mathieu Comandon
2f59e5684c
Avoid a crash when updating image
2016-11-21 15:29:49 -08:00
Mathieu Comandon
b023c0ca92
Update tests for new dialog button label
2016-11-21 12:47:59 -08:00
Mathieu Comandon
de93ea3e1b
Display Save as a label for all game config dialogs
2016-11-20 17:02:15 -08:00
Mathieu Comandon
090b238f0d
Merge pull request #438 from Freso/fix-LICENCE-typo
...
Fix typo in file name: LICENCE → LICENSE.
2016-11-18 10:17:49 -08:00
Frederik “Freso” S. Olesen
2f0317c83f
Fix typo in file name: LICENCE → LICENSE.
2016-11-18 13:49:57 +01:00
Xodetaetl
06bc2045ee
Rename COPYING to LICENCE
2016-11-18 13:10:33 +01:00
Tom Willemse
9400970678
Fix finding joysticks for mednafen
...
The communicate method of the Popen class returns a tuple of byte
sequences. The split function is passed a string when it needs a byte
sequence if it is used on a byte sequence. If the Popen constructor is
passed a universal_newlines=True argument the communicate method
returns a string instead.
Given that the rest of the find_joystick function relies on strings
being used it is easier to use universal_newlines=True instead of
changing all the strings to byte sequences.
2016-11-13 14:50:52 +01:00
Mathieu Comandon
bd01e224b3
Fix typo in no-cef-sandbox
2016-11-11 11:33:48 -08:00
Mathieu Comandon
ef8c0a6f6e
Add whole appdata directory in lutris.spec
2016-11-03 13:23:56 -07:00
Mathieu Comandon
486e700bd3
Better path handling for fuser
2016-11-02 11:17:37 -07:00
Mathieu Comandon
f3d079245f
Don't make assumptions about path of fuser
2016-11-02 08:23:15 -07:00
Benjamin Weis
292dd776b4
Add German translations
2016-11-02 07:52:41 -07:00
Mathieu Comandon
765c126ad1
Also set default icon for installer dialog
2016-11-01 23:00:10 -07:00
Mathieu Comandon
1a3966f5a5
Set default icon for all Windows
2016-11-01 22:58:01 -07:00
Mathieu Comandon
7a0de0df1c
You no mess with Lo-tris, XFWM4, you won't win
2016-11-01 22:56:08 -07:00
Mathieu Comandon
20f8fe28c0
Add appdata to lutris.spec
2016-11-01 19:25:43 -07:00
Mathieu Comandon
cd21679ea8
Finish setup of retroarch config file
2016-11-01 12:22:27 -07:00
Mathieu Comandon
27c6297d3f
Avoid retroarch to be installed twice
2016-11-01 11:57:02 -07:00
Mathieu Comandon
60b752f8e9
Bump to version 0.4.2
2016-10-31 18:10:32 -07:00
Mathieu Comandon
79bdc122fe
The installer section is not a string nor a dict
2016-10-31 17:11:55 -07:00
Mathieu Comandon
4589ae92e4
Remove upload-ppa task from the Makefile
2016-10-31 17:10:08 -07:00
Mathieu Comandon
fef633e79e
Backport the dynamic Makefile version to master
2016-10-31 17:08:58 -07:00
Mathieu Comandon
af235eb377
Catch OSErrors in fix_path_case
2016-10-31 13:24:47 -07:00
Mathieu Comandon
0361c9fcc2
Escape ampersand characters in error message dialogs
2016-10-31 13:24:16 -07:00