[E-devel] EDC Editor first try

2006-11-08 Thread DaveMDS
Hi all, I'm working on an edc editor, something like glade but for the edje file. I have just done all the parsing of the edc file and the inteface (for now using gtk2). Now I'm going to do the evas design window. Has someone just made some work on this? Do you think it's useful?

Re: [E-devel] EDC Editor first try

2006-11-14 Thread DaveMDS
Thanks for all the suggestion, here the list of all nominated names: Excallibur Edesigner Ensign Facade Edesigner edc-editor edje_editor Edjitor Execute Etch(er) Ethereal EnDesign Etcher Edjer Edjit Edjed Seems that the winner is edje_editor. For now I do it with gtk because it take to me less t

[E-devel] Etk filechooser widget patch

2006-12-19 Thread DaveMDS
Hi all, from the #etk discussion this is a patch for e17/proto/etk/src/lib/etk_filechooser_widget.c This patch resolve the bug that cause etk_filechooser_widget_selected_file_get() to return trash in the case no file is selected. With the patch applied the function will return NULL if

[E-devel] edje_editor: first snapshot!

2006-12-20 Thread DaveMDS
least once before inserting parts Hope you like the work. DaveMDS PS: the program need glib2 to run and complile. This is because I have started the project with a gtk interface. And I have made intensive use of gstring. Hope I will make a version without glib in a short

Re: [E-devel] edje_editor: first snapshot!

2006-12-21 Thread DaveMDS
[EMAIL PROTECTED] ha scritto: > Selon DaveMDS <[EMAIL PROTECTED]>: > > >> Hi all, >> I have done a first snapshot of the edje_editor source . >> this is the link >> http://www.gurumeditation.it/edje_editor-0.1-beta3.tar.gz >> >> It's

Re: [E-devel] edje_editor: first snapshot!

2006-12-21 Thread DaveMDS
Aleksej Struk ha scritto: > On Thu, Dec 21, 2006 at 06:29:55AM +0100, DaveMDS wrote: > >> Hi all, >> I have done a first snapshot of the edje_editor source . >> this is the link >> http://www.gurumeditation.it/edje_editor-0.1-beta3.tar.gz >> > &g

Re: [E-devel] E CVS: libs/engrave leviathan

2007-01-02 Thread DaveMDS
> > And add yourself to the AUTHORS file. > > dan > > > Hallo, I didn't know about the esistence of engrave until previous post, I had pratically rewrote all the stuff in the library in edje_editor :( But the library seems goo

Re: [E-devel] engrave patch

2007-01-03 Thread DaveMDS
Attached a patch that resolv a bug in engrave_group_part_by_name_find(). Index: engrave_group.c === RCS file: /var/cvs/e/e17/libs/engrave/src/lib/engrave_group.c,v retrieving revision 1.18 diff -r1.18 engrave_group.c 423c423 <

Re: [E-devel] E CVS: libs/engrave leviathan

2007-01-03 Thread DaveMDS
> > to allow people to edit .edc files. It was started, and could do > text/rects/images I believe at one point but is probably terribly out of > date with respect to the edje calc code. Feel free to rip the _canvas > stuff out if you don't think it's worth it but might be handy to have > editing c

[E-devel] Engrave canvas patch

2007-01-05 Thread DaveMDS
Hi all, The attached patch make engrave canvas correctly hide the last group when the user call engrave_canvas_current_group_set(...) Without this feature there is no way to hide a group in engrave_canvas once it is shown. Thanks Dave Index: src/lib/engrave_canvas.c ===

Re: [E-devel] Engrave rename part patch

2007-01-06 Thread DaveMDS
Hi leviathan attached the patch that make engrave_part_name_set() to change all the named link to the part. Without this every name_set() make the internal data inconsistent. Index: src/lib/engrave_part.c === RCS file: /cvs/e/e17/

[E-devel] Etk_Entry issue

2007-01-06 Thread DaveMDS
Hi all I can't make the function etk_entry_clear() to work as expected: the text wont be cleared correctly .The caret is placed correctly but the text doesn't disappear. and also: etk_entry_text_set(entry,""); and etk_entry_text_set(entry,NULL) doesn't works I have done a patch for etk_entry

[E-devel] Engrave patch

2007-01-10 Thread DaveMDS
Hi this patch add to engrave the function: engrave_part_state_remove(part,state) that will remove the part_state from the part. PS: leviathan: thanks for the good previous commit. Dave Index: src/lib/engrave_part.c === RCS file: /c

Re: [E-devel] opss

