Commit Graph

162 Commits

Author SHA1 Message Date
Massimo Maiurana 7bd6549982 updating desktop files
SVN revision: 84579
2013-07-31 11:06:01 +00:00
Massimo Maiurana 436dfee954 Fixed sorting of desktop files
SVN revision: 84576
2013-07-04 17:48:15 +00:00
Massimo Maiurana aeed71f4af updating various translations
SVN revision: 84567
2013-07-02 16:08:07 +00:00
rakuco 442e5ffc32 Adapt to the edbus->eldbus name change.
Submitted by:	Doug Newgard <scimmia22@outlook.com>


SVN revision: 84552
2013-05-29 09:25:42 +00:00
Lucas De Marchi 8cd1b18701 eve: follow edbus change about unref'ing messages after send
SVN revision: 82811
2013-01-15 14:35:54 +00:00
Cedric BAIL 00c6d93337 autotools: move to AC_CONFIG_HEADERS.
Patch by Doug Newgard <scimmia22@outlook.com>.


SVN revision: 82135
2013-01-04 00:55:00 +00:00
Lucas De Marchi 69b656514a eve: rename edbus functions
SVN revision: 81299
2012-12-18 20:06:42 +00:00
Massimo Maiurana aaaf64c01a updating esperanto translations
SVN revision: 81195
2012-12-17 23:42:23 +00:00
Gustavo Sverzut Barbieri 79570580e2 eve: move dbus iface/path to org.enlightenment
this shouldn't be my company, rather the open source project. sorry :-P



SVN revision: 80272
2012-12-05 17:56:14 +00:00
Massimo Maiurana 7781554c0e updating various translations
SVN revision: 79483
2012-11-20 23:30:36 +00:00
Carsten Haitzler aa8ef94381 remove xlib and ecore-x using stuff! was bad anyway.
SVN revision: 79318
2012-11-15 05:51:28 +00:00
Vincent Torri ed3356f807 Eve: fix ql SOURCES
Patch by Yaakov Selkowitz


SVN revision: 78960
2012-11-07 06:41:54 +00:00
José Roberto de Souza 4ad4fa114c eve: Build fix, edbus_service_interface_register() parameters was changed
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78806
2012-11-01 16:49:14 +00:00
Lucas De Marchi 8b407cc7ed eve: Don't use EDBUS_ARGS if not needed
SVN revision: 78140
2012-10-17 21:57:05 +00:00
Lucas De Marchi 5e70a477c7 eve: Add foreign and subdir-objects to configure.ac
SVN revision: 78131
2012-10-17 21:10:15 +00:00
Lucas De Marchi 398a6fda7f eve: Add gitignore
SVN revision: 78130
2012-10-17 21:10:11 +00:00
Lucas De Marchi b2ee2dfb19 eve: Exit application nicely when sending uri through D-Bus
It's not guaranteed that the message will in fact be sent if we call
exit() here. Just exit the mainloop, so connection will be unref'ed and
therefore flushed.



SVN revision: 78129
2012-10-17 21:10:05 +00:00
Lucas De Marchi 9baebd55e5 eve: Fix passing freed uri when sending through D-Bus
Free the uri only after returning from mainloop. Otherwise we when the
request_name callback returns uri will already be freed.



