Feed Advanced Search

Jan 20 2019

mgallien added a comment to T9069: Allow more flexibility in the application layout.

Hello Sir, I'm interested in this .
will you elaborate me want to be done exactly.

Jan 20 2019, 7:54 PM · Elisa
ngraham added a comment to T9069: Allow more flexibility in the application layout.

Currently, the three main columns in Elisa interface cannot be resized by the user. The idea is to allow to resize them while keeping the current way of switching between views.

Jan 20 2019, 6:23 PM · Elisa
matheswaranshanmugam added a comment to T9069: Allow more flexibility in the application layout.

Hello Sir, I'm interested in this .
will you elaborate me want to be done exactly.

Jan 20 2019, 2:28 PM · Elisa

Jan 18 2019

mgallien added a project to D18351: Prevent the host computer to sleep while playing music: Elisa.
Jan 18 2019, 6:20 AM · Elisa
mgallien added a revision to T10360: Implement Power Management Sleep Inhibition while Playing Music: D18351: Prevent the host computer to sleep while playing music.
Jan 18 2019, 6:19 AM · Elisa

Jan 16 2019

mgallien moved T10360: Implement Power Management Sleep Inhibition while Playing Music from Backlog to In Progress on the Elisa board.
Jan 16 2019, 4:17 PM · Elisa
mgallien triaged T10360: Implement Power Management Sleep Inhibition while Playing Music as High priority.
Jan 16 2019, 4:17 PM · Elisa
mgallien moved T5230: Implement ReplayGain from In Progress to Backlog on the Elisa board.
Jan 16 2019, 4:16 PM · Elisa

Jan 15 2019

mgallien closed D17994: Global shortcut for play/pause action using spacebar key.
Jan 15 2019, 4:23 PM · Elisa
mgallien accepted D17994: Global shortcut for play/pause action using spacebar key.

Thanks for your work.

Jan 15 2019, 4:21 PM · Elisa
mgallien added a comment to D17994: Global shortcut for play/pause action using spacebar key.

I had to handle return keys separately as they dont trigger actions.

Maybe this is something we should fix at the QQC2-desktop-style level so all QQC/QML/Kirigami apps can get it too?

Jan 15 2019, 4:21 PM · Elisa
ashwind updated the diff for D17994: Global shortcut for play/pause action using spacebar key.
deactivate event filter when SPACE is not assigned as shortcut
Jan 15 2019, 2:14 PM · Elisa

Jan 14 2019

ngraham added a comment to T10330: Implement new context view from mockup.

Everything there is pretty awesome!

Jan 14 2019, 9:33 PM · Elisa
mgallien moved T10330: Implement new context view from mockup from Backlog to In Progress on the Elisa board.
Jan 14 2019, 8:22 PM · Elisa
mgallien created T10330: Implement new context view from mockup.
Jan 14 2019, 8:22 PM · Elisa
ashwind added a comment to D17994: Global shortcut for play/pause action using spacebar key.

maybe then we have to take a peek at it.

Jan 14 2019, 4:44 PM · Elisa
ngraham added a comment to D17994: Global shortcut for play/pause action using spacebar key.

I had to handle return keys separately as they dont trigger actions.

Jan 14 2019, 4:34 PM · Elisa
ashwind added a comment to D17994: Global shortcut for play/pause action using spacebar key.

Ok i will do as you have mentioned. I had to handle return keys separately as they dont trigger actions.

Jan 14 2019, 4:33 PM · Elisa
mgallien lowered the priority of T7531: implement gapless playback support from High to Normal.
Jan 14 2019, 4:27 PM · Elisa
mgallien requested changes to D17994: Global shortcut for play/pause action using spacebar key.

Thanks for your work. It works really well.

Jan 14 2019, 4:22 PM · Elisa
ngraham accepted D17994: Global shortcut for play/pause action using spacebar key.

Nice!

Jan 14 2019, 3:49 PM · Elisa
shubham added inline comments to D17994: Global shortcut for play/pause action using spacebar key.
Jan 14 2019, 12:55 PM · Elisa

Jan 12 2019

ashwind updated the diff for D17994: Global shortcut for play/pause action using spacebar key.

I have updated the diff. Elements focused using tab key will be triggered by Return Key. SpaceBar is assigned global shortcut for play-pause action and won't trigger elements focussed using tab key. Should work for most part.

Jan 12 2019, 1:52 PM · Elisa

Jan 11 2019

ashwind added a comment to D17994: Global shortcut for play/pause action using spacebar key.

