summaryrefslogtreecommitdiff
path: root/plugins/shellexec
Commit message (Collapse)AuthorAge
* updated/improved/added licensing info in many plugins, added COPYING files, ↵Gravatar Alexey Yakovenko2014-05-07
| | | | some plugins got upgraded from GPL to ZLIB
* shellexec: correct escaping of single quotesGravatar Alexey Yakovenko2014-03-31
|
* added -avoid-version to all makefilesGravatar Alexey Yakovenko2014-02-05
|
* fixed few typosGravatar Alexey Yakovenko2014-01-06
|
* added missing "return 0" in few placesGravatar Alexey Yakovenko2014-01-04
|
* fixed few errors reported by cppcheck (thanks to Pavel Roschin)Gravatar Alexey Yakovenko2013-11-11
|
* fixed missing API 1.2 constant; fixed is_local_file implementationGravatar Alexey Yakovenko2013-11-06
|
* changed action API to be backwards compatible with 0.5 on source levelGravatar Alexey Yakovenko2013-11-03
|
* shellexec description fixGravatar waker2013-08-17
|
* added several new action stubs; added flag to explicitly tell which actions ↵Gravatar waker2012-11-08
| | | | should appear in the menus; fixed few issues in the hotkeys config dialog
* more adaptation of plugin actions to the new APIsGravatar waker2012-11-05
|
* transition to the new plugin action API (WIP)Gravatar waker2012-11-04
|
* fixed many calls to pl_find_meta[_raw] being called without pl_lock;Gravatar waker2012-05-17
| | | | | added debug pl_ensure_lock function which asserts when pl_lock is not set when it is required; added new API functions for thread-safe metadata access
* shellexec: don't use title formatting / track access on playlist and common ↵Gravatar waker2012-04-30
| | | | actions
* shellexec: fixed hang when adding new commandGravatar waker2012-04-29
|
* shellexec distcheck compile fixGravatar waker2012-04-28
|
* fixed NULL callback in shellexec commands when created from GUIGravatar waker2012-04-28
|
* shellexec: fixed adding first and removing last shell commandGravatar waker2012-04-25
|
* shellexecui: added support for 'common' flag to GUI config, added some tooltipsGravatar waker2012-04-24
| | | | | shellexed: save/load 'common' flag gtkui: fixed duplication when adding new custom popup menus
* shellexec[ui]: cleaned up api, fixed memleaks, add/remove/edit works without ↵Gravatar waker2012-04-24
| | | | restarting player, Disabled flag is not user-editable and is not saved to config
* shellexec: restored description with full detailsGravatar waker2012-04-16
|
* another shellexec compile fixGravatar waker2012-04-11
|
* shellexec compile fixGravatar waker2012-04-11
|
* shellexec extended/fixed to support GUI (by Azeem Arshad)Gravatar waker2012-04-01
|
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* added possibility to put additional menu items to playlist context menu ↵Gravatar waker2012-01-22
| | | | (using plugin actions)
* it's now possible to use quoting in shellexec commands, for example:Gravatar waker2011-12-28
| | | | shellexec.02 xdg-open "http://youtube.com/results?search_query=%a+%t":find on youtube:find_on_youtube:single
* OpenIndian b148 support (and perhaps other Solaris builds).Gravatar Kevin van der Vlist2011-06-12
|
* hardcoded api_version 1.0 into all pluginsGravatar waker2011-05-21
|
* fixed shellexec crash on config syntax errorGravatar waker2011-05-13
|
* added description with example to shellexec pluginGravatar waker2011-04-09
|
* Trim strings on shellexecGravatar Viktor Semykin2011-04-09
|
* moved most of track properties from playItem struct to metadataGravatar waker2011-03-09
| | | | implemented track properties with multiple selection
* removed author and email fields, added single all-purpose copyright field;Gravatar waker2011-02-27
| | | | | added copyright info to all plugins; updated gtkui to reflect the changes
* bumped all plugins to version 1.0;Gravatar waker2010-11-02
| | | | updated portable build packaging script
* portable build WIPGravatar waker2010-10-23
|
* fixed stack pollution and parser error in shellexec pluginGravatar Alexey Yakovenko2010-08-31
|
* disabled tracing in shellexecGravatar Alexey Yakovenko2010-08-29
|
* all global hotkey actions code is now exported as standard plugin actionsGravatar Alexey Yakovenko2010-07-29
| | | | | | improved global hotkeys gui configuration in gtkui added long requested Play/Pause action/hotkey fixed few memory leaks in gtkui
* fixed pl_format_title code duplication in shellexec pluginGravatar Alexey Yakovenko2010-07-29
|
* run shellexec actions in background (appends & to shell commands)Gravatar Alexey Yakovenko2010-07-29
|
* several typo/warning fixes in actions/shellexec and related codeGravatar Alexey Yakovenko2010-07-29
|
* added some commentsGravatar Viktor Semykin2010-07-04
|
* added support of plugins actions for global hotkeysGravatar Viktor Semykin2010-07-04
|
* fixed refleak; minor fixupsGravatar Viktor Semykin2010-07-04
|
* shell commands are really working nowGravatar Viktor Semykin2010-06-08
|
* WIPGravatar Viktor Semykin2010-06-02
|
* New plugins' actions systemGravatar Viktor Semykin2010-05-26
|
* Misc plugin actionsGravatar Viktor Semykin2010-05-25