Re: Review Request: SoK Unit test : core/collections/Collection

2012-06-21 Thread Matěj Laitl
Coding style says to use 0 instead of null, and there is KSharedPtr::isNull() which is the preffered one. - Matěj Laitl On June 21, 2012, 9:41 p.m., Jasneet Bhatti wrote: > > --- > This is an automatically generated e-mail. To

Re: Review Request: MediaDeviceCache: remove polling, solid events should suffice

2012-06-21 Thread Matěj Laitl
g testing. - Matěj --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105221/#review14972 --- On June 11, 2012, 3:14 p.m

Re: Review Request: MediaDeviceCache: remove polling, solid events should suffice

2012-06-21 Thread Matěj Laitl
> On June 21, 2012, 10:27 p.m., Mark Gaiser wrote: > > Has this been shipped? Just asking since the review is beginning to get > > somewhat old by now. > > Matěj Laitl wrote: > Not yet, we're waiting for feedback on the bug and for 2.6 to get > released

Re: [amarok] src/playlistmanager/file: Don't hardcode / as directory separator

2012-06-22 Thread Matěj Laitl
On 22. 6. 2012 Sven Krohlas wrote: > Matěj Laitl wrote: > > Sven, your fix is actually incorrect. From QDir::separator() documentation: > >> Returns the native directory separator: "/" under Unix (including Mac OS > >> X) and "\" under Windows

Re: Problem on Windows

2012-06-25 Thread Matěj Laitl
On 24. 6. 2012 Sven Krohlas wrote: > Heya, > > just found out that amarok wont start on some windows systems > because of the UAC and some rightsmanagemend (tested on windows 8) because > amarok tries to write the stuff directly to the installation folder/data > http://paste.kde.org/~windows/506

Re: Review Request: SoK - Unit Test : core/collections/QueryMaker

2012-06-26 Thread Matěj Laitl
y other headers. tests/core/collections/TestQueryMaker.cpp <http://git.reviewboard.kde.org/r/105172/#comment11887> Oh oh oh oh! Why the assignment? Why the dynamic_cast? Do don't need to assing to m_moctQueryMak

Re: Review Request: SoK - Unit Test : core/collections/QueryMaker

2012-06-26 Thread Matěj Laitl
> On June 26, 2012, 9:29 a.m., Matěj Laitl wrote: > > tests/core/collections/MockQueryMaker.cpp, line 18 > > <http://git.reviewboard.kde.org/r/105172/diff/3/?file=70259#file70259line18> > > > > No need to include moc. if the Q_OBJECT is in .h file. >

Re: Review Request: Make MusicBrainz tagger more accurate and easy to use

2012-06-27 Thread Matěj Laitl
tient. :-) - Matěj Laitl On June 18, 2012, 10:08 p.m., Alberto Villa wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard

Re: Review Request: SoK - Unit Test : core/collections/QueryMaker

2012-06-27 Thread Matěj Laitl
tests/mocks/MockQueryMaker.cpp <http://git.reviewboard.kde.org/r/105172/#comment11894> Nicpicky: now including this shouldn't be needed. - Matěj Laitl On June 26, 2012, 8:05 p.m., Jasneet Bhatti wrote: > > --- > This

Re: Review Request: SoK - Unit Test : core/collections/QueryMaker

2012-06-27 Thread Matěj Laitl
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105172/#review15195 --- Ship it! Good work. - Matěj Laitl On June 27, 2012, 11:14

Re: Review Request: Do not use i18n() in global C-like variables

2012-07-02 Thread Matěj Laitl
. - Matěj Laitl On July 2, 2012, 9:05 a.m., Albert Astals Cid wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Review Request: StatSyncing GSoC week 6 (squashed commits, recent on top)

2012-07-02 Thread Matěj Laitl
/statsyncing/ui/MatchedTracksPage.cpp PRE-CREATION src/statsyncing/ui/TrackDelegate.h PRE-CREATION src/statsyncing/ui/TrackDelegate.cpp PRE-CREATION Diff: http://git.reviewboard.kde.org/r/105409/diff/ Testing --- Everything works as described and documented AFAICS. Thanks, Matěj

Re: Review Request: SoK - Unit Test : core/collections/support/TrackForUrlWorker

2012-07-03 Thread Matěj Laitl
05389/#comment11947> I think you change iplementation (and documentation!) to something like: QFETCH( Meta::TrackPtr, workerTrack ) m_track = workerTrack; tests/mocks/MockTrackForUrlWorker.h <http://git.reviewboard.kde.org/r/105389/#comment11948> I don't think this

Re: Review Request: SoK - Unit Test : core/collections/support/TrackForUrlWorker

