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?
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
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
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
[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
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
>
> 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
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
<
>
> 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
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
===
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
(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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 328 matches
Mail list logo