SVN revision: 78127
2012-10-17 21:10:00 +00:00
José Roberto de Souza 79f55a424b eve: Port to edbus v2
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78126
2012-10-17 21:09:48 +00:00
Martin Jansa f67d7e549b eve: Build fix after WebKit r113173
ewk_settings_icon_database_icon_object_add was renamed to
ewk_settings_icon_database_icon_object_get in webkit r113173 (see
https://bugs.webkit.org/show_bug.cgi?id=82438)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>

SVN revision: 74152
2012-07-18 21:45:53 +00:00
ChunEon Park 84f73659d0 eve - pager -> naviframe
SVN revision: 69658
2012-03-27 07:51:42 +00:00
Jiyoun Park 1fa280f64b remove elm_list_always_select_mode_get/set deprecated API
SVN revision: 69330
2012-03-14 11:13:24 +00:00
Hyoyoung Chang acf12ba366 due to elm_genlist_item_object_get() is deprecated, I made a patch to
replace them to adequate apis.
most of case is sending signal.

Signed-off-by: Hyoyoung Chang <hyoyoung@gmail.com>



SVN revision: 69314
2012-03-14 05:04:32 +00:00
Jiyoun Park 054320be55 remove deprecated code related with
elm_genlist_item_top_bring_in
elm_genlist_item_middle_bring_in
elm_genlist_item_middle_show
elm_genlist_item_top_show
function.


SVN revision: 69282
2012-03-13 05:46:23 +00:00
Jiyoun Park 27835da36d remove deprecated code related with
elm_notify_repeat_events_set/get

function.


SVN revision: 69245
2012-03-12 10:27:37 +00:00
Jiyoun Park 07d3a7ca8e remove code related with
elm_gengrid_item_gengrid_get
elm_gengrid_item_data_
elm_gengrid_item_disabled
elm_gengrid_item_del
elm_gengrid_item_item_class_set
elm_gengrid_item_direct_sorted_insert
which was deprecated


SVN revision: 69168
2012-03-10 10:35:56 +00:00
Jiyoun Park 6096446d8a remove deprecated function related with elm_genlist_item
SVN revision: 68837
2012-03-06 15:04:55 +00:00
WooHyun Jung 26351909fd woops. I missed a file for 68691.
SVN revision: 68692
2012-03-05 10:10:11 +00:00
Martin Jansamartin.jansa cba8129cd7 eve - use Elm_Object_Item instead of Elm_Gengrid_Item
Signed-Off-By: Martin Jansa<martin.jansa@gmail.com>



SVN revision: 67612
2012-01-31 00:20:37 +00:00
Leandro Pereira 8c09006ded eve: use elm_object_part_content_set instead of deprecated elm_entry_end_set
Author: Martin Jansa <Martin.Jansa@gmail.com>

SVN revision: 67395
2012-01-20 16:19:19 +00:00
ChunEon Park 89f00716a1 eve - Elm_Genlist_Item -> Elm_Object_Item
SVN revision: 67382
2012-01-20 10:17:23 +00:00
Leandro Pereira 25d05e77d7 eve: Fix toggle theme as well.
SVN revision: 67275
2012-01-17 13:26:31 +00:00
Leandro Pereira f5db16919f eve: Update genlist theme so that preferences work again
SVN revision: 67274
2012-01-17 13:11:11 +00:00
Martin Jansa 41b7c51250 eve: don't use deprecated elm_entry_icon_* API, deprecated since r66991
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>

SVN revision: 67244
2012-01-16 16:10:00 +00:00
Martin Jansa 41de1502f6 adapt to newer webkit-efl API
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>

SVN revision: 67243
2012-01-16 16:09:54 +00:00
ChunEon Park 8382e3aea0 eve - Elm_List_Item -> Elm_Object_Item
SVN revision: 67120
2012-01-12 06:20:09 +00:00
Martin Jansa 550e6d0bba From: Martin Jansa <martin.jansa@gmail.com>
Subject: [E-devel] eve: add 2 patches to build it again with latest trunk
Date: Sat, 31 Dec 2011 13:33:02 +0100

Hi,

there are 2 patches for eve to compile it again without deprecated
warnings and edje_cc failing to build theme.

***Reviewed by seoz


SVN revision: 66725
2012-01-02 00:23:53 +00:00
Daniel Juyung Seo 7ee9f77c1a enna-explorer, eve: Applied genlist/gengrid/listy edc changes.
SVN revision: 66214
2011-12-14 16:52:10 +00:00
Daniel Juyung Seo 8abd7717fe elementary-generator, eve, clouseau: Applied genlist/gengrid changes.
label_get -> text_get.


SVN revision: 65758
2011-12-01 07:56:37 +00:00
Daniel Juyung Seo c6eef71a23 ensure, eve, envision: Applied recen gen/gengrid/genlist api changes.
SVN revision: 65749
2011-12-01 05:46:32 +00:00
Boris Faure 71e948fdf5 s/elm_object_text_part_/elm_object_part_text_/
SVN revision: 65311
2011-11-16 20:17:40 +00:00
Gustavo Sverzut Barbieri 208b2b7ae6 argghhh... deprecated apis...
NB: some gengrid still left as things does not exist, like:
    elm_gengrid_item_data_get()



SVN revision: 64358
2011-10-24 15:14:25 +00:00
Leandro Pereira 8430e78a4c eve: Update eve_state.geneet after r64147
SVN revision: 64152
2011-10-18 15:20:53 +00:00
Martin Jansa 534224244f eve: adapt to elm_scrolled_entry/elm_entry API changes from r60438
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>



SVN revision: 64150
2011-10-18 13:27:31 +00:00
Martin Jansa f3b1740283 eve: adapt to elm_object_text API changes from r60798 and r60797
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>



SVN revision: 64149
2011-10-18 13:27:22 +00:00
Martin Jansa 7061a311aa eve: adapt to elm_object_focus API change from r62049
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>



SVN revision: 64148
2011-10-18 13:27:16 +00:00
Martin Jansa 041dbc6d29 eve: update to new webkit-efl api, ewk_view_zoom_text_only_set is gone
* we can set different text zoom now with ewk_view_text_zoom_set
* see http://svn.webkit.org/repository/webkit/trunk@97043 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  for details
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>



SVN revision: 64147
2011-10-18 13:27:06 +00:00
Martin Jansa 03f0d2dc35 eve: update to new webkit-efl api, ewk_frame_zoom_get is now ewk_frame_page_zoom_get
* see http://svn.webkit.org/repository/webkit/trunk@97043 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  for details
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>



SVN revision: 64146
2011-10-18 13:26:51 +00:00
Carsten Haitzler 248e41ce3a that's it - remove autom4te.cache dirs again... - keep having to many
problems about it storing invalid config when the same build trees are
shared between multiple architectures and machines. :( better we
build right than build fast.



SVN revision: 61974
2011-08-02 04:13:33 +00:00
Gustavo Sverzut Barbieri 9c1f651084 update signal name
SVN revision: 61713
2011-07-25 22:41:42 +00:00