2012-07-05 Thread Matěj Laitl
068> As I said above, I would put TestTrackForUrlWorker::run() implementation here and get rid of TestTrackForUrlWorker completely, otherwise this class usefulness approaches zero. - Matěj Laitl On July 5, 2012, 12:07 a.m., Jasneet Bhatti wrote: > > -

Re: Review Request: SoK - Unit Test : core/collections/support/TrackForUrlWorker

2012-07-06 Thread Matěj Laitl
> On July 5, 2012, 9:29 p.m., Matěj Laitl wrote: > > tests/core/collections/support/TestTrackForUrlWorker.cpp, line 94 > > <http://git.reviewboard.kde.org/r/105389/diff/2/?file=71362#file71362line94> > > > > testCompleteJobKUrl_data() and testCompleteJobQ

Re: Review Request: SoK - Unit Test : core/collections/support/TrackForUrlWorker

2012-07-06 Thread Matěj Laitl
eed to mention finishedLookup, I'd rather mention that it fetches the track from QTest data-driven testing variable named track and assigns it to m_track. tests/mocks/MockTrackForUrlWorker.h <http://git.reviewboard.kde.org/r/105389/#comment12084> Hmm, if you have a .cpp file, I

Review Request: SqlScanResultProcessor: debugging; not intended to be merged to master

2012-07-08 Thread Matěj Laitl
ctions/db/sql/SqlScanResultProcessor.cpp 6699b982e124193d068e2bd093bf0d15d6e34a9c Diff: http://git.reviewboard.kde.org/r/105488/diff/ Testing --- Thanks, Matěj Laitl ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request: SqlScanResultProcessor: fix data-loss bug; squashed commits, recent on top

2012-07-08 Thread Matěj Laitl
/105488/diff/ Testing --- Thanks, Matěj Laitl ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request: SqlScanResultProcessor: fix data-loss bug; squashed commits, recent on top

2012-07-09 Thread Matěj Laitl
re-impl/collections/db/sql/SqlRegistry.h 8d801178cc070c7772363d28d86ca63467996ebe src/core-impl/collections/db/sql/SqlRegistry.cpp 1b9efe5490bebc849b6c52c0b0b3fd51a5565418 src/core-impl/collections/db/sql/SqlScanResultProcessor.h 1bd96db03363cf8f760811fb231fd9facf521e8e Diff: http://git.reviewboard.kde.org/r/105488/

Re: [Tomahawk Integration] GSoC Report (plus: RFC on git work-flow guideline)

2012-07-10 Thread Matěj Laitl
On 9. 7. 2012 Lucas Lira Gomes wrote: > Hi everyone, Hi Lucas, > My amarok repo: > http://quickgit.kde.org/index.php?p=clones%2Famarok%2Fgomes%2Fmaskmaster-ama > rok.git&a=summary (tomahawk > branch) I've checked above repo and the master branch there is polluted with many Merge branch 'master'

RFC on git work-flow guideline (was: [Tomahawk Integration] GSoC Report)

2012-07-10 Thread Matěj Laitl
On 10. 7. 2012 Edward Toroshchin wrote: > G'day, > > On Tue, Jul 10, 2012 at 01:25:59PM +0200, Matěj Laitl wrote: > > I've checked above repo and the master branch there is polluted with many > > Merge branch 'master' of git://anongit.kde.org/amarok

Re: RFC on git work-flow guideline (was: [Tomahawk Integration] GSoC Report)

2012-07-10 Thread Matěj Laitl
On 10. 7. 2012 Edward Toroshchin wrote: > On Tue, Jul 10, 2012 at 03:01:06PM +0200, Matěj Laitl wrote: > > E.g. `git push` without --rebase in master may still be correct if you > > don't have own commits so that it results in fast-forward, that's what I > > want

Re: Review Request: SqlScanResultProcessor: fix data-loss bug; squashed commits, recent on top

2012-07-10 Thread Matěj Laitl
1a5565418 src/core-impl/collections/db/sql/SqlScanResultProcessor.h 1bd96db03363cf8f760811fb231fd9facf521e8e src/core-impl/collections/db/sql/SqlScanResultProcessor.cpp 6699b982e124193d068e2bd093bf0d15d6e34a9c Diff: http://git.reviewboard.kde.org/r/105488/diff/ Testing --- Thanks, Matěj Laitl __

Re: Review Request: SqlScanResultProcessor: fix data-loss bug; squashed commits, recent on top

2012-07-11 Thread Matěj Laitl
ail. To reply, visit: http://git.reviewboard.kde.org/r/105488/#review15660 ------- On July 10, 2012, 2:54 p.m., Matěj Laitl wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org

Re: Review Request: SoK - Unit Test : core/collections/support/TrackForUrlWorker

2012-07-11 Thread Matěj Laitl
f test tests/core/collections/support/TestTrackForUrlWorker.cpp <http://git.reviewboard.kde.org/r/105389/#comment12200> text/test typo - Matěj Laitl On July 6, 2012, 5:38 p.m., Jasneet Bhatti wrote: > > --- > Thi