2007-01-10 Thread DaveMDS
Opss: a little error on last patch: the last line of engrave_part_state_remove() should be: ep->states = evas_list_remove(ep->states, eps); instead of evas_list_remove(ep->states, eps); Sorry for the error. Dave > Hi > this patch add to engrave the function: > engrave_part_state_remove(part,st

[E-devel] Edje editor updates + engrave big patch

2007-01-13 Thread DaveMDS
nt are surly welcome. DaveMDS PS: Sorry for my bad english :) Index: src/lib/engrave_canvas.c === RCS file: /cvs/e/e17/libs/engrave/src/lib/engrave_canvas.c,v retrieving revision 1.6 diff -u -r1.6 engrave_canvas.c --- src/lib/engrave_ca

Re: [E-devel] Edje editor updates + engrave big patch

2007-01-14 Thread DaveMDS
Chady Kassouf ha scritto: > On 1/14/07, DaveMDS <[EMAIL PROTECTED]> wrote: > >> Hi all, some update for my work on the edje_editor: >> >> Tonight I have committed a new editor release. >> This version need the attached engrave patch that implement the follo

Re: [E-devel] efreet - freedesktop menu/icon/desktop spec implementation

2007-01-17 Thread DaveMDS
dan sinclair ha scritto: > Peter Parkanyi wrote: > >> On Wednesday 17 January 2007 15:15, you wrote: >> >>> On Wednesday 17 January 2007 01:14, Jorge Luis Zapata Muga wrote: >>> On 1/17/07, Brian Mattern <[EMAIL PROTECTED]> wrote: > > > The next qu

[E-devel] etk_colorpicker patch to add alpha slider ... and also a problem to solve :)

2007-01-17 Thread DaveMDS
Hi attached a patch to add an alpha slider to etk_colorpicker. If someone need I can also make an option to disable the slider. (an application could not handle alpha channel and so could want to hide the slider) There is a problem in the way the current color is displayed in the dialog. I have

Re: [E-devel] etk_colorpicker patch to add alpha slider ... and also a problem to solve :)

2007-01-17 Thread DaveMDS
Nathan Ingersoll ha scritto: On 1/17/07, DaveMDS <[EMAIL PROTECTED]> wrote: evas_object_color_set() don't draw the alpha in the right way: if the color is black the alpha are good, if the color is white the alpha never change until 0 is reached(and then disappear) Seems that evas

Re: [E-devel] etk_colorpicker patch to add alpha slider ... and also a problem to solve :)

2007-01-17 Thread DaveMDS
Nathan Ingersoll ha scritto: > On 1/17/07, DaveMDS <[EMAIL PROTECTED]> wrote: >> >> evas_object_color_set() don't draw the alpha in the right way: >> if the color is black the alpha are good, >> if the color is white the alpha never change until 0 is reached(a

Re: [E-devel] etk_colorpicker patch to add alpha slider ... and also a problem to solve :)

