Commit Graph

248 Commits

Author SHA1 Message Date
Carsten Haitzler b084603c7c albumart - remove square restriction as it works better it seems 2014-08-10 11:47:27 +09:00
Mike Blumenkrantz e5a9fa362d update gitignore 2014-08-09 11:57:50 -04:00
Mike Blumenkrantz 25ffdc470c improve build system to use only one makefile 2014-08-09 11:57:40 -04:00
Carsten Haitzler f045398c0f rage - gesture layer - move below dragbar and such controls 2014-08-09 14:49:14 +09:00
Carsten Haitzler 271711e2b4 sue proper vid obj 2014-08-07 19:39:32 +09:00
Tom Hacohen e695940240 Fix some emotion calls to be called on the emotion object.
They were being called on the wrong object (the video smart instead of the emotion object),
now all the functions get called on the emotion object as they should.
2014-08-07 10:18:13 +01:00
Carsten Haitzler 1926a63080 rage- fix clipping of element that caused event issues 2014-08-07 11:02:21 +09:00
Carsten Haitzler a0a495b146 rage theme - add shine/bevel to coverart - consistent 2014-08-07 10:30:30 +09:00
Carsten Haitzler 07b8fcffdc rage - if win isnt created - exit 2014-08-06 14:56:38 +09:00
Carsten Haitzler b316a863c0 rage style - move control buttons up and have seek bar fill bottom of window 2014-08-05 19:20:46 +09:00
Carsten Haitzler e3bb0420c1 rage - add album art fetching for audio only stuff.
if the track is audio only, it'll look in a cache of albumart, if not,
request the big google in the sky for an image with some search terms
guessed from id3/metadata/filename and then use that. tak'es the first
thing found. not very smart, but pretty damned good most of the time.
2014-08-05 18:57:26 +09:00
Carsten Haitzler 7cc3f1c5a0 rage - make music only mode display a nice speaker from mixer module
nice aesthetic change
2014-08-04 17:34:45 +09:00
Carsten Haitzler 706e4948d7 add video thumbnails on timeline/dragable/seeker at the bottom
these thumbnails are generated in the bg by rage_thumb and will appear
once generated (or already found cached). it'll generate new thumbs if
modified dates are equal or newer on tthe src vs the thumbnail cache.
the caches store 160xN thumbs (keep aspect) with 70% lossy jpeg
quality in an eet file with one thumb per 10 second interval. so it
has limited accuracy.
2014-08-04 17:15:30 +09:00
Carsten Haitzler 848b3af260 rage - add thumbnailer core - intended for use with timeline 2014-08-03 21:36:45 +09:00
Carsten Haitzler 7527276a8e rage - improve icons for full/unfullscreen 2014-08-03 10:01:32 +09:00
Carsten Haitzler 5537b118e7 rage - fix dnd to work again 2014-08-01 07:50:40 +09:00
Carsten Haitzler ee19bdb485 hide mouse on mouse idle on fullscreen mode in rage 2014-07-21 13:13:33 +09:00
Carsten Haitzler f35241a154 rage - add (un)/fullscreen button/status gadget and close in fs mode 2014-07-20 23:38:02 +09:00
Shinwoo Kim 8d941dc68e fix typo 2014-07-12 23:08:49 +09:00
Carsten Haitzler 90bece8408 add rage todo 2014-07-08 15:55:20 +09:00
Carsten Haitzler 8747dd0f5b add todo for rage 2014-07-07 12:34:54 +09:00
Carsten Haitzler a3501234ab update TODO 2014-07-02 11:42:23 +09:00
Carsten Haitzler b68c30095b fix ellipsis. :) 2014-05-18 16:04:40 +09:00
Carsten Haitzler 01a8d59957 stop being annoying and showing a list of videos ... of 1. 2014-04-24 17:48:09 +09:00
Carsten Haitzler 8f126343af add engine config (save/load and cmdline option) - no gui though 2014-03-09 16:09:05 +09:00
Carsten Haitzler 77aabdae63 clean up build/pkg files 2014-03-09 15:01:22 +09:00
Carsten Haitzler b7935ff7e4 adjust todo list 2014-03-09 14:31:53 +09:00
Carsten Haitzler d479fb7a03 remove unused label 2014-03-09 14:31:18 +09:00
Carsten Haitzler b6c362cf2e use accel preference if elm 1.10 2014-03-09 14:30:51 +09:00
Carsten Haitzler 127ccd79fb move to needing 1.9 2014-03-09 14:20:05 +09:00
Carsten Haitzler ebbb6bd276 todo-- 2014-03-08 23:33:25 +09:00
Carsten Haitzler b6a9c9bd9c allow rage to display by default with about icon 2014-02-22 23:56:50 +09:00
Carsten Haitzler d684158340 add about icon in place of options button for now. 2014-02-22 23:52:13 +09:00
Carsten Haitzler 20dfb1f19a printf-- 2014-02-16 22:06:04 +09:00
Carsten Haitzler fd30f59365 dnd - handle %20 etc. escapes in uri's 2014-02-16 22:01:13 +09:00
Carsten Haitzler 50909ee575 update winlist on dnd add 2014-02-16 21:41:05 +09:00
Carsten Haitzler 5383008606 remove mapbuf from vid list 2014-02-16 21:14:59 +09:00
Carsten Haitzler ae2e2d888f use noclip style for scroller and upgrade vid list item look 2014-02-16 21:10:01 +09:00
Carsten Haitzler 06cfbb082c add vidual video list selector
this allows you to see the video playlisty live, select items from it,
scroll around and have full live paying previews in the list
2014-02-16 14:33:14 +09:00
Carsten Haitzler 571be6a89a add gesture seeking (drag horizontally + momentum) 2014-01-28 17:19:25 +09:00
Carsten Haitzler f3418a540d add lowquality option for video 2014-01-28 14:52:03 +09:00
Carsten Haitzler b8be71db0c remove commented out code in video wrapper 2014-01-28 14:06:03 +09:00
Carsten Haitzler bb5f5b5487 break up main.c into logical elements as separate files 2014-01-28 13:49:28 +09:00
Daniel Juyung Seo f2cb079642 rage - print usage when the command line parameter is missing. 2014-01-22 14:11:22 +09:00
Carsten Haitzler 2e0659be1d todo++ 2014-01-21 18:26:46 +09:00
Carsten Haitzler cae4548aa2 add todo notes. 2014-01-21 18:23:58 +09:00
Carsten Haitzler 048b0b9e92 add slight bevelling on sides/bottom and on top to look nicer. 2014-01-21 18:14:13 +09:00
Carsten Haitzler 86a4a3704a rage - initial import of working code 2014-01-20 20:34:48 +09:00