Commit Graph

4047 Commits

Author SHA1 Message Date
David Walter Seikel 0aba7f40ae New menu structure.
~/.e/e/applications/menu/all
~/.e/e/applications/menu/favorites

The first one is all the converted FDO menus, which will track changes
to those menus.  The second one is the original favorites menu, which
the user can edit to their hearts content.

WARNING - will break your Favorite menus, coz it has moved.


SVN revision: 24978
2006-08-21 04:26:27 +00:00
rephorm 22197b5393 use new edje liner grad fills.
SVN revision: 24977
2006-08-21 03:27:33 +00:00
David Walter Seikel 9261b8c114 Bump it again, didn't notice that rephorm had bumped it earlier today.
SVN revision: 24974
2006-08-21 02:36:53 +00:00
David Walter Seikel c33012eb52 Saves selected icon theme in e_config. I hope I did everything I need
to do when adding a new config string.

Doesn't actually update icons or clear caches yet, but new icons will be in
the selected theme.


SVN revision: 24973
2006-08-21 02:30:10 +00:00
rephorm 04812fabec TODO-- (moom got this one done)
SVN revision: 24967
2006-08-21 00:48:05 +00:00
rephorm 58e6081f9b update todo
SVN revision: 24966
2006-08-21 00:45:44 +00:00
rephorm 3b84d85303 * crosshairs show in proper place in spectrum initially
* a color well's dialog closes when the well is deleted
* the X border button calls the cancel cb for the color dialog
* the X on the grad dialog now works


SVN revision: 24964
2006-08-20 23:29:41 +00:00
Carsten Haitzler bec1e617e8 fix import if dir contains special chars
SVN revision: 24962
2006-08-20 22:51:12 +00:00
rephorm 2910f27842 start with proper hsv also...
SVN revision: 24960
2006-08-20 22:33:31 +00:00
rephorm 47ded57d3f save the last used gradient colors and use them the next time the dialog is shown
SVN revision: 24959
2006-08-20 22:30:44 +00:00
moom cc6b1d0f99 * [E_Editable] Fix valgrind warnings and mem leak
SVN revision: 24958
2006-08-20 22:24:16 +00:00
rephorm 24bb452439 when clicking on a color well, initialize the color selector to the well's color
few other cleanups


SVN revision: 24957
2006-08-20 22:15:27 +00:00
rephorm e84d43ddba add gradient dialog icons.
the diagonal up one looks a bit odd, but that's whats being generated right now. need to fix edje gradient fills first.


SVN revision: 24956
2006-08-20 22:01:28 +00:00
rephorm 1c8c6ee6cb close the gradient dialog when the wallpaper one is closed
SVN revision: 24955
2006-08-20 21:33:50 +00:00
rephorm 55c9f83b02 forgot this..
SVN revision: 24954
2006-08-20 21:27:01 +00:00
rephorm 63978e9abb add gradient bg dialog.
finish up the color selector widgets (plug some leaks)

TODO:
  * color_dialog needs a way of specifying initial color
  * color_well needs to use this when showing its color dialog
  * the grad dialog should remember the last selected colors
  * the color dialog whould probably keep a list of favorite / recent colors

Also, it looks like there's a leak (according to valgrind at least) in e_editable.c when you set the text and it reallocs.


SVN revision: 24953
2006-08-20 21:18:30 +00:00
David Walter Seikel 4034863219 You can only use one icon theme at a time.
SVN revision: 24939
2006-08-20 16:57:02 +00:00
moom a2bf3d8a6d * [Entry] Double click on the entry selects all the text of the entry
SVN revision: 24935
2006-08-20 12:51:56 +00:00
moom e2666fbd29 * [Entry] You can now paste some text in the entry
SVN revision: 24934
2006-08-20 12:27:33 +00:00
moom 98fad6cec2 * [Entry] Fix the blinking of the cursor
* [Entry] Support Copy/Cut. Paste will come later


SVN revision: 24933
2006-08-20 09:48:13 +00:00
Carsten Haitzler 683366ce0e fix some env vars to use namespacing
SVN revision: 24930
2006-08-20 08:22:19 +00:00
Carsten Haitzler 90c133e32f fixingup of pointer code to fallback a bit simpler - on demand buffer canvas
creation now and deletion - and entry widget displays "entry" cursor :)


SVN revision: 24928
2006-08-20 06:42:20 +00:00
David Walter Seikel 28a1a8bf34 Paranoid NULL checking added due to a report of crashes. May simply move
the crash to later.  Let's see if this at least allows the dialog to
appear, which can give us more clues.


SVN revision: 24926
2006-08-20 05:30:42 +00:00
Carsten Haitzler 0a5e26b82b jamse brown ... errr... gadman is dead.
basically if moduels wish to put objects on a desktop - they now will have to
DIY and look after themselves. until we have gadcons with "free" layout that
do similar stuff - but this simply means module authors need to d a bit more
work. gadman code is unmaintained and a burden - thus removed.

