Activity
From November 10, 2020 to December 09, 2020
December 08, 2020
-
05:07 Feature #1038 (Closed): Eliminate dependence on QEventDispatcherGlib
- https://github.com/audacious-media-player/audacious/commit/b7f0019b99b2cd745721d1ff92bf7d5b32f43bb4
December 07, 2020
-
14:08 Bug #1039 (Closed): Compiler warnings with clang 11.0
- The recently released Clang 11.0 generates the following compiler warnings for audacious-plugins:
hotkey (GTK):
... -
04:35 Feature #1038 (Closed): Eliminate dependence on QEventDispatcherGlib
- D-Bus support is not working on Windows when running in Qt mode, because Qt is not running a GLib main loop there.
... -
04:22 Feature #1017: QT Global Hotkeys rework proposal and cross-platform support
- audtool is most likely not working because GDBus needs a GLib main loop running. Fixing it *might* be as simple as re...
December 06, 2020
-
17:12 Feature #1017: QT Global Hotkeys rework proposal and cross-platform support
- Thanks for considering. I have the solution working on my side. At first, I didn't even realize that QT is not the de...
December 05, 2020
-
22:24 Bug #1037: Dock widget window-manager issues
- After further testing, you are correct in closing. The only remaining issue I described is only for my rickedy ol' A...
-
18:24 Bug #1037: Dock widget window-manager issues
- Sounds like a different bug. For this one you specifically said, "When Audacious is started with a given dock widget ...
-
17:41 Bug #1037: Dock widget window-manager issues
- You closed this whilst I was still testing?! This workaround fixes alot of things! The only thing it DOESN'T FIX is...
-
16:27 Bug #1037 (Closed): Dock widget window-manager issues
-
06:34 Bug #1037: Dock widget window-manager issues
- https://bugreports.qt.io/browse/QTBUG-89144
I added a workaround to the Qt UI. Please test and see if it works for... -
04:54 Bug #1037: Dock widget window-manager issues
- As a workaround, I'd suggest keeping plugin widgets docked in the main window -- that solves pretty much all window m...
-
04:53 Bug #1037: Dock widget window-manager issues
- I can reproduce the "unwanted always-on-top" issue (Qt 5.15.2 and openbox). It seems that Qt is creating the plugin w...
-
18:18 Support #1036 (Closed): Recent dockwidget redux causes main window to "walk" vertically upon invocation.
- I don't think we should add a workaround this ugly for a minor bug that Qt has already fixed. I'm going to close this...
-
17:56 Support #1036: Recent dockwidget redux causes main window to "walk" vertically upon invocation.
- Could be, but this patch seems to FIX this issue on AfterStep, jwm, fluxbox, and icewm (tested) on both 5.7 and 5.12....
-
04:42 Support #1036: Recent dockwidget redux causes main window to "walk" vertically upon invocation.
- I tested 4 different systems and don't see this occurring:
* Qt 5.3.2, xfwm4
* Qt 5.12.7, kwin
* Qt 5.14.2, xfwm... -
18:11 Feature #979 (Closed): Two little feature requests for Qt interface and playlists
- The remaining feature request (increase height/padding between rows) is a QStyle setting and can be changed by switch...
-
18:08 Feature #991 (Closed): Playlist drag and drop position indicator for Qt UI?
- I've applied this patch for 4.1. Thanks all!
-
17:51 Feature #892 (Closed): Follow symlinks when adding directory
- Implemented for 4.1:
https://github.com/audacious-media-player/audacious/commit/571f141df41223d29c882c7a42611d331c62... -
17:38 Feature #848 (Closed): Set OpenMPT priority above ModPlug
- OpenMPT is now the default in Git master.
-
16:45 Feature #839 (Rejected): Equalizer per-file autoload (again) plugin?
- Looks like we already have #602 open for this.
-
16:42 Feature #835 (Closed): PLAYLIST tab -- right click on tab should open context menu (an enhancement suggestion)
- This was implemented in the Qt UI some time back. Closing.
-
16:41 Feature #778 (Closed): Add shortcut to jump to currently playing playlist
- Qt UI is now the default, so closing.
-
16:40 Feature #820 (Closed): Global shortcuts for a Qt version
- Git master has a Qt Global Hotkeys plugin now.
https://github.com/audacious-media-player/audacious-plugins/pull/86 -
16:37 Feature #723 (Rejected): Offer column with album art
- Closing old feature requests that no one has shown interest in working on for >3 years.
-
16:37 Feature #735 (Rejected): Album Playlists + Search Tool integration
- Closing old feature requests that no one has shown interest in working on for >3 years.
-
16:36 Feature #736 (Rejected): Library Playlist: allow selecting multiple songs and send them to a new (or existing) playlist
- Closing old feature requests that no one has shown interest in working on for >3 years.
-
16:36 Feature #745 (Rejected): Ignore file name from embedded cuesheet
- Closing old feature requests that no one has shown interest in working on for >3 years.
-
16:36 Feature #749 (Rejected): Add ReplayGain support for ALAC files
- Closing old feature requests that no one has shown interest in working on for >3 years.
-
16:36 Feature #752 (Rejected): Read lyrics from ID3 tag
- Closing old feature requests that no one has shown interest in working on for >3 years.
-
16:30 Support #1034: Radio freezes after network shutdown or suspend mode
- I can't reproduce this.
December 04, 2020
-
04:42 Bug #1037 (Closed): Dock widget window-manager issues
- When Audacious is started with a given dock widget inactive (that starts up floated when activated), then when the wi...
December 03, 2020
-
22:32 Support #1036: Recent dockwidget redux causes main window to "walk" vertically upon invocation.
- I took another look at this and this (patch seems to work for both old and new Qt).
Regards,
Jim
-
18:42 Support #1036 (Closed): Recent dockwidget redux causes main window to "walk" vertically upon invocation.
- Issue affects older Qt's (v5.7.1 tested), but not newer (5.15.1 tested). When exiting Audacious WITH at least one do...
-
04:25 Feature #1017: QT Global Hotkeys rework proposal and cross-platform support
- Sorry for the late reply on this. Also for not having gotten to your previous pull request for Windows/GTK yet.
Th...
December 01, 2020
-
13:15 Bug #1035 (Closed): [meson] qtaudio plugin should be optional, independently of other qt5 code
- Enne Eziarc wrote:
> Applying both seems like the right answer here?
I have committed both patches together now. ... -
02:29 Bug #1035: [meson] qtaudio plugin should be optional, independently of other qt5 code
- Thomas Lange wrote:
> Could you please test the attached patch? I guess that's the right fix.
That one works, but... -
02:20 Bug #1035: [meson] qtaudio plugin should be optional, independently of other qt5 code
- Could you please test the attached patch? I guess that's the right fix.
November 30, 2020
-
22:51 Bug #1035: [meson] qtaudio plugin should be optional, independently of other qt5 code
- Hmm, it's already optional with autoconf/make-based builds.
-
15:01 Bug #1035 (Closed): [meson] qtaudio plugin should be optional, independently of other qt5 code
- Extremely nitpicky I know, but someone might be happy to avoid the extra dependency.
Disabling it doesn't lose any...
November 29, 2020
-
04:37 Bug #1033 (Rejected): Disc number metadata is ignored
- Closing since we have a ticket for this already.
-
04:36 Support #1028 (Closed): Audacious won't start
- Please seek support from your distribution (Elementary OS).
-
04:34 Support #1029 (Closed): Vision handicapped
-
04:34 Bug #1032 (Rejected): error reading metadata
- Closing due to lack of response.
November 28, 2020
-
21:37 Feature #1022 (Closed): Embedded queue box
- This is implemented in master and will be released in 4.1.
November 23, 2020
-
07:05 Support #1034 (Closed): Radio freezes after network shutdown or suspend mode
- Radio freezes after network shutdown or suspend mode
audacious qt v4.0.5
sequencing:
1. play radio station, eg...
November 18, 2020
-
00:39 Bug #1031: Song Lyrics again not working
- Try Lyrics Finder ver 1.5..perfectly..........for Linux!!
November 16, 2020
-
11:43 Bug #1031: Song Lyrics again not working
- Screenscraping genius.com is likely something that will get us DMCA'd. I'd rather not.
November 12, 2020
-
06:41 Feature #424: Show column headers for length, entry number, etc.
- I also desire the option to have the column headings.
I respect the decision, however ask if it could be reconside...
Also available in: Atom