Re: Review Request: SoK - Unit Test : core/collections/support/TrackForUrlWorker

2012-07-11 Thread Matěj Laitl
ste output of > `path/to/build/tests/ -v2` into the Testing done field > to testcase review requests? :-) - Matěj Laitl On July 11, 2012, 7:31 p.m., Jasneet Bhatti wrote: > > --- > This is an automatically generated e-mai

Re: [amarok] src: Fix DynamicModel test

2012-07-12 Thread Matěj Laitl
On 11. 7. 2012 Ralf Engels wrote: > Git commit 0066525f8d299a22509818e3814eafd08202945d by Ralf Engels. > Committed on 10/07/2012 at 11:03. > Pushed by rengels into branch 'master'. > > Fix DynamicModel test > > Don't rely on engine controller to be there. > Don't create actions for a tty applica

Re: [amarok] src: Prevent hang in testmetamultitrack.

2012-07-12 Thread Matěj Laitl
On 11. 7. 2012 Ralf Engels wrote: > Git commit 115cb80f9bd94b23640ca9245c97d6c8e25d2c97 by Ralf Engels. > Committed on 11/07/2012 at 16:25. > Pushed by rengels into branch 'master'. > > Prevent hang in testmetamultitrack. > > The class variable mutex had problems in the destructor. > The function

Review Request: EngineController: fixes to canDecode() and supportedMimeTypes(): make them non-static, thread-safe even on first call. (squached patches, recent on top)

2012-07-12 Thread Matěj Laitl
/diff/ Testing --- Works, fixes testm3uplaylist Thanks, Matěj Laitl ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: [amarok] src: Prevent hang in testmetamultitrack.

2012-07-12 Thread Matěj Laitl
On 12. 7. 2012 Matěj Laitl wrote: > Because I'm the author of the original change, I'll take responsibility to > fix the test that is broken by it. Okay, it is done in http://git.reviewboard.kde.org/r/105524/ - please review. It removes the mutex altogether and it fixes a co

Re: [amarok] src: Fix DynamicModel test

2012-07-12 Thread Matěj Laitl
On 12. 7. 2012 Matěj Laitl wrote: > Again, place for hard-to-find bugs in future. You should > Amarok::Compontents::setEngineController( new EngineControllerMock() ) in > test's initTestCase() instead. And when https://git.reviewboard.kde.org/r/105524/ is merged, you even can use

Re: Review Request: EngineController: fixes to canDecode() and supportedMimeTypes(): make them non-static, thread-safe even on first call. (squached patches, recent on top)

2012-07-12 Thread Matěj Laitl
rks, fixes testm3uplaylist Thanks, Matěj Laitl ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request: EngineController: fixes to canDecode() and supportedMimeTypes(): make them non-static, thread-safe even on first call. (squached patches, recent on top)

2012-07-12 Thread Matěj Laitl
m3uplaylist Thanks, Matěj Laitl ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request: EngineController: fixes to canDecode() and supportedMimeTypes(): make them non-static, thread-safe even on first call. (squached patches, recent on top)

2012-07-13 Thread Matěj Laitl
not documented and could be surprising > > for the user in some corner cases. Resolved by having CollectionManager::trackForUrl() not calling EngineController at all. - Matěj --- This is an automatically generated e-mail. To reply, v

Re: Review Request: EngineController: fixes to canDecode() and supportedMimeTypes(): make them non-static, thread-safe even on first call. (squached patches, recent on top)

2012-07-13 Thread Matěj Laitl
------ On July 12, 2012, 2:15 p.m., Matěj Laitl wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/105524/ > ---

Re: Review Request: EngineController: ditch canDecode(), fix supportedMimeTypes(): make it non-static, thread-safe even on first call. (squached patches, recent on top)

2012-07-13 Thread Matěj Laitl
roller.h PRE-CREATION tests/TestEngineController.cpp PRE-CREATION tests/core-impl/playlists/types/file/m3u/TestM3UPlaylist.cpp 4bbf29be01aef9043a64075a196ac04a544134cb Diff: http://git.reviewboard.kde.org/r/105524/diff/ Testing --- Works, fixes testm3up

Re: Review Request: EngineController: ditch canDecode(), fix supportedMimeTypes(): make it non-static, thread-safe even on first call. (squached patches, recent on top)

2012-07-13 Thread Matěj Laitl
re a sensible cleanup, > > might we not run into troubles in Amarok itself? > > Could you add the old comment back? > > The "Wait for other jobs, ..." > > Matěj Laitl wrote: > Changing TestM3UPlaylist is apparently not needed at all in new patch

Re: Review Request: EngineController: ditch canDecode(), fix supportedMimeTypes(): make it non-static, thread-safe even on first call. (squached patches, recent on top)

