Commit graph

  • 6bda3051b4 Remember equalizer window position. Daniel Svensson 2006-08-19 18:21:04 +02:00
  • c2f1f3b185 Try to make the Slider class a bit more generic. Use the new slider in volume, balance and equalizer. Daniel Svensson 2006-08-19 02:11:18 +02:00
  • 0c233da62a Renamed Slider class to PosBar. Daniel Svensson 2006-08-18 14:39:15 +02:00
  • d114edf75f Added start of new Medialib view Tobias Rundstrom 2006-08-17 19:23:57 -04:00
  • 219327ca20 Added ignore file Tobias Rundstrom 2006-08-17 19:23:03 -04:00
  • 646944d06b Remove old medialib browser Tobias Rundstrom 2006-08-17 17:06:34 -04:00
  • 33616aaa06 "Oups" Tobias Rundstrom 2006-08-17 16:40:26 -04:00
  • 84d0c3b3b5 Use FileDialog in Display also. Tobias Rundstrom 2006-08-17 16:34:54 -04:00
  • 67bf4215bf Pimp my filedialog. Tobias Rundstrom 2006-08-17 16:25:05 -04:00
  • 0fe79ab827 Starting to add Equalizer window Daniel Svensson 2006-08-15 21:53:49 +02:00
  • da993036aa Added clutterbar. Daniel Svensson 2006-08-12 16:09:46 +02:00
  • 4f3395baae Extract clutterbar images. Daniel Svensson 2006-08-12 15:33:51 +02:00
  • 49d1b6cf9c Show maindisplay's songinfo even if album or artist props are missing. Daniel Svensson 2006-08-10 15:42:15 +02:00
  • 762d71df38 Let xmms2d decide what files are playable. Daniel Svensson 2006-08-10 15:29:43 +02:00
  • 3f1d05fc08 Fix position slider offset problem Daniel Svensson 2006-08-10 14:46:31 +02:00
  • 8c151d1358 Show playlist entries even if album or artist props are missing. Daniel Svensson 2006-08-09 21:02:48 +02:00
  • ac0ac19bf1 Check if the mediainfo has duration before using it. Daniel Svensson 2006-08-09 20:47:38 +02:00
  • 817c30635e Check if the mediainfo has bitrate before using it. Daniel Svensson 2006-08-09 19:31:27 +02:00
  • 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. Jonne Lehtinen 2006-07-17 15:52:05 -04:00
  • c3e9b3acd9 removed sigc++ check. Tobias Rundström 2006-07-03 18:26:05 -04:00
  • 9f85634bcf OTHER: NOW they should be correct types all (tested all, I think) Jonne Lehtinen 2006-05-27 21:43:38 +03:00
  • 336c95805f OTHER: Use (hopefully) correct types in PlaylistChanged function Jonne Lehtinen 2006-05-27 21:30:29 +03:00
  • 1443d75e3a New instructions. Tobias Rundstrom 2006-05-27 14:06:36 -04:00
  • bebdbae405 OTHER: running_ = true; in the mainloop thingie so that checking for it works in synchronous functions. Jonne Lehtinen 2006-05-27 20:59:05 +03:00
  • caf82d8495 OTHER: Added Jonne to the AUTHORS file. Tobias Rundstrom 2006-05-27 13:14:03 -04:00
  • f8dc612c13 OTHER: Use correct types for dict gets and use Xmms::List for playlistList signal. Jonne Lehtinen 2006-05-27 19:49:25 +03:00
  • c98cadb1f2 OTHER: Use Xmms::*Dict instead of QHash for various functions. Jonne Lehtinen 2006-05-27 18:37:35 +03:00
  • f16efc80e3 OTHER: foreach -> each Jonne Lehtinen 2006-05-27 13:47:11 +03:00
  • a18cea60f0 OTHER: Make the mainloop inherit Xmms::MainloopInterface. Also made it orphan (Xmms::Client deletes it properly). This should be added as a shared library compiled with the bindings if QT libraries are available. Jonne Lehtinen 2006-05-27 13:24:00 +03:00
  • 70da726f52 Port to cpp bindings Jonne Lehtinen 2006-05-25 21:50:53 +03:00
  • 0f06c83484 Don't crash when volume isn't available. Tobias Rundstrom 2006-03-25 14:06:37 -04:00
  • f4d010e59a Show channel if the entry is a stream. Tobias Rundstrom 2006-03-23 22:33:05 -04:00
  • e6ecb50069 Fixed annoying crashbug in playlist. Tobias 2006-03-22 16:41:16 -04:00
  • 5b519baa25 Conserve CPU. Tobias 2006-03-22 13:02:07 -04:00
  • 8cf4f132ff Make promoe work with DrDolittle. This moves the c++ wrapper into promoe so we don't depend on a patched version of xmms2 anymore. You should be able to run this with a drdolittle out of the box. I also disabled the medialib browser for future enabling. Tobias Rundstrom 2006-03-20 22:46:39 -04:00
  • 8807e630f1 Volume slider now 100% operational. Setting volume from promoe works! Chris Gilbert 2006-03-16 04:51:40 +01:00
  • 2c20ddf6fc Moved around headers, should make it faster to compile. Tobias Rundstrom 2006-03-15 22:58:57 -04:00
  • 1e8286a5b9 Used my elite skills to fit the xmms2 logo into default skin! Tobias Rundstrom 2006-03-15 22:11:26 -04:00
  • 80f730b44e Added documentation. Tobias Rundstrom 2006-03-15 20:54:18 -04:00
  • c4b32b5692 Volume bar does stuff now! It will stay in sync with the volume from your system. Chris Gilbert 2006-03-16 01:27:25 +01:00
  • 4318215dbb Make add DIR to work. Tobias Rundstrom 2006-03-15 20:45:03 -04:00
  • bfc0548cd2 Bind some playlistbuttons. Tobias Rundstrom 2006-03-15 19:08:07 -04:00
  • b575931c13 Fix correct offsets for the textbar in the maindisplay. Tobias Rundstrom 2006-03-15 19:07:53 -04:00
  • bf50790f49 Add copyright headers. Tobias Rundstrom 2006-03-15 16:52:40 -04:00
  • 2aac8ae0ae Screwed up last import Tobias Rundstrom 2006-03-15 16:32:25 -04:00
  • beeaeb95b1 Time display reverse both minus and numberdisplays clickable skin minus now visible drawing minus-line (skins without minus) in correct color. stop now contains minus as well. Tobias Bengtsson 2006-03-15 20:07:15 +00:00
  • 73e283cc48 Added the volume slider, and made the Skin loader a bit more robust in the face of garbage/moved/deleted skins. Chris Gilbert 2006-03-15 06:28:34 +01:00
  • d7eede1737 Insert works. Tobias Rundstrom 2006-03-13 21:12:39 -04:00
  • 429cf316ed Add const & in good places to avoid promoe to copy that much data. Tobias Rundstrom 2006-03-12 11:01:53 -04:00
  • 403b9257cc Put filedialogs in the correct parent. Tobias Rundstrom 2006-03-12 01:35:34 -04:00
  • 77f9088231 Added playlist buttons and enabled addDir and addFile Tobias Rundstrom 2006-03-12 01:19:01 -04:00
  • 0c5593076a Added support for the shade/close buttons on the playlist, and changed the way that togglePL works a bit to play nicer. Chris Gilbert 2006-03-12 02:19:45 +01:00
  • 13b9c47523 Key up and down works in playlist and repositions the view. Tobias Rundstrom 2006-03-11 19:37:41 -03:00
  • 33d3d29914 Fix some reposition bugs in the playlist. Tobias Rundstrom 2006-03-11 19:08:36 -03:00
  • 103e016cbd Reposition PlaylistSlider when list contents changes or something is resized. Tobias Rundstrom 2006-03-11 18:45:26 -03:00
  • c4affb2619 Speed up playlist paintEvent. Tobias Rundstrom 2006-03-11 16:25:33 -03:00
  • d57ebf91a0 Clean-up of signals and move fileOpen to SkinDisplay class Tobias Rundstrom 2006-03-11 15:57:19 -03:00
  • f2914f4594 Don't free objects in the SkinChooser that already freed. Tobias Rundstrom 2006-03-11 14:11:16 -03:00
  • b74cb0102a Unbreak seeking Daniel Svensson 2006-03-11 12:08:57 +01:00
  • 4c500bd768 Move fileOpen from XMMSHandler to MainDisplay Daniel Svensson 2006-03-11 11:09:40 +01:00
  • 7b00c4c9fb Make constructor in XMMSHandler private. Also adds a proper destructor to the class. Daniel Svensson 2006-03-10 14:36:54 +01:00
  • 98d56cf42d Make Skin constructor private. Daniel Svensson 2006-03-10 14:28:58 +01:00
  • 122884586a Remove unnecessary use of setText in ShadeDisplay which caused crash on Dapper. Daniel Svensson 2006-03-10 13:14:44 +01:00
  • 056e50ea51 Added AVAHI support to promoe. Check the promoe.pro file to enable / disable it. Tobias Rundstrom 2006-03-09 00:42:12 -03:00
  • dec1b66342 Unbreak coverfetcher. Tobias Rundstrom 2006-03-07 19:36:02 -03:00
  • 2ed2234013 Change the m_httpmap in Medialib to a member QMap. Daniel Svensson 2006-03-07 17:01:09 +01:00
  • 2e9ff68198 Change skin storage from a dynamically allocated QHash to a member QMap. Daniel Svensson 2006-03-07 16:56:18 +01:00
  • 1af311e1f1 Removed compiler warning, m_currentId in XMMSHandler should be int, not uint Daniel Svensson 2006-03-07 15:43:24 +01:00
  • 24f699beb4 Remove "using namespace" from header files and change std::strings to QStrings. Daniel Svensson 2006-03-07 14:13:21 +01:00
  • 8fb689d163 Set windows as Dialogs instead of MainWindows. Tobias Rundstrom 2006-03-06 18:28:36 -03:00
  • b7d5afc0ca Worked much on the Medialib. Tobias Rundstrom 2006-03-06 00:34:28 -03:00
  • 28f9bd246b Try out a new nocover icon and fix some parent issues. Tobias Rundstrom 2006-03-05 20:28:01 -03:00
  • ebb4328156 Better scaled icon. Tobias Rundstrom 2006-03-05 19:13:31 -03:00
  • d88f3b273c Don't let the textscroller in shaded mode use more space then available. Tobias Rundstrom 2006-03-05 19:11:48 -03:00
  • 94404d0bc1 Converted default skin to PNG. Tobias Rundstrom 2006-03-05 18:51:08 -03:00
  • 828f1db087 Add settings value for playlist shaded mode font size. Tobias Rundstrom 2006-03-05 17:37:40 -03:00
  • c08a635673 Added playlist fontsize setting. Tobias Rundstrom 2006-03-05 17:22:29 -03:00
  • 0050afd285 Merge with git+ssh://git.xmms.se/xmms2/promoe.git Tobias Rundstrom 2006-03-05 17:04:40 -03:00
  • aa6be6881a Always resurrect playlist window in the correct pos. Tobias Rundstrom 2006-03-05 17:04:18 -03:00
  • 20c4c5625d Remove annoying debug print Daniel Svensson 2006-03-05 21:00:34 +01:00
  • f7c018c48c Raise playlistwindow on mouse click. Tobias Rundstrom 2006-03-05 16:47:37 -03:00
  • 52e75244fc Fix various artists in medialib. Tobias Rundstrom 2006-03-05 16:15:07 -03:00
  • 152e1b2be8 Make difference on ShadedDisplay and MainDisplay in settings Tobias Rundstrom 2006-03-05 15:31:31 -03:00
  • 0498d4d44a Correctly toggle the playlist open button Tobias Rundstrom 2006-03-04 22:29:11 -03:00
  • 651558d6c4 Fixed annoying of-by-one bug in the selection Tobias Rundstrom 2006-03-04 21:41:56 -03:00
  • 2ae3f3bf7e The beginning of a settings window. Only application settings for now Tobias Rundstrom 2006-03-04 21:23:15 -03:00
  • 002867c17b Remember sizes, positions and such. Tobias Rundstrom 2006-03-04 18:01:12 -03:00
  • 6e88190239 Give the SkinChooser some love. Tobias Rundstrom 2006-03-04 16:51:04 -03:00
  • fcf2c543ee If skin not set, read it from the QRC file instead. Tobias Rundstrom 2006-03-04 16:37:49 -03:00
  • 726826234b Remove spam Tobias Rundstrom 2006-03-04 16:28:47 -03:00
  • 7b5f4f5a38 Don't be stupid with m_currentid Tobias Rundstrom 2006-03-04 16:27:45 -03:00
  • 4c02a3b938 Drag from medialib to Playlist now works! No inserts yet, just append Tobias Rundstrom 2006-03-04 16:06:47 -03:00
  • ef5a523a8d Maybe people stop whining now. Tobias Rundstrom 2006-03-04 13:42:23 -03:00
  • b0f7061f84 Medialib now works a bit better and has a very nice status bar. Tobias Rundstrom 2006-03-03 19:40:45 -03:00
  • 44de5fb428 MD5 medialib names. Tobias Rundstrom 2006-03-03 17:24:59 -03:00
  • 3ba5c1b73d Fix jpeg compliation flags for static systems Tobias Rundstrom 2006-03-03 10:49:34 -03:00
  • b8f4b7acb7 Added a beginning of the medialib. Tobias Rundstrom 2006-03-02 23:50:22 -03:00
  • 9b5aac622c Forgot two files. Tobias Rundstrom 2006-03-02 00:57:24 -03:00
  • a94631fc50 Updated TODO Tobias Rundstrom 2006-03-02 00:56:48 -03:00
  • 07977b89f5 Shaded mode for playlist. Tobias Rundstrom 2006-03-02 00:56:17 -03:00