Commit Graph

59 Commits

Author SHA1 Message Date
David Walter Seikel d7ac058137 Part of a review of icon searching, to be completed on sunday.
SVN revision: 26025
2006-09-22 14:56:41 +00:00
sebastid 4e81527304 Cleanup.
- Remove unused variables.
- Add const where needed.
- Add return values.


SVN revision: 26002
2006-09-21 19:53:38 +00:00
David Walter Seikel 91feec363c *Put in some more refs/unrefs for E_Apps, maybe need more, maybe I went
overboard.

*Fix up E_App saving.

*More object checking.


SVN revision: 25965
2006-09-18 20:52:59 +00:00
David Walter Seikel be09428b9c *The icon theme checkbox now works.
*Clean things up a bit.


SVN revision: 25898
2006-09-16 20:59:40 +00:00
David Walter Seikel 6064d537f9 *Saving E_Apps forces new ones into ~/.e/e/applications/all, and adds
them to the _e_apps_all list directly.

* No monitoring of ~/.e/e/applications/all, it should all be taken care
of internally.


SVN revision: 25880
2006-09-16 12:09:29 +00:00
David Walter Seikel 998414cd23 Stringshare for the E_App, strdup for the widgets.
SVN revision: 25865
2006-09-15 22:42:04 +00:00
David Walter Seikel bd51254720 Put the exe and it's parameters back together when needed.
SVN revision: 25575
2006-09-07 08:53:09 +00:00
sebastid 242263bdad delete objects with e_object_del
SVN revision: 25530
2006-09-06 08:22:57 +00:00
Carsten Haitzler cdb0a473d3 fix some buglets
SVN revision: 25412
2006-09-03 15:11:04 +00:00
Carsten Haitzler 9bbdffcb66 segv--
SVN revision: 25407
2006-09-03 12:52:40 +00:00
David Walter Seikel f1589cd360 Save new apps as .desktops, and also save new images.
SVN revision: 25405
2006-09-03 12:43:08 +00:00
Carsten Haitzler 953d902a18 fix some segv's and valgrind errors.
SVN revision: 25403
2006-09-03 11:55:16 +00:00
David Walter Seikel 7b44540e45 Uses the standard icon search method now.
SVN revision: 25294
2006-09-01 13:57:28 +00:00
David Walter Seikel 45c25644e5 More icon work.
SVN revision: 25277
2006-09-01 10:43:20 +00:00
David Walter Seikel 79f5104517 segv--, hopefully without a leak++.
SVN revision: 25250
2006-08-31 14:51:44 +00:00
titan 7c51767c9f Bad titan! Bad Bad Bad titan! No cookie! Fix the seg I left in :)
SVN revision: 25150
2006-08-27 05:33:19 +00:00
titan 4c2abaf56e Lets make sure if the editor closes and the fsel is open, the fsel closes too.
SVN revision: 25147
2006-08-27 04:33:07 +00:00
Carsten Haitzler dde8d9c6e4 title normalisation
SVN revision: 25144
2006-08-27 03:53:15 +00:00
titan 7e5500d07e Add preview when selecting icons.
SVN revision: 25143
2006-08-27 03:36: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
titan d0b007519f Authors++
Allow an e_thumb api for e_widget_preview.
Fixup the file selector preview to use this new api.


SVN revision: 24696
2006-08-14 17:42:45 +00:00
Carsten Haitzler a9e7340190 you're all goign to kill me :) but here goes - i broke the dialog and config
dialog api's - added name and class params so u can set the name and class -
so users can later use things like rememebr to rememebr where a dialog will
go for usability and convenience.


