aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/mediaplayer
Commit message (Expand)AuthorAgeFilesLines
* Port the mediaplayer mpris interface to mpris 2.2; fix #1912 (#2552)•••* Port the mediaplayer mpris interface to mpris 2.2 * Mpris: add strawberry and a generic fallback for other playersGravatar ctrlaltca2023-08-313-353/+165
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-034-18/+17
* Remove C-style typedef structsGravatar IceN9ne2018-11-282-8/+8
* Remove Q_UNUSED macrosGravatar IceN9ne2018-11-282-11/+8
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-1/+1
* push and pull po{t}s, typo fixesGravatar Dessa2017-05-241-1/+1
* Make Windows code Unicode-aware (#2219)Gravatar wodim2017-05-242-7/+7
* Cleanup included filesGravatar IceN9ne2016-10-281-1/+1
* wheeeeeeeeeeGravatar staticfox2016-05-221-1/+1
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-082-18/+1
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-302-4/+2
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-303-15/+15
* Apply clang-formatGravatar Alexey Sokolov2016-04-2914-1226/+1310
* Remove all ifdefs related to older versions of Qt.•••Now that we only support Qt 5 we will no longer need these. Gravatar wodim2016-04-072-18/+0
* documentation: formatting/indentation + minor syntax fixes•••+ Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes Gravatar un1versal2016-03-141-35/+26
* Remove Spotify interface until I can fix it.Gravatar wodim2016-03-134-217/+0
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar...Gravatar Dessa2016-01-312-6/+6
* Address Dessas comments (thx for review)Gravatar un1versal2015-12-193-4/+4
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-196-45/+55
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-2814-14/+14
* Fix MinGW buildGravatar Alexey Sokolov2015-11-061-1/+1
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-286-6/+6
* Clean up trailing whitespaces and excess newlines•••Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk Gravatar Matt Ullman2015-10-182-2/+1
* ported to Qt5, fixes #1450•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6433 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2015-01-052-29/+58
* - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-11-211-1/+1
* - some fixing for cmake 3•••- compile with WIN32_LEAN_AND_MEAN - fix compilation with qt5 on windows, thanks to d00p for the transparency fix - some work on windows resource files (still in progress) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6370 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-02-274-14/+6
* Compile and run with Qt5.0. Also add a couple of KVS functions for byte order...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6297 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-12-223-5/+5
* convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-041-10/+10
* qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-281-3/+0
* - remove -mwindows from linker step, WIN32 flag in kvirc subdir deals with th...•••- add /Zc:wchar_t- to base CMakeLists.txt file, it doesn't seem to have a negative impact and qt4.x is compiled with it NB: *something* adds /LTCG *somewhere*, which overrides /INCREMENTAL. i need to find out what it is :| git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6249 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-09-171-7/+3
* single bugfix in webview object + a lot of make gcc happy•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6129 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-082-0/+2
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use pr...•••sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-141-10/+0
* - use res files on msvc too•••- sprinkle around some svn eol-style props git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6049 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-132-216/+216
* fix for #1199, thanks THeLooX•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5932 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-08-161-12/+12
* fix compilation under msvs•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5842 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-05-162-0/+8
* fix the fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5841 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-05-161-6/+6
* fix compilation under msvs•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5840 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-05-161-6/+6
* Objects module: fixed indentation (wip)•••webview class: proper documentation misc: fixed errors and bad pratices found by lwlint git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5834 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-05-081-2/+2
* hey you, respect my name•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5768 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-04-092-4/+4
* add Spotify interface (wip)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5767 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-04-094-0/+217
* kill typo•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5764 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-04-071-1/+1
* added mediplayer support for clementine•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5352 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-01-133-0/+26
* killed some QString helpers. Pay attention to the localizations: format strin...•••updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-102-8/+6
* The big rename for modules. Still some details remaining.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-01-0114-281/+281
* More renames, fix the spelling of KVIrc etc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-296-6/+6
* More renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-276-9/+9
* Beginning of 'the big rename & cleanup'. File names should match class names,...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-2513-22/+22
* added mediaplayer interface for vlc; added proper detection for vlc, totem an...•••Please note that you need to manually enable dbus in vlc preferences->all->interface->control interface git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5162 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-11-223-1/+29
* added basic support for totem media player, based on dbus/mpris. no documenta...•••http://git.gnome.org/browse/totem/tree/src/plugins/dbus-service/dbus-service.py git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5161 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-11-222-1/+26
* fix for #998•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5117 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-10-281-1/+4