codewarrior [Wed, 9 Nov 2005 08:08:05 +0000 (08:08 +0000)]
- stretch item swallow when we dont have scrollbar
- emit proper signals on mouse down / up
SVN revision: 18393
technikolor [Wed, 9 Nov 2005 07:56:20 +0000 (07:56 +0000)]
Patch submitted by Devon O\'Dell <devon.odell@gmail.com>. A fix for FreeBSD/AMD64 which lacks APM.
SVN revision: 18392
codewarrior [Wed, 9 Nov 2005 02:00:33 +0000 (02:00 +0000)]
- add more signals to icons / bg (need to properly rename them to make more sense)
- add dynamic glob matches to typebuffer (can get slow with 10,000 files, as expected, should be faster when we optimize e_icon_layout)
- add ability to start efm from e_remote (thanks ngc)
- add some edje effects.
- add a test idea for dynamic selection: when you bring up the typebuffer,
everything goes into "dark mode", and your searches light up dynamically as
they are found while you type.
- question: should A be equal to *A* in the typebuffer? ngc and rephorm
suggested this could be an option and if we do add a * manually then this
case will be invalidated.
- note: when browsing 10,000+ files, the slowness of the dir loading occurs
due to the fact that ecore_file's monitor will loop thru all the files and do
an insertion sort. raster said we can fix this with some work on the monitor
code.
SVN revision: 18390
codewarrior [Tue, 8 Nov 2005 22:59:01 +0000 (22:59 +0000)]
- remove regex.h
SVN revision: 18387
codewarrior [Tue, 8 Nov 2005 22:56:54 +0000 (22:56 +0000)]
- regex are kewl for regex geeks, globs are better for every day users (=
SVN revision: 18386
codewarrior [Tue, 8 Nov 2005 13:19:46 +0000 (13:19 +0000)]
- close typebuffer if we click on an icon (mouse up) or on the canvas (mouse down). the reason i have mouse up on the icon is that sometimes you click and wait (read it or look at it) then raise you finger off the mouse button. this doesnt apply to the bg because then you can click and drag to show the rubber band so we hide it directly.
SVN revision: 18382
Carsten Haitzler [Tue, 8 Nov 2005 13:02:19 +0000 (13:02 +0000)]
fix icons stacking/clip
SVN revision: 18381
Carsten Haitzler [Tue, 8 Nov 2005 06:47:48 +0000 (06:47 +0000)]
safety - cacheburst to 0 to ensure flushing of eet writes
SVN revision: 18373
Carsten Haitzler [Tue, 8 Nov 2005 03:28:02 +0000 (03:28 +0000)]
fix cahce scan / modify update stuff
SVN revision: 18371
codewarrior [Tue, 8 Nov 2005 00:53:33 +0000 (00:53 +0000)]
todo--
SVN revision: 18370
codewarrior [Tue, 8 Nov 2005 00:47:22 +0000 (00:47 +0000)]
- if typebuffer is active, left / right should move cursor (no movement yet, but doesnt move selection any more)
- if typebuffer is active, up / down might do some sort of history scrolling, for now, they just close the typebuffer
SVN revision: 18369
codewarrior [Tue, 8 Nov 2005 00:25:13 +0000 (00:25 +0000)]
- dont do anything if the regex failes to compile
SVN revision: 18368
codewarrior [Tue, 8 Nov 2005 00:06:30 +0000 (00:06 +0000)]
use string, not key
SVN revision: 18367
codewarrior [Tue, 8 Nov 2005 00:00:30 +0000 (00:00 +0000)]
- more work on typebuffer
- you can do things like '*a*' or 'A*' and they will get selected.
- todo:
* replace TEXT part with something better (size limitations)
* add more logic to typebuffer
SVN revision: 18366
codewarrior [Mon, 7 Nov 2005 22:48:15 +0000 (22:48 +0000)]
oops, thanks devilhorns (=
SVN revision: 18365
codewarrior [Mon, 7 Nov 2005 15:31:08 +0000 (15:31 +0000)]
- efm smart uses its own edje
- fix x, y in win (move)
- clean up efm code
- add basics for typebuffer
- allow icon_layout to sort internall (no unpack / pack)
SVN revision: 18362
troback [Mon, 7 Nov 2005 12:57:26 +0000 (12:57 +0000)]
Minor update.
SVN revision: 18361
codewarrior [Mon, 7 Nov 2005 00:21:12 +0000 (00:21 +0000)]
printf--
SVN revision: 18355
codewarrior [Mon, 7 Nov 2005 00:19:58 +0000 (00:19 +0000)]
- raise change cb when we press backspace or delete
SVN revision: 18354
codewarrior [Mon, 7 Nov 2005 00:13:54 +0000 (00:13 +0000)]
oops
SVN revision: 18353
codewarrior [Mon, 7 Nov 2005 00:09:20 +0000 (00:09 +0000)]
- fix e_widget_entry's focus
- add on_change callback to e_widget_entry
- tidy up some e_entry code
SVN revision: 18352
codewarrior [Sun, 6 Nov 2005 15:35:06 +0000 (15:35 +0000)]
- some first / last icon selection fixes
SVN revision: 18347
codewarrior [Sun, 6 Nov 2005 14:46:39 +0000 (14:46 +0000)]
- bind BackSpace to go back 1 dir
SVN revision: 18346
codewarrior [Sun, 6 Nov 2005 14:40:58 +0000 (14:40 +0000)]
-m pressing a key like "i" will take you to "images" and "C" takes you to "Code". Wrapping is also supported."
SVN revision: 18345
codewarrior [Sun, 6 Nov 2005 13:53:46 +0000 (13:53 +0000)]
- aspect ratio
SVN revision: 18343
codewarrior [Sun, 6 Nov 2005 13:38:46 +0000 (13:38 +0000)]
- fix dnd
SVN revision: 18340
codewarrior [Sun, 6 Nov 2005 13:09:54 +0000 (13:09 +0000)]
- optimize e_icon_layout (still need to do unpack)
- optimize loading of large folders (10,000+ files load well now)
Please test and report bugs. I have found a couple myself but havent traced them down yet.
SVN revision: 18339
Carsten Haitzler [Sun, 6 Nov 2005 10:13:43 +0000 (10:13 +0000)]
and now show the default and borderless ones. need to scan all available ones
though next and build the list in code.
SVN revision: 18338
Carsten Haitzler [Sun, 6 Nov 2005 09:59:12 +0000 (09:59 +0000)]
more ilist widget work... but more fix up livethumb to be cleaner
SVN revision: 18337
Carsten Haitzler [Sun, 6 Nov 2005 08:03:13 +0000 (08:03 +0000)]
and working on maing a border selector
does NOTHING YET! BEWARE! do NOT useit if u dont want some pain. i need to
make ecore evas canavses accepssible form an evas pointer etc. to make the
livethumb stuff cleaner so it can work
SVN revision: 18335
Carsten Haitzler [Sun, 6 Nov 2005 05:48:51 +0000 (05:48 +0000)]
ading "livethumb" - it uses the ecore evas buffer engine stuff to make a
canvas withni a canvas as a smart obj where ucan set 1 object as the base.
going to be handy for some stuff...
SVN revision: 18334
Carsten Haitzler [Sun, 6 Nov 2005 05:48:50 +0000 (05:48 +0000)]
ading "livethumb" - it uses the ecore evas buffer engine stuff to make a
canvas withni a canvas as a smart obj where ucan set 1 object as the base.
going to be handy for some stuff...
SVN revision: 18333
Carsten Haitzler [Sun, 6 Nov 2005 03:40:24 +0000 (03:40 +0000)]
use elipsis for fileman icons.
some ilist work. more to come.
SVN revision: 18327
Carsten Haitzler [Sat, 5 Nov 2005 13:54:43 +0000 (13:54 +0000)]
ilist cd's have some extra params.
SVN revision: 18322
Carsten Haitzler [Sat, 5 Nov 2005 13:46:02 +0000 (13:46 +0000)]
disable the test code!
SVN revision: 18321
Carsten Haitzler [Sat, 5 Nov 2005 13:45:08 +0000 (13:45 +0000)]
ilist: look less like arse :)
SVN revision: 18320
sebastid [Sat, 5 Nov 2005 12:42:59 +0000 (12:42 +0000)]
Down event in a down callback.
SVN revision: 18319
Carsten Haitzler [Sat, 5 Nov 2005 12:12:17 +0000 (12:12 +0000)]
starting work on ilist... gfx suck atm. need to eat. commit.
SVN revision: 18318
codewarrior [Sat, 5 Nov 2005 11:33:00 +0000 (11:33 +0000)]
- oops, forgot to save file.
SVN revision: 18316
codewarrior [Sat, 5 Nov 2005 11:13:13 +0000 (11:13 +0000)]
- move keyboard code to evas callbacks, thanks raster
SVN revision: 18315
Carsten Haitzler [Sat, 5 Nov 2005 01:51:20 +0000 (01:51 +0000)]
dude! serious wrongness there!
SVN revision: 18310
codewarrior [Sat, 5 Nov 2005 01:31:05 +0000 (01:31 +0000)]
- fix first / last element nav via keyboard
SVN revision: 18309
codewarrior [Sat, 5 Nov 2005 01:01:26 +0000 (01:01 +0000)]
- more work on keyboard nav, now window scrolls when we move with keys. still have bug in top topmost first item and lowermost right item.
SVN revision: 18307
sebastid [Fri, 4 Nov 2005 23:59:53 +0000 (23:59 +0000)]
So fix it the correct way :)
SVN revision: 18306
sebastid [Fri, 4 Nov 2005 23:30:18 +0000 (23:30 +0000)]
Fullscreen policy. Not tested since my stupid laptop only has one res.
Please test.
SVN revision: 18303
sebastid [Fri, 4 Nov 2005 23:10:34 +0000 (23:10 +0000)]
Correct contains definition.
SVN revision: 18302
codewarrior [Fri, 4 Nov 2005 22:53:08 +0000 (22:53 +0000)]
- getting the event window doesnt work this way
SVN revision: 18300
sebastid [Fri, 4 Nov 2005 22:16:22 +0000 (22:16 +0000)]
Seems like most movie players assume that the window will be resized to
actual full screen size. This fixes mplayer problems with fullscreen, and
doesn't seem to harm any other movie player.
SVN revision: 18299
sebastid [Fri, 4 Nov 2005 21:09:38 +0000 (21:09 +0000)]
Remove unneccesary local allocations.
Remove unused variables and code.
Add missing return statement.
Fix missing return value.
SVN revision: 18298
sebastid [Fri, 4 Nov 2005 21:06:31 +0000 (21:06 +0000)]
Remove unused prototypes and unused variables.
SVN revision: 18297
sebastid [Fri, 4 Nov 2005 21:05:57 +0000 (21:05 +0000)]
Remove unused variables.
SVN revision: 18296
sebastid [Fri, 4 Nov 2005 21:05:23 +0000 (21:05 +0000)]
Add missing return value.
SVN revision: 18295
sebastid [Fri, 4 Nov 2005 21:04:52 +0000 (21:04 +0000)]
Add missing declaration.
SVN revision: 18294
sebastid [Fri, 4 Nov 2005 21:03:14 +0000 (21:03 +0000)]
Add missing header
SVN revision: 18293
sebastid [Fri, 4 Nov 2005 21:02:12 +0000 (21:02 +0000)]
Remove unused variable.
SVN revision: 18292
sebastid [Fri, 4 Nov 2005 21:01:37 +0000 (21:01 +0000)]
Correct define for this file.
Fix function declarations.
SVN revision: 18291
sebastid [Fri, 4 Nov 2005 20:36:05 +0000 (20:36 +0000)]
Fix warnings.
SVN revision: 18290
Carsten Haitzler [Fri, 4 Nov 2005 17:11:02 +0000 (17:11 +0000)]
well 80 piels wide for now... i think we need to go over this icon view thing
in detail...
SVN revision: 18286
Carsten Haitzler [Fri, 4 Nov 2005 17:02:43 +0000 (17:02 +0000)]
kind of bring fileman icons into some semblance of working
SVN revision: 18285
Carsten Haitzler [Fri, 4 Nov 2005 17:02:42 +0000 (17:02 +0000)]
kind of bring fileman icons into some semblance of working
SVN revision: 18284
codewarrior [Fri, 4 Nov 2005 14:58:03 +0000 (14:58 +0000)]
- temp fix until icons are properly done
SVN revision: 18282
codewarrior [Fri, 4 Nov 2005 09:43:55 +0000 (09:43 +0000)]
-add \n
SVN revision: 18277
sebastid [Fri, 4 Nov 2005 09:20:00 +0000 (09:20 +0000)]
Don't use strlen to check emtpy string.
SVN revision: 18274
sebastid [Fri, 4 Nov 2005 09:08:29 +0000 (09:08 +0000)]
The app may change the netwm icon.
SVN revision: 18273
sebastid [Fri, 4 Nov 2005 07:49:12 +0000 (07:49 +0000)]
Don't use strlen when we are just interested in the first element.
SVN revision: 18267
codewarrior [Fri, 4 Nov 2005 03:33:23 +0000 (03:33 +0000)]
- being icon overhaul
- icons look bad for now, until everthing is fixed.
SVN revision: 18262
Emfox Zhou [Fri, 4 Nov 2005 03:20:43 +0000 (03:20 +0000)]
zh_CN translation update
SVN revision: 18259
Carsten Haitzler [Fri, 4 Nov 2005 00:21:34 +0000 (00:21 +0000)]
fix ibox
SVN revision: 18256
codewarrior [Thu, 3 Nov 2005 15:26:46 +0000 (15:26 +0000)]
- work on icon thumbs, give them their own theme part.
SVN revision: 18254
Carsten Haitzler [Thu, 3 Nov 2005 15:16:12 +0000 (15:16 +0000)]
modules back to normal
SVN revision: 18253
Carsten Haitzler [Thu, 3 Nov 2005 15:09:17 +0000 (15:09 +0000)]
cacheburst used all the time now :) any time we are just doign a lot of
stuff... cacheburst :)
SVN revision: 18252
Carsten Haitzler [Thu, 3 Nov 2005 13:18:00 +0000 (13:18 +0000)]
disable
SVN revision: 18250
Carsten Haitzler [Thu, 3 Nov 2005 13:07:29 +0000 (13:07 +0000)]
take advantage of cacheburst
SVN revision: 18249
Carsten Haitzler [Thu, 3 Nov 2005 11:34:55 +0000 (11:34 +0000)]
use managed calls
SVN revision: 18243
Carsten Haitzler [Thu, 3 Nov 2005 06:17:08 +0000 (06:17 +0000)]
file selector is resizable now - cleaned up some unfinisehd code to make it
work :)
SVN revision: 18240
codewarrior [Wed, 2 Nov 2005 16:31:18 +0000 (16:31 +0000)]
- enter changes dirs or launches file
SVN revision: 18222
codewarrior [Wed, 2 Nov 2005 16:18:18 +0000 (16:18 +0000)]
- dont fiddle with the keyboard if we dont have a win assigned
SVN revision: 18221
codewarrior [Wed, 2 Nov 2005 16:08:21 +0000 (16:08 +0000)]
- being keyboard navigation for efm
SVN revision: 18219
codewarrior [Wed, 2 Nov 2005 11:10:37 +0000 (11:10 +0000)]
- show selections
SVN revision: 18214
codewarrior [Wed, 2 Nov 2005 09:17:44 +0000 (09:17 +0000)]
- fix shadows
SVN revision: 18212
Carsten Haitzler [Wed, 2 Nov 2005 06:28:52 +0000 (06:28 +0000)]
some correctness stuff
SVN revision: 18204
Carsten Haitzler [Wed, 2 Nov 2005 06:07:33 +0000 (06:07 +0000)]
actually clip files.
SVN revision: 18203
Dan Sinclair [Wed, 2 Nov 2005 04:38:46 +0000 (04:38 +0000)]
- esmart isn't part of e17, its bugs don't belong here
SVN revision: 18202
Carsten Haitzler [Wed, 2 Nov 2005 04:05:13 +0000 (04:05 +0000)]
make them different sizes for debugging help fun and an extra clip show
check for correctness
SVN revision: 18201
quan74 [Wed, 2 Nov 2005 02:12:00 +0000 (02:12 +0000)]
remove missing files from data/themes/images/Makefile.am
SVN revision: 18198
codewarrior [Wed, 2 Nov 2005 01:37:11 +0000 (01:37 +0000)]
- fix icon file names
- fix spacing
SVN revision: 18197
codewarrior [Tue, 1 Nov 2005 22:08:07 +0000 (22:08 +0000)]
-add more spacing to icons
SVN revision: 18194
Carsten Haitzler [Tue, 1 Nov 2005 09:49:03 +0000 (09:49 +0000)]
support REDRAW_DEBUG env var
SVN revision: 18187
Carsten Haitzler [Tue, 1 Nov 2005 02:44:08 +0000 (02:44 +0000)]
also use util strcmp
SVN revision: 18182
Carsten Haitzler [Tue, 1 Nov 2005 02:41:58 +0000 (02:41 +0000)]
if module doesnt init - give up.
SVN revision: 18181
David Walter Seikel [Mon, 31 Oct 2005 15:49:31 +0000 (15:49 +0000)]
Disable esmart_textarea for now, mention that it needs to be fixed and re enabled.
SVN revision: 18170
troback [Mon, 31 Oct 2005 14:42:03 +0000 (14:42 +0000)]
Minor update.
SVN revision: 18168
handyande [Mon, 31 Oct 2005 10:27:06 +0000 (10:27 +0000)]
remove double separator
SVN revision: 18167
codewarrior [Mon, 31 Oct 2005 10:08:41 +0000 (10:08 +0000)]
- change font when something is selected
SVN revision: 18166
codewarrior [Mon, 31 Oct 2005 09:46:27 +0000 (09:46 +0000)]
-bug fixes
SVN revision: 18165
codewarrior [Mon, 31 Oct 2005 09:31:05 +0000 (09:31 +0000)]
- fix warnings
SVN revision: 18164
codewarrior [Mon, 31 Oct 2005 00:08:45 +0000 (00:08 +0000)]
- remove strdup, not needed.
SVN revision: 18159
codewarrior [Mon, 31 Oct 2005 00:01:54 +0000 (00:01 +0000)]
- file selector work (files can be selected using double click)
- eap editor bugs
- lets start using the built in eap editor and iron out bugs
SVN revision: 18158
nielsabspoel [Sun, 30 Oct 2005 22:13:53 +0000 (22:13 +0000)]
changed a few translation so it will fit better in the box and fixed a few typo's
SVN revision: 18155
nielsabspoel [Sun, 30 Oct 2005 18:59:34 +0000 (18:59 +0000)]
rectified small problems with spaces between words and improved word choice for some screens and windows
SVN revision: 18152