2012-07-13 Thread Matěj Laitl
d89d9db707f tests/TestEngineController.h PRE-CREATION tests/TestEngineController.cpp PRE-CREATION Diff: http://git.reviewboard.kde.org/r/105524/diff/ Testing --- Works, fixes testm3uplaylist Thanks, Matěj Laitl ___ Amarok-devel mailing list Amarok

Re: Review Request: SoK - Unit Test : core/meta/support/MetaKeys( TrackKey )

2012-07-13 Thread Matěj Laitl
tests/core/meta/support/TestMetaTrackKey.cpp <http://git.reviewboard.kde.org/r/105454/#comment12390> nitpicky: perhaps too much blank lines here. - Matěj Laitl On July 11, 2012, 8:49 p.m., Jasneet Bhatti wrote: > > --- > This is an

Re: Review Request: SoK - Unit Test : core/meta/support/MetaKeys( AlbumKey )

2012-07-13 Thread Matěj Laitl
names are rather to be avoided, please rename the directory. tests/core/meta/support/TestMetaAlbumKey.cpp <http://git.reviewboard.kde.org/r/105497/#comment12394> QCOMPARE? (1 more occurence) - Matěj Laitl On July 11, 2012, 8:4

Re: Review Request: SoK - Unit Test : core/meta/support/MetaKeys( TrackKey )

2012-07-13 Thread Matěj Laitl
ttp://git.reviewboard.kde.org/r/105454/#comment12396> nicpicky: QCOMPARE is better here. - Matěj Laitl On July 11, 2012, 8:49 p.m., Jasneet Bhatti wrote: > > --- > This is an automatically generated e-mail. To reply

Re: [amarok] src: Fix DynamicModel test

2012-07-14 Thread Matěj Laitl
On 12. 7. 2012 Ralf Engels wrote: > On 07/12/2012 12:44 PM, ext Matěj Laitl wrote: > > On 11. 7. 2012 Ralf Engels wrote: > > > Git commit 0066525f8d299a22509818e3814eafd08202945d by Ralf Engels. > > > -Amarok::Components::logger()->longMessage( > > &

Review Request: Multiple EngineController and related fixes, incl. fix for release_blocker bug 299890 (squashed commits, recent on top)

2012-07-18 Thread Matěj Laitl
2bec1737b3af82d3b src/core-impl/meta/stream/Stream_p.h 58b715f27cb43d014d5837f1afec9d60cb71cc48 src/playlistmanager/file/PlaylistFileProvider.cpp bafdf69f24e606e0a1e879fda78cedfef7325cbb Diff: http://git.reviewboard.kde.org/r/105610/diff/ Testing --- Thanks, Matěj Laitl _

2.6 release and release candidate considerations

2012-07-18 Thread Matěj Laitl
Hi list, Ralf & Bart, after I've returned from a couple of days of off-line time, I've found out that Bart wants release a RC before releasing 2.6 - something I strongly support given the severity of some post-beta changes. However, IMO this is a great opportunity for us to release a RC with eve

Re: Review Request: SoK - Unit Test : core/meta/support/MetaKeys( AlbumKey )

2012-07-18 Thread Matěj Laitl
n, too. - Matěj Laitl On July 14, 2012, 6:03 a.m., Jasneet Bhatti wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboar

Re: Review Request: SoK - Unit Test : core/meta/support/PrivateMetaRegistry

2012-07-18 Thread Matěj Laitl
oard.kde.org/r/105525/#comment12661> QVERIFY instead of all these QCOMPAREs? - Matěj Laitl On July 12, 2012, 1:10 p.m., Jasneet Bhatti wrote: > > --- > This is an automatically generated e-mail. To reply, v

Re: Review Request: SoK - Unit Test : core/meta/support/MetaKeys( TrackKey )

2012-07-18 Thread Matěj Laitl
ship after removing the line or showing me it cannot be removed. ;) src/core/meta/support/MetaKeys.h <http://git.reviewboard.kde.org/r/105454/#comment12662> Same here: is this really needed? "friend class" should be enough IMO, but I'm too lazy to try. :-| - Matěj L

Re: 2.6 release and release candidate considerations

2012-07-19 Thread Matěj Laitl
On 19. 7. 2012 Bart Cerneels wrote: > On Wed, Jul 18, 2012 at 10:28 PM, Matěj Laitl wrote: > > Bart, have you already made the 2.6 RC package? If not, would you bother > > to retag the RC when above fixes are pushed to master? I can merge them as > > soon as they're

Re: Review Request: EngineController: ditch canDecode(), fix supportedMimeTypes(): make it non-static, thread-safe even on first call. (squached patches, recent on top)

