Commit Graph

2376 Commits

Author SHA1 Message Date
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 1c8c6ee6cb close the gradient dialog when the wallpaper one is closed
SVN revision: 24955
2006-08-20 21:33:50 +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 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
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
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
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
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
rephorm e78c1143fe formatting, EAPI and add a copy function
SVN revision: 24785
2006-08-16 04:43:20 +00:00
rephorm b8ef0f8089 Nuke old unused gadget code.
SVN revision: 24781
2006-08-16 01:09:34 +00:00
sebastid d3c17b77bf Add return value.
Free e objects with e_object_del


SVN revision: 24768
2006-08-15 20:23:26 +00:00
sebastid 5d1b63007e SIG_DFL is a handler, not a sigaction
SVN revision: 24766
2006-08-15 20:20:33 +00:00
sebastid 6cb39ba7a3 Use const char with stringshare.
SVN revision: 24765
2006-08-15 20:17:19 +00:00
sebastid de87b8a588 Correct function definitions.
SVN revision: 24764
2006-08-15 20:14:56 +00:00
sebastid b6531ca78a Formatting
SVN revision: 24761
2006-08-15 19:36:21 +00:00
Carsten Haitzler 6a51472e1b simplify wallpaper dialog down to 1 list - and a radio toggle to flip sources.
SVN revision: 24739
2006-08-15 13:16:52 +00:00
Carsten Haitzler a968d95798 and now work right - atomic save
SVN revision: 24731
2006-08-15 06:59:55 +00:00
Carsten Haitzler 20a1d9b0a4 config wites are atomic - either all or nothing. if nothing - u keep your old
config.


SVN revision: 24730
2006-08-15 06:47:22 +00:00
titan eb49750bf0 This fixes it completely.
SVN revision: 24720
2006-08-15 01:43:00 +00:00
titan 12807ddb0f Fix the segaroonie
SVN revision: 24719
2006-08-15 01:37:00 +00:00
rephorm 4fa321e99b more csel work. theme it up a bit.
SVN revision: 24717
2006-08-15 00:54:33 +00:00
rephorm cfb5be331f cleanups
SVN revision: 24714
2006-08-14 23:30:32 +00:00
David Walter Seikel b228d7f10d .desktop files supported in .order files now. Full path to .desktop file
required at the moment.

Not fully completed yet.  No icons, probably not fully integrated into
the current cache mechanism.  Some parts may not be entirely correct.

I gotta get some sleep soon, so I'm committing it now, and I'll double
check by updating everything after it's all checked in.

Works for me. (tm)  B-)


SVN revision: 24712
2006-08-14 21:56:13 +00:00
sebastid 18fc9ca266 Use Ecore_Timer for timer.
SVN revision: 24701
2006-08-14 20:08:33 +00:00
titan 4b7adb57f8 Whoops. Lets not allow these quite yet :) Need to get the packing of the preview working first.
SVN revision: 24697
2006-08-14 17:48:52 +00:00