Commit Graph

721 Commits

Author SHA1 Message Date
Mike Blumenkrantz 05260fccac add timers for left+right event areas to toggle overlays
edje bitches about an embryo stack underflow from this even though it's harmless, so edje logging gets turned off
2015-01-06 13:09:28 -05:00
maxerba 326b0a992e Updating italian translation 2015-01-03 18:01:59 +01:00
zmike e033453054 pass invalid url completions to metadata with deletion flag set accordingly 2015-01-03 01:05:10 -05:00
Mike Blumenkrantz de5172adaf improve tooltip text layout 2015-01-02 22:13:16 -05:00
Mike Blumenkrantz d037fd11e5 add option for appending selection from filesystem popup 2015-01-02 19:07:05 -05:00
Mike Blumenkrantz 76f028fc6f check ~/.config/empc/modules for homedir modules
this probably isn't xdg-approved but I'm too lazy to figure out where modules are supposed to go
2014-12-31 19:08:42 -05:00
Mike Blumenkrantz 4dce054617 shutup evas_main log dom
this is probably not the best way to prevent the infinite edje recalc errors but I doubt the internals will be fixed anytime soon so here goes
2014-12-31 19:08:42 -05:00
Mike Blumenkrantz 0cb070190f optimize apm insertions when using filenames 2014-12-31 19:08:42 -05:00
Mike Blumenkrantz 7c15296068 add notifications for apm updates 2014-12-31 19:08:42 -05:00
Mike Blumenkrantz d1e574b435 unify genlist clear functions to avoid future bugs 2014-12-31 19:08:42 -05:00
Mike Blumenkrantz 6e8e8af54e hugely improve ctrl+scrolling speed in empc 2014-12-31 19:08:42 -05:00
Mike Blumenkrantz 8936365d19 hugely beef up apm module
* auto-insert new adds into existing albums

* check database info if shitty filesystem organization exists
2014-12-31 19:08:38 -05:00
Mike Blumenkrantz 43edd86bb2 fix invalid header items in hash by clearing header hash on genlist clear 2014-12-28 18:01:59 -05:00
Mike Blumenkrantz 3f7a89f158 make some empc functions/variables accessible to modules 2014-12-28 18:01:59 -05:00
Mike Blumenkrantz 14c9993fab add AddId dbus method 2014-12-28 18:01:59 -05:00
Mike Blumenkrantz ceaf0913da fix e module warning 2014-12-28 18:01:58 -05:00
Mike Blumenkrantz 5ac9da57df add util function for finding header items 2014-12-28 18:01:58 -05:00
Mike Blumenkrantz a049bda9d7 change lyric show mechanism to ensure lyrics are available before showing 2014-12-28 18:01:58 -05:00
zmike b67527dbe6 fix tooltip creation for player view 2014-12-24 23:51:17 -05:00
zmike 4055d54e69 one more excetra resync 2014-12-21 18:41:16 -05:00
zmike dc03a8a138 resync excetra with upstream 2014-12-21 18:20:44 -05:00
zmike 2b59b081e3 add MPD_HOST note to README 2014-12-21 17:38:43 -05:00
Mike Blumenkrantz 4ae801bf80 add arcconfig 2014-12-19 20:05:35 -05:00
Mike Blumenkrantz a5be96304f add README to EXTRA_DIST 2014-12-19 19:57:55 -05:00
Mike Blumenkrantz 4f701a26c8 todo-- 2014-12-19 19:57:55 -05:00
Mike Blumenkrantz 5f5d80a1d6 show info when no background available, todo-- 2014-12-19 19:57:55 -05:00
Mike Blumenkrantz c3e22f3e48 add tooltips for player view 2014-12-19 19:57:55 -05:00
Mike Blumenkrantz 5539346c53 break out tooltip creation into separate function 2014-12-19 19:57:55 -05:00
Mike Blumenkrantz 855b0deae8 bump version to pre-release state 2014-12-19 19:57:55 -05:00
Mike Blumenkrantz 5d0b7dc745 update efl version reqs 2014-12-19 19:57:55 -05:00
Mike Blumenkrantz f49c507ac0 update readme with useful information 2014-12-19 19:57:55 -05:00
Mike Blumenkrantz cfeb7fbdc6 fix build deps for apm module
fix T1938
2014-12-19 19:57:55 -05:00
zmike a4fc3528d7 remove extremely old+outdated build.sh 2014-12-16 00:48:31 -05:00
zmike ce69d2d4b6 fix some probably-impossible-to-trigger uninitialized variable warnings
../src/bin/empc.c: In function 'queue_list_delete_selected':
../src/bin/empc.c:2024:7: warning: 'sub' may be used uninitialized in this function [-Wmaybe-uninitialized]

../src/bin/empdd.c: In function 'main':
../src/bin/empdd.c:1395:19: warning: 'settings' may be used uninitialized in this function [-Wmaybe-uninitialized]

../src/bin/empc.c: In function 'filesystem_item_content_get':
../src/bin/empc.c:1342:42: warning: 'req' may be used uninitialized in this function [-Wmaybe-uninitialized]

../src/bin/empc.c: In function 'empc_status':
../src/bin/empc.c:879:46: warning: 'sop' may be used uninitialized in this function [-Wmaybe-uninitialized]
../src/bin/empc.c:808:26: note: 'sop' was declared here
2014-12-16 00:46:45 -05:00
Mike Blumenkrantz 2a78c7f2a5 rename project to empc 2014-12-15 15:29:03 -05:00
Mike Blumenkrantz 19bd534205 make apm startup async 2014-12-15 14:39:49 -05:00
Mike Blumenkrantz ed6a62c02e apm should only try parsing log file if seek was successful 2014-12-15 14:39:34 -05:00
Mike Blumenkrantz d9056e4702 handle metadata fetch failures due to no matching modules loaded 2014-12-15 00:07:09 -05:00
Mike Blumenkrantz f02c269e58 add black rect to obscure logo when background should be visible
todo--
2014-12-14 22:08:41 -05:00
Mike Blumenkrantz 0b5969db26 rewrite apm to track log file changes when possible 2014-12-14 22:08:38 -05:00
Mike Blumenkrantz 47db0cbcbc replace PLAYLIST_MANAGER modtype with MISC, remove related hooks 2014-12-14 21:55:43 -05:00
Mike Blumenkrantz 9c0ceaa822 fix window title when no song title/artist available 2014-12-14 21:49:39 -05:00
Mike Blumenkrantz b3d489b40c fix filesystem fetching if player is stopped 2014-12-14 21:48:25 -05:00
Mike Blumenkrantz 5be8af98b8 swap bgs correctly after an update 2014-12-14 17:24:06 -05:00
Mike Blumenkrantz 8fb9daf5be avoid scrolling playlist on songid_update when modifying playlist 2014-12-14 17:22:38 -05:00
zmike 50ca6c1301 ensure ctrl+scrolling uses geometry inside the playlist area for finding an item 2014-12-07 00:10:14 -05:00
zmike c9646b679d fix mouse wheel use when ctrl+scrolling on playlist 2014-12-05 09:34:13 -05:00
zmike 191b1207d9 add ctrl+wheel playlist scrolling for scrolling between headers 2014-12-02 20:47:04 -05:00
Mike Blumenkrantz 12366be5aa fix e module dbus crash 2014-11-21 14:44:54 -05:00
zmike d9a12b8e2e put time back for current song in playlist
it was too distracting to have an empty field in the playlist
2014-11-16 17:12:23 -05:00