2012-07-19 Thread Matěj Laitl
/TestEngineController.h PRE-CREATION tests/TestEngineController.cpp PRE-CREATION Diff: http://git.reviewboard.kde.org/r/105524/diff/ Testing (updated) --- Works, fixes testm3uplaylist, should fix bug 303253. (waiting for original reporte

Re: Review Request: Multiple EngineController and related fixes, incl. fix for release_blocker bug 299890 (squashed commits, recent on top)

2012-07-19 Thread Matěj Laitl
a78cedfef7325cbb Diff: http://git.reviewboard.kde.org/r/105610/diff/ Testing --- Thanks, Matěj Laitl ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request: SoK - Unit Test : core/meta/support/MetaKeys( TrackKey )

2012-07-20 Thread Matěj Laitl
> On July 18, 2012, 8:50 p.m., Matěj Laitl wrote: > > src/core/meta/support/MetaKeys.h, line 25 > > <http://git.reviewboard.kde.org/r/105454/diff/3/?file=72593#file72593line25> > > > > Same here: is this really needed? "friend class" should

Re: Review Request: SoK - Unit Test : core/meta/support/PrivateMetaRegistry

2012-07-22 Thread Matěj Laitl
this tests pass as written here) - Matěj Laitl On July 20, 2012, 2:13 p.m., Jasneet Bhatti wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.

Re: Review Request: SqlScanResultProcessor: fix data-loss bug; squashed commits, recent on top

2012-07-22 Thread Matěj Laitl
gt; the database table .svg file in the docs directory. > > Matěj Laitl wrote: > > Looks good for now. > > What I would really like is some more test cases to check for the > current problems. > > Agreed, but due to their complexity, I won't be able t

Re: Review Request: Multiple EngineController and related fixes, incl. fix for release_blocker bug 299890 (squashed commits, recent on top)

2012-07-22 Thread Matěj Laitl
aying(), not a workaround, hold on with reviewing until I update this. - Matěj Laitl On July 19, 2012, 7:14 p.m., Matěj Laitl wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard

Re: Review Request: Multiple EngineController and related fixes, incl. fix for release_blocker bug 299890 (squashed commits, recent on top)

2012-07-24 Thread Matěj Laitl
(updated) --- Works for me, fixes mentioned bug and more smaller glitches. Thanks, Matěj Laitl ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request: SqlScanResultProcessor: fix data-loss bug; squashed commits, recent on top

2012-07-24 Thread Matěj Laitl
esultProcessor.h 1bd96db03363cf8f760811fb231fd9facf521e8e src/core-impl/collections/db/sql/SqlScanResultProcessor.cpp 689b9006280dba7061a9bd1bf4545fd44ef34106 tests/core-impl/collections/db/sql/TestSqlScanManager.cpp 3974b1d234302110d0e00121be3601a06471163f Diff: http://git.

Re: Review Request: SqlScanResultProcessor: fix data-loss bug; squashed commits, recent on top

2012-07-24 Thread Matěj Laitl
viewboard.kde.org/r/105488/#review16264 --- On July 25, 2012, 12:01 a.m., Matěj Laitl wrote: > > --- > This is an automatically generated e-mail. To reply,

Review Request: StatSyncing GSoC week 9 (squashed commits, recent on top)

2012-07-25 Thread Matěj Laitl
215124fee src/statsyncing/ui/ChooseProvidersPage.ui PRE-CREATION tests/core-impl/meta/multi/TestMetaMultiTrack.h 61e37627351163a7f2bbae729779900d2abb6ca9 tests/core-impl/meta/multi/TestMetaMultiTrack.cpp b9d64dee9f8f0880981550aab29b882c4b4bbc31 Diff: http://git.reviewboard.kde.org/r/105722/diff/ T

Please translate Amarok for the 2.6 release

2012-07-31 Thread Matěj Laitl
now. Full statistics as of today are available at http://www.laitl.cz/soubory/amarok/amarok-l10n-2.5.96.html Thanks for translating Amarok, Matěj Laitl ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Amarok 2.6 Release Candidate (2.5.96) available

2012-07-31 Thread Matěj Laitl
sly. Thanks for packaging, Matěj Laitl on behalf of The Amarok Team ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request: Add export action to UserPlaylists

2012-08-02 Thread Matěj Laitl
src/core-impl/playlists/providers/user/UserPlaylistProvider.cpp <http://git.reviewboard.kde.org/r/105823/#comment13080> Does setCustomWidget() take ownership of the pointer? Probably yes. - Matěj Laitl On Aug. 2, 2012, 12:13 p

Re: Review Request: Add playlist export action to Playlist Dock save action.

2012-08-02 Thread Matěj Laitl
removing the entry from the Playlist menu, the toolbar is a better place for it. - Matěj Laitl On Aug. 2, 2012, 12:14 p.m., Ralf Engels wrote: > > --- > This is an automatically generated e-mail. To reply, visi