SVN revision: 24691
2006-08-14 15:22:46 +00:00
titan a9c8acf505 Get the things that use fsel to keep from breaking with the new preview api. Also a fix or two for the simple scrollframe.
SVN revision: 24627
2006-08-13 02:51:34 +00:00
sebastid 2efd79bd50 Don't bother if there is no file selected.
SVN revision: 24531
2006-08-10 13:29:59 +00:00
Carsten Haitzler 5dbd7795ad old image object is deleted - old canvas. re-create it.
SVN revision: 24333
2006-07-31 18:21:48 +00:00
sebastid 64b234365b Eap editor now uses new fileselector. Please test it :)
SVN revision: 24277
2006-07-28 13:42:03 +00:00
sebastid 73a6413bb0 Delete tmpfile after use.
SVN revision: 24065
2006-07-20 11:19:08 +00:00
sebastid f765174ec5 Reset eap image/width/height information after the edit is done.
SVN revision: 24064
2006-07-20 11:02:23 +00:00
sebastid 4dbdc0ee15 This should be fixed.
SVN revision: 24046
2006-07-19 13:40:41 +00:00
sebastid 0ec2af42bd Save image from X icon works.
TODO
- Fix alpha on saved image
- If the eap isn't saved, remove the bd->app pointer
- Delete the saved image when done


SVN revision: 24044
2006-07-19 13:24:50 +00:00
sebastid 6291d46977 Save image from ARGB coming along. Not done yet.
SVN revision: 24043
2006-07-19 11:59:22 +00:00
Christopher Michael 6649cecfe0 Make internal eap editor stop using weird names if possible, and use a name
from the border icccm.


SVN revision: 23185
2006-06-05 15:36:02 +00:00
sebastid 715a64d5fe Fix warnings
SVN revision: 23032
2006-05-31 18:58:26 +00:00
Carsten Haitzler 62034acf5a remove icon path - really useless info you probably shouldnt change anyway as
this will confuse things.


SVN revision: 22604
2006-05-14 02:38:14 +00:00
Carsten Haitzler f0dae8e901 eap icons update realtime in borders based off on-disk changes etc. etc.
(editing icons seems to work like a charm for me so far).


SVN revision: 22598
2006-05-14 01:13:42 +00:00
Carsten Haitzler b24ee237c5 creating new eaps actually works - and shouldnt leak ram now.
SVN revision: 22585
2006-05-13 14:57:20 +00:00
handyande 0e17695a57 Argh, duplicate border titles - finally got rid of
SVN revision: 21482
2006-03-22 15:19:02 +00:00
David Walter Seikel e2cadbf7aa When changing API semantics, grep is your friend. My policy - if I break
it, I fix it.


SVN revision: 19968
2006-01-22 18:20:59 +00:00
codewarrior 6437ea875a - patch from mista (Efm)
- allow eap image w/h to be changable.


SVN revision: 19808
2006-01-14 21:05:44 +00:00
sebastid 6a638a7806 Fix EAPI warnings.
SVN revision: 19597
2006-01-07 10:39:46 +00:00
codewarrior d9cb67e0ae - image propagation fix. ugly but works for now.
SVN revision: 18904
2005-12-07 23:53:02 +00:00
codewarrior 83b396cef4 More eap editor work.
- small fix to hilite cb for iconsel
- propagate values between advanced / basic
- add -start-eap-edit to e_remote


SVN revision: 18884
2005-12-06 22:50:41 +00:00
codewarrior 75506f8e41 now how did that get away...
SVN revision: 18871
2005-12-06 10:07:55 +00:00
codewarrior 34566645fd Continue working on the eap editor and file dialog.
- add hilite propagation (single click file, press ok is now the same as double clicking the file directly)
- eap editor saves new eaps if you give them a path, simple <-> advanced doesnt relay the info between each other yet.

Going to try to do a bit every night.


SVN revision: 18849
2005-12-05 22:20:34 +00:00
Carsten Haitzler a3d5f5c28d a lot more use of stringshare.
SVN revision: 18823
2005-12-04 12:03:59 +00:00
codewarrior 4909dff5c4 - int patch by Massimo Maiurana <maiurana@gmail.com>
SVN revision: 18670
2005-11-27 21:24:48 +00:00
sebastid 4576713c77 Remove unused prototypes and unused variables.
SVN revision: 18297
2005-11-04 21:06:31 +00:00
Carsten Haitzler 9eef59377f file selector is resizable now - cleaned up some unfinisehd code to make it
work :)


SVN revision: 18240
2005-11-03 06:17:08 +00:00
codewarrior 08b9455b5f -bug fixes
SVN revision: 18165
2005-10-31 09:46:27 +00:00
codewarrior 7261913daa - fix warnings
SVN revision: 18164
2005-10-31 09:31:05 +00:00