framework/uifw/elementary.git
12 years agoelementary - removed deprecated widgets & APIs.
ChunEon Park [Thu, 1 Dec 2011 08:18:14 +0000 (17:18 +0900)]
elementary - removed deprecated widgets & APIs.

Change-Id: I876b41cf9d0427a9f39d5ff583c9b5ad87a123b7

12 years agoMerge "[entry] fixed bug in getting geometry of wd->scroller"
Myungjae Lee [Thu, 1 Dec 2011 11:05:20 +0000 (20:05 +0900)]
Merge "[entry] fixed bug in getting geometry of wd->scroller"

12 years agoMerge "elm els_icon.c: There is some bug in _els_smart_icon_orient_set function....
Jiyoun Park [Thu, 1 Dec 2011 10:19:28 +0000 (19:19 +0900)]
Merge "elm els_icon.c: There is some bug in _els_smart_icon_orient_set function. it didn't work if orient were ELM_IMAGE_ROTATE_90_CW or CCW. and it also make seg fault if application calls elm_image_orient_set more than twice. for 90 or 270 rotation, we need seperate memory. (It can be algorithm without more memory, but I selected readability than memory efficiency)"

12 years ago[entry] fixed bug in getting geometry of wd->scroller
Myungjae Lee [Thu, 1 Dec 2011 10:07:40 +0000 (19:07 +0900)]
[entry] fixed bug in getting geometry of wd->scroller

12 years agoelm els_icon.c: There is some bug in _els_smart_icon_orient_set function.
Jiyoun Park [Thu, 1 Dec 2011 04:10:56 +0000 (13:10 +0900)]
elm els_icon.c: There is some bug in _els_smart_icon_orient_set function.
it didn't work if orient were ELM_IMAGE_ROTATE_90_CW or CCW.
and it also make seg fault if application calls elm_image_orient_set more than twice.
for 90 or 270 rotation, we need seperate memory.
(It can be algorithm without more memory, but I selected readability than memory efficiency)

Before, els icon use file name for data2.
So it make problem, if file name was removed because of obj's data_set or size_set function.
I modified els icon code using copy data function.

Change-Id: Ie3675d1b2cc6307da116d715f460259082336635

12 years agoMerge "naviframe - merged with opensource code"
ChunEon Park [Thu, 1 Dec 2011 07:47:54 +0000 (16:47 +0900)]
Merge "naviframe - merged with opensource code"

12 years agoMerge "[panes] Partially merged panes from upstream. Reduced the diff."
Daniel Juyung Seo [Thu, 1 Dec 2011 07:25:46 +0000 (16:25 +0900)]
Merge "[panes] Partially merged panes from upstream. Reduced the diff."

12 years agoMerge "[elm_searchbar]: edje externals updated."
Shilpa Singh [Thu, 1 Dec 2011 06:21:57 +0000 (15:21 +0900)]
Merge "[elm_searchbar]: edje externals updated."

12 years agoPackage upload REL_F_I9500_20111202_1 REL_F_I9500_20111203_1
Jaehwan Kim [Thu, 1 Dec 2011 01:41:49 +0000 (10:41 +0900)]
Package upload

12 years agonaviframe - merged with opensource code
ChunEon Park [Wed, 30 Nov 2011 11:28:51 +0000 (20:28 +0900)]
naviframe - merged with opensource code

elc_naviframe.c: In function ‘_title_content_unset’:
elc_naviframe.c:786:17: warning: ‘content’ may be used uninitialized in this function
elementary/naviframe - implement unset hook
elementary/naviframe - do resize when size of sub objects is changed.
elementary/naviframe - fixed to calc item size according to  content size changed.

12 years agoMerge "[Review comments fixed] [elc_naviframe]: title_content_set function refactored...
Shilpa Singh [Wed, 30 Nov 2011 10:29:45 +0000 (19:29 +0900)]
Merge "[Review comments fixed] [elc_naviframe]: title_content_set function refactored. 1. Considers NULL content case. 2. unnecessary parameter removed. 3. optimization"

12 years ago[genlist] item fields update at rename, edit mode
Hyoyoung Chang [Tue, 29 Nov 2011 08:06:23 +0000 (17:06 +0900)]
[genlist] item fields update at rename, edit mode