Re: Please translate Amarok for the 2.6 release

2012-08-02 Thread Matěj Laitl
Giovanni Sora wrote: > Hi, > I have seen that interlingua (ia) seems have translated 100%. > > As we (the ia team) are still translating amarok, but the work has not yet > committed, I would like to know if it is a mistake or someone is translating > in interlingua? In this case, please let her/h

Re: Review Request: Allow guessing of tags from filenames for multiple files

2012-08-07 Thread Matěj Laitl
released and I have a bit more of free time. - Matěj Laitl On Aug. 6, 2012, 10:14 a.m., Matthias Berndt wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Review Request: StatSyncing GSoC weeks 10 & 11 (squashed commits, recent on top)

2012-08-07 Thread Matěj Laitl
tatsyncing/ui/MatchedTracksPage.h PRE-CREATION src/statsyncing/ui/MatchedTracksPage.cpp PRE-CREATION Diff: http://git.reviewboard.kde.org/r/105919/diff/ Testing --- Thanks, Matěj Laitl ___ Amarok-devel mailing list Amarok-devel@kde

Re: Review Request: Add playlist export action to Playlist Dock save action.

2012-08-08 Thread Matěj Laitl
> On Aug. 8, 2012, 11:36 a.m., Bart Cerneels wrote: > > I wouldn't do this. Toolbars become less usable the more actions are in it. > > What is wrong with using the menu with a function that is not supposed to > > be used to often? Did you say this with knowing that this doesn't add another too

Re: Review Request: Fix crash when closing Amarok with running CoverFetcher

2012-08-09 Thread Matěj Laitl
ds are thread-safe, then document every thread-safe method) src/statusbar/CompoundProgressBar.cpp <http://git.reviewboard.kde.org/r/105942/#comment13405> Nitpicky: I would personally strip all the added newlines - Matěj Laitl On Aug. 9, 2012, 10:36 a.m., Ralf

Re: Review Request: Removes unnecessary OpenGL constraints from the spectrum analyzer

2012-08-09 Thread Matěj Laitl
> On Aug. 9, 2012, 6:52 a.m., David Smith wrote: > > Ship It! Hi David, it is usual that only estabilished Amarok developers give "Ship it!" on review requests. All users are of course encouraged to test review requests and report their findings. - Matěj ---

Re: Review Request: Fix crash when closing Amarok with running CoverFetcher

2012-08-09 Thread Matěj Laitl
> On Aug. 9, 2012, 10:45 a.m., Matěj Laitl wrote: > > Looks good, just a few small things. Could you also please describe the > > steps that lead to the crash in the commit msg? > > Ralf Engels wrote: > Really? It's in the bug report pretty clearly. No nee

l10n-kde4/nl/docs/extragear-multimedia/amarok

2012-08-10 Thread Matěj Laitl
SVN commit 1310164 by laitl: Re-add entities missing from KDE 4.6 to index.docbook Guys, you broke the Amarok build *again*. Please see http://websvn.kde.org/trunk/l10n-kde4/nl/docs/extragear-multimedia/amarok/?view=log and especially http://websvn.kde.org/?view=revision&revision=1308660 for expl

Review Request: StatSyncing GSoC week 12 (squashed commits, recent on top)

2012-08-11 Thread Matěj Laitl
cpp PRE-CREATION src/statsyncing/ui/TrackDelegate.cpp PRE-CREATION Diff: http://git.reviewboard.kde.org/r/105979/diff/ Testing --- Thanks, Matěj Laitl ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Testing anomalies - help needed

2012-08-11 Thread Matěj Laitl
On 11. 8. 2012 Valorie Zimmerman wrote: > Harald told me to uninstall phonon-backend-vlc, and install > phonon-backend-null, which I did. However, when Amarok starts up, > after a restart of KDE: > > bool Phonon::FactoryPrivate::createBackend() Phonon backend "VLC" > version "0.5.92" loaded > > W

Re: l10n-kde4/nl/docs/extragear-multimedia/amarok

2012-08-12 Thread Matěj Laitl
On 10. 8. 2012 Freek de Kruijf wrote: > Op zaterdag 11 augustus 2012 00:27:42 schreef Matěj Laitl: > > SVN commit 1310164 by laitl: > > > > Re-add entities missing from KDE 4.6 to index.docbook > > > > You perhaps update this using a script, so please fi

[amarok] /: Merge branch 'liblastfm1'

2012-08-14 Thread Matěj Laitl
Git commit 24b3feaf279199100f1a0a41e40e22a5408d7411 by Matěj Laitl. Committed on 14/08/2012 at 16:22. Pushed by laitl into branch 'master'. Merge branch 'liblastfm1' Amarok developers, users building git: you'll need to upgrade your liblastfm to >= 1.0.0 for La

Request to install more optional Amarok deps on build.k.o