Ok lets look into it. It might be done through an ugly hack using event filters, but i have to research up a bit.

Jan 11 2019, 5:17 PM · Elisa
ngraham added a comment to D17994: Global shortcut for play/pause action using spacebar key.

So maybe it should, or maybe using the space bar should continue to click the selected element when that element was selected using the tab key.

Jan 11 2019, 5:15 PM · Elisa
ashwind added a comment to D17994: Global shortcut for play/pause action using spacebar key.

Yes, but elisa doesn't click the elements under focus even through the return key.

Jan 11 2019, 5:13 PM · Elisa
ngraham added a comment to D17994: Global shortcut for play/pause action using spacebar key.

For example the mute/unmute button.

Jan 11 2019, 5:10 PM · Elisa
ashwind added a comment to D17994: Global shortcut for play/pause action using spacebar key.

@ngraham can you please specify on which element did you navigate to. I tried to replicate it, it does as you mentioned, on the navigation action bar. But not on the elements outside it. And the purpose of the patch was to perform playpause action irrespective of focus. So probably blocking all the tab events of navigation action bar should do the job.

Jan 11 2019, 5:06 PM · Elisa
ashwind added a comment to D17994: Global shortcut for play/pause action using spacebar key.

maybe i need to do the job using event filter instead of the usual shortcut mechanism used by Elisa

Jan 11 2019, 4:42 PM · Elisa
ngraham added a comment to D17994: Global shortcut for play/pause action using spacebar key.

I notice that after navigating to an element using the tab key, hitting the spacebar does correctly trigger that element rather than doing play/pause, but then the just-triggered element is no longer selected afterwards. We should probably preserve that.

Jan 11 2019, 4:30 PM · Elisa
mgallien claimed T7531: implement gapless playback support.
Jan 11 2019, 4:24 PM · Elisa
mgallien placed T5375: Add Management of Ratings for Tracks from Local Files up for grabs.
Jan 11 2019, 4:24 PM · Elisa
mgallien raised the priority of T7531: implement gapless playback support from Normal to High.
Jan 11 2019, 4:23 PM · Elisa
mgallien lowered the priority of T5375: Add Management of Ratings for Tracks from Local Files from High to Normal.
Jan 11 2019, 4:23 PM · Elisa
ashwind updated the diff for D17994: Global shortcut for play/pause action using spacebar key.

Added context to the diff. Thanks @shubham.

Jan 11 2019, 9:20 AM · Elisa
ashwind added a comment to D17994: Global shortcut for play/pause action using spacebar key.

Ok i will start using archanist ASAP

Jan 11 2019, 9:00 AM · Elisa
shubham added a comment to D17994: Global shortcut for play/pause action using spacebar key.

I used archanist to apply the patch. It is working fine for me.

Jan 11 2019, 8:57 AM · Elisa
ashwind added a comment to D17994: Global shortcut for play/pause action using spacebar key.

I used archanist to apply the patch. It is working fine for me.

Jan 11 2019, 8:42 AM · Elisa
ashwind updated the diff for D17994: Global shortcut for play/pause action using spacebar key.

Made the shortcut configurable. I actually did a "git pull" and updated the feature out from a fresh repo. It should work now.

Jan 11 2019, 8:20 AM · Elisa
ashwind added a comment to D17994: Global shortcut for play/pause action using spacebar key.

Ok, I will look into it.

Jan 11 2019, 4:16 AM · Elisa

Jan 10 2019

mgallien claimed T5375: Add Management of Ratings for Tracks from Local Files.
Jan 10 2019, 9:57 PM · Elisa
mgallien added a project to D18171: [WIP] ask libvlc to apply album replay gain metadata if available: Elisa.
Jan 10 2019, 9:48 PM · Elisa
mgallien added a revision to T5230: Implement ReplayGain: D18171: [WIP] ask libvlc to apply album replay gain metadata if available.
Jan 10 2019, 9:48 PM · Elisa
mgallien claimed T5230: Implement ReplayGain.
Jan 10 2019, 9:47 PM · Elisa
mgallien requested changes to D17994: Global shortcut for play/pause action using spacebar key.

Thanks for your patch.

Jan 10 2019, 9:40 PM · Elisa
mgallien closed D18017: Shortcut to seek/scrub audio files.
Jan 10 2019, 9:35 PM · Elisa
ngraham added a comment to D18017: Shortcut to seek/scrub audio files.

Thanks! I'll let @mgallien land this for you when he's ready.

