Commit Graph

35 Commits

Author SHA1 Message Date
kiwi 9f5f201f6c fix compilation of News and Photo modules
SVN revision: 43425
2009-11-02 16:21:29 +00:00
Christopher Michael 59544b8bca Fix API Inconsistency in regards to e_widget_min_size_* . Renamed to
e_widget_size_min_* . This Large commit should fix everything in svn that is
using those functions.



SVN revision: 42152
2009-09-01 13:34:42 +00:00
Daniel Kolesa a05f97e603 EMODULES: Fix & Unify autofoo stuff everywhere, fix dist tarballs support, add ability to create dist tarball of all modules.
SVN revision: 41571
2009-08-03 14:49:56 +00:00
semernin 167725ed17 List of changes:
1. Gadcon sities:
      -- 'E_Gadcon_Site' enum to list all available sities,
      -- added 'is_site' callback for distinguish gadcon sities,
      -- 'e_gadcon_site_is_*' helpers written to use in gadget modules,
      -- gadcon config dialogs modified to show only gadgets that appropriate
         to selected gadcon site,
      -- all gadget modules updated for using new callback.
      
      When callback is not provided in module, then gadget can be used in 
      any gadcon site.
      
   2. Filemanager:
      -- added error icon to unexisting path dialog,
      -- added callback 'func.abort' to 'E_Fm2_Op_Registry_Entry' to specify
         abort operation sequence (if not provided, then operation is not
         cancelable),
      -- added parameter to 'e_fm2_op_registry_entry_add' to specify abort
         method on construct 'E_Fm2_Op_Registry_Entry' or make non-cancelable
         operation if this function is not provided,
      -- added 'e_fm2_operation_abort' call to cancel efm2 operation,
      -- added method '_e_fm2_operation_abort_internal' that represent efm2
         default handler of operation cancelling,
      -- 'done' and 'total' fields of 'E_Fm2_Op_Registry_Entry' changed to
         off_t type, also all message handlers modified to work with it
         (to show progress for large files correctly),
      -- improved file operation progress processing,
      -- added cancel button to operation progress gadget in filemanager window,
      -- added delete file glyph to operation progress gadget,
      -- improved status message for efm2 operation progress.

   3. Filemanager slave:
      -- fixed critical bug in message handling via stdin/stdout,
      -- fixed critical bug in removing task from list,
      -- improved 'E_FM_OP_ABORT' handling,
      -- fix rollback counting on moving files.

   4. Fileman_opinfo module:
      -- a new theme writed: status string and gadget for view operation status
         in summary and detail modes,
      -- summary mode: operation glyph, state message, progressbar, abort button,
      -- detail mode: all for summary + from filename, to filename,
      -- summary/detailed button works as trigger,
      -- added source of module theme and used images.
      
   4. Pathbar module:
      -- non-critical fix, just for safety.

   Also patch contains several minor updates to serve main task.


SVN revision: 41224
2009-06-29 14:38:03 +00:00
Cedric BAIL 4acba75b67 * E-MODULES-EXTRA: Remove all evas_stringshare from E-MODULES-EXTRA.
Note: A lot of this code, would like some cleanup and benefit from using new Eina macro.



SVN revision: 40985
2009-06-09 15:54:09 +00:00
Davide Andreoli 90f44281cf Rename all icons in E-MODULE-EXTRA
SVN revision: 39774
2009-03-28 13:30:14 +00:00
Davide Andreoli 002332fc1a Update all EXTRA modules to Gadcon_client_class V3
SVN revision: 37451
2008-11-04 05:54:59 +00:00
Cedric BAIL 2456994fe8 Remove Evas list from all E-MODULES.
SVN revision: 36977
2008-10-22 13:53:03 +00:00
Cedric BAIL 3c9230e90e Use pkg-config instead of enlightenment-config.
SVN revision: 36670
2008-10-15 12:39:06 +00:00
Carsten Haitzler bf83de53a0 remove fake mouse up calls.
SVN revision: 36232
2008-09-25 01:40:59 +00:00
Eric Schuele 4e6fbe282e Making sure all module's configuration dialogs have appropriate names and classes consistent with the rest of the e_modules.
SVN revision: 34630
2008-05-20 14:53:12 +00:00
Eric Schuele 6be686be41 Assistance for the formatting impaired (like myself).
SVN revision: 33203
2007-12-22 03:23:50 +00:00
Christopher Michael f8f46bfca0 Minor formatting fixes.
SVN revision: 33199
2007-12-22 00:07:43 +00:00
Eric Schuele 0b77d057ec Left click on news module with no previous configuration, caused a segfault
SVN revision: 33198
2007-12-21 23:16:05 +00:00
Sebastian Dransfeld c8c261f74a NLS
SVN revision: 32632
2007-11-12 17:32:26 +00:00
Sebastian Dransfeld b1c63383b3 Use module dir for nls, make modules relocateable.
SVN revision: 32599
2007-11-12 04:15:53 +00:00
Sebastian Dransfeld 9475aba531 Remove deprecated functions.
SVN revision: 32301
2007-11-02 12:22:16 +00:00
Miculcy Brian 35cbc553ff API breakage: e_widget_entry_add() allows now to set a cb function for text change events.
SVN revision: 32009
2007-10-07 21:26:48 +00:00
Sebastian Dransfeld 6abd20886f Implement id_new()
SVN revision: 31737
2007-09-16 03:32:39 +00:00
Sebastian Dransfeld fa332b234a Fix for gadcon update. Not added new gadcon functions.
SVN revision: 31732
2007-09-16 01:46:52 +00:00
Peter Wehrfritz 550a1ee442 *API BREAK* in Ecore Data
SVN revision: 30971
2007-07-25 17:06:42 +00:00
kiwi 12721156a0 use the xdg-open script from freedesktop.org to open urls
this script is part of the "xdg-utils" package


