Commit Graph

253 Commits

Author SHA1 Message Date
Mike Blumenkrantz 33a72fad75 people really need to stop making batch commits without checking to see if they've broken something.
SVN revision: 50291
2010-07-16 20:57:51 +00:00
Christopher Michael ce5ff8a748 Add an empty 'images' to the collection or else we segfault real nasty
due to recent edje_file_free changes (this is stupid, but apparently
necessary).



SVN revision: 50018
2010-07-03 23:10:28 +00:00
Christopher Michael e84b107997 Add some safety checks before calling an 'free' functions.
Proper function call to set tooltip text.



SVN revision: 50017
2010-07-03 23:06:38 +00:00
Christopher Michael 8f7f8ad504 Tooltip gets handled below in a separate if statement.
SVN revision: 49875
2010-06-26 13:51:45 +00:00
Christopher Michael eefdc2f847 Remove tip images.
SVN revision: 49849
2010-06-25 07:15:08 +00:00
Christopher Michael 42edcb593a Oops, did not mean to change the default config.
SVN revision: 49848
2010-06-25 07:14:29 +00:00
Christopher Michael cb202c2f76 Remove tip from edc.
SVN revision: 49847
2010-06-25 07:12:36 +00:00
Christopher Michael 7db1b03f1b Use e_gadcon_popup instead of a custom popup.
SVN revision: 49846
2010-06-25 07:11:28 +00:00
Christopher Michael 255fbe4ad1 Fixes for Ecore Api change.
Fix for libintl.h not being included.



SVN revision: 49843
2010-06-25 05:51:00 +00:00
Christopher Michael aaef317513 Check that popup is not shown off-screen (for cases where tclock is
used with Gadgets on the desktop).



SVN revision: 49159
2010-05-23 15:45:47 +00:00
Christopher Michael 9f93569952 Add back -I m4 stuff, seems silly gettext needs m4.
SVN revision: 47059
2010-03-09 00:13:07 +00:00
Miculcy Brian 1d21940001 remove useless title
SVN revision: 47037
2010-03-08 17:10:13 +00:00
Christopher Michael f4e44fc797 Unbreak compiling of tclock.
SVN revision: 46961
2010-03-07 20:58:02 +00:00
Aron Xu 75141a74dd Sync translations from Launchpad.
SVN revision: 46205
2010-02-16 09:30:59 +00:00
Aron Xu b354992c49 Sync translations from launchpad
SVN revision: 44166
2009-12-03 09:56:45 +00:00
Christopher Michael 7f533b1be3 Revert back to using sizeof(buf). I was not aware that sizeof is a compiler
directive and doesn't encur a hit. Thanks Raster !!! :)



SVN revision: 43442
2009-11-04 01:58:55 +00:00
Christopher Michael b073c30f2e Reduce register usage.
Use PATH_MAX for buff.
Fix formatting.
Remove the 'module' variable from config and just use module directory.



SVN revision: 43438
2009-11-03 18:22:00 +00:00
Daniel Kolesa 8e7396cb22 Global update of Czech translations in SVN.
SVN revision: 43316
2009-10-27 18:30:09 +00:00
Christopher Michael 29e6507831 Enable silent rules if possible.
SVN revision: 42927
2009-10-07 01:43:52 +00:00
Christopher Michael fbb1a530a5 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
Aron Xu d1fbcfaaef Sync translations from Launchpad for E-MODULES-EXTRA.
SVN revision: 42065
2009-08-28 08:34:45 +00:00
Massimo Maiurana 7ba39eeb7a updating french and italian translations
SVN revision: 41649
2009-08-09 17:51:02 +00:00
Christopher Michael d680b42d7a Fix formatting & Change config dialog label
SVN revision: 41645
2009-08-08 21:59:55 +00:00
Christopher Michael 0487ef279f Change popup menu to match other modules by using Settings as the config
label, and using the correct icon.