2012-08-15 Thread Matěj Laitl
t distros. liblastfm seems installed, but recently we've raised its minimal version to 1.0.0. (2 tests depend in it) It is okay if you don't want to install some of them system- wide, tweaking the job to find such packages should be easy. Thank

Re: Review Request: GSoC : Nepomuk plugin for Amarok

2012-08-15 Thread Matěj Laitl
wline just below, not above. - Matěj Laitl On Aug. 15, 2012, 4:39 p.m., Phalgun Guduthur wrote: > > --- > This is an automatically generated e-mail. To reply, visit: >

Re: Review Request: Extend the scope of the playground

2012-08-16 Thread Matěj Laitl
to I presume we can close this now. Ryan, as Bart says, there's some unrelated cleanup in this patch, could you please submit that as a separate review? Tracks. - Matěj Laitl On Feb. 17, 2012, 2:53 a.m., Ryan McCoskrie wrote: > >

Re: Review Request: Make Amarok compile and link with TagLib installed in $HOME

2012-08-16 Thread Matěj Laitl
> On April 22, 2012, 5:28 p.m., Matěj Laitl wrote: > > This makes sense, give me some time to test it and think about it. > > Ralf Engels wrote: > Thought about it? > Should we ship it? The #include fixes are definitly right, including completely circumvents C

Re: Review Request: Change the playlist tooltip behaviour. Shows m_name instead of m_description.

2012-08-17 Thread Matěj Laitl
> On Aug. 17, 2012, 12:12 p.m., Ralf Engels wrote: > > I would like to reject this request. I still don't know what the reason for > > this change request is (displaying something different somewhere, why?) and > > the change is done at the wrong place (it breaks the model instead of just > >

Re: Review Request: Change the playlist tooltip behaviour. Shows m_name instead of m_description.

2012-08-17 Thread Matěj Laitl
the model instead of just > > changing the view). > > Matěj Laitl wrote: > Agreed. While I understand the bug, it should be solved at very different > place. > > As Bart says, playlists::description() should be removed entirely (please > also remove all

Re: [amarok] src/services/amazon: Detect Amazon country automatically.

2012-08-18 Thread Matěj Laitl
On 17. 8. 2012 Edward Toroshchin wrote: > > Don't take it personally, but if you don't revert I'm going to. > > Don't take it personally, but I believe you need at least someone else > to back you up on this to revert anything. Currently, no one except us > has expressed their point of view :). M

Re: Review Request: Remove obsolete dependancies from playground

2012-08-18 Thread Matěj Laitl
code compiles" was with ENABLE_PLAYGROUND enabled, right? Do you heve developer status on identity.k.o to commit yourself? - Matěj Laitl On Aug. 18, 2012, 1:26 a.m., Ryan McCoskrie wrote: > > --- > This is an automatically g

Re: Review Request: magnatune: first update related tweaks

2012-08-18 Thread Matěj Laitl
y the user previously) - Matěj Laitl On Aug. 18, 2012, 10:04 a.m., Edward Hades Toroshchin wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard

Re: Review Request: Remove obsolete dependancies from playground

2012-08-19 Thread Matěj Laitl
> On Aug. 18, 2012, 10:17 a.m., Matěj Laitl wrote: > > Ship it! Just to be sure, your testing "the code compiles" was with > > ENABLE_PLAYGROUND enabled, right? Do you heve developer status on > > identity.k.o to commit yourself? > > Ryan McCoskrie w

Review Request: {Smb, Nfs}DeviceHandler: use Solid instead of KMountPoint

2012-08-19 Thread Matěj Laitl
iceHandler.cpp 74e19bc643d15f0f1473da7a6ca52a31583ffd83 src/core-impl/collections/db/sql/device/smb/SmbDeviceHandler.cpp 12d6c2a051f58579f1bdc69abeb7a1b0a049c5fa Diff: http://git.reviewboard.kde.org/r/106094/diff/ Testing --- Medium, needs confirmation from bug reporter. Thanks

Re: Review Request: {Smb, Nfs}DeviceHandler: use Solid instead of KMountPoint

2012-08-20 Thread Matěj Laitl
s confirmation from bug reporter. Thanks, Matěj Laitl ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request: Fix: Recently played tracks are not updated in currrent track applet.

2012-08-20 Thread Matěj Laitl
> On Aug. 17, 2012, 12:31 p.m., Ralf Engels wrote: > > Please have a look at the diff in reviewboard. Trailing spaces are > > hightlighted in red. Nobody likes them. > > > > Also the basic issue is still open. > > We have signals that get send whenever a track is played. > > I can't understand

Re: Review Request: Fix: Recently played tracks are not updated in currrent track applet.

2012-08-20 Thread Matěj Laitl
the timer > m_secondTimer; /** This timer is used to refresh the widget every second. > This is needed so that recent played track times are update as the time > progresses */) > > And the trailing spaces. > > Matěj Laitl wrote: > Hmm, I disagree. No application s

