Commit Graph

181 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 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 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
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
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 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
Carsten Haitzler 4a39c9f5a1 dialog looks a bit plainer. but nicer.
SVN revision: 16766
2005-09-19 11:05:04 +00:00
Carsten Haitzler da7300c038 exit and restart actions. are you sure exit dialog. :)
SVN revision: 16765
2005-09-19 10:52:45 +00:00
Carsten Haitzler abba9ff511 and dialogs handle icons in the main bit now too
SVN revision: 16764
2005-09-19 07:02:35 +00:00
Carsten Haitzler 16f7976087 1. handle fixed size parts and mark them so edje doesnt complain, and dialog
looks nicer now with icons in buttons (if desired)


SVN revision: 16763
2005-09-19 06:55:36 +00:00
Carsten Haitzler 52cdf15243 1. handle fixed size parts and mark them so edje doesnt complain, and dialog
looks nicer now with icons in buttons (if desired)


SVN revision: 16762
2005-09-19 06:55:35 +00:00
Carsten Haitzler 0cbbecb698 error dialogs min size is also set by title
SVN revision: 16750
2005-09-18 11:08:33 +00:00
Carsten Haitzler 3e62d12b84 edje +tb2 now usinged in e17
SVN revision: 16747
2005-09-18 06:27:48 +00:00
Carsten Haitzler 48ab5a3723 edje +tb2 now usinged in e17
SVN revision: 16746
2005-09-18 06:27:47 +00:00
Carsten Haitzler 51c018ee5b extra theme goodness for the startup feedback
SVN revision: 16731
2005-09-16 07:03:36 +00:00
Carsten Haitzler 07f6885df7 use startup notify... see ibar in default.
SVN revision: 16708
2005-09-14 06:39:59 +00:00
Carsten Haitzler bcb03f5992 now this is better for the deskname popup :)
SVN revision: 16618
2005-09-06 07:29:47 +00:00
sebastid a33b9dee80 Make pager shaped for popup.
SVN revision: 16616
2005-09-06 05:54:29 +00:00
sebastid bd26872690 Merge desktopname into pager
SVN revision: 16614
2005-09-06 05:19:15 +00:00