Commit graph

179 commits

Author SHA1 Message Date
Thomas Frauendorfer
e677ad6f83 Enable Drag and Drop in playlist 2008-01-26 05:13:42 +01:00
Thomas Frauendorfer
38218a7057 Make mono-stereo indicator work and change location of configfile 2008-01-25 22:10:59 +01:00
Thomas Frauendorfer
366cb35a93 removed some dead code from settingsdialog.cpp that I forgot for the last commit 2008-01-24 23:13:26 +01:00
Thomas Frauendorfer
5e65a6d329 cleanups in SettingsWindow, and rename to SettingsDialog 2008-01-24 23:10:08 +01:00
Thomas Frauendorfer
ad7cf39499 moved main-method into a own file and added a GPL Header 2008-01-24 19:20:50 +01:00
Thomas Frauendorfer
883243a376 Moved some files and minor cleanups 2008-01-24 05:52:52 +01:00
Thomas Frauendorfer
0cf6c18de4 Implement removing of items in the Playlist 2007-10-17 14:11:45 +02:00
Thomas Frauendorfer
eef3e53bd9 Make playlist's selection buttons work 2007-10-17 03:00:15 +02:00
Thomas Frauendorfer
c988db9f31 added myself to Authors and small cleanups 2007-10-17 02:02:21 +02:00
Thomas Frauendorfer
7d43b773fe Fix graphic glitch in volume and balance slider 2007-10-12 00:42:16 +02:00
Thomas Frauendorfer
cb95e99723 Fix small graphics glitch in posbar. 2007-10-11 16:11:37 +02:00
Thomas Frauendorfer
cbb6ed1d15 Implement a XSettings Class as interface to xmms2d's serverside config 2007-10-10 16:46:16 +02:00
Thomas Frauendorfer
778d828db8 Some little code cleanups
like removing now unused code and so on
2007-10-08 02:03:50 +02:00
Thomas Frauendorfer
61064a924d Move directory CleanAMP 2007-10-07 14:41:31 +02:00
Thomas Frauendorfer
503385309b Change playlist to use Esperanza's playlistmodel 2007-10-07 14:34:53 +02:00
Tobias Rundstrom
85cf6a8d1c Sort list from getFiles before adding them to the playlist 2006-08-25 15:16:32 -04:00
Tobias Rundstrom
f6baf9cb12 Make DAAP browsing pretty 2006-08-25 13:24:39 -04:00
Tobias Rundstrom
7fbbfdb7bd Merge branch 'master' of git+ssh://git.xmms.se/xmms2/promoe 2006-08-25 11:16:26 -04:00
Tobias Rundstrom
2756d57390 Speed-up the BrowseDialog 2006-08-25 11:16:09 -04:00
Tobias Rundstrom
33bb42e8be Updates for listing DAAP shares 2006-08-23 20:43:30 -04:00
Tobias Rundstrom
95ff470248 Added server side browsing via xmmsc_xform_media_browse() 2006-08-23 17:16:38 -04:00
Daniel Svensson
70c6c3832f Show 00:00 for playlist items with -1 duration. 2006-08-22 20:06:53 +02:00
Tobias Rundstrom
38c87889fd Move resize() and move() to resizeEvent() 2006-08-19 15:11:04 -04:00
Tobias Rundstrom
7f8901a9e0 Remove some QRect madness. 2006-08-19 15:07:07 -04:00
Tobias Rundstrom
b9f8aeadec Merge branch 'master' of ssh://git.xmms.se/xmms2/promoe 2006-08-19 14:53:34 -04:00
Tobias Rundstrom
02c64bf99b Added MedialibModels but still are disabled because they don't work. 2006-08-19 14:50:55 -04:00
Daniel Svensson
6bda3051b4 Remember equalizer window position. 2006-08-19 18:21:04 +02:00
Daniel Svensson
c2f1f3b185 Try to make the Slider class a bit more generic.
Use the new slider in volume, balance and equalizer.
2006-08-19 02:11:18 +02:00
Daniel Svensson
0c233da62a Renamed Slider class to PosBar. 2006-08-18 14:39:15 +02:00
Tobias Rundstrom
d114edf75f Added start of new Medialib view 2006-08-17 19:23:57 -04:00
Tobias Rundstrom
219327ca20 Added ignore file 2006-08-17 19:23:03 -04:00
Tobias Rundstrom
646944d06b Remove old medialib browser 2006-08-17 17:06:34 -04:00
Tobias Rundstrom
33616aaa06 "Oups" 2006-08-17 16:40:26 -04:00
Tobias Rundstrom
84d0c3b3b5 Use FileDialog in Display also. 2006-08-17 16:34:54 -04:00
Tobias Rundstrom
67bf4215bf Pimp my filedialog. 2006-08-17 16:25:05 -04:00
Daniel Svensson
0fe79ab827 Starting to add Equalizer window 2006-08-15 21:53:49 +02:00
Daniel Svensson
da993036aa Added clutterbar. 2006-08-12 16:09:46 +02:00
Daniel Svensson
4f3395baae Extract clutterbar images. 2006-08-12 15:33:51 +02:00
Daniel Svensson
49d1b6cf9c Show maindisplay's songinfo even if album or artist props are missing. 2006-08-10 15:42:15 +02:00
Daniel Svensson
762d71df38 Let xmms2d decide what files are playable. 2006-08-10 15:29:43 +02:00
Daniel Svensson
3f1d05fc08 Fix position slider offset problem 2006-08-10 14:46:31 +02:00
Daniel Svensson
8c151d1358 Show playlist entries even if album or artist props are missing. 2006-08-09 21:02:48 +02:00
Daniel Svensson
ac0ac19bf1 Check if the mediainfo has duration before using it. 2006-08-09 20:47:38 +02:00
Daniel Svensson
817c30635e Check if the mediainfo has bitrate before using it. 2006-08-09 19:31:27 +02:00
Jonne Lehtinen
da102ae302 OTHER: Fix syntax errors.
In standard C++ all member declarations must use an unqualified name for
the member itself. G++ 4.1 enforces this.
2006-07-17 15:52:05 -04:00
Tobias Rundström
c3e9b3acd9 removed sigc++ check. 2006-07-03 18:26:05 -04:00
Jonne Lehtinen
9f85634bcf OTHER: NOW they should be correct types all (tested all, I think) 2006-05-27 14:45:05 -04:00
Jonne Lehtinen
336c95805f OTHER: Use (hopefully) correct types in PlaylistChanged function 2006-05-27 14:33:04 -04:00
Tobias Rundstrom
1443d75e3a New instructions. 2006-05-27 14:06:36 -04:00
Jonne Lehtinen
bebdbae405 OTHER: running_ = true; in the mainloop thingie so that checking for it
works in synchronous functions.
2006-05-27 14:00:14 -04:00