Re: GSoC update from Riccardo - his KMail is b0rked again

2012-08-20 Thread Matěj Laitl
On 20. 8. 2012 Teo Mrnjavac wrote: > http://wstaw.org/m/2012/08/20/plasma-desktopAH1228.png Good progress, but again I have to repeat myself: I will oppose merging any rewrite that will introduce significant feature-loss regressions. Sorry. Such code should live in a branch until it has general

Re: GSoC update from Riccardo

2012-08-21 Thread Matěj Laitl
On 21. 8. 2012 Riccardo Iaconelli wrote: > On Monday 20 August 2012 14:53:47 Matěj Laitl wrote: > > Such code should live in a branch until it has general feature parity (in > > this case: functionality of all meaningful applets that work reliably > > currently should be p

Re: GSoC update from Riccardo

2012-08-21 Thread Matěj Laitl
On 21. 8. 2012 Riccardo Iaconelli wrote: > On Tuesday 21 August 2012 16:07:27 Matěj Laitl wrote: > > Then I think a good compromise could be to merge qml branch into master as > > soon as Level 0 is reasonably completed and with confidence that > > completing Level 1 would

Re: Review Request: GSoC : Nepomuk plugin for Amarok

2012-08-22 Thread Matěj Laitl
> On Aug. 20, 2012, 10:46 p.m., Matěj Laitl wrote: > > src/core-impl/collections/nepomukcollection/NepomukConstructMetaJob.h, line > > 71 > > <http://git.reviewboard.kde.org/r/106042/diff/4/?file=79206#file79206line71> > > > > This is an important de

Re: Review Request: GSoC : Nepomuk plugin for Amarok

2012-08-22 Thread Matěj Laitl
/NepomukConstructMetaJob.cpp <http://git.reviewboard.kde.org/r/106042/#comment14084> No, you shouldn't add new progress bar operation per every track. Add just one progress for the whole NepomukConstructMetaJob - Matěj Laitl On Aug. 20, 2012, 11:17 a.m., Phalgun Gud

Re: Review Request: GSoC : Nepomuk plugin for Amarok

2012-08-22 Thread Matěj Laitl
> On Aug. 20, 2012, 10:46 p.m., Matěj Laitl wrote: > > src/core-impl/collections/nepomukcollection/NepomukConstructMetaJob.h, line > > 71 > > <http://git.reviewboard.kde.org/r/106042/diff/4/?file=79206#file79206line71> > > > > This is an important de

Re: Review Request: GSoC : Nepomuk plugin for Amarok

2012-08-24 Thread Matěj Laitl
> On Aug. 20, 2012, 10:46 p.m., Matěj Laitl wrote: > > src/core-impl/collections/nepomukcollection/NepomukConstructMetaJob.h, line > > 71 > > <http://git.reviewboard.kde.org/r/106042/diff/4/?file=79206#file79206line71> > > > > This is an important de

Re: Review Request: Extend the scope of the playground

2012-08-24 Thread Matěj Laitl
> On Aug. 22, 2012, 8:25 a.m., Bart Cerneels wrote: > > I would like to see the code you are working on that has a need for this > > change. I still think that it should go directly in core. Yup. I don't really think we should merge this. `git branch` is much better tool than CMake variables a

Re: Review Request: GSoC : Nepomuk plugin for Amarok

2012-08-24 Thread Matěj Laitl
> On Aug. 20, 2012, 10:46 p.m., Matěj Laitl wrote: > > src/core-impl/collections/nepomukcollection/NepomukConstructMetaJob.h, line > > 71 > > <http://git.reviewboard.kde.org/r/106042/diff/4/?file=79206#file79206line71> > > > > This is an important de

Re: Review Request: Fix bug 290955

2012-08-25 Thread Matěj Laitl
time-constrained now, please commit this with ChangeLog entry and appropriate BUG: and FIXED-IN: keywords. - Matěj Laitl On Aug. 25, 2012, 12:51 p.m., Milan Izai wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: Review Request: Use multiple inheritance to get an implementation for statistics handling

2012-08-30 Thread Matěj Laitl
branch, so please wait for me. (in worst case 2 weeks, sorry) - Matěj Laitl On Aug. 30, 2012, 12:03 p.m., Ralf Engels wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Re: Review Request: Make MusicBrainz tagger more accurate and easy to use

2012-09-04 Thread Matěj Laitl
> On June 27, 2012, 8:29 a.m., Matěj Laitl wrote: > > I'll review this when 2.6 is released, please be patient. :-) > > Alberto Villa wrote: > Hello! > > Any progress on this? Hi, sorry, for the delays. I'll have this reviewed by

  1   2   3   4   5   6   7   8   >