Commit Graph

79 Commits

Author SHA1 Message Date
Carsten Haitzler 315dc93196 mm.... new widget options/modes for win... u can put a window..
INLINED in another window. :) it's an image object. have fun!



SVN revision: 58657
2011-04-14 10:48:43 +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
Carsten Haitzler 2e0bf619e8 warning--
SVN revision: 58243
2011-04-01 06:09:18 +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
Brett Nash 404f5fb1fd Elm: cnp: Allow updating of drop info.
Currently you can't update drop info on a window.  Now you can.

SVN revision: 56077
2011-01-13 23:04:14 +00:00
Brett Nash 9f48c78ee6 Elm: CNP: Images/Markup split up
So basically you can request markup without images.  If you want both request
MARKUP | IMAGES.  Then when an image comes in you'll get an image as markup.

SVN revision: 56076
2011-01-13 23:04:04 +00:00
Brett Nash 512553c410 Elm: cnp: Split out images and markup.
So if you want both images and markup use an or tag to get them.

SVN revision: 56075
2011-01-13 23:03:49 +00:00
Brett Nash e0a80d5b94 Add support for file:/// URIs in cut and paste and persistent URIs/
Patch original from Hyoyoung Chang.
Modified by me a lot, with some extra debug.
Also I removed the sizeof(char).  That was defined to be one before most of us
where born.

SVN revision: 55986
2011-01-08 04:55:31 +00:00
Brett Nash 19b609382c Fix rather terminal breakge in cnp.
The spanking belongs to raster and Hyoyoung Chang.

SVN revision: 55985
2011-01-08 04:55:15 +00:00
Carsten Haitzler 74ac6237c1 move image extensions to the file top along with other tables.
SVN revision: 55658
2010-12-20 11:10:32 +00:00
Carsten Haitzler 9700e8f48b god... thank god... my eyes dont hurt as much anymore. (cnp helper
heavily formatting fixed, extensions become a table, extended and ..
well.. just in general fixed).



SVN revision: 55657
2010-12-20 11:09:19 +00:00
Hyoyoung Chang b69fa14c93 From: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Subject: [E-devel] elm_cnp_helper patch(check string length)

Dear Brett Nash, and Elementary developers.

It's a elm_cnp_helper patch.

main changes are
    1. check string length when retrieving filename
    2. adding bmp filetype and ignoring filetype case

(also a type error fix for utf8).
        


SVN revision: 55656
2010-12-20 09:47:30 +00:00
Lucas De Marchi 067a49f294 Disable extra log verbosity
SVN revision: 54627
2010-11-17 10:35:31 +00:00
Lucas De Marchi d3b985e259 Log goes to stderr instead of stdout
SVN revision: 54626
2010-11-17 10:35:25 +00:00
Lucas De Marchi 0c0b0445b0 Use macro for debugging instead of printf
SVN revision: 54625
2010-11-17 10:35:03 +00:00
Brett Nash 652cb23af2 elm_cnp_helper: Allow HTML->Text conversions on paste.
SVN revision: 53886
2010-10-26 06:10:46 +00:00
Tiago Rezende Campos Falcao 4672a51b0c Remove tests == 0 and != 0
SVN revision: 53787
2010-10-22 21:41:27 +00:00
Tiago Rezende Campos Falcao 1a93e760bd Coccinelle
SVN revision: 53786
2010-10-22 21:41:22 +00:00
Brett Nash 6f84ff97e1 cnp_helper: Format fixes.
SVN revision: 53698
2010-10-20 22:33:58 +00:00
Brett Nash d68df4168d Save HTML content as well.
Patch from 장효영 <hyoyoung.chang@samsung.com>

SVN revision: 53697
2010-10-20 22:32:47 +00:00
Tiago Rezende Campos Falcao fff738fbe8 Removing more warnings
Using: -Werror -W -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat
-Wformat-security -Wmissing-format-attribute -Wpointer-arith
-Wreturn-type -Wundef -Wwrite-strings

