Commit Graph

10606 Commits

Author SHA1 Message Date
Jaehwan Kim 46508d8116 scale: set the base scale of the application.
The scale is used for the application to be scaled.
If the application isn't made on the basis of scale 1.0,
the application layout will be scaled inappositely. So if the
application set the base scale, it is applied when the application is scaled.
2014-09-19 13:46:23 +09:00
Mike Blumenkrantz 1ea72cda55 add deskmirror borderless group 2014-09-18 18:20:10 -04:00
Mike Blumenkrantz 3dc3def2b6 simplify deskmirror theme programs 2014-09-18 18:20:10 -04:00
Daniel Juyung Seo 4bb375af97 test_radio: Added a changed callback to a radio group. 2014-09-19 02:49:30 +09:00
Savio Sena 3f042b8352 autotools: Simplified src/lib/Makefile.am quite a bit.
Introduced new .eo lists avoiding redundancy. Create targets to install
generated C++ bindings.
2014-09-17 20:28:06 -03:00
Savio Sena 4205e4c583 lib/autotools: Added Elementary.hh. 2014-09-17 20:28:06 -03:00
Savio Sena a9d94e4738 pkg-config: Brought latest "echo compatibility" changes from EFL to m4/efl.m4. 2014-09-17 20:28:06 -03:00
Savio Sena b1679131cf examples: Remove a warning during release compilation. 2014-09-17 20:28:05 -03:00
Savio Sena d796baefba tests: Clean-up elementary-cxx test suite.
Removed unnecessary includes.
Added missing bindings.
Added extern "C" guards.
2014-09-17 20:28:05 -03:00
Savio Sena 787726db69 autotools: Removed useless instruction from Eolian++ helper 2014-09-17 20:28:05 -03:00
Savio Sena 5999456a9f autotools: Added elementary-cxx.pc.in. 2014-09-17 20:28:05 -03:00
Ryuan Choi 01b9b1eae7 Fix build break with elm_web since 4664b183e
Maniphest Tasks: T1482
2014-09-18 07:42:42 +09:00
Daniel Juyung Seo 55050fef9d test_genlist: added a test to clear the genlist no item,focused call. 2014-09-17 16:37:55 -07:00
Savio Sena 08275af33f examples: Add extern "C" guards to C++ example. 2014-09-16 19:10:40 -03:00
Savio Sena 10c7b71435 autotools: Add efl-cxx.pc when C++ bindings are enabled. 2014-09-16 18:38:44 -03:00
Kai Huuhko 30eeca6508 mailmap: add my work alias 2014-09-15 14:48:38 +03:00
Igor Murzov 8f5f86409b Revert revert of my translation updates. 2014-09-12 14:36:38 +04:00
maxerba c0f0c763ef Updating desktop files 2014-09-11 22:06:39 +02:00
Carsten Haitzler 42cb0adf55 Revert "rename all pager theme groups to match the module that uses it"
This reverts commit e3e158b3887a93097d954a75d2d74eff3f4ec24f.

