summaryrefslogtreecommitdiff
path: root/src/plugins/opensubtitles
Commit message (Expand)AuthorAgeFilesLines
* build: Use i18n.merge_file() for plugin filesGeorges Basile Stavracas Neto2022-10-211-5/+5
* build: Disable MALLOC_PERTURB_ when running pylintBastien Nocera2022-06-271-0/+1
* opensubtitles: Ignore "Too many instance attributes" warningBastien Nocera2022-06-271-0/+1
* opensubtitles: Use "with" for locking when usefulBastien Nocera2022-06-271-39/+30
* opensubtitles: Work-around pylint not knowing about GI bindingsBastien Nocera2022-06-271-4/+4
* opensubtitles: Fix some pylint warningsBastien Nocera2022-06-271-17/+15
* opensubtitles: Fix "string statement with no effect"Bastien Nocera2022-06-271-1/+1
* opensubtitles: Remove "u" string prefixBastien Nocera2022-06-271-13/+13
* opensubtitles: Search by title as fallbackIgnacy Kuchciński2022-01-261-6/+22
* opensubtitles: Fix dialogue not showing upBastien Nocera2022-01-261-4/+3
* opensubtitles: Also handle MPL subtitlesIgnacy Kuchciński2021-10-011-0/+1
* opensubtitles: Also handle VTT subtitlesBastien Nocera2020-07-311-0/+1
* opensubtitles: Disable "import locale" pylint warningBastien Nocera2020-02-121-1/+1
* plugins: Update website linkscrvi2020-01-091-1/+1
* opensubtitles: Fix menu sensitivity on startupBastien Nocera2019-07-121-0/+4
* opensubtitles: Increase timeout for pylint testBastien Nocera2019-05-061-1/+4
* meson: Rename .plugin.in files to .plugin.desktop.in for gettextJeremy Bicha2019-01-142-1/+1
* meson: Stop using intltoolJeremy Bicha2019-01-142-3/+3
* opensubtitles: Fix "has no member" pylint warningsBastien Nocera2018-11-141-2/+2
* opensubtitles: Work-around "wrong position" pylint warningBastien Nocera2018-11-141-2/+2
* opensubtitles: Merge comparisons with "in"Bastien Nocera2018-11-141-2/+1
* opensubtitles: Fix "unnecessary else after return" pylint warningBastien Nocera2018-11-141-2/+2
* opensubtitles: Fix "class inherits from object" pylint warningBastien Nocera2018-11-141-1/+1
* opensubtitles: Remove debug messages from outputBastien Nocera2018-07-211-2/+0
* opensubtitles: Fix a function signatureMathieu Bridon2018-06-271-1/+1
* opensubtitles: Fix pylint warningsBastien Nocera2018-06-143-47/+49
* build: Make pylint optionalBastien Nocera2018-06-141-1/+3
* build: Re-add pylint testsBastien Nocera2018-06-141-0/+2
* opensubtitles: Mark a forgotten string for translationPiotr Drąg2017-08-101-1/+1
* build: Remove autotoolsBastien Nocera2017-06-231-19/+0
* build: Port to meson build systemIñigo Martínez2017-06-231-0/+40
* opensubtitles: Fix delete-event callback signaturevrishab2016-12-052-1/+1
* opensubtitles: Fix GI deprecation warningsBastien Nocera2015-11-031-0/+4
* opensubtitles: Fix possible use before assignmentBastien Nocera2015-04-241-0/+1
* opensubtitles: Fix another run-time deprecationBastien Nocera2015-03-101-1/+1
* opensubtitles: Fix run-time deprecation warningsBastien Nocera2015-03-091-2/+2
* opensubtitles: Fix downloading subtitles with newer PythonBastien Nocera2015-03-091-0/+1
* build: Use intltool to translate GSettings schema files directlyPhilip Withnall2015-01-282-6/+3
* opensubtitles: Add a keyboard shortcutMathieu Bridon2014-11-131-0/+2
* opensubtitles: Add support for BasqueAitzol2014-05-121-0/+2
* opensubtitles: Don't error if the language is unknownBastien Nocera2014-05-121-1/+1
* opensubtitles: Save subtitles with the correct suffixBastien Nocera2014-05-021-2/+2
* opensubtitles: Save downloaded subtitles in the video directoryBastien Nocera2014-04-111-23/+50
* opensubtitles: Fix error with newer version of PyGObjectBastien Nocera2014-03-231-1/+1
* opensubtitles: Fix leading underscore in close buttonBastien Nocera2014-03-231-0/+1
* opensubtitles: Work-around Find button not having a labelBastien Nocera2014-03-231-0/+2
* opensubtitles: Remove stock icons usageBastien Nocera2014-03-141-9/+1
* data: Require GTK+ 3.11 in gladeBastien Nocera2014-02-031-1/+1
* opensubtitles: Make decoding download items workBastien Nocera2014-01-301-5/+3
* opensubtitles: Fix indentationBastien Nocera2014-01-281-1/+1