SVN revision: 53683
2010-10-20 17:15:14 +00:00
Bruno Dilly a109dce782 Fix some wextra complains on elm lib
SVN revision: 53635
2010-10-19 18:24:27 +00:00
Bruno Dilly 9e09bbc80a Fixes for clang warnings
SVN revision: 53576
2010-10-18 18:15:59 +00:00
Brett Nash 9b9dc594da elm_dnd: Add HTML encoding support: Callback only
SVN revision: 53559
2010-10-18 04:49:00 +00:00
Brett Nash d85a144f9b elm_cnp: Save the callback data.
SVN revision: 53558
2010-10-18 04:48:54 +00:00
Brett Nash 6bb0365d9c Add optional drop callback to elm_selection get.
SVN revision: 53557
2010-10-18 04:48:49 +00:00
Brett Nash 580c2797bb elm_cnp: Elm Drop Data is now Elm Selection data.
SVN revision: 53556
2010-10-18 04:48:44 +00:00
Brett Nash bf0fce54c8 elm_cnp: Whitespace Cleanup
SVN revision: 53555
2010-10-18 04:48:38 +00:00
Bruno Dilly fcccd7dd5a Clean elm of null pointers dereferences
SVN revision: 53399
2010-10-14 14:12:26 +00:00
Bruno Dilly 21e71c932e Fix typo on cnp_helper :)
SVN revision: 53397
2010-10-14 14:11:15 +00:00
Bruno Dilly 9fa9c659e5 Remove dead assignments from elementary
The only one remaining is on index code, related to the not yet
implemented horizontal mode.



SVN revision: 53396
2010-10-14 14:10:33 +00:00
Tiago Rezende Campos Falcao cd76f3a7f5 Fix the assignment that discards const qualifier.
SVN revision: 53195
2010-10-08 16:27:07 +00:00
Brett Nash 3cb99669ee Make sure we handle data length correctly on text length.
SVN revision: 53179
2010-10-08 04:14:13 +00:00
Bruno Dilly 2f8315d7e6 Fixes on cnp_helper for changes on Ecore_X (int -> bool)
It should shut up gcc complains.
I hope I'm not screwing up anything =)



SVN revision: 52806
2010-09-27 18:45:38 +00:00
Brett Nash d56a2722eb elm: cnp: Send plain text as well plain text.
SVN revision: 52799
2010-09-27 06:19:12 +00:00
Brett Nash 815460c6f8 Handle utf8 encoded html.
SVN revision: 52798
2010-09-27 04:25:26 +00:00
Brett Nash 28e23f47ab Don't request things we can't handle.
SVN revision: 52797
2010-09-27 04:25:17 +00:00
Bruno Dilly 89f23acadc Remove some dead assignments from elementary
SVN revision: 52763
2010-09-25 22:07:55 +00:00
Brett Nash 12324ed54e Better temporary handling for CNP.
SVN revision: 52563
2010-09-22 04:42:41 +00:00
Brett Nash 6dcb79a037 Vcard send.
SVN revision: 52562
2010-09-22 04:42:36 +00:00
Brett Nash c382b4339a Vcard support for dnd.
SVN revision: 52358
2010-09-17 05:39:00 +00:00
Brett Nash 1f3ecb91a6 elm cnp: Minor fixme cleanup.
SVN revision: 52290
2010-09-15 08:23:06 +00:00
Brett Nash c6684b49ec Elm DND/Sel: Update typenames to be more consistent.
SVN revision: 52286
2010-09-15 06:29:49 +00:00
Brett Nash a14718d586 Partially fix sizing for the DND window.
SVN revision: 52186
2010-09-13 09:16:09 +00:00
Brett Nash 135bfe5c2e Position subwindow correctly.
SVN revision: 52185
2010-09-13 09:16:05 +00:00
Brett Nash cadc509be5 Add a semicolon. GCC: This ones for you.
SVN revision: 52184
2010-09-13 09:16:01 +00:00
Brett Nash a20d659fa5 Remove spurious underscores.
SVN revision: 52130
2010-09-10 09:03:05 +00:00
Brett Nash 8a74d9c272 Elm; drag_start now has a donecb.
SVN revision: 52127
2010-09-10 08:24:21 +00:00
Brett Nash 3e02b10c35 Elm: cnp: Handle non-uri uris when searching
SVN revision: 52126
2010-09-10 07:24:10 +00:00
Brett Nash da04e33112 Bit of dnd work.
SVN revision: 52123
2010-09-10 07:23:56 +00:00