also borders and e_win's have their own pointers now - this should nuke the
stuck pointer bug... :)


SVN revision: 24925
2006-08-20 04:48:27 +00:00
David Walter Seikel 770820eee8 New icon theme config dialog. It doesn't actually save the config yet,
and it could benefit from the general ecore_desktop caching I will write
soon.  Not so happy about the information display in the top right
corner, if anybody has a better idea, feel free to change it or let me
know.


SVN revision: 24923
2006-08-20 03:51:54 +00:00
Carsten Haitzler 2286040067 add win get call!
SVN revision: 24920
2006-08-20 03:39:48 +00:00
moom b2e1c43afd * [Editable] Improve e_editable_char_size_get()
* [Entry] Prepares the entry for copy/paste support but it's just not
possible for now


SVN revision: 24918
2006-08-19 20:29:02 +00:00
moom 004cab8539 * [Entry] Make the cursor blink in the theme, not in the code
SVN revision: 24916
2006-08-19 19:09:05 +00:00
moom dfadc0db60 [Entry] Make the cursor blink in the theme, not in the code
SVN revision: 24915
2006-08-19 19:08:09 +00:00
moom b29fb56b1c * Make the text of the entry themable
SVN revision: 24914
2006-08-19 18:26:07 +00:00
moom a6b327f6cd * Make the text of the entry themable
SVN revision: 24913
2006-08-19 18:25:34 +00:00
Carsten Haitzler 853ee8330d add more mime type locations - but this is bad - where do we stop?
SVN revision: 24911
2006-08-19 15:18:00 +00:00
moom d639384111 * [Editable] remove e_entry_selectable_get/set() because it's useless
* [Editable] small fixes


SVN revision: 24908
2006-08-19 13:53:32 +00:00
codewarrior 12cc414daa battery hasnt been working on my fbsd laptop for a couple monthes, couldnt be bothered fixing, just did.
SVN revision: 24901
2006-08-19 09:07:33 +00:00
Carsten Haitzler 9a2ccd1e64 case insensitive match.
SVN revision: 24895
2006-08-19 02:00:14 +00:00
Carsten Haitzler b4109940bd use new load opts for e_thumb. 1 line of code... and we get epeg-like speeds
:) yay!


SVN revision: 24894
2006-08-19 01:50:20 +00:00
David Walter Seikel e2d14dc0a0 Now uses e_app_icon_add() to add the icon, thus it will keep up in the
future with any changes in the way icons are added.


SVN revision: 24888
2006-08-18 23:45:06 +00:00
Carsten Haitzler 2f5a254684 recover might be nicer a term
SVN revision: 24872
2006-08-18 15:07:37 +00:00
Carsten Haitzler 0ebb4ff82a track client #'s differently
SVN revision: 24870
2006-08-18 14:48:22 +00:00
Carsten Haitzler 575be5b0f2 add xpm and svg thumb loading for fm2
SVN revision: 24854
2006-08-17 23:33:15 +00:00
sebastid ca100ffb47 const
SVN revision: 24837
2006-08-17 17:01:11 +00:00
sebastid 19bbe60f7e - const
- remove unused variables
- better parameter names


SVN revision: 24836
2006-08-17 16:58:32 +00:00
Carsten Haitzler 654258879e add refcounr/is_del check before generating event
SVN revision: 24826
2006-08-16 23:12:03 +00:00
Carsten Haitzler 065b510919 theme selector now uses fm2 :)
SVN revision: 24799
2006-08-16 12:24:23 +00:00
Massimo Maiurana 86894fed2d *** empty log message ***
SVN revision: 24797
2006-08-16 10:13:25 +00:00
David Walter Seikel 3d29c9caf7 Actually display the FDO icons referenced from the FDO .desktop files.
Theme icons and .eaps are searched first.

Still needs some work and a lot of testing.  Also needs optimising,
which will come when I go over the caching code later.

Ibar and ibox modules read the .eap directly, so I need to convert them
seperately.

Next I'll spend some time with valgrind, things are leaking.


SVN revision: 24795
2006-08-16 09:37:14 +00:00
Carsten Haitzler 37241926bc compile again
bad rephorm!


SVN revision: 24791
2006-08-16 08:06:31 +00:00
Carsten Haitzler 97d45e415b fix leak
SVN revision: 24789
2006-08-16 06:10:30 +00:00
rephorm adec025044 oops.
SVN revision: 24787
2006-08-16 05:29:53 +00:00
rephorm ef000e979f formatting, EAPI and add a copy function
SVN revision: 24786
2006-08-16 04:43:57 +00:00