Commit Graph

338 Commits

Author SHA1 Message Date
Carsten Haitzler a0c8487fc5 working on more widgety stuff
SVN revision: 17438
2005-10-11 16:25:00 +00:00
codewarrior 3ed71448aa tile the bg, dont scale it.
SVN revision: 17434
2005-10-11 13:44:08 +00:00
Carsten Haitzler aa1529d411 and now i have a simple check and radio liust infrastructure to use to build
config dialogs... thats next phase...


SVN revision: 17387
2005-10-10 15:27:51 +00:00
codewarrior 9a6d41e4bd Added rubber band for multiselect. It draws, but doesnt select yet.
SVN revision: 17385
2005-10-10 15:17:29 +00:00
codewarrior 2842e54568 Add multiple selections using control+click.
SVN revision: 17384
2005-10-10 12:22:29 +00:00
Carsten Haitzler 1fbaab35ba started work on a quick & dirty widget infrastructure - designed ONLY for
simple dialogs and ease of use.


SVN revision: 17383
2005-10-10 12:16:18 +00:00
codewarrior 6532ab7362 - Start working on selections.
- Add ability to have different icon states when they are clicked or higlighted.


SVN revision: 17381
2005-10-10 10:14:49 +00:00
Carsten Haitzler d8074391aa fixe makefile to not have space after \
SVN revision: 17373
2005-10-10 03:24:50 +00:00
quan74 c5ba319990 add efm themeage to EXTRA_DIST
SVN revision: 17372
2005-10-10 02:32:57 +00:00
codewarrior 8128695e77 EFM - The E17 file manager and file browser smart object.
*** BEFORE YOU USE ***
This is alpha software and may cause E17 to crash, lockup, use 99% of
your cpu, or even delete your files! I would advise using it in Xnest
if you want to test or develop it.
*** BEFORE YOU USE ***

EFM can:
- browse files and directories
- generate thumbnails
- launch executables
- do some xdnd
- monitor files and directories
- delete and rename files

EFM cant:
- scroll
- associate applications with files
- purge its thumbnails (do it manually: ~/.e/e/fileman/thumbnails)
- do a lot of things you'd expect it to do because its still in alpha stage

Current TODO:

- scrolling

- we need a redraw function that will just re-arrange and not do
  the whole thing. for example, when we resize, we should just
  check the file offset and fill the empty space with icons

- is the offset code working properly? i have a feeling we're displayin
  more icons that the visible space can take and they are being hidden.

- emit all sorts of signals on double click, right click, single click...

- aspect ratio on thumbnails.

- add typebuffer like in evidence.

- keyboard shortcuts for directory and file navigation.

- multi select

- allow for icon movement inside the canvas

- add metadata system which allows us to save icon positions and will
  eventually allow us to have custom icon sizes, custom bgs per dir...

- double check dir monitoring. note: when we are in a dir that is constantly
  changing, we cant keep calling redraw_new as it will kill us.

- we need to fix the icon edc to allow us to have icon labels what will
  wrap on wrap=char

- fix bugs


SVN revision: 17370
2005-10-10 00:55:07 +00:00
sebastid db24763591 engines can be default.
SVN revision: 17364
2005-10-09 21:42:37 +00:00
sebastid a77b2c311a Cleanup.
SVN revision: 17363
2005-10-09 20:30:21 +00:00
sebastid 585e2af3a0 engine set.
SVN revision: 17362
2005-10-09 20:19:28 +00:00
sebastid 4074ef65b0 Delete profile.
SVN revision: 17360
2005-10-09 19:11:52 +00:00
sebastid 71f872253c Make the min size smaller
SVN revision: 17267
2005-10-07 08:36:07 +00:00
Carsten Haitzler c8330fb713 asparagus. and make distcheck passes again.
SVN revision: 17234
2005-10-06 08:47:12 +00:00
codewarrior 13daf7d8bd e_scrollbar smart. needs callbacks.
SVN revision: 17150
2005-10-04 01:33:59 +00:00
sebastid 26c81386ee Action list.
SVN revision: 17052
2005-09-28 22:47:17 +00:00
sebastid 33cb99ecd1 More completion
SVN revision: 17039
2005-09-28 18:56:28 +00:00
sebastid e453f90a08 More completion.
SVN revision: 17007
2005-09-27 22:53:03 +00:00
sebastid 5c814cf9ee More completion
SVN revision: 17002
2005-09-27 22:31:29 +00:00
sebastid 47b4da688e Yay!
SVN revision: 16996
2005-09-27 19:12:11 +00:00
sebastid 64f6212c6d More completion
SVN revision: 16993
2005-09-27 18:01:05 +00:00
sebastid e9e7bfd9ec Fixes from Ryan Little
SVN revision: 16939
2005-09-25 17:11:49 +00:00
codewarrior 0b96f239cc Add glint effect to E_Dialog's button and add an "enter" signal for that.
SVN revision: 16932
2005-09-25 13:12:57 +00:00
Carsten Haitzler 182358b23c 1. fix valgrind issue - cpufreq was saving a char as an int to eet's
description! BAD!. and fix segv for dnd from popup pager. :)