Jan 10 2019, 7:40 PM · Elisa
ashwind added a comment to D18017: Shortcut to seek/scrub audio files.

Name: Ashwin Dhakaita
Email: ashwingpdhakaita@gmail.com

Jan 10 2019, 3:58 PM · Elisa
ngraham added a comment to D18017: Shortcut to seek/scrub audio files.

In the meantime, @ashwind, we will need you to provide your full name and email address so we can land this patch with the correct authorship information.

Jan 10 2019, 3:57 PM · Elisa
ashwind added a comment to D18017: Shortcut to seek/scrub audio files.

Thank you, @mgallien. I will apply for one after sometime then.

Jan 10 2019, 1:27 PM · Elisa
mgallien added a comment to D18017: Shortcut to seek/scrub audio files.

I don't have a developer account. Please land it for me.
Actually, I am new to KDE and don't know about Developer Account. I will sign up for one.

Jan 10 2019, 1:14 PM · Elisa
ashwind added a comment to D18017: Shortcut to seek/scrub audio files.

I don't have a developer account. Please land it for me.
Actually, I am new to KDE and don't know about Developer Account. I will sign up for one.

Jan 10 2019, 12:35 PM · Elisa
mgallien added a comment to D18017: Shortcut to seek/scrub audio files.

Nice work. Thanks for your help.

Jan 10 2019, 12:21 PM · Elisa

Jan 9 2019

mgallien added a comment to D18017: Shortcut to seek/scrub audio files.

Oops, I should have realized that!

BTW @mgallien, it's off-topic for this patch, but I wanted to express my happiness over how good Elisa is these days. It's becoming really excellent. The full-screen view is so beautiful and compelling! I plan to contribute a lot in 2019. Once we get https://bugs.kde.org/show_bug.cgi?id=401969, I'm ditching Lollypop and moving to it full-time.

Jan 9 2019, 9:17 PM · Elisa
mgallien accepted D18017: Shortcut to seek/scrub audio files.

Nice work. Thanks for your help.

Jan 9 2019, 9:16 PM · Elisa
mgallien raised the priority of T5375: Add Management of Ratings for Tracks from Local Files from Normal to High.
Jan 9 2019, 4:14 PM · Elisa
mgallien lowered the priority of T9640: Fix problems when Elisa window is small from High to Normal.
Jan 9 2019, 4:14 PM · Elisa
mgallien raised the priority of T5230: Implement ReplayGain from Normal to High.
Jan 9 2019, 4:14 PM · Elisa
mgallien moved T9810: Add the possibility to output music to a ChromeCast device from In Progress to Backlog on the Elisa board.
Jan 9 2019, 4:13 PM · Elisa
ashwind updated the diff for D18017: Shortcut to seek/scrub audio files.

Well, I made the shortcuts configurable.

Jan 9 2019, 6:26 AM · Elisa

Jan 8 2019

ashwind added a comment to D18017: Shortcut to seek/scrub audio files.

Sorry, I will look into it. 😕😕

Jan 8 2019, 5:37 PM · Elisa
ngraham added a comment to D18017: Shortcut to seek/scrub audio files.

Oops, I should have realized that!

Jan 8 2019, 5:27 PM · Elisa
mgallien requested changes to D18017: Shortcut to seek/scrub audio files.

Thanks for your patch.
In order to better integrate it in the application, it would need to be configurable like other existing shortcuts. In order to do that, you can look at the ElisaApplication class.

Jan 8 2019, 4:30 PM · Elisa

Jan 7 2019

ngraham accepted D18017: Shortcut to seek/scrub audio files.

Very cool!!! Works great for me.

Jan 7 2019, 12:26 AM · Elisa

Jan 6 2019

ashwind requested review of D18017: Shortcut to seek/scrub audio files.
Jan 6 2019, 4:58 PM · Elisa
ognarb abandoned D15062: Implementing a progessbar in the PlaylistEntry.qml. .
Jan 6 2019, 2:12 PM · Elisa
oussemabouaneni added a watcher for Elisa: oussemabouaneni.
Jan 6 2019, 1:29 PM
ashwind added a comment to D17994: Global shortcut for play/pause action using spacebar key.

Thank you Sir 😊

Jan 6 2019, 3:58 AM · Elisa
ngraham accepted D17994: Global shortcut for play/pause action using spacebar key.

This works great, I love it. It's up to the Elisa devs of course, but this gets a thumbs up from me.

