summaryrefslogtreecommitdiff
path: root/legacy/elementary/src/bin/test_config.c
Commit message (Collapse)AuthorAgeFilesLines
* test: fix crash of configuration testkabeer khan2015-03-061-2/+2
| | | | | | | | | | | | | | Summary: Add extra check to prevent crashing when user clicks configuration test from elementary_test window Signed-off-by: kabeer khan <kabeer.khan@samsung.com> Reviewers: seoz, cedric Differential Revision: https://phab.enlightenment.org/D2086 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* elm_test: removed all the unnecessary empty lines.Daniel Juyung Seo2013-12-151-1/+0
| | | | being pedantic.
* elementary_test: remove ELM_LIB_QUICKLAUNCHJean-Philippe Andre2013-11-051-2/+1
| | | | | Refer to the previous commits for the reason. Remove all #ifndef ELM_LIB_QUICKLAUNCH from the test files.
* elm_test: __UNUSED__ -> EINA_UNUSED.Daniel Juyung Seo2013-09-011-6/+6
|
* test_config.c: comparing array against 0 is useless. compare the first value ↵Daniel Juyung Seo2013-07-061-1/+1
| | | | | | instead. This was spotted by coverity CID 1040027.
* From: Gwanglim Lee <gl77.lee@samsung.com>Gwanglim Lee2012-12-051-0/+536
Subject: Re: Re: Re: [E-devel] [RFC] Virtual desktop window profile I've attached 4th patch. May the 4th be with you. ecore patch has been merged with efl and all files are based on r80123. Thanks & Regards, Gwanglim ------- Original Message ------- Sender : Daniel Juyung Seo<seojuyung2@gmail.com> Date : 2012-12-04 01:55 (GMT+09:00) Title : Re: Re: [E-devel] [RFC] Virtual desktop window profile It looks ok to me. Sorry but can you re-generate the patch according to the recent ecore merge to efl single tree? Daniel Juyung Seo (SeoZ) On Thu, Nov 29, 2012 at 12:29 AM, Gwanglim Lee <gl77.lee@samsung.com> wrote: Dear Raster and Daniel Juyung Seo, I've attached 3rd patches and test_config according to your reviews. These are based on r79782. [elementary & ecore] 1. "profile,set" -> "profile,changed" - done 2. spaces after EINA_LIST_FOREACH - done 3. variable type - keep 4. author - done 5. removing deprecated marking in patch - done 6. add elm_win_available_profiles_get to test_config for the debugging purpose - done 7. check whether a given profile is present in an available profiles. otherwise window profile will be one of the item in available profiles. - newly added thing to the elm_win 8. merge with EO - done. :( Any comments would be appreciated. SVN revision: 80215