Carsten Haitzler
6c98c37e30
dnd - handle dnd data that is not nul terminated already
...
fix issue where we assumed dnd data is a nul terminated string. it's
not. it's raw data. fix.
4 years ago
Carsten Haitzler
b24a22ba6f
video - handle null file sets nicely
...
makes coverity happy
4 years ago
Carsten Haitzler
cf7f767959
buildtype - move to plain by default like efl
...
meson uses debug by default... let's use plain shall we?
5 years ago
Carsten Haitzler
95cb915557
mpris - fix title return to return real title or generated one
5 years ago
Carsten Haitzler
6a2ef684b4
brng back key controls after dnd fix with focus fix for new button
5 years ago
Carsten Haitzler
7c35c02b5b
dnd - deal with efl behavior breaks and use a button not evas rect
...
so elm broke behavior where it would allow dnd targets to be regular
evas objects not just elm. so it needs ot be elm so use an elm button.
@fix elm break
5 years ago
Carsten Haitzler
a76a80da0b
meson - use install_mode for theme
5 years ago
Carsten Haitzler
db019b569e
meson - sync tree to look like e/efl with meson scripts in meson dir
5 years ago
Carsten Haitzler
ae961da8dd
handle possible buffer max-out with snprintfs as errors
...
no warnings now.
5 years ago
Carsten Haitzler
857db46c96
rage albumart - delay img fetch as it seems no response if too fast
5 years ago
Carsten Haitzler
268e125104
rage thumb - limit max parallel thumb fetch to 4 at a time
...
if you have 128 cores, running 64 of these isnt a brilliant idea.
5 years ago
Carsten Haitzler
02cb1632c0
xxx
6 years ago
Alastair Poole
e94b1483fc
meson: install icon according to FDO icon spec.
6 years ago
Alastair Poole
d7227a74d3
Fix crash: file can be NULL here.
6 years ago
Al Poole
33127a90d5
AUTHORS: use netstar's full name.
6 years ago
Carsten Haitzler
f328d97ec5
rage thumb - allow a much longer timeout for long generation efforts
6 years ago
Eduardo Lima (Etrunko)
215867863f
dnd: Check for spaces after '%' character
...
In this case the directory name should not be escaped. I recently bumped
into this issue with the '100% Clubland 90s' album.
Signed-off-by: Eduardo Lima (Etrunko) <eblima@gmail.com>
6 years ago
Carsten Haitzler
b7be3a0ae4
rage - let's do 0.3.0.
6 years ago
Carsten Haitzler
f7e69b9412
mpris - handle when window is gone
6 years ago
Carsten Haitzler
d615cd3c11
mpris - dont use gcc extn's of { 0 } to dclare element entirely 0
...
clang is unhappy with these.
6 years ago
Carsten Haitzler
8d07759869
implement metadata for mpris so evene thumbs work for non-thumbed files
...
this allows us to port to artfiles always too... this way
music-control displays the albumart. music-control is a bit broken in
that it doesnt keep aspect ratio etc. of these. need to fix that over
there.... but... it's coming together.
6 years ago
Carsten Haitzler
34ab03ac29
update autogen.sh too to use meson configure
6 years ago
Carsten Haitzler
8f1d6d5716
update install to use meson configure not mesonconf
6 years ago
Carsten Haitzler
de57f6735c
mpris support - tidy up
...
make sure XXX's are for things to do still, list all the mime types
fully that i can find (well ok - should get from emotion but it doesnt
expose this), and dont expose functions that don't work in the dbus
api and note what is imcomplete at the top
this should dot i's and cross t's on the mpris support for now.
6 years ago
Carsten Haitzler
f655898d2f
add mpris2 dbus api support to rage
6 years ago
Carsten Haitzler
62bbf25fd2
browser - work around focus restore errors by explicitly focusing win
...
browser hides and rage relied on elm auto-focusing what was left after
hiding/deletion of the browser input button... but this broke ... work
around it and be explicit in focusing win content again.
6 years ago
Carsten Haitzler
d82c1877ec
fix warning about use after free - wasnt but coverity didn't know better
...
silence CID 165236
6 years ago
Carsten Haitzler
9663ce71b4
rage - recursion - do it in addition to the list not either-or
6 years ago
Al Poole
5bcb49879b
AUTHORS: add netstar to list.
...
Add netstar to list (thanks raster).
6 years ago
Carsten Haitzler
d8cd0b22e5
add more help to INSTALL
6 years ago
Al Poole
6e2b560ed4
thumb: fix optimization conversion, move and free.
...
Summary:
fix image save (needs extension). use same extension (saves conversion).
fix free before use.
Reviewers: raster
Reviewed By: raster
Differential Revision: https://phab.enlightenment.org/D5071
6 years ago
Carsten Haitzler
b3cb2d20a7
improve formatting of patch from netstar and warnings removed
6 years ago
Al Poole
82a163cbae
Add support for "Open with (folder)" as well as directories passed via the command line.
...
Reviewers: raster
Tags: #rage
Differential Revision: https://phab.enlightenment.org/D4820
6 years ago
Carsten Haitzler
8dfcdf2435
browser mode - clean up and dot some i's and corss some t's
...
hide control bar/pos when in browse mode, disable lots of key controls
and pause/unpause click and a bunch more. much cleaner now
6 years ago
Carsten Haitzler
712d88dbf0
rage browser mode thumbs - imrpove handling of child thum processes
...
dont overload the machin and leave thumb procs around and handle their
death better with tmp files+ atomic rename etc.
6 years ago
Carsten Haitzler
a6e000b2e8
fix help for rotation option
6 years ago
Carsten Haitzler
af4f8b4b1c
remove custom icon... as efl will find the right one anyway.
...
also remove the install of the extra icon - not needed
6 years ago
Carsten Haitzler
b17dd424df
fix install of rage image to right location used for icons in wl/csd
...
fix more meson build
6 years ago
Carsten Haitzler
cc6ae2d2c0
remove packaging files - just more work to maintain ... enough to do
6 years ago
Carsten Haitzler
c8c8e6e876
reformat perms.sh to be esier to re-us as a general chmod tool
6 years ago
Carsten Haitzler
350d6afb47
remove automake files not needed anymore
6 years ago
Carsten Haitzler
9afbe8483e
remove some noisy printfs and clean up the error ones
6 years ago
Carsten Haitzler
9125400e97
dont touch img2 in vdieo thumbs if they are not there
6 years ago
Carsten Haitzler
8726c95e2b
replace autofoo with meson...
...
learning how meson works. may not be the cleanest or nicest... but
it's not too bad. it does work. ninja dist works.
build times improved. for a full autogen.sh, make etc. -> 5.205s to 0.759s
6 years ago
Carsten Haitzler
0756e43821
theme - remove warnings about missing description in theme part
6 years ago
Carsten Haitzler
57faf3b21e
use sempahore for the lock-step to browsing/scanning thread
...
fixes T5688
6 years ago
Carsten Haitzler
a74ff71242
rage browser mode - make it come up every time properly...
...
remove race conditions and stop mainloopfrom being too flodded.
7 years ago
Carsten Haitzler
4f0461cf39
winlist - hide if mouse exits window
7 years ago
Carsten Haitzler
ded0530aff
rage music mode - remove speaker look and move to album art image
7 years ago
Carsten Haitzler
370446a303
rage - fix warning for unused params
7 years ago