Jan 6 2019, 3:54 AM · Elisa
ashwind added a comment to D17994: Global shortcut for play/pause action using spacebar key.

Well I cleared up the trailing whitespaces.

Jan 6 2019, 1:17 AM · Elisa
ashwind updated the diff for D17994: Global shortcut for play/pause action using spacebar key.
Jan 6 2019, 1:15 AM · Elisa
ashwind added a comment to D17994: Global shortcut for play/pause action using spacebar key.

Ok.

Jan 6 2019, 12:27 AM · Elisa

Jan 5 2019

astippich removed a member for Elisa: astippich.
Jan 5 2019, 9:47 PM
astippich abandoned D16944: Port application menu to qqc2.
Jan 5 2019, 9:41 PM · Elisa
astippich removed a reviewer for D15062: Implementing a progessbar in the PlaylistEntry.qml. : astippich.
Jan 5 2019, 9:41 PM · Elisa
astippich abandoned D16975: Move all platform-agnostic files related to scanning into one folder.
Jan 5 2019, 9:40 PM · Elisa
astippich abandoned D16953: Port notification to qqc2.
Jan 5 2019, 9:39 PM · Elisa
astippich abandoned D16952: Port browsing delegates to qqc2.
Jan 5 2019, 9:39 PM · Elisa
astippich abandoned D16950: Port navigation bar to qqc2.
Jan 5 2019, 9:39 PM · Elisa
astippich abandoned D16948: Port qml media playlist entirely to qqc2.
Jan 5 2019, 9:39 PM · Elisa
ngraham added a reviewer for D17994: Global shortcut for play/pause action using spacebar key: Elisa.

Thanks for the patch! There are a lot of unintentional trailing whitespace changes here. Do you think you can clean those up?

Jan 5 2019, 6:31 PM · Elisa
ashwind added a watcher for Elisa: ashwind.
Jan 5 2019, 6:03 PM
ashwind requested review of D17994: Global shortcut for play/pause action using spacebar key.
Jan 5 2019, 5:58 PM · Elisa

Jan 4 2019

astippich abandoned D16194: move metadata scanning to trackslistener.
Jan 4 2019, 7:13 PM · Elisa
astippich abandoned D15195: consolidate handling of title fallback into MusicAudioTrack.
Jan 4 2019, 7:13 PM · Elisa

Dec 30 2018

mgallien closed T9181: Fix enqueue of genre as Resolved.
Dec 30 2018, 11:06 AM · Elisa
mgallien moved T9181: Fix enqueue of genre from Backlog to Done on the Elisa board.
Dec 30 2018, 11:05 AM · Elisa

Dec 20 2018

mgallien closed T7887: Optimize starting time as Resolved.
Dec 20 2018, 8:44 PM · Elisa
mgallien closed T9896: Add support for music indexing on Android as Resolved.
Dec 20 2018, 8:43 PM · Elisa
mgallien moved T9896: Add support for music indexing on Android from In Progress to Done on the Elisa board.
Dec 20 2018, 8:43 PM · Elisa
mgallien closed D15015: initial support for android music indexer and a very small kirigami2 UI.
Dec 20 2018, 8:40 PM · Elisa
mgallien closed T6255: Add support for cover images embedded in tracks as Resolved.
Dec 20 2018, 3:28 PM · Elisa
mgallien moved T6255: Add support for cover images embedded in tracks from In Progress to Done on the Elisa board.
Dec 20 2018, 3:28 PM · Elisa

Dec 9 2018

mgallien closed D17163: Display embedded cover images.
Dec 9 2018, 7:49 PM · Elisa

Dec 4 2018

astippich updated the task description for T8196: KFileMetadata: String lists. How do clients cope?.
Dec 4 2018, 7:42 PM · Dolphin, Elisa, Frameworks, Baloo

Dec 2 2018

astippich updated the task description for T8196: KFileMetadata: String lists. How do clients cope?.
Dec 2 2018, 7:05 PM · Dolphin, Elisa, Frameworks, Baloo

Nov 28 2018

mgallien added a project to D17163: Display embedded cover images: Elisa.
Nov 28 2018, 8:56 PM · Elisa

Nov 27 2018

astippich placed T7576: port to controls2 up for grabs.
Nov 27 2018, 7:38 PM · Elisa
astippich placed T7884: file browser up for grabs.
Nov 27 2018, 7:37 PM · Elisa
astippich reassigned T6255: Add support for cover images embedded in tracks from astippich to mgallien.
Nov 27 2018, 7:37 PM · Elisa