Commit Graph

2420 Commits

Author SHA1 Message Date
ChunEon Park a68b234f22 elementray / transit - fixed typo
SVN revision: 58313
2011-04-04 05:56:56 +00:00
ChunEon Park e1b5d7bea8 Elementary/transit - defined transit callback functions types. (Elm_Transit_Effect_Transition_Cb, Elm_Transit_Effect_End_Cb)
SVN revision: 58312
2011-04-04 05:27:20 +00:00
ChunEon Park 4aabc33b1c Elementary/transit - void * -> Elm_Transit_Effect.
made the interface clear.



SVN revision: 58311
2011-04-04 04:48:51 +00:00
ChunEon Park 5f2ae803e0 elementary / transit - modified internal namings .
Elm_Transit_Effect -> Elm_Transit_Effect_Module



SVN revision: 58310
2011-04-04 01:54:55 +00:00
ChunEon Park 85d9b909f7 elementary / ctxpopup - modified doxygen smart object signal callbacks
SVN revision: 58307
2011-04-03 16:35:19 +00:00
ChunEon Park d497b0ea87 elementary/flip - modified to use smart callbacks descriptions table
SVN revision: 58306
2011-04-03 16:26:25 +00:00
Daniel Juyung Seo 6dc86966fd Elementary elm_gengrid.c: Fixed doxygen.
SVN revision: 58303
2011-04-03 16:06:06 +00:00
Boris Faure f51d67cc85 elementary: fix compilation
SVN revision: 58298
2011-04-03 11:55:56 +00:00
Daniel Juyung Seo 16848f903d Elementary: Fixed wrong smart callback signal name. clicked -> clicked,double
Unified double-click smart callback signal name to "clicked,double".
Wrong signal name "clicked" is still there.
But this will be removed soon after fixing all codes in trunk.


SVN revision: 58293
2011-04-03 09:36:47 +00:00
Daniel Juyung Seo b690e88b69 Elementary elm_widget.c: Fix formatting.
Used ecrustify then fixed manually. Ecrustify still has wrong formatting.


SVN revision: 58285
2011-04-03 06:43:17 +00:00
Daniel Juyung Seo 4c5e18eb11 Elementary elm_widget.c: Removed ; after INTERNAL_ENTRY.
SVN revision: 58284
2011-04-03 05:48:00 +00:00
Daniel Juyung Seo 8a108db5ab Elementary: Use pre-defined type Edje_Signal_Cb instead of describing all of its parameters.
SVN revision: 58283
2011-04-03 05:32:17 +00:00
ChunEon Park 5176a3f867 elementary / entry, list, scroller, fileselector_button, config, photocam, map, pan, bg, store, priv, pager, conform, box, clock, flipselector
fixed indentation, removed white spaces.



SVN revision: 58267
2011-04-01 19:08:56 +00:00
Daniel Juyung Seo de0b570b30 Elementary elm_genlist.c: Fixed formatting.
Used ecrustify for formatting.


SVN revision: 58263
2011-04-01 16:33:58 +00:00
Carsten Haitzler 916f3894fb more complete desktop entry mode support.
SVN revision: 58259
2011-04-01 13:35:39 +00:00
Carsten Haitzler 4febdc8e0c start a desktop entry mode. shift arrows start/mod selection. can just
click and drag to select.



SVN revision: 58258
2011-04-01 13:20:40 +00:00
Carsten Haitzler e6ba1dfbf1 right mouse pops up entry menu now too.
SVN revision: 58255
2011-04-01 12:10:24 +00:00
ChunEon Park 0b74203480 elementary - fileselecto, actionslider, anchorview, fileselector_button, anchorblock, fileselector_entry, hoversel, scrolled_entry
SVN revision: 58254
2011-04-01 11:51:11 +00:00
ChunEon Park 0369dbff50 elementary / calendar, button, colorselector, bg, cnp_helper, bubble, check, box, clock - removed white spaces
SVN revision: 58253
2011-04-01 11:35:07 +00:00
ChunEon Park b880342a74 elementary - entry, genlist, gengrid, image, icon, hover, frame, diskselector, index, layout, label, conform, flip, flipselector - removed white spaces
SVN revision: 58252
2011-04-01 11:32:33 +00:00
ChunEon Park 160084626b elementary / menu, notify, list, panes, module, map, pager, panel, mapbuf - removed white spaces
SVN revision: 58251
2011-04-01 11:26:58 +00:00
ChunEon Park 711b428aae elementary / slider, radio, separator, photocam, photo, store, scroller, slideshow, spinner, progressbar - removed white spacesw
SVN revision: 58250
2011-04-01 11:24:15 +00:00
ChunEon Park 22588576be elementary/theme, widget, win, toolbar, thumb, toggle, util, box - removed white spaces
SVN revision: 58249
2011-04-01 11:20:18 +00:00
ChunEon Park 71d2f4b067 elementary / cursor, scroller, icon - removed white spaces
SVN revision: 58248
2011-04-01 11:08:31 +00:00
ChunEon Park e88243c16a elementary/ctxpopup - removed white space
SVN revision: 58247
2011-04-01 09:08:11 +00:00
Daniel Juyung Seo 3cc69929db Elementary elm_widget.h: Removed trailing whitespaces.
SVN revision: 58246
2011-04-01 08:05:24 +00:00
ChunEon Park 76a75e6fa6 elementary/anchorblock - removed white spaces
SVN revision: 58245
2011-04-01 06:26:58 +00:00
ChunEon Park 34b4d44248 elementary/animator - removed white spaces
SVN revision: 58244
2011-04-01 06:17:11 +00:00
Carsten Haitzler 2e0bf619e8 warning--
SVN revision: 58243
2011-04-01 06:09:18 +00:00
Carsten Haitzler f74c18a02e make all widgets use a standard setup macro. cuts code down and
handles null parent errors, null wd alloc, null obj create errors etc.