Change-Id: I7ed3085c9a47add664841be8f7d3f7ace4391a8f

12 years ago[panes] Partially merged panes from upstream. Reduced the diff.
Daniel Juyung Seo [Wed, 30 Nov 2011 07:49:30 +0000 (16:49 +0900)]
[panes] Partially merged panes from upstream. Reduced the diff.

12 years ago[elm_panes]: CQ fix :H0100137656 [ As pair signals were not sent from
Shilpa Singh [Wed, 30 Nov 2011 06:51:33 +0000 (12:21 +0530)]
[elm_panes]: CQ fix :H0100137656 [ As pair signals were not sent from
.c file the separator in panes was not coming ]

Change-Id: Ibe6405b0d2c4a0b21f324d56122ec3f79b52bc9e

12 years ago[elm_searchbar]: edje externals updated.
Shilpa Singh [Thu, 17 Nov 2011 05:20:44 +0000 (10:50 +0530)]
[elm_searchbar]: edje externals updated.

12 years ago[Review comments fixed]
Shilpa Singh [Tue, 29 Nov 2011 09:17:12 +0000 (14:47 +0530)]
[Review comments fixed]
[elc_naviframe]: title_content_set function refactored. 1. Considers
NULL content case. 2. unnecessary parameter removed. 3. optimization

Change-Id: I06be24d9d9844eee9d7dbd739e30f42ba1f8e017

12 years agoMerge "[edje_externals/elm_datefield.c] Datefield widget external file is updated...
sumanth [Wed, 30 Nov 2011 05:36:43 +0000 (14:36 +0900)]
Merge "[edje_externals/elm_datefield.c] Datefield widget external file is updated as per the new design."

12 years agoMerge "repackaging - elementary_1.0.0+svn.61256slp2+build99"
ChunEon Park [Tue, 29 Nov 2011 09:38:20 +0000 (18:38 +0900)]
Merge "repackaging - elementary_1.0.0+svn.61256slp2+build99"

12 years ago[genlist][bug fix] CQ H0100137386 : When the genlist is resized, previous items of...
Jaehwan Kim [Tue, 29 Nov 2011 08:29:02 +0000 (17:29 +0900)]
[genlist][bug fix] CQ H0100137386 : When the genlist is resized, previous items of the expaned item should move again

Change-Id: I2360cc7a4ea1dfdfa834f8a037e381eded4ada12

12 years agorepackaging - elementary_1.0.0+svn.61256slp2+build99 REL_F_I9500_20111130_1
ChunEon Park [Tue, 29 Nov 2011 07:18:22 +0000 (16:18 +0900)]
repackaging - elementary_1.0.0+svn.61256slp2+build99

revert navigationbar, navigationbar_ex, slidingdrawer.

they would be removed on this Thursday(12/1)

12 years agoMerge "Bugfix: a converting problem using elm_selection_get with ELM_SEL_FORMAT_HTML...
deasung.kim [Tue, 29 Nov 2011 06:25:52 +0000 (15:25 +0900)]
Merge "Bugfix: a converting problem using elm_selection_get with ELM_SEL_FORMAT_HTML Change-Id: Ia490b6888fe879598620fa5f9028050749c75230"

12 years agoMerge "CQ H0100136744 - Fix grid management"
Tae-Hwan Kim [Tue, 29 Nov 2011 06:13:46 +0000 (15:13 +0900)]
Merge "CQ H0100136744 - Fix grid management"

12 years agoMerge "[multibuttonentry]CQ:H0100137536- 'item,selected' signal sends 2 times when...
Goun Lee [Tue, 29 Nov 2011 04:00:01 +0000 (13:00 +0900)]
Merge "[multibuttonentry]CQ:H0100137536- 'item,selected' signal sends 2 times when button is clicked"

12 years agoCQ H0100136744 - Fix grid management
Tae-Hwan Kim [Thu, 24 Nov 2011 12:53:29 +0000 (21:53 +0900)]
CQ H0100136744 - Fix grid management

[Reason]
There are no image caching mechanism because it keep only two grid

[Solution]
1. Create all grids (all zoom levels) when elm_map_add() is called (No overhead because of sparse matrix)
2. Clear all grids when map object is deleted.
3. Loads neccessary grids and unload unused grids when zoom is changed.

@Raster
Please reivew my patch set.

Change-Id: I79fba24f941d02a8f998a7177325bc2514c38787

12 years agoBugfix: a converting problem using elm_selection_get with ELM_SEL_FORMAT_HTML
deasung.kim [Tue, 29 Nov 2011 02:52:35 +0000 (11:52 +0900)]
Bugfix: a converting problem using elm_selection_get with ELM_SEL_FORMAT_HTML
Change-Id: Ia490b6888fe879598620fa5f9028050749c75230

12 years agoRevert to the latest migration version
Shinwoo Kim [Mon, 28 Nov 2011 08:38:18 +0000 (17:38 +0900)]
Revert to the latest migration version

12 years agoPackage upload REL_F_I9500_20111128_2 REL_I9500_20111128_1
Shinwoo Kim [Mon, 28 Nov 2011 08:18:34 +0000 (17:18 +0900)]
Package upload

12 years agorevert to the migration tempoary
Shinwoo Kim [Mon, 28 Nov 2011 08:16:47 +0000 (17:16 +0900)]
revert to the migration tempoary

12 years ago[*] change default config to nbeat-black-hd
Shinwoo Kim [Mon, 28 Nov 2011 08:07:01 +0000 (17:07 +0900)]
[*] change default config to nbeat-black-hd

12 years agoPackage upload
Shinwoo Kim [Mon, 28 Nov 2011 08:03:10 +0000 (17:03 +0900)]
Package upload

12 years ago[genlist][bug fix] CQ H0100137419 : change to calculate old_scrl_y again.
Jaehwan Kim [Mon, 28 Nov 2011 06:55:59 +0000 (15:55 +0900)]
[genlist][bug fix] CQ H0100137419 : change to calculate old_scrl_y again.

12 years ago[genlist] delete unnecessary code
Jaehwan Kim [Mon, 28 Nov 2011 06:54:54 +0000 (15:54 +0900)]
[genlist] delete unnecessary code

12 years ago[entry] sync with opensource. Cursor's location should be shown, though entry is...
WooHyun Jung [Fri, 25 Nov 2011 05:50:20 +0000 (14:50 +0900)]
[entry] sync with opensource. Cursor's location should be shown, though entry is not focused
Change-Id: I9ea528a0e10ee0a1f4396ee1d2698b7c1cddda1a

12 years ago[entry] add elm_entry_cnp_mode_set/get API
deasung.kim [Fri, 25 Nov 2011 10:32:40 +0000 (19:32 +0900)]
[entry] add elm_entry_cnp_mode_set/get API

12 years ago[controlbar] Use EFL style formatting
Mike McCormack [Fri, 25 Nov 2011 09:40:22 +0000 (18:40 +0900)]
[controlbar] Use EFL style formatting

12 years ago[controlbar] move docs to header
Mike McCormack [Fri, 25 Nov 2011 09:29:43 +0000 (18:29 +0900)]
[controlbar] move docs to header

12 years ago[colorpalette] Move docs to header
Mike McCormack [Fri, 25 Nov 2011 09:15:21 +0000 (18:15 +0900)]
[colorpalette] Move docs to header

12 years ago[imageslider] move docs to header
Mike McCormack [Fri, 25 Nov 2011 09:08:14 +0000 (18:08 +0900)]
[imageslider] move docs to header

12 years agoMerge "[entry] fixed bug in getting cursor geometry in a char-wrap or mixed-mode...
Myungjae Lee [Fri, 25 Nov 2011 08:53:43 +0000 (17:53 +0900)]
Merge "[entry] fixed bug in getting cursor geometry in a char-wrap or mixed-mode entry in a scroller"

12 years agoRevert "[scrolledentry] delete"
Mike McCormack [Fri, 25 Nov 2011 08:47:38 +0000 (17:47 +0900)]
Revert "[scrolledentry] delete"

This reverts commit 980cadabba578d22d2844056da94351d7b74b487.

[still exists upstream, so deletion is premature]

12 years ago[entry] fixed bug in getting cursor geometry in a char-wrap or mixed-mode entry in...
Myungjae Lee [Fri, 25 Nov 2011 08:47:19 +0000 (17:47 +0900)]
[entry] fixed bug in getting cursor geometry in a char-wrap or mixed-mode entry in a scroller

12 years ago[scrolled grid] delete
Mike McCormack [Fri, 25 Nov 2011 08:39:04 +0000 (17:39 +0900)]
[scrolled grid] delete

12 years ago[icon] Reduce diff with upstream
Mike McCormack [Fri, 25 Nov 2011 08:34:59 +0000 (17:34 +0900)]
[icon] Reduce diff with upstream

12 years ago[db] more docs to header
Mike McCormack [Fri, 25 Nov 2011 08:28:01 +0000 (17:28 +0900)]
[db] more docs to header

12 years ago[scrolledentry] delete
Mike McCormack [Fri, 25 Nov 2011 08:08:05 +0000 (17:08 +0900)]
[scrolledentry] delete

12 years ago[multibuttonentry]CQ:H0100137536- 'item,selected' signal sends 2 times when button...
Goun Lee [Fri, 25 Nov 2011 07:19:31 +0000 (16:19 +0900)]
[multibuttonentry]CQ:H0100137536- 'item,selected' signal sends 2 times when button is clicked

12 years agoBuild ews and route
Mike McCormack [Fri, 25 Nov 2011 06:56:15 +0000 (15:56 +0900)]
Build ews and route

12 years agoelemlentary - minor changes.
hermet [Thu, 17 Nov 2011 00:42:14 +0000 (00:42 +0000)]
elemlentary - minor changes.

guarantee the compatibility for priveous content_set/get/unset changes.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@65320 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[toggle] remove whitespace difference
Mike McCormack [Fri, 25 Nov 2011 06:50:20 +0000 (15:50 +0900)]
[toggle] remove whitespace difference

12 years agoUpdate translations
Mike McCormack [Fri, 25 Nov 2011 06:49:59 +0000 (15:49 +0900)]
Update translations

12 years agoall this for elm_theme_data_get
discomfitor [Mon, 12 Sep 2011 01:05:07 +0000 (01:05 +0000)]
all this for elm_theme_data_get

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63331 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[stackedicon] Move docs to Elementary.h.in
Mike McCormack [Fri, 25 Nov 2011 06:35:57 +0000 (15:35 +0900)]
[stackedicon] Move docs to Elementary.h.in

12 years agoRemove comment differences with upstream
Mike McCormack [Fri, 25 Nov 2011 06:31:47 +0000 (15:31 +0900)]
Remove comment differences with upstream

12 years agoSync authors with upstream
Mike McCormack [Fri, 25 Nov 2011 06:29:04 +0000 (15:29 +0900)]
Sync authors with upstream

12 years ago[tickernoti] Move documentation to Elementary.h.in
Mike McCormack [Fri, 25 Nov 2011 06:28:30 +0000 (15:28 +0900)]
[tickernoti] Move documentation to Elementary.h.in

12 years ago[searchbar] move docs to Elementary.h
Mike McCormack [Fri, 25 Nov 2011 06:12:18 +0000 (15:12 +0900)]
[searchbar] move docs to Elementary.h

12 years ago[multibuttonentry] Remove differences with upstream
Mike McCormack [Fri, 25 Nov 2011 05:53:00 +0000 (14:53 +0900)]
[multibuttonentry] Remove differences with upstream

12 years ago[widget] remove difference with upstream
Mike McCormack [Fri, 25 Nov 2011 05:39:56 +0000 (14:39 +0900)]
[widget] remove difference with upstream

12 years agoFix indentation
Mike McCormack [Fri, 25 Nov 2011 05:35:48 +0000 (14:35 +0900)]
Fix indentation

12 years agoDelete animator example
Mike McCormack [Fri, 25 Nov 2011 05:24:46 +0000 (14:24 +0900)]
Delete animator example

12 years agoelementary: Add docs from upstream
Mike McCormack [Thu, 24 Nov 2011 09:06:44 +0000 (18:06 +0900)]
elementary: Add docs from upstream

12 years ago[tooltip] Sync with upstream
Mike McCormack [Thu, 24 Nov 2011 08:46:10 +0000 (17:46 +0900)]
[tooltip] Sync with upstream

12 years ago[navigationbarex] remove
Mike McCormack [Thu, 24 Nov 2011 08:39:57 +0000 (17:39 +0900)]
[navigationbarex] remove

12 years agomultibuttonentry: Remove whitespace differences with upstream
Mike McCormack [Thu, 24 Nov 2011 08:33:44 +0000 (17:33 +0900)]
multibuttonentry: Remove whitespace differences with upstream

12 years agoMerge "[elc_naviframe]: As hide signal was sent twice, control bar was hidden as...
Shilpa Singh [Thu, 24 Nov 2011 11:09:21 +0000 (20:09 +0900)]
Merge "[elc_naviframe]: As hide signal was sent twice, control bar was hidden as the counter value was not properly updated."

12 years agoMerge branch 'master' of 165.213.180.234:/slp/pkgs/e/elementary
Tae-Hwan Kim [Thu, 24 Nov 2011 08:40:58 +0000 (17:40 +0900)]
Merge branch 'master' of 165.213.180.234:/slp/pkgs/e/elementary

12 years ago[Gengrid] Added gengrid signals: edge,top/bottom/left/right. Merge from upstream.
Daniel Juyung Seo [Thu, 17 Nov 2011 05:10:32 +0000 (14:10 +0900)]
[Gengrid] Added gengrid signals: edge,top/bottom/left/right. Merge from upstream.

Change-Id: I29ada6979d6804c775a4631d1eb150e617d2f89e

12 years ago[multibuttonentry] Remove differences with upstream
Mike McCormack [Thu, 24 Nov 2011 07:38:31 +0000 (16:38 +0900)]
[multibuttonentry] Remove differences with upstream

12 years ago[multibuttonentry] Remove docs
Mike McCormack [Thu, 24 Nov 2011 07:20:50 +0000 (16:20 +0900)]
[multibuttonentry] Remove docs

12 years agoRename multibuttonentry file to match upstream
Mike McCormack [Thu, 24 Nov 2011 07:18:09 +0000 (16:18 +0900)]
Rename multibuttonentry file to match upstream

12 years ago[navigationbar] Remove external
Mike McCormack [Thu, 24 Nov 2011 07:11:03 +0000 (16:11 +0900)]
[navigationbar] Remove external

12 years agoSync externals with upstream
Mike McCormack [Thu, 24 Nov 2011 07:10:13 +0000 (16:10 +0900)]
Sync externals with upstream

12 years ago[multibuttonentry] Fix build break
Mike McCormack [Thu, 24 Nov 2011 07:38:07 +0000 (16:38 +0900)]
[multibuttonentry] Fix build break

12 years ago[multibuttonentry] Remove differences with upstream
Mike McCormack [Thu, 24 Nov 2011 07:00:58 +0000 (16:00 +0900)]
[multibuttonentry] Remove differences with upstream

12 years agoMerge "[Copy&Paste] remove "Paste" button when CBHM has no item"
deasung.kim [Thu, 24 Nov 2011 07:17:53 +0000 (16:17 +0900)]
Merge "[Copy&Paste] remove "Paste" button when CBHM has no item"

12 years agoMerge upstream for ecore_con build flags
Tae-Hwan Kim [Thu, 24 Nov 2011 04:23:16 +0000 (13:23 +0900)]
Merge upstream for ecore_con build flags

12 years ago[multibuttonentry] add test from upstream
Mike McCormack [Thu, 24 Nov 2011 02:23:43 +0000 (11:23 +0900)]
[multibuttonentry] add test from upstream

12 years ago[navigationbar] remove
Mike McCormack [Thu, 24 Nov 2011 01:10:38 +0000 (10:10 +0900)]
[navigationbar] remove

12 years ago[colorselector] Sync with upstream
Mike McCormack [Wed, 23 Nov 2011 09:06:33 +0000 (18:06 +0900)]
[colorselector] Sync with upstream

12 years ago[button] Add missing piece from merge
Mike McCormack [Wed, 23 Nov 2011 09:03:47 +0000 (18:03 +0900)]
[button] Add missing piece from merge

12 years agoKill the sliding drawer
Mike McCormack [Wed, 23 Nov 2011 09:00:41 +0000 (18:00 +0900)]
Kill the sliding drawer

12 years agoAvoid deprecated functions
Mike McCormack [Wed, 23 Nov 2011 08:40:04 +0000 (17:40 +0900)]
Avoid deprecated functions

12 years agoRemove CRLFs
Mike McCormack [Wed, 23 Nov 2011 08:39:53 +0000 (17:39 +0900)]
Remove CRLFs

12 years agoelementary : Partly rollback for about the feature "focus movement by
woohyun [Sat, 6 Aug 2011 07:39:31 +0000 (07:39 +0000)]
elementary : Partly rollback for about the feature "focus movement by
arrow keys". There is a better way to support this feature, so
implementing it now.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62168 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/elm_scroller : Modified event_hook function. Now arrow keys
woohyun [Fri, 5 Aug 2011 08:31:25 +0000 (08:31 +0000)]
elementary/elm_scroller : Modified event_hook function. Now arrow keys
will move focus among scroller's child objects.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62126 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary : Focus movement is possible with arrow keys. You can check
woohyun [Fri, 5 Aug 2011 08:25:07 +0000 (08:25 +0000)]
elementary : Focus movement is possible with arrow keys. You can check
this feature in elementary_test -> focus.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62125 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix re-focusing of widgets once inlined window is focus. kind of
raster [Tue, 2 Aug 2011 10:34:30 +0000 (10:34 +0000)]
fix re-focusing of widgets once inlined window is focus. kind of
tricky requiring a 2nd shadowed parent.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61989 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoSync with upstream
Mike McCormack [Wed, 23 Nov 2011 08:32:24 +0000 (17:32 +0900)]
Sync with upstream

12 years agoElm entry: Expose the internal textblock object.
tasn [Mon, 14 Nov 2011 13:56:06 +0000 (13:56 +0000)]
Elm entry: Expose the internal textblock object.

This commit introduces two new API: elm_entry_textblock_get and
elm_entry_calc_force. These two APIs can be used to manipulate the
textblock object inside the entry in a safe manner. This exposes an
interface that wasn't available before letting do new and cool things
with entries.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@65169 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[elc_naviframe]: As hide signal was sent twice, control bar was hidden
Shilpa Singh [Wed, 23 Nov 2011 08:26:59 +0000 (13:56 +0530)]
[elc_naviframe]: As hide signal was sent twice, control bar was hidden
as the counter value was not properly updated.

Change-Id: Id7427230b940deefe513da514299afa441d391b1

12 years agoUpdate translations
Mike McCormack [Wed, 23 Nov 2011 08:15:06 +0000 (17:15 +0900)]
Update translations

12 years agoRevert differences with upstream
Mike McCormack [Wed, 23 Nov 2011 08:04:55 +0000 (17:04 +0900)]
Revert differences with upstream

12 years agoFix warnings
Mike McCormack [Wed, 23 Nov 2011 08:04:07 +0000 (17:04 +0900)]
Fix warnings

12 years agoElm entry: Fixed 'Paste' to only show if there clipboard isn't empty.
tasn [Mon, 8 Aug 2011 07:51:02 +0000 (07:51 +0000)]
Elm entry: Fixed 'Paste' to only show if there clipboard isn't empty.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62193 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[win] sync with upstream
Mike McCormack [Wed, 23 Nov 2011 07:47:15 +0000 (16:47 +0900)]
[win] sync with upstream

12 years ago[toggle] sync with upstream changes]
Mike McCormack [Wed, 23 Nov 2011 07:41:22 +0000 (16:41 +0900)]
[toggle] sync with upstream changes]

12 years ago[externals] Sync with upstream changes
Mike McCormack [Wed, 23 Nov 2011 07:41:02 +0000 (16:41 +0900)]
[externals] Sync with upstream changes

12 years agoBuild upstream files
Mike McCormack [Wed, 23 Nov 2011 07:39:35 +0000 (16:39 +0900)]
Build upstream files

12 years ago[genlist] sync externals variable names
Mike McCormack [Wed, 23 Nov 2011 07:39:21 +0000 (16:39 +0900)]
[genlist] sync externals variable names

12 years ago[naviframe] Sync test with upstream
Mike McCormack [Wed, 23 Nov 2011 07:23:45 +0000 (16:23 +0900)]
[naviframe] Sync test with upstream