SVN revision: 16928
2005-09-25 05:30:09 +00:00
codewarrior de28ccb8ed Added e_entry smart. Not done yet, look at todo in e_entry.c
SVN revision: 16925
2005-09-25 03:28:18 +00:00
codewarrior 755a36e40a oops
SVN revision: 16897
2005-09-24 02:16:58 +00:00
codewarrior 98f2fa3399 Added tab / focus support to e_dialog's buttons.
SVN revision: 16896
2005-09-24 01:59:26 +00:00
sebastid 378ac03801 Fix clock padding. The clock needs a part called "main" if the complete
clock isn't rectangular.


SVN revision: 16891
2005-09-24 01:15:23 +00:00
Carsten Haitzler 3c9e205fdb signal bindings.!!!! this means you can completely rebind every event and
action on a window border theme/design to do what you want. the theme doesnt
determine this anymore. as with wheel bindings it still isnt exported to
config fiels and ipc yet, but the functionality is done.


SVN revision: 16848
2005-09-22 16:36:59 +00:00
Carsten Haitzler 2a263d05b1 dont need all that commented out stuff anymore
SVN revision: 16843
2005-09-22 08:43:26 +00:00
Carsten Haitzler 0dc60ba522 theme about box! all themes can add their own now! :)
SVN revision: 16839
2005-09-22 05:52:37 +00:00
shadoi cf79e60903 Make the options list dynamic so it's always up to date.
SVN revision: 16829
2005-09-21 16:47:02 +00:00
handyande d1afbbd30d surely we want to show the watermark?
SVN revision: 16802
2005-09-20 16:12:13 +00:00
handyande d43caa82cc indenting and make some of the border space be 'inter icon' ;)
SVN revision: 16801
2005-09-20 14:51:09 +00:00
codewarrior c877698d48 * data/themes/default_configure.edc
- Rename edc parts to widgets/configure/*

* src/bin/e_configure.c:
  - turn E_Configure into a real object

* src/bin/e_configure.h:
  - turn E_Configure into a real object, add missing #else


SVN revision: 16800
2005-09-20 13:12:25 +00:00
Carsten Haitzler 3e98c64bdf update default apps
SVN revision: 16798
2005-09-20 12:41:28 +00:00
Carsten Haitzler 5ef2c76bbd pass distcheck
SVN revision: 16797
2005-09-20 12:35:30 +00:00
codewarrior d8c53885a5 * data/themes/default_configure.edc
- Recycle ibar images to conf panel. Looking better.


SVN revision: 16796
2005-09-20 12:18:06 +00:00
codewarrior 59c4f5edc5 * AUTHORS:
- Add name

* data/themes/default_configure.edc:
  - Change layout (closer to E)


SVN revision: 16795
2005-09-20 11:49:53 +00:00
Carsten Haitzler 2f61c04990 add hilights (looks nicer with the sun)
SVN revision: 16793
2005-09-20 11:02:48 +00:00
Carsten Haitzler 3a7945892c nice spacing.
SVN revision: 16790
2005-09-20 10:53:10 +00:00
Carsten Haitzler 06588b86dc cleanups
SVN revision: 16788
2005-09-20 10:35:26 +00:00
Carsten Haitzler ca5f3fa36c move logo somewhere nicer - centered, more symmetry. more text in about. no
mroe aardvaarks :(


SVN revision: 16786
2005-09-20 10:19:18 +00:00
codewarrior 3a6ec75c22 * data/themes/default_configure.edc:
- add min: 1 1; to text parts so they can control the edje's size.

* src/bin/e_configure.c:
  - better calculation of the min sizes for icons / window.


SVN revision: 16785
2005-09-20 09:45:08 +00:00
Carsten Haitzler 0e96fd5484 nice new about box... fully themable. :)
SVN revision: 16782
2005-09-20 08:34:23 +00:00
codewarrior 4f70f79b42 * data/themes/default_configure.edc:
- Smaller font sizes for embedded title and icon text.


SVN revision: 16778
2005-09-19 23:59:08 +00:00
handyande 35fb0c7192 Move config menu to config panel as planned
frees need more work :(
icon texts are getting cropped, not knowledgable enough to fix I think


SVN revision: 16769
2005-09-19 15:25:23 +00:00
Carsten Haitzler 039595690b prettier dialog
SVN revision: 16768
2005-09-19 13:08:17 +00:00