2007-01-19 Thread DaveMDS
Simon TRENY ha scritto: > On Wed, 17 Jan 2007 23:41:27 +0100, > DaveMDS <[EMAIL PROTECTED]> wrote : > > >> Hi >> attached a patch to add an alpha slider to etk_colorpicker. >> If someone need I can also make an option to >> disable the slider. (an app

Re: [E-devel] edje command

2007-01-19 Thread DaveMDS
Andreas Volz ha scritto: > Hello, > > some time ago there was a "edje" command to view my edj files. But it > seems to be removed (at least on Gentoo). I've only this files: > > /usr/bin/edje_decc > /usr/bin/edje_cc > /usr/bin/edje_recc > /usr/bin/edje-config > /usr/lib/pkgconfig/edje.pc > /usr/lib

[E-devel] Etk tooltip disabled ??

2007-01-31 Thread DaveMDS
There's a reason of the tooltip disabled? etk_tooltips.c line 78: void etk_tooltips_enable() { //_etk_tooltips_enabled = ETK_TRUE; } I have remove the comment and the tooltip works well! There's some problem with it? Thanks dave

[E-devel] Can't undertand engrave api

2007-02-03 Thread DaveMDS
Hi all, Have two problem with engrave: 1. What is the "state2" and "value2" param in: engrave_program_action_set(ep, action,state,state2,value,value2)?? State/Value is the state to set in the target(s) in a STATE_SET action. But what state2/value2 refer to? 2. Where is the "name" and "source" par

Re: [E-devel] Can't undertand engrave api

2007-02-04 Thread DaveMDS
Brian Mattern ha scritto: > On Sun, Feb 04, 2007 at 04:54:44AM +0100, DaveMDS wrote: > >> Hi all, >> Have two problem with engrave: >> >> 1. What is the "state2" and "value2" param in: >> engrave_program_action_set(ep, action,state,stat

[E-devel] edje_decc patch

2007-02-04 Thread DaveMDS
Hallo, here's a patch for edje_decc that create a file called default.edc in the decompiled source dir. The file contents is only a line that include the main edc file. If the default.edc file exist none is created With this patch I can open edj file from edje_editor (engrave run edje_decc and

[E-devel] emotion_object_file_set(..) really slow

2004-10-19 Thread DaveMDS
brary to play "only" mp3? Thanks DaveMDS P.S. Sorry for the english but is not my laguage :) --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of the

Re: [E-devel] emotion_object_file_set(..) really slow

2004-10-19 Thread DaveMDS
(B (B (B (BCarsten Haitzler (The Rasterman) wrote: (B (B technically emotion has the infrastructure to support multiple loadable modules (Bto provide media feeds - BUT right now the only one there is a xine module, so (Bit does everything. you are right though - xine does take a while to

[E-devel] Can imlib2 read tEXt data stored in png file?

2005-03-14 Thread DaveMDS
Hi all, I need to read/write tEXt data stored in png file. is this the right function to do that? void *imlib_image_get_attached_data(const char *key); I can't make it works  :( Can someone help me? Thanks DaveMDS

[E-devel] Can imlib2 read tEXt data stored in png file?

2005-03-14 Thread DaveMDS
Hi all, I need to read/write tEXt data stored in png file. is this the right function to do that? void *imlib_image_get_attached_data(const char *key); I can't make it works  :( Can someone help me? Thanks DaveMDS

[EGIT] [bindings/python/python-efl] master 01/01: Python-EFL: TODO--

2013-09-24 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=9f4a7c55fef66781e5ad2e8183f805e4cf5a20aa commit 9f4a7c55fef66781e5ad2e8183f805e4cf5a20aa Author: davemds Date: Tue Sep 24 19:56:45 2013 +0200 Python-EFL: TODO-- --- TODO | 1

[EGIT] [bindings/python/python-efl] master 01/01: Python-EFL: unbreak the build with older Cython versions

2013-10-07 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=feb9fb912c27204bb076adeb3c93ca81ae2d33df commit feb9fb912c27204bb076adeb3c93ca81ae2d33df Author: davemds Date: Mon Oct 7 21:18:44 2013 +0200 Python-EFL: unbreak the build with

[EGIT] [bindings/python/python-efl] master 01/01: Python-EFL: unbreak the compilation with older cython. Kuuko: you win a spank this time :P

2013-10-14 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=85ac11657711d3ae0c2b18abe0fea10b666e2d93 commit 85ac11657711d3ae0c2b18abe0fea10b666e2d93 Author: davemds Date: Mon Oct 14 21:30:49 2013 +0200 Python-EFL: unbreak the

[EGIT] [bindings/python/python-efl] master 01/01: Python-EFL: some little and stupid cleanup to setup.py and some additions to MANIFEST.in

2013-10-16 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=f2b7c24f7acf8f01d02fe06603ba81b1986daf57 commit f2b7c24f7acf8f01d02fe06603ba81b1986daf57 Author: davemds Date: Wed Oct 16 22:35:44 2013 +0200 Python-EFL: some little and

[EGIT] [admin/devs] master 01/01: update my info.txt

2013-10-19 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=6e5a5b798c3849db6ab00627ab23fc3171513955 commit 6e5a5b798c3849db6ab00627ab23fc3171513955 Author: davemds Date: Sat Oct 19 20:14:32 2013 +0200 update my info.txt --- davemds/info.txt | 6

[EGIT] [website/www] master 01/01: DevsMap: try to make the user popup readable

2013-10-19 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=a5ac4cd72ef819f1d3eb32a03ed3c8f3713fde37 commit a5ac4cd72ef819f1d3eb32a03ed3c8f3713fde37 Author: davemds Date: Sat Oct 19 21:03:43 2013 +0200 DevsMap: try to make the user popup readable

[EGIT] [website/www] master 01/01: DevsMap: second try to fix user popup

2013-10-20 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=c4637199652bd2034316c5db2c4fa5c80a3256a0 commit c4637199652bd2034316c5db2c4fa5c80a3256a0 Author: davemds Date: Sun Oct 20 19:45:31 2013 +0200 DevsMap: second try to fix user popup

[EGIT] [website/www] master 01/01: www: docs page: add a new link to the python bindings documentation

2013-10-20 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=e4863ad02001f60c97647b0fe9218c259b165a8a commit e4863ad02001f60c97647b0fe9218c259b165a8a Author: davemds Date: Sun Oct 20 20:08:00 2013 +0200 www: docs page: add a new link to the python

[EGIT] [bindings/python/python-efl] master 01/01: PythonEFL: (as always) unbreak the build with older chyton

2013-10-23 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=d47c9390b89825f155c653934bd84325a1042083 commit d47c9390b89825f155c653934bd84325a1042083 Author: davemds Date: Wed Oct 23 19:36:04 2013 +0200 PythonEFL: (as always) unbreak

[EGIT] [core/enlightenment] master 01/01: music_control: add metadata (title, artist and album) and the cover image to the popup

2013-10-28 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=410c2a398d5744a45cc07d8e03353d0983377eff commit 410c2a398d5744a45cc07d8e03353d0983377eff Author: davemds Date: Mon Oct 28 22:55:10 2013 +0100 music_control: add metadata (title

[EGIT] [core/elementary] master 01/01: Fix the theme of the music_control module. It got broken while merged with elm

2013-11-02 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=af8eec4d0ca4d437334a35549753d3c3b0d9decd commit af8eec4d0ca4d437334a35549753d3c3b0d9decd Author: davemds Date: Sat Nov 2 22:31:52 2013 +0100 Fix the theme of the music_control module. It

[EGIT] [core/enlightenment] master 01/01: music-control: let the popup automatically delete the cover image.

2013-11-02 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=2822d8e22bc67d071ed59a6003e09cabd16f3255 commit 2822d8e22bc67d071ed59a6003e09cabd16f3255 Author: davemds Date: Sat Nov 2 23:09:38 2013 +0100 music-control: let the popup automatically

[EGIT] [apps/espionage] master 03/03: Espionage: improved toolbar with checkbox for options

2013-11-03 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/apps/espionage.git/commit/?id=eeb4ae57529b8db8f1baaf29a2f8eae2977013f1 commit eeb4ae57529b8db8f1baaf29a2f8eae2977013f1 Author: davemds Date: Sat Nov 2 19:58:47 2013 +0100 Espionage: improved toolbar with checkbox for

[EGIT] [apps/espionage] master 02/03: Espionage: gitignore++ and make setup.py executable

2013-11-03 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/apps/espionage.git/commit/?id=b155b699f16cc5e982e7bcca95e9a73c980966a7 commit b155b699f16cc5e982e7bcca95e9a73c980966a7 Author: davemds Date: Sat Nov 2 18:30:09 2013 +0100 Espionage: gitignore++ and make setup.py

[EGIT] [enlightenment/modules/packagekit] master 02/02: Make translations works

2013-11-03 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/packagekit.git/commit/?id=ce300dd079e2069feda8f7c443d446694f640240 commit ce300dd079e2069feda8f7c443d446694f640240 Author: davemds Date: Sun Nov 3 15:04:06 2013 +0100 Make translations works

[EGIT] [enlightenment/modules/packagekit] master 01/01: Make the config dialog resizabe. gitignore++

2013-11-03 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/packagekit.git/commit/?id=daedb37fe08af15f0d3c03b377b0961658070366 commit daedb37fe08af15f0d3c03b377b0961658070366 Author: davemds Date: Sun Nov 3 17:21:26 2013 +0100 Make the config dialog

[EGIT] [enlightenment/modules/packagekit] master 01/01: Require eldbus and e18

2013-11-03 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/packagekit.git/commit/?id=3aee67468105d879a878560b386efb31371c0ad1 commit 3aee67468105d879a878560b386efb31371c0ad1 Author: davemds Date: Sun Nov 3 19:55:34 2013 +0100 Require eldbus and e18

[EGIT] [enlightenment/modules/packagekit] master 01/01: Better error management: do not show "system updated" in case of failure

2013-11-03 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/packagekit.git/commit/?id=c764913d8e2120aca1de7cc44d7e103df7352e3c commit c764913d8e2120aca1de7cc44d7e103df7352e3c Author: davemds Date: Sun Nov 3 21:05:02 2013 +0100 Better error management: do

[EGIT] [enlightenment/modules/packagekit] master 01/01: Query the PackageKit daemon version and defer the first method call after the version is fetched

2013-11-03 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/packagekit.git/commit/?id=a9db2f4c85bdfd84fde88ac011b04fd262836643 commit a9db2f4c85bdfd84fde88ac011b04fd262836643 Author: davemds Date: Mon Nov 4 00:26:12 2013 +0100 Query the PackageKit daemon

[EGIT] [enlightenment/modules/packagekit] master 01/01: Also show the packagekit version (if available) in case of errors

2013-11-04 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/packagekit.git/commit/?id=fdbc66f7c5b0b985d92e7788d6435a5e2d92c148 commit fdbc66f7c5b0b985d92e7788d6435a5e2d92c148 Author: davemds Date: Mon Nov 4 19:32:13 2013 +0100 Also show the packagekit

[EGIT] [enlightenment/modules/packagekit] master 01/01: And now the module is also compatible with PackageKit 0.7

2013-11-04 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/packagekit.git/commit/?id=76442d673ee4d9a42c181b9875eee04ce66a4e9d commit 76442d673ee4d9a42c181b9875eee04ce66a4e9d Author: davemds Date: Mon Nov 4 20:54:10 2013 +0100 And now the module is also

[EGIT] [enlightenment/modules/packagekit] master 01/01: Actually show the number of available updates inside the icon

2013-11-04 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/packagekit.git/commit/?id=273e1a2e9a662992ab88f5d8e2b422ecf08d1a4b commit 273e1a2e9a662992ab88f5d8e2b422ecf08d1a4b Author: davemds Date: Mon Nov 4 21:35:00 2013 +0100 Actually show the number of

[EGIT] [website/www] master 01/01: First step to fix the dev map, sorry to bug with some commits, but google dont let me try the map locally

2013-11-04 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=e52c3a073da872906bf7f7303dbc6ae639d9bf81 commit e52c3a073da872906bf7f7303dbc6ae639d9bf81 Author: davemds Date: Mon Nov 4 22:06:45 2013 +0100 First step to fix the dev map, sorry to bug with

[EGIT] [website/www] master 01/01: This should fix the devs map

2013-11-04 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=c0bbfc58d02c4e24d9eb10a6ccec2dc54de4ac21 commit c0bbfc58d02c4e24d9eb10a6ccec2dc54de4ac21 Author: davemds Date: Tue Nov 5 00:29:31 2013 +0100 This should fix the devs map --- public_html/p

[EGIT] [website/www] master 01/01: 2 small fix for the map

2013-11-04 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=2152d390848aaafe26b5e5fa726bb2c89f618a90 commit 2152d390848aaafe26b5e5fa726bb2c89f618a90 Author: davemds Date: Tue Nov 5 00:42:36 2013 +0100 2 small fix for the map --- public_html/p

[EGIT] [apps/epour] master 02/02: Epour: factorize the preference dialogs

2013-11-08 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/apps/epour.git/commit/?id=a473d92f5105c975357fcdf63568d036e06e7867 commit a473d92f5105c975357fcdf63568d036e06e7867 Author: davemds Date: Fri Nov 8 23:19:44 2013 +0100 Epour: factorize the preference dialogs

[EGIT] [apps/epour] master 01/02: Epuor: spit the preference in 3 different InnerWindow

2013-11-08 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/apps/epour.git/commit/?id=5b3c328dd497159110a22d43f7b4cb5b1657b337 commit 5b3c328dd497159110a22d43f7b4cb5b1657b337 Author: davemds Date: Fri Nov 8 22:46:21 2013 +0100 Epuor: spit the preference in 3 different

[EGIT] [apps/epour] master 01/01: Epour: Use a Popup insted of the InnerWin for preferences dialogs

2013-11-09 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/apps/epour.git/commit/?id=38c1c74f0fee6f6ded90981cecba79efcaef7bde commit 38c1c74f0fee6f6ded90981cecba79efcaef7bde Author: davemds Date: Sat Nov 9 14:26:34 2013 +0100 Epour: Use a Popup insted of the InnerWin for

[EGIT] [apps/epour] master 01/01: Epour: redone proxy config dialog using table instead of Frames

2013-11-09 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/apps/epour.git/commit/?id=c7eaa61d7b5d2748d81b36d9580c10513413eec9 commit c7eaa61d7b5d2748d81b36d9580c10513413eec9 Author: davemds Date: Sat Nov 9 15:47:50 2013 +0100 Epour: redone proxy config dialog using table

[EGIT] [enlightenment/modules/packagekit] master 01/02: Try to show the icon of the package using efreet.

2013-11-10 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/packagekit.git/commit/?id=67c6625cc28f4d12ec3c9dcb583aa3d047582f1c commit 67c6625cc28f4d12ec3c9dcb583aa3d047582f1c Author: davemds Date: Sun Nov 10 15:44:39 2013 +0100 Try to show the icon of the

[EGIT] [enlightenment/modules/packagekit] master 02/02: Add an option to show the package description instead of the name in the popup list.

2013-11-10 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/packagekit.git/commit/?id=d16767f16c67bcb0a2e0f152befd30ce7c7b7b6b commit d16767f16c67bcb0a2e0f152befd30ce7c7b7b6b Author: davemds Date: Sun Nov 10 16:08:48 2013 +0100 Add an option to show the

[EGIT] [enlightenment/modules/packagekit] master 01/01: Updated italian translation

2013-11-10 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/packagekit.git/commit/?id=8e21c1de24650f7e03eedd8af754436a7293dd6c commit 8e21c1de24650f7e03eedd8af754436a7293dd6c Author: davemds Date: Sun Nov 10 16:14:55 2013 +0100 Updated italian translation

[EGIT] [core/enlightenment] master 01/01: music-control: add Quod Libet in players list

2013-11-11 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=2ef11b928e70f812664c0c62e0b84465ed7e6a13 commit 2ef11b928e70f812664c0c62e0b84465ed7e6a13 Author: davemds Date: Mon Nov 11 20:44:34 2013 +0100 music-control: add Quod Libet in players

[EGIT] [core/enlightenment] master 01/01: music-control: use efreet to decode uri

2013-11-11 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=5920551f153f43b9317b7ee23009d3f05ace0c7d commit 5920551f153f43b9317b7ee23009d3f05ace0c7d Author: davemds Date: Mon Nov 11 21:53:16 2013 +0100 music-control: use efreet to decode uri

[EGIT] [core/enlightenment] master 01/01: music-control: do not request props if the service is not up.

2013-11-11 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=771c352281d61f2603ba26c41047af2325c16803 commit 771c352281d61f2603ba26c41047af2325c16803 Author: davemds Date: Mon Nov 11 23:40:27 2013 +0100 music-control: do not request props if

[EGIT] [bindings/python/python-efl] master 01/01: PythonEFL: new elm test for Theme

2013-11-16 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=012b89076ded3948a42603e3d1bcbe216fa3f05f commit 012b89076ded3948a42603e3d1bcbe216fa3f05f Author: davemds Date: Sat Nov 16 13:15:18 2013 +0100 PythonEFL: new elm test for Theme

[EGIT] [enlightenment/modules/packagekit] master 02/02: updated po files

2013-11-16 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/packagekit.git/commit/?id=85b0b383b390d7bb5e2788bf1015dfe1a0811ec7 commit 85b0b383b390d7bb5e2788bf1015dfe1a0811ec7 Author: davemds Date: Sat Nov 16 14:27:09 2013 +0100 updated po files --- po

[EGIT] [enlightenment/modules/packagekit] master 01/02: popup: moved the "reload packages" button in the top-right with just a small icon

2013-11-16 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/packagekit.git/commit/?id=72ada726780637fb13e3c1164a12b16f1b7628ff commit 72ada726780637fb13e3c1164a12b16f1b7628ff Author: davemds Date: Sat Nov 16 14:26:38 2013 +0100 popup: moved the "r

[EGIT] [bindings/python/python-efl] master 02/03: add new Filesector.sort_method property (since 1.9)

2014-01-08 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=bd063f0ecef750a7b26f0359360dff5fb1712da9 commit bd063f0ecef750a7b26f0359360dff5fb1712da9 Author: davemds Date: Wed Jan 8 22:06:29 2014 +0100 add new Filesector.sort_method

[EGIT] [bindings/python/python-efl] master 03/03: add new Mapbuf.point_color_set/get functions (since 1.9)

2014-01-08 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=445211f3691e8986b4eae7fa98b40a4e3754272f commit 445211f3691e8986b4eae7fa98b40a4e3754272f Author: davemds Date: Wed Jan 8 22:48:27 2014 +0100 add new Mapbuf.point_color_set/get

[EGIT] [bindings/python/python-efl] master 01/03: add new Clock.pause property (since 1.9)

2014-01-08 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=fdb66d75e670d486260870ae6c2be9022cabaf5f commit fdb66d75e670d486260870ae6c2be9022cabaf5f Author: davemds Date: Wed Jan 8 21:17:57 2014 +0100 add new Clock.pause property

[EGIT] [enlightenment/modules/packagekit] master 01/01: updated svg file

2014-01-14 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/packagekit.git/commit/?id=8d126165f0728caaa89387fb78851cd68711861b commit 8d126165f0728caaa89387fb78851cd68711861b Author: davemds Date: Tue Jan 14 20:47:05 2014 +0100 updated svg file

[EGIT] [enlightenment/modules/places] enlightenment-0.18 01/01: New branch for places that is compatible with e18

2014-01-17 Thread davemds
davemds pushed a commit to branch enlightenment-0.18. http://git.enlightenment.org/enlightenment/modules/places.git/commit/?id=a3e3135ccdc2a00f042b5262662f657909168551 commit a3e3135ccdc2a00f042b5262662f657909168551 Author: davemds Date: Fri Jan 17 21:57:57 2014 +0100 New branch for

[EGIT] [enlightenment/modules/places] master 03/04: Update to new e19 api

2014-01-18 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/places.git/commit/?id=37086c655dc938555007c77cdb05c462c2825a6a commit 37086c655dc938555007c77cdb05c462c2825a6a Author: davemds Date: Fri Jan 17 23:05:07 2014 +0100 Update to new e19 api --- src

[EGIT] [enlightenment/modules/places] master 02/04: remove old and deprecated e_dbus (v1) backend

2014-01-18 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/places.git/commit/?id=a4d4309817a030ce44290273e18241fb22093da0 commit a4d4309817a030ce44290273e18241fb22093da0 Author: davemds Date: Fri Jan 17 22:22:59 2014 +0100 remove old and deprecated

[EGIT] [enlightenment/modules/places] master 01/04: The master branch now require e19

2014-01-18 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/places.git/commit/?id=6a583656661be07fc18783a6fc6e30eae0d62552 commit 6a583656661be07fc18783a6fc6e30eae0d62552 Author: davemds Date: Fri Jan 17 22:10:53 2014 +0100 The master branch now require

[EGIT] [enlightenment/modules/places] master 04/04: And finally fix the popup logic for e19

2014-01-18 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/places.git/commit/?id=190800cbdced6a8185ce552559be1a2cb01fc9c2 commit 190800cbdced6a8185ce552559be1a2cb01fc9c2 Author: davemds Date: Sat Jan 18 14:47:04 2014 +0100 And finally fix the popup logic

[EGIT] [enlightenment/modules/places] master 01/01: Show a dialog when a mount/umount operation fail

2014-01-18 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/places.git/commit/?id=6d6a3ba57da1097f0acc9dc6ad6dd8fa40e92582 commit 6d6a3ba57da1097f0acc9dc6ad6dd8fa40e92582 Author: davemds Date: Sat Jan 18 15:58:25 2014 +0100 Show a dialog when a mount

[EGIT] [core/elementary] master 01/01: theme for the packagekit module IN

2014-01-19 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=c985061c10dbe57b97a6291bd36272efa933fdfe commit c985061c10dbe57b97a6291bd36272efa933fdfe Author: davemds Date: Sun Jan 19 11:37:00 2014 +0100 theme for the packagekit module IN --- data

[EGIT] [core/enlightenment] master 01/01: Put the packagekit module inside the E tree.

2014-01-19 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=d5a89ca177c779cba0ec773ed66469b0a5c9c4fe commit d5a89ca177c779cba0ec773ed66469b0a5c9c4fe Author: davemds Date: Sun Jan 19 11:54:24 2014 +0100 Put the packagekit module inside the E

[EGIT] [core/enlightenment] master 02/02: PackageKit: EINA_UNUSED++ to warnings--

2014-01-19 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=28b43755764fdc55cc00747a5848e99942682a76 commit 28b43755764fdc55cc00747a5848e99942682a76 Author: davemds Date: Sun Jan 19 14:55:53 2014 +0100 PackageKit: EINA_UNUSED++ to warnings

[EGIT] [core/enlightenment] master 01/02: PackageKit: fix popup autoclose

2014-01-19 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=4c6326e055840dc8ecb8d861a5ae2380b5d5c50c commit 4c6326e055840dc8ecb8d861a5ae2380b5d5c50c Author: davemds Date: Sun Jan 19 14:50:32 2014 +0100 PackageKit: fix popup autoclose --- src

[EGIT] [core/enlightenment] master 01/01: music-control: fix popup autoclose

2014-01-19 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7d406706daa5ee75b394070c64532f5dedc98aa4 commit 7d406706daa5ee75b394070c64532f5dedc98aa4 Author: davemds Date: Sun Jan 19 15:03:31 2014 +0100 music-control: fix popup autoclose

[EGIT] [enlightenment/modules/penguins] master 05/05: more cleanups

2014-01-19 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/penguins.git/commit/?id=1f2964f6be4b09c6785e63abe084f7692d02bb4a commit 1f2964f6be4b09c6785e63abe084f7692d02bb4a Author: davemds Date: Sun Jan 19 23:01:26 2014 +0100 more cleanups --- src

[EGIT] [enlightenment/modules/penguins] master 04/05: rename typedefs for better namespace

2014-01-19 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/penguins.git/commit/?id=7d74cc4f9684bc94011f83f8b81873f9a715dfd1 commit 7d74cc4f9684bc94011f83f8b81873f9a715dfd1 Author: davemds Date: Sun Jan 19 21:59:05 2014 +0100 rename typedefs for better

[EGIT] [enlightenment/modules/penguins] master 02/05: Split e_mod_main.c in another file

2014-01-19 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/penguins.git/commit/?id=e65b154cad93cb38e918422960729fb35b11c848 commit e65b154cad93cb38e918422960729fb35b11c848 Author: davemds Date: Sun Jan 19 21:31:14 2014 +0100 Split e_mod_main.c in another

[EGIT] [enlightenment/modules/penguins] master 03/05: cleanup e_mod_main.c/h

2014-01-19 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/penguins.git/commit/?id=e827df78f8cf240fb4fcefd67ef4e57c7b35ba66 commit e827df78f8cf240fb4fcefd67ef4e57c7b35ba66 Author: davemds Date: Sun Jan 19 21:41:22 2014 +0100 cleanup e_mod_main.c/h

[EGIT] [enlightenment/modules/penguins] master 01/05: make the module compile and works (more or less) again

2014-01-19 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/penguins.git/commit/?id=8e4732c7261cdd4c37eb1b3c22d256c036e42b34 commit 8e4732c7261cdd4c37eb1b3c22d256c036e42b34 Author: davemds Date: Sun Jan 19 21:15:31 2014 +0100 make the module compile and

[EGIT] [enlightenment/modules/penguins] master 01/01: bump version and require e19

2014-01-19 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/penguins.git/commit/?id=918e24c97ab9d785c4357fdbe21b7e6c63004a92 commit 918e24c97ab9d785c4357fdbe21b7e6c63004a92 Author: davemds Date: Sun Jan 19 23:04:54 2014 +0100 bump version and require e19

[EGIT] [enlightenment/modules/penguins] master 01/01: more cleanups, mainly whitespace, indentation and code style... now I can start working on this :)

2014-01-19 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/penguins.git/commit/?id=88fcb3b9f7afa61faca861f65879239108f51989 commit 88fcb3b9f7afa61faca861f65879239108f51989 Author: davemds Date: Mon Jan 20 01:16:23 2014 +0100 more cleanups, mainly

[EGIT] [core/elementary] master 01/01: PackageKit theme: pass make distcheck

2014-01-20 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=bbb5975c8c4ef64b613aaf1ed654142dafa23224 commit bbb5975c8c4ef64b613aaf1ed654142dafa23224 Author: davemds Date: Mon Jan 20 20:22:41 2014 +0100 PackageKit theme: pass make distcheck

[EGIT] [enlightenment/modules/penguins] master 01/01: Fix collision detection to work with e19.

2014-01-20 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/penguins.git/commit/?id=e0365fe4cdeb756f37ebcee396c2eca2a48bcb9c commit e0365fe4cdeb756f37ebcee396c2eca2a48bcb9c Author: davemds Date: Mon Jan 20 23:10:55 2014 +0100 Fix collision detection to

[EGIT] [enlightenment/modules/penguins] master 04/05: Use a fixed array instead of eina_hash for the standard animations.

2014-01-23 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/penguins.git/commit/?id=ab3bb4a73484beb2f78fe95906f75eb07e49e334 commit ab3bb4a73484beb2f78fe95906f75eb07e49e334 Author: davemds Date: Thu Jan 23 23:06:29 2014 +0100 Use a fixed array instead of

[EGIT] [enlightenment/modules/penguins] master 03/05: No need to keep the number of items in an Eina_List, eina_list_count is fast.

2014-01-23 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/penguins.git/commit/?id=4381b2d9bd27d2d7ccb1539d8c0042e7e77e3495 commit 4381b2d9bd27d2d7ccb1539d8c0042e7e77e3495 Author: davemds Date: Thu Jan 23 20:38:45 2014 +0100 No need to keep the number of

[EGIT] [enlightenment/modules/penguins] master 01/05: Add -Wall to compiler flags and remove all remaining warnings

2014-01-23 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/penguins.git/commit/?id=90199b9fa7e724ae0adf0a793b09d58e71df57f3 commit 90199b9fa7e724ae0adf0a793b09d58e71df57f3 Author: davemds Date: Mon Jan 20 23:34:04 2014 +0100 Add -Wall to compiler flags

[EGIT] [enlightenment/modules/penguins] master 05/05: Fix alignment of the splatting animation.

2014-01-23 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/penguins.git/commit/?id=3b774573d9d74882a8ef8e7d459d386efe84f756 commit 3b774573d9d74882a8ef8e7d459d386efe84f756 Author: davemds Date: Thu Jan 23 23:16:44 2014 +0100 Fix alignment of the

[EGIT] [enlightenment/modules/penguins] master 02/05: Improve penguins placement, now related to E_Zones and not the first whole canvas

2014-01-23 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/penguins.git/commit/?id=2b090e72f8e7d4bd25e3f1bf98a1739699c1a51b commit 2b090e72f8e7d4bd25e3f1bf98a1739699c1a51b Author: davemds Date: Thu Jan 23 20:15:40 2014 +0100 Improve penguins placement

[EGIT] [enlightenment/modules/penguins] master 01/01: Put penguins on the correct evas layer, on top of desktop gadgets

2014-01-24 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/penguins.git/commit/?id=f39b52dc63ee8e7e88810eac2b44e0209b0a commit f39b52dc63ee8e7e88810eac2b44e0209b0a Author: davemds Date: Fri Jan 24 21:33:52 2014 +0100 Put penguins on the correct

[EGIT] [enlightenment/modules/penguins] master 02/02: Better layer placement for penguins.

2014-01-24 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/penguins.git/commit/?id=39c52cae56bc949e40ceebab928e9bc7f6d25fdd commit 39c52cae56bc949e40ceebab928e9bc7f6d25fdd Author: davemds Date: Fri Jan 24 23:39:20 2014 +0100 Better layer placement for

[EGIT] [enlightenment/modules/penguins] master 01/02: Reload population when changing zones.

2014-01-24 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/penguins.git/commit/?id=def44bdc1a8c65889b64c68d2d19546967f510a1 commit def44bdc1a8c65889b64c68d2d19546967f510a1 Author: davemds Date: Fri Jan 24 23:29:34 2014 +0100 Reload population when

  1   2   3   4   >