no - this breaks theme api. AGAIN ... like e18. see email to e-devel.
2014-09-11 16:25:47 +09:00
Daniel Kolesa 6a76c2e9da update according to latest eolian changes 2014-09-10 15:09:08 +01:00
Mike Blumenkrantz cbb8e3f38b rename all pager theme groups to match the module that uses it
this should have been done with the module rename, and this release is the last chance to get it fixed before it has to be permanently maintained with wrong names
2014-09-10 09:04:14 -04:00
Daniel Kolesa 05382aed68 update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
Daniel Zaoui 3d85a89b2c CnP/Wayland: Fix window check for Wayland invocations.
This was leading to never enter the cnp functions dedicated to Wayland,
as the given object was not a window. The Copy And Paste test was not
working for this reason.
2014-09-08 17:05:20 +03:00
Daniel Kolesa 24b8671f60 update according to latest eolian changes 2014-09-08 14:58:57 +01:00
Kai Huuhko 7224f0ef14 l10n: Add Finnish translations 2014-09-07 20:23:44 +03:00
Mike Blumenkrantz 9fc57e7dd0 remove unused comp screen overlay program 2014-09-07 11:19:12 -04:00
Daniel Juyung Seo 0d5dad908e test_genlist: Fixed typo in the check button. 2014-09-07 22:06:47 +09:00
Daniel Juyung Seo 9954b7391f test_gengrid: Added pressed and released callbacks for more tests. 2014-09-07 22:00:20 +09:00
Daniel Juyung Seo d5cfb8e0b3 test_genlist: Added more focus tests for popup creation on item mouse down and item select. 2014-09-07 19:43:24 +09:00
Daniel Juyung Seo e644c842e1 test_genlist: Added 'add more items' button to genlist focus test. 2014-09-07 18:46:15 +09:00
Daniel Juyung Seo 3518675d31 test_popup: Renamed focus highlight button name correctly. 2014-09-07 18:10:47 +09:00
Daniel Juyung Seo 79788f8c12 test_genlist: Refactored internal codes.
Created internal function _test_genlist_focus_option_panel_create() as it is
getting too big.
2014-09-07 17:49:33 +09:00
Daniel Juyung Seo 252d5f28de elm_gesture: Moved since at the end of each api's documentation. 2014-09-07 16:23:15 +09:00
Daniel Juyung Seo 9b50d76b4b gesture_layer: Fixed broken gesture layer documentation. 2014-09-07 16:19:14 +09:00
Jae Yong Hwang fbee0944db genlist: Fixed a crash bug in case of calling a genlist_clear in a select callback function.
Summary:
If item select callback is elm_genlist_clear and genlist object have many item, elm_genlist_clear was broken.
This reason is due to incorrect code. In Old code, check the item focus  after an item was deleted. So, I changed the order of the code.
Before item was deleted, Check the item focus.
@fix

Test Plan: I revised the elementary_test code and tested with that.

Reviewers: raster, SanghyeonLee, seoz

Reviewed By: seoz

Subscribers: bluezery, SanghyeonLee

Differential Revision: https://phab.enlightenment.org/D1418
2014-09-06 01:47:55 +09:00
Daniel Juyung Seo 2533b0af79 test_genlist: Added genlist clear scenario on 5th item select. 2014-09-06 01:47:45 +09:00
Daniel Juyung Seo 13180c55d8 test_genlist: Removed unnecessary casting. 2014-09-06 01:33:22 +09:00
Daniel Juyung Seo ab86e8edb6 elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
Daniel Juyung Seo 8d30e7774d tooltip: Removed unnecessary casting and followed callback function conventions. 2014-09-05 01:12:22 +09:00
Daniel Juyung Seo 118bc66bab conform, inwin, progressbar, radio: Fixed wrong part_alias_description implementations and documentations.
@fix
2014-09-05 01:12:22 +09:00
Vincent Torri 1a3ba20ae3 create elementary.pc at make time to follow GNU coding standards 2014-09-04 17:33:06 +02:00
Vincent Torri 48a581fe21 use variable instead of configure replacement 2014-09-04 17:33:06 +02:00
Vincent Torri 811b425289 fix elementary.pc 2014-09-04 17:33:06 +02:00
Vincent Torri 17c681f0ec use configure variable instead of /elementary 2014-09-04 17:33:06 +02:00
Cedric BAIL bfa8fe85fc pkgbuild: let's not put .eo with the binary. 2014-09-04 17:33:06 +02:00
Cedric BAIL d1612d88d6 main: do not throw warning on previously working code.
Now that we forcefully shutdown elementary, we will always it the case below 0
for older code and throw some useless warning.
2014-09-04 17:33:06 +02:00
Cedric BAIL c7f130ca87 module: detect extention just based on if its windows or not.
This follow what we do on other part of EFL and should fix issue on Mac OS X.

Should fix D1161 at the same time.

@fix
2014-09-04 17:33:05 +02:00
Vincent Torri ea6246a8ee autotools: simplify .pc.in.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2014-09-04 17:33:05 +02:00
Vincent Torri c6272d9928 autotools: use always Requires.private in .pc 2014-09-04 17:33:05 +02:00
Vincent Torri 8c705cac78 autotools: add m4 macro to check for options
This simplify autotools in elementary by recycling the same m4
and also compilation flags. Less code to read and maintain.
2014-09-04 17:33:05 +02:00