SVN revision: 30318
2007-06-12 22:00:39 +00:00
kiwi 5c6284c04e ui changes
* [viewer] dont expand the feeds list horizontaly
 * [theme] allow e theme to overwrite one or multiple groups
 * [theme] reduce size of some pictures


SVN revision: 30273
2007-06-07 19:01:38 +00:00
kiwi 454ec8cbe6 cleanups and fixes
* [parse] avoid articles marked as read to become unread if there where problems when reading the feed
 * [item] fix the "one icon for all feeds" mode, and better theme for it
 * [theme] cleanups


SVN revision: 30219
2007-06-03 23:44:43 +00:00
kiwi 9e0e80c41c better ui
* [viewer] add different styles in the content view
 * [gadget] add fading effects to the icons


SVN revision: 30201
2007-06-02 21:33:13 +00:00
David Walter Seikel 28a95883a5 All the cool kids are doing it, er I mean make way for removing the m4 directory, just like all the other modules.
SVN revision: 30140
2007-05-29 12:35:06 +00:00
David Walter Seikel 019cb2d5c3 .cvsignore++
SVN revision: 30139
2007-05-29 12:30:32 +00:00
kiwi 5f12f3da7e better gadget look, and some internal changes
SVN revision: 30133
2007-05-29 05:57:49 +00:00
kiwi 0aa306244e auto detect proxy settings on first load
SVN revision: 30067
2007-05-24 11:32:43 +00:00
kiwi add01a4e29 Oops
SVN revision: 30066
2007-05-24 07:26:23 +00:00
kiwi d87177eae6 Pass distcheck, some fixes, and a new "important" field for feeds
* use pkg-config
 * pass make distcheck
 * [dialog] little ui fixes
 * [viewer] make default shadow a little lighter
 * [feed] implement "important" feed marks. in a gadget, you can now display only feeds that you marked as "important", or only unread "important" feeds. "important" feeds are
marked with a "[i]" in configuration dialogs
 * [config] add browser "firefox (new window)" and "firefox (new tab)" as requested
 * cleanups and renames


SVN revision: 30062
2007-05-23 23:32:37 +00:00
kiwi 01de93cb8a * [dialog] Oops, enable buttons only when they should
* [dialog] fix typo


SVN revision: 30053
2007-05-22 00:28:13 +00:00
kiwi 293bae0b7e * [parse] better handle for html chars (not finished)
* [parse] speed optimisations
 * [dialog] feeds/feed: better ui
 * [dialog] feeds: fix moving feeds up and down
 * [dialog] item: fix po problem
 * [dialog/viewer] fix reselect item on ilist refresh


SVN revision: 30050
2007-05-21 12:30:41 +00:00
kiwi 7f90441a22 Fixes, support more feeds, display parse errors ...
Note : ATOM feeds do NOT work for the moment !
Please report to ooookiwi@gmail.com if you have RSS feeds that doesnt not work
If you have feeds that you want to see in the default configuration, you can send me an email too. I want News to have many feeds, in many different languages by default.
 * [parse] handle feeds with no title / no date / no link / no description
 * [parse] fix parse with rss version 0.91
 * [dialog] feed: fix select default language
 * [viewer] better display of feeds with no date / no description
 * [viewer] simple click on content opens browser, and show a message 'click here to open in browser'
 * [viewer] display if there where errors during parse, and where to report, or if the feed is ATOM and not supported yet


SVN revision: 30009
2007-05-17 14:21:29 +00:00
kiwi 480a7c0a6e Initial import of News module.
News module displays information feeds like Rss or Atom,
its not finished yet, but its usable and should be stable too.

enjoy =)


SVN revision: 30004
2007-05-16 12:06:03 +00:00