SVN revision: 41643
2009-08-08 21:47:50 +00:00
Daniel Kolesa 0ba2ef766b Fix potfiles in emodules.
SVN revision: 41586
2009-08-04 11:37:02 +00:00
Daniel Kolesa f892170ab7 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
Aron Xu 542d2e6cee mass update of translations from launchpad
SVN revision: 41386
2009-07-17 11:29:54 +00:00
semernin d9186932aa 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
Aron Xu 965fa4ef13 Added Ukrainian translations by Daniel Korostil <ted.korostiled@gmail.com>.
SVN revision: 40992
2009-06-10 12:32:28 +00:00
Massimo Maiurana 02f7408d00 updating esperanto translation
SVN revision: 40585
2009-05-11 11:33:16 +00:00
Daniel Kolesa 60b71e46e2 Changed bold popup to normal.
SVN revision: 40442
2009-04-28 14:49:11 +00:00
Christopher Michael d075549ea1 Formatting.
SVN revision: 40382
2009-04-25 17:43:31 +00:00
Daniel Kolesa ac404004b4 removed -fd parameters, thx to Lutin.
SVN revision: 40366
2009-04-25 12:20:23 +00:00
Daniel Kolesa 69a6b5ff69 Moved emodules to fontconfig.
SVN revision: 40365
2009-04-25 11:05:00 +00:00
Massimo Maiurana 152add37c2 updating french translations
SVN revision: 40347
2009-04-24 16:09:36 +00:00
Carsten Haitzler dc957248e3 1. embryo shoudl have soname
2. yes local.conf slipped in - ignore
3. added soname version release to module arch dirs
4. adapted extra-modules to use the revision in arch
5. made e17 also have a release rev
6. dummy release stuff in eet - wont use it as its already released.



SVN revision: 40267
2009-04-21 14:17:42 +00:00
Aron Xu 73aa9c80af Sync translations with launchpad
SVN revision: 40003
2009-04-12 11:52:10 +00:00
Iván Briano 4e7405dc70 Oops.. module.desktop is not autogenerated
SVN revision: 39948
2009-04-10 21:04:32 +00:00
Christopher Michael f24dc88e97 whitespace--
SVN revision: 39824
2009-03-31 17:32:41 +00:00
Christopher Michael 1aff532015 Fix nasty formatting. Remove event_feed when showing menu as it's not
needed.



SVN revision: 39822
2009-03-31 17:29:12 +00:00
Iván Briano 8c3bd8614d WilliamWallace'd a few strings
SVN revision: 39779
2009-03-28 18:12:36 +00:00
Davide Andreoli c156f22335 Rename all icons in E-MODULE-EXTRA
SVN revision: 39774
2009-03-28 13:30:14 +00:00
Iván Briano db7488e667 Clean up autogenerated files
SVN revision: 39764
2009-03-28 00:49:44 +00:00
Christopher Michael a6e7b533db Apparently autopoint creates the m4 directory so this can go back in.
SVN revision: 39691
2009-03-24 18:10:25 +00:00
Christopher Michael 3755002e44 Make tclock build again. There is no m4 directory for tclock, so no need
to pass -I m4 in the autogen


SVN revision: 39658
2009-03-23 21:10:19 +00:00
Mike Frysinger b95c22ef53 declare ACLOCAL_AMFLAGS to match autogen.sh behavior
SVN revision: 39409
2009-03-07 21:44:16 +00:00
Massimo Maiurana c50dabf809 updating greek translations
SVN revision: 39408
2009-03-07 13:11:01 +00:00
Aron Xu 53ac5dad0c Merged new pot files.
SVN revision: 39159
2009-02-23 10:39:26 +00:00
Massimo Maiurana 85f15094c1 french translations for desktop files
SVN revision: 38830
2009-01-28 12:37:16 +00:00
Aron Xu f9e96bbfc9 Updated es zh_CN translations
SVN revision: 38728
2009-01-23 11:58:08 +00:00