someplayer
13 years agoVersion bump
Nikolay Tischenko [Mon, 27 Sep 2010 15:53:39 +0000 (22:53 +0700)]
Version bump

13 years agoImplemented equalizer
Nikolay Tischenko [Mon, 27 Sep 2010 15:52:16 +0000 (22:52 +0700)]
Implemented equalizer
Added missed license info
Removed debug output

13 years agoOptionally appending current playlist to selected playlist if it exists
Nikolay Tischenko [Mon, 27 Sep 2010 08:17:29 +0000 (15:17 +0700)]
Optionally appending current playlist to selected playlist if it exists

13 years agoDeleted unused file
Nikolay Tischenko [Mon, 27 Sep 2010 05:40:31 +0000 (12:40 +0700)]
Deleted unused file

13 years agoImplemented new features: 1.2.1
Nikolay Tischenko [Mon, 27 Sep 2010 05:37:10 +0000 (12:37 +0700)]
Implemented new features:
* stop timer
* tag editing
* soft volume slider
* sorting artist by alphabet in library
Fixed bugs:
* auto-refreshing library view after adding new directory

13 years agoAdded TagLib (with AUTORS and COPYING files) 1.2.0
Nikolay Tischenko [Fri, 24 Sep 2010 16:09:14 +0000 (23:09 +0700)]
Added TagLib (with AUTORS and COPYING files)
Switched to TagLib for tag resolving
Added progressbar to busy widget

13 years agoNow 'Artist name' and 'ArTist Name' is the same for library
Nikolay Tischenko [Thu, 23 Sep 2010 18:18:30 +0000 (01:18 +0700)]
Now 'Artist name' and 'ArTist Name' is the same for library

13 years agoNow track without tags has title from file basename
Nikolay Tischenko [Thu, 23 Sep 2010 17:57:40 +0000 (00:57 +0700)]
Now track without tags has title from file basename
Added license info to new files
Named playlists dialog

13 years agoFixed bug with removing tracks from another playlist. Implemented adding track to...
Nikolay Tischenko [Thu, 23 Sep 2010 15:47:30 +0000 (22:47 +0700)]
Fixed bug with removing tracks from another playlist. Implemented adding track to another playlists

13 years agoFixes in desktop file release-1.0
Nikolay Tischenko [Wed, 22 Sep 2010 17:10:12 +0000 (00:10 +0700)]
Fixes in desktop file

13 years agoDesktop-file and icon
Nikolay Tischenko [Wed, 22 Sep 2010 15:31:38 +0000 (22:31 +0700)]
Desktop-file and icon

13 years agoAdding files from filesystem to current playlist
Nikolay Tischenko [Wed, 22 Sep 2010 15:30:04 +0000 (22:30 +0700)]
Adding files from filesystem to current playlist

13 years agoAdded application config. Moved application data from /tmp to ~/.someplayer
Nikolay Tischenko [Wed, 22 Sep 2010 13:05:03 +0000 (20:05 +0700)]
Added application config. Moved application data from /tmp to ~/.someplayer

13 years agoAdded license information
Nikolay Tischenko [Wed, 22 Sep 2010 07:32:03 +0000 (14:32 +0700)]
Added license information

13 years agoImplemented search
Nikolay Tischenko [Wed, 22 Sep 2010 07:15:00 +0000 (14:15 +0700)]
Implemented search

13 years agoAdded fullscreen button
Nikolay Tischenko [Wed, 22 Sep 2010 06:09:05 +0000 (13:09 +0700)]
Added fullscreen button

13 years agoFixed bug with order of queued tracks and prev-historied tracks
Nikolay Tischenko [Tue, 21 Sep 2010 08:31:46 +0000 (15:31 +0700)]
Fixed bug with order of queued tracks and prev-historied tracks

13 years agoHiding search panel when busy widget showed
Nikolay Tischenko [Fri, 17 Sep 2010 18:45:06 +0000 (01:45 +0700)]
Hiding search panel when busy widget showed
- improved playerform

13 years agoRemoved old icons paths from project file
Nikolay Tischenko [Fri, 17 Sep 2010 18:22:11 +0000 (01:22 +0700)]
Removed old icons paths from project file

13 years agoBig commit:
Nikolay Tischenko [Fri, 17 Sep 2010 18:17:59 +0000 (01:17 +0700)]
Big commit:
- added icons
- added search line
- minor bugfixing

13 years agoImplemented dynamic playlists
Nikolay Tischenko [Wed, 15 Sep 2010 17:47:22 +0000 (00:47 +0700)]
Implemented dynamic playlists
Improved current playlist view
Minor bugfixing

13 years agoRemoved debug info
Nikolay Tischenko [Wed, 15 Sep 2010 08:59:07 +0000 (15:59 +0700)]
Removed debug info

13 years agoImplemented playback.
Nikolay Tischenko [Wed, 15 Sep 2010 08:34:26 +0000 (15:34 +0700)]
Implemented playback.
play/pause/stop/next/prev
showing progress and seeking

13 years ago* Minor fixes in database storage
Nikolay Tischenko [Sat, 11 Sep 2010 20:34:29 +0000 (03:34 +0700)]
* Minor fixes in database storage
* Minor fixes in file storage
* Imlementing library page (implemented walking throw library, work with
playlists)

13 years agoFixed include error after moving engine sources
Nikolay Tischenko [Sat, 11 Sep 2010 13:29:35 +0000 (20:29 +0700)]
Fixed include error after moving engine sources

13 years agoIgnored user settings
Nikolay Tischenko [Sat, 11 Sep 2010 13:20:16 +0000 (20:20 +0700)]
Ignored user settings

13 years agoMerge branch 'main' of file:///home/somebody/projects/someplayer into main
Nikolay Tischenko [Sat, 11 Sep 2010 13:13:46 +0000 (20:13 +0700)]
Merge branch 'main' of file:///home/somebody/projects/someplayer into main

13 years agoCreated separate directory for player engine
Nikolay Tischenko [Sat, 11 Sep 2010 13:11:35 +0000 (20:11 +0700)]
Created separate directory for player engine

13 years agoCreated separate directory for player engine
Nikolay Tischenko [Sat, 11 Sep 2010 13:11:35 +0000 (20:11 +0700)]
Created separate directory for player engine

13 years agoImplemented track count update and adding to favorites
Nikolay Tischenko [Sun, 5 Sep 2010 17:43:54 +0000 (00:43 +0700)]
Implemented track count update and adding to favorites

13 years agoImplemented playlist storage
Nikolay Tischenko [Sun, 5 Sep 2010 17:21:13 +0000 (00:21 +0700)]
Implemented playlist storage
added track length to model and database

13 years agoImplemented directory scanning and adding tracks to library
Nikolay Tischenko [Sun, 5 Sep 2010 13:40:48 +0000 (20:40 +0700)]
Implemented directory scanning and adding tracks to library

13 years agoImplemented Database storage for library.
Nikolay Tischenko [Sat, 4 Sep 2010 20:15:35 +0000 (03:15 +0700)]
Implemented Database storage for library.
Temporary removed genre support for library.

13 years agoInitial structure. New abstract levels: dataobjecst, storage
Nikolay Tischenko [Sat, 4 Sep 2010 13:10:47 +0000 (20:10 +0700)]
Initial structure. New abstract levels: dataobjecst, storage

13 years agoInitial project
Nikolay Tischenko [Fri, 3 Sep 2010 18:56:35 +0000 (01:56 +0700)]
Initial project