SVN revision: 58242
2011-04-01 06:08:02 +00:00
Carsten Haitzler fc74c7867c valgrind complaints--
SVN revision: 58241
2011-04-01 05:03:38 +00:00
Brett Nash 3c51f2f14c Elm: DragNDrop: Don't check extensions on drags
Patch from 장효영 (Hyoyoung Chang).  Basically checking extensions is silly,
      and some real life use shows it just breaks things.  Especially since we
      aren't liberal enough with the extensions we check.

I also cleaned up some whitespace and weird indentation at the edges.

SVN revision: 58229
2011-03-31 12:29:20 +00:00
ChunEon Park 1a1a04685d elementary/ctxpopup - removed unuseful line.
SVN revision: 58219
2011-03-31 03:09:27 +00:00
Christopher Michael 26080e07b0 ELM: Transit: Remove unused variable.
SVN revision: 58217
2011-03-30 20:25:25 +00:00
Carsten Haitzler 413e9c4d7d and use the new valign mojo for tb.. yay!
SVN revision: 58210
2011-03-30 12:24:37 +00:00
ChunEon Park 5f00bff556 elementary/transit - modified to add same objects.
SVN revision: 58196
2011-03-30 09:12:57 +00:00
ChunEon Park 0fa4bf9111 elementary/transit - modified fade effect to be available applying only one object case
SVN revision: 58192
2011-03-30 05:35:38 +00:00
Daniel Juyung Seo 0046369651 Elementary elm_genlist.c: Indentation fix by manual.
Ecrustify indentation needs to be fixed for the lines behind comments.


SVN revision: 58191
2011-03-30 01:35:15 +00:00
Daniel Juyung Seo d0fa2c13ad Elementary elm_genlist.c: Code refactoring and indentation fix.
SVN revision: 58178
2011-03-29 12:43:03 +00:00
Daniel Juyung Seo 9f7b0fe79a Elementary elm_genlist.c: Replaced unicode to ascii in genlist doxygen.
SVN revision: 58176
2011-03-29 10:38:51 +00:00
Carsten Haitzler 219eb32845 wow! how did i miss that? ;++
SVN revision: 58174
2011-03-29 09:31:01 +00:00
Seunggyun Kim 589a33d94a From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel] [Patch] elm_genlist - group index homogeneous mode
support

Current, genlist using group index can't use homogeneous mode.
So this is patch for support homogeneous mode when the genlist uses
group index.



SVN revision: 58173
2011-03-29 09:28:09 +00:00
Daniel Juyung Seo d6f2e4c45f Elementary test_genlist.c: Removed trailing white spaces.
SVN revision: 58164
2011-03-29 00:51:56 +00:00
Daniel Juyung Seo bdea9a4cec Elementary elm_colorselector.c: Fixed indentation and removed trailing
whitespaces.

Patch by Jihoon Kim <jihoon48.kim@samsung.com>


SVN revision: 58163
2011-03-28 23:58:22 +00:00
Daniel Juyung Seo d738eda9c8 Elementary elm_transit.c: Fixed doxygen.
SVN revision: 58153
2011-03-28 13:10:25 +00:00
ChunEon Park dca970917a elementary/test_transit.c - removed white spaces
SVN revision: 58140
2011-03-28 01:34:06 +00:00
ChunEon Park a6bfb1c929 elementary/transit - fixed to repeat times provide infinite times actually.
SVN revision: 58137
2011-03-28 01:23:38 +00:00
ChunEon Park 6a1324a0fe elementary/transit - updated doxygen
SVN revision: 58136
2011-03-28 00:46:17 +00:00
Massimo Maiurana f19ecf0ecb updating french and italian translations
SVN revision: 58096
2011-03-26 12:56:35 +00:00
ChunEon Park 6c4e3a266d elementary/transit - removed tailing whites.
SVN revision: 58095
2011-03-26 12:42:43 +00:00