aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* changed PlayListTask::sort and PlayListTask::sortSelection functionstrialuser022018-07-061-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8112 90c681e8-e032-0410-971d-27865f9a5e38
* playlist reading/writing optimizationtrialuser022018-06-141-60/+48
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8037 90c681e8-e032-0410-971d-27865f9a5e38
* saving track propertiestrialuser022018-06-141-4/+25
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8036 90c681e8-e032-0410-971d-27865f9a5e38
* changed Qmmp::configDir() output: do not add slash at the end of pathtrialuser022018-06-111-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8019 90c681e8-e032-0410-971d-27865f9a5e38
* using QSaveFile for playliststrialuser022018-06-111-36/+20
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8018 90c681e8-e032-0410-971d-27865f9a5e38
* changed playlist API, fixed some issuestrialuser022018-04-301-14/+16
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7940 90c681e8-e032-0410-971d-27865f9a5e38
* prepare for new metadata api iplementation (compilation is broken,trialuser022018-04-251-2/+2
| | | | | | | latest working revision: 7935) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7936 90c681e8-e032-0410-971d-27865f9a5e38
* changed contact informationtrialuser022017-10-071-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7514 90c681e8-e032-0410-971d-27865f9a5e38
* fixed build with QT_NO_CAST_FROM_BYTEARRAYtrialuser022017-09-141-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7464 90c681e8-e032-0410-971d-27865f9a5e38
* improved playlist manager apitrialuser022017-06-201-1/+6
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7243 90c681e8-e032-0410-971d-27865f9a5e38
* fixed regressiontrialuser022016-09-151-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6723 90c681e8-e032-0410-971d-27865f9a5e38
* fixed 'index out of range' warningtrialuser022016-09-051-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6710 90c681e8-e032-0410-971d-27865f9a5e38
* prepare for refresh playlist functiontrialuser022016-01-181-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6059 90c681e8-e032-0410-971d-27865f9a5e38
* replaced hardcoded config pathtrialuser022015-07-061-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5228 90c681e8-e032-0410-971d-27865f9a5e38
* some api changestrialuser022015-07-011-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5200 90c681e8-e032-0410-971d-27865f9a5e38
* prepare for api changestrialuser022015-05-301-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5043 90c681e8-e032-0410-971d-27865f9a5e38
* removed useless codetrialuser022015-02-281-6/+0
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4748 90c681e8-e032-0410-971d-27865f9a5e38
* added ColumnManager class, reverted previous committrialuser022015-02-281-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4746 90c681e8-e032-0410-971d-27865f9a5e38
* renaming experimental branchtrialuser022015-01-091-5/+5
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4675 90c681e8-e032-0410-971d-27865f9a5e38
* added 'album artist' field support (patch by Dmitry Misharov)trialuser022014-09-221-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4509 90c681e8-e032-0410-971d-27865f9a5e38
* improved playlist savingtrialuser022014-03-221-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4187 90c681e8-e032-0410-971d-27865f9a5e38
* fixed regressiontrialuser022014-03-201-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4181 90c681e8-e032-0410-971d-27865f9a5e38
* added atomic playlist saving operationtrialuser022014-03-191-18/+31
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4179 90c681e8-e032-0410-971d-27865f9a5e38
* fixed api documentation and copyright yeartrialuser022014-03-081-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4133 90c681e8-e032-0410-971d-27865f9a5e38
* select created playlisttrialuser022014-03-081-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4131 90c681e8-e032-0410-971d-27865f9a5e38
* fixed regressiontrialuser022013-12-141-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3961 90c681e8-e032-0410-971d-27865f9a5e38
* fixed saving of the playlist settings (Fixes issue 622)trialuser022013-12-141-96/+9
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3960 90c681e8-e032-0410-971d-27865f9a5e38
* do not read playlist settings twicetrialuser022013-12-101-4/+9
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3959 90c681e8-e032-0410-971d-27865f9a5e38
* fixed 'repeat playlist' featuretrialuser022013-09-061-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3683 90c681e8-e032-0410-971d-27865f9a5e38
* fixed copyrighttrialuser022013-08-281-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3672 90c681e8-e032-0410-971d-27865f9a5e38
* fixed crashtrialuser022013-08-281-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3671 90c681e8-e032-0410-971d-27865f9a5e38
* fixed some bugs, updated Russian translationtrialuser022013-08-161-4/+21
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3620 90c681e8-e032-0410-971d-27865f9a5e38
* added possibility to disable groups (not working yet)trialuser022013-08-161-0/+11
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3612 90c681e8-e032-0410-971d-27865f9a5e38
* refactoringtrialuser022013-08-151-26/+12
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3609 90c681e8-e032-0410-971d-27865f9a5e38
* fixed crashtrialuser022013-08-131-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3596 90c681e8-e032-0410-971d-27865f9a5e38
* fixed saving of current tracktrialuser022013-08-131-7/+6
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3589 90c681e8-e032-0410-971d-27865f9a5e38
* fixed playlist savingtrialuser022013-08-071-35/+38
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3579 90c681e8-e032-0410-971d-27865f9a5e38
* fixed several playlist functionstrialuser022013-08-061-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3570 90c681e8-e032-0410-971d-27865f9a5e38
* enabled 'remove invalid tracks' optiontrialuser022013-08-051-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3569 90c681e8-e032-0410-971d-27865f9a5e38
* added playlist groups, disabled broken pluginstrialuser022013-08-051-12/+12
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3564 90c681e8-e032-0410-971d-27865f9a5e38
* fixed playlist autosave optiontrialuser022013-07-291-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3557 90c681e8-e032-0410-971d-27865f9a5e38
* added playlists auto-save feauture (patch by Ferdinand Vesely) (Closestrialuser022012-12-151-4/+49
| | | | | | | issue 536), changed playlist api git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3063 90c681e8-e032-0410-971d-27865f9a5e38
* fixed FSF headerstrialuser022012-07-311-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2845 90c681e8-e032-0410-971d-27865f9a5e38
* fixed FSF address (trunk)trialuser022012-07-311-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2844 90c681e8-e032-0410-971d-27865f9a5e38
* insert new playlist at the end of playlists listtrialuser022012-02-101-3/+2
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2592 90c681e8-e032-0410-971d-27865f9a5e38
* added possibility to add files from command line to specific playlisttrialuser022012-02-101-0/+7
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2590 90c681e8-e032-0410-971d-27865f9a5e38
* refactoring: add QmmpUiSettings class, removed deprecated codetrialuser022012-02-091-55/+0
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2588 90c681e8-e032-0410-971d-27865f9a5e38
* updated yeartrialuser022012-01-191-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2551 90c681e8-e032-0410-971d-27865f9a5e38
* added removePlayList(int index) to apitrialuser022011-10-281-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2459 90c681e8-e032-0410-971d-27865f9a5e38
* added playlits access from command linetrialuser022011-10-201-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2414 90c681e8-e032-0410-971d-27865f9a5e38