platform/upstream/elementary.git
15 years ago * Progressbar: Use correct doxygen start symbol
Davide Andreoli [Sat, 15 Aug 2009 10:46:57 +0000 (10:46 +0000)]
 * Progressbar: Use correct doxygen start symbol

SVN revision: 41787

15 years agooptimization: remove list using it's node pointer.
Gustavo Sverzut Barbieri [Fri, 14 Aug 2009 21:03:09 +0000 (21:03 +0000)]
optimization: remove list using it's node pointer.

this makes removal order-1 instead of order-N

SVN revision: 41778

15 years agoAdd a test on hold on in the callback events
Jonathan Atton [Fri, 14 Aug 2009 19:08:54 +0000 (19:08 +0000)]
Add a test on hold on in the callback events

SVN revision: 41775

15 years ago * Doxy: don't need to generate the index, is on the topbar yet
Davide Andreoli [Fri, 14 Aug 2009 12:05:40 +0000 (12:05 +0000)]
 * Doxy: don't need to generate the index, is on the topbar yet

SVN revision: 41759

15 years ago * Hoversel: add 2 new API calls:
Davide Andreoli [Fri, 14 Aug 2009 11:17:06 +0000 (11:17 +0000)]
 * Hoversel: add 2 new API calls:

EAPI void elm_hoversel_clear(Evas_Object *obj)
  To remove all the items from the hoversel.

EAPI void elm_hoversel_item_icon_set(Elm_Hoversel_Item *it, const char *icon_file, const char *icon_group, Elm_Icon_Type icon_type)
 To set the icon of the item, also from an edje file!!

SVN revision: 41757

15 years agoFrom: Viktor Kojouharov <vkojouharov@gmail.com>
Viktor Kojouharov [Fri, 14 Aug 2009 01:53:58 +0000 (01:53 +0000)]
From: Viktor Kojouharov <vkojouharov@gmail.com>

scroller patch for elm to not scroll while modifier down (ok) and to use
other axis for wheel too.

SVN revision: 41752

15 years ago * Rename some cbs in tests
Davide Andreoli [Thu, 13 Aug 2009 22:59:12 +0000 (22:59 +0000)]
 * Rename some cbs in tests

SVN revision: 41751

15 years ago * Split up elementary test.c in several files, one per widget
Davide Andreoli [Thu, 13 Aug 2009 22:41:43 +0000 (22:41 +0000)]
 * Split up elementary test.c in several files, one per widget

SVN revision: 41749

15 years agoelm_list: setters for label, icon and end.
Gustavo Sverzut Barbieri [Thu, 13 Aug 2009 17:56:07 +0000 (17:56 +0000)]
elm_list: setters for label, icon and end.

This way we can dynamically change the row contents.

SVN revision: 41746

15 years agodata_get returns void*, not const void*
Gustavo Sverzut Barbieri [Thu, 13 Aug 2009 15:15:18 +0000 (15:15 +0000)]
data_get returns void*, not const void*

It is the convention for generic user data to get as const and return
as not const to avoid useless casts all around.

SVN revision: 41741

15 years agoFile Selector: rename the source from elm_ to elc_
Davide Andreoli [Wed, 12 Aug 2009 23:04:26 +0000 (23:04 +0000)]
File Selector: rename the source from elm_ to elc_

SVN revision: 41723

15 years ago * File Selector: sort better the directory list (not case-sens & order-dir-first)
Davide Andreoli [Wed, 12 Aug 2009 22:43:50 +0000 (22:43 +0000)]
 * File Selector: sort better the directory list (not case-sens & order-dir-first)
 I used the strcoll function to order the list. You need to set the locale in your
application or the comparison will be made by strcmp (in a case sensitive manner)

SVN revision: 41722

15 years ago * Add the *_icon_get() API calls for all the widgets that have the *_icon_set()...
Davide Andreoli [Wed, 12 Aug 2009 22:37:48 +0000 (22:37 +0000)]
 * Add the *_icon_get() API calls for all the widgets that have the *_icon_set() corresponding func.

SVN revision: 41721

15 years ago * Remove duplicated 'File selector' entry in the tests list
Davide Andreoli [Wed, 12 Aug 2009 20:08:41 +0000 (20:08 +0000)]
 * Remove duplicated 'File selector' entry in the tests list

SVN revision: 41718

15 years agonote++
Carsten Haitzler [Wed, 12 Aug 2009 16:43:46 +0000 (16:43 +0000)]
note++

SVN revision: 41711

15 years agoFrom: michael bouchaud <michael.bouchaud@gmail.com>
michael bouchaud [Wed, 12 Aug 2009 16:16:31 +0000 (16:16 +0000)]
From: michael bouchaud <michael.bouchaud@gmail.com>

progress bar patch - awesome. all there. excellent. a bit of formatting
fixes, but in. thanks!

SVN revision: 41710

15 years agoFrom: Dave Andreoli <dave@gurumeditation.it>
Dave Andreoli [Wed, 12 Aug 2009 16:08:53 +0000 (16:08 +0000)]
From: Dave Andreoli <dave@gurumeditation.it>

file selector patch - awesome! in early. work needed.

SVN revision: 41709

15 years ago * add another _label_get() function
Davide Andreoli [Wed, 12 Aug 2009 11:18:08 +0000 (11:18 +0000)]
 * add another _label_get() function
 This also fix ticket #294 on trac :)

SVN revision: 41700

15 years agoImplement all the *_label_get() functions for widgets that have a *_label_set() function.
Davide Andreoli [Tue, 11 Aug 2009 10:44:49 +0000 (10:44 +0000)]
Implement all the *_label_get() functions for widgets that have a *_label_set() function.

SVN revision: 41684

15 years agoproper check of elm_win object types.
Gustavo Sverzut Barbieri [Sun, 9 Aug 2009 22:23:46 +0000 (22:23 +0000)]
proper check of elm_win object types.

This allows using elm stuff inside regular evas windows not created
with elm_win and possible mistakes using elm_win api, now it checks
for elm type before continuing.

By: Thiago 'bolaum' Borges Abdnur.

SVN revision: 41651

15 years agomissed - script fail.fix now to next soname
Carsten Haitzler [Thu, 30 Jul 2009 01:56:07 +0000 (01:56 +0000)]
missed - script fail.fix now to next soname

SVN revision: 41541

15 years agoSNAPSHOT: elementary 0.5.1.0
Carsten Haitzler [Wed, 29 Jul 2009 08:10:44 +0000 (08:10 +0000)]
SNAPSHOT: elementary 0.5.1.0

SVN revision: 41533

15 years agoSNAPSHOT: svn-03
Carsten Haitzler [Wed, 29 Jul 2009 08:03:25 +0000 (08:03 +0000)]
SNAPSHOT: svn-03

SVN revision: 41532

15 years agoremove trailing spaces
Vincent Torri [Tue, 7 Jul 2009 06:46:51 +0000 (06:46 +0000)]
remove trailing spaces

SVN revision: 41261

15 years agoand add the top docs
Carsten Haitzler [Fri, 3 Jul 2009 11:16:16 +0000 (11:16 +0000)]
and add the top docs

SVN revision: 41240

15 years agomore docs!
Carsten Haitzler [Fri, 3 Jul 2009 11:04:25 +0000 (11:04 +0000)]
more docs!

SVN revision: 41239

15 years agomore docs!
Carsten Haitzler [Fri, 3 Jul 2009 02:24:43 +0000 (02:24 +0000)]
more docs!

SVN revision: 41238

15 years agomore docs
Carsten Haitzler [Fri, 3 Jul 2009 01:09:54 +0000 (01:09 +0000)]
more docs

SVN revision: 41234

15 years ago * elementary: Full switch to Eina data type.
Cedric BAIL [Wed, 17 Jun 2009 15:35:19 +0000 (15:35 +0000)]
* elementary: Full switch to Eina data type.

SVN revision: 41081

15 years agoback to svn soname
Carsten Haitzler [Mon, 15 Jun 2009 06:29:43 +0000 (06:29 +0000)]
back to svn soname

SVN revision: 41042

15 years agomake distcheck and... SNAP!
Carsten Haitzler [Mon, 15 Jun 2009 05:32:49 +0000 (05:32 +0000)]
make distcheck and... SNAP!

SVN revision: 41039

15 years agofix hoversel theme.
Carsten Haitzler [Sun, 14 Jun 2009 22:20:15 +0000 (22:20 +0000)]
fix hoversel theme.

SVN revision: 41037

15 years agoreport global scale if none is set.
Gustavo Sverzut Barbieri [Fri, 12 Jun 2009 22:55:06 +0000 (22:55 +0000)]
report global scale if none is set.

If there is no parent or no scale set we should report the global
value, not try to get from the existent parent that would fail the
API_ENTRY and thus return 1.0.

SVN revision: 41022

15 years agofix string for font path env var
Carsten Haitzler [Fri, 12 Jun 2009 05:34:00 +0000 (05:34 +0000)]
fix string for font path env var

SVN revision: 41011

15 years ago * elementary: Remove use of deprecated evas_stringshare.
Cedric BAIL [Tue, 9 Jun 2009 15:29:41 +0000 (15:29 +0000)]
* elementary: Remove use of deprecated evas_stringshare.

SVN revision: 40981

15 years agouse the gdi engine on Windows. It has better rotation support.
Vincent Torri [Mon, 8 Jun 2009 07:07:21 +0000 (07:07 +0000)]
use the gdi engine on Windows. It has better rotation support.
This means that i have to fix ddraw engine :)

SVN revision: 40961

15 years agomove getenvs to just before use
Carsten Haitzler [Wed, 3 Jun 2009 14:30:32 +0000 (14:30 +0000)]
move getenvs to just before use

SVN revision: 40879

15 years agomore... DOCS!
Carsten Haitzler [Sun, 31 May 2009 21:59:31 +0000 (21:59 +0000)]
more... DOCS!

SVN revision: 40868

15 years agoadd proper ACLOCAL_AMFLAGS
Mike Frysinger [Sat, 23 May 2009 20:12:13 +0000 (20:12 +0000)]
add proper ACLOCAL_AMFLAGS

SVN revision: 40803

15 years agoSome fixes for debian.
Daniel Kolesa [Sat, 23 May 2009 13:57:54 +0000 (13:57 +0000)]
Some fixes for debian.

SVN revision: 40796

15 years agoadd release stuff to elementary!
Carsten Haitzler [Sat, 23 May 2009 08:45:57 +0000 (08:45 +0000)]
add release stuff to elementary!

SVN revision: 40788

15 years agoelementary doc
Carsten Haitzler [Fri, 22 May 2009 21:01:46 +0000 (21:01 +0000)]
elementary doc

SVN revision: 40781

15 years agosome more docs
Carsten Haitzler [Tue, 19 May 2009 14:08:18 +0000 (14:08 +0000)]
some more docs

SVN revision: 40745

15 years agomulti-line the docs for main
Carsten Haitzler [Tue, 19 May 2009 14:05:43 +0000 (14:05 +0000)]
multi-line the docs for main

SVN revision: 40744

15 years agofix - missing call
Carsten Haitzler [Tue, 19 May 2009 13:53:03 +0000 (13:53 +0000)]
fix - missing call

SVN revision: 40742

15 years agomore docs!
Carsten Haitzler [Tue, 19 May 2009 13:50:06 +0000 (13:50 +0000)]
more docs!

SVN revision: 40741

15 years agoand new style doxy for elm
Carsten Haitzler [Tue, 19 May 2009 09:48:21 +0000 (09:48 +0000)]
and new style doxy for elm

SVN revision: 40735

15 years agodocumentation... more! build! look vaguely ok
Carsten Haitzler [Tue, 19 May 2009 09:29:20 +0000 (09:29 +0000)]
documentation... more! build! look vaguely ok

SVN revision: 40734

15 years agohmm more select issues - put in hilights
Carsten Haitzler [Mon, 18 May 2009 14:14:33 +0000 (14:14 +0000)]
hmm more select issues - put in hilights

SVN revision: 40724

15 years agobegin docs inline...
Carsten Haitzler [Mon, 18 May 2009 06:08:53 +0000 (06:08 +0000)]
begin docs inline...

SVN revision: 40716

15 years ago1. configure.ac finally
Carsten Haitzler [Fri, 15 May 2009 11:45:14 +0000 (11:45 +0000)]
1. configure.ac finally
2. add docsbuilding infra
3. fix list/genlist on code-based select.

SVN revision: 40667

15 years agoPass the event_info in the "clicked" callback so apps can determine what
Christopher Michael [Thu, 14 May 2009 21:03:20 +0000 (21:03 +0000)]
Pass the event_info in the "clicked" callback so apps can determine what
button was clicked.

SVN revision: 40647

15 years agoactually give widgets type name strings and set parent by default
Carsten Haitzler [Wed, 13 May 2009 12:21:52 +0000 (12:21 +0000)]
actually give widgets type name strings and set parent by default

SVN revision: 40618

15 years agomake lists handle drag+select logic better
Carsten Haitzler [Tue, 12 May 2009 10:16:49 +0000 (10:16 +0000)]
make lists handle drag+select logic better

SVN revision: 40598

15 years agogenlis - create and del as items come into view.
Carsten Haitzler [Mon, 11 May 2009 13:10:19 +0000 (13:10 +0000)]
genlis - create and del as items come into view.

SVN revision: 40588

15 years ago1. fix box as it didnt hide clipper when it gets empty
Carsten Haitzler [Fri, 8 May 2009 11:27:32 +0000 (11:27 +0000)]
1. fix box as it didnt hide clipper when it gets empty
2. add bouncing at ends for scroller and config for it
3. fix quicklaunch to be cserver-freidnly thanks to its fork tricks
4. add signals to scroller when scrolling and hitting edges
5. pants.

SVN revision: 40549

15 years agouse more rediculously big double
Carsten Haitzler [Wed, 6 May 2009 12:41:23 +0000 (12:41 +0000)]
use more rediculously big double

SVN revision: 40525

15 years agofix cursor pos change when enter on last line of multi-line text or last char
Carsten Haitzler [Tue, 5 May 2009 05:10:13 +0000 (05:10 +0000)]
fix cursor pos change when enter on last line of multi-line text or last char
of sigle line

SVN revision: 40507

15 years agofix horizontal scroll in auto-scroll select mode
Carsten Haitzler [Tue, 5 May 2009 04:58:25 +0000 (04:58 +0000)]
fix horizontal scroll in auto-scroll select mode

SVN revision: 40506

15 years agoFixed debian stuff everywhere.
Daniel Kolesa [Mon, 4 May 2009 17:36:48 +0000 (17:36 +0000)]
Fixed debian stuff everywhere.

SVN revision: 40505

15 years agoAdded libtool as Build-Depends to everything that uses
Rodrigo Cesar Lopes Belem [Sun, 3 May 2009 14:32:23 +0000 (14:32 +0000)]
Added libtool as Build-Depends to everything that uses
DEB_CONFIGURE_SCRIPT := ./autogen.sh

SVN revision: 40500

15 years agoalways_select added to normal list too.
Carsten Haitzler [Mon, 27 Apr 2009 01:29:02 +0000 (01:29 +0000)]
always_select added to normal list too.

SVN revision: 40406

15 years ago1.fix always_select mode
Carsten Haitzler [Thu, 23 Apr 2009 17:29:07 +0000 (17:29 +0000)]
1.fix always_select mode
2. fix double_label style tohave selected text color for 2nd txt field
3. test always select and multi-select

SVN revision: 40332

15 years agofix headers a bit. add docs for item styles
Carsten Haitzler [Thu, 23 Apr 2009 15:59:08 +0000 (15:59 +0000)]
fix headers a bit. add docs for item styles

SVN revision: 40329

15 years agodouble-label genlist item - demo.
Carsten Haitzler [Thu, 23 Apr 2009 15:17:27 +0000 (15:17 +0000)]
double-label genlist item - demo.

SVN revision: 40328

15 years agoa whole bunch of entry+scroller fixes.
Carsten Haitzler [Thu, 23 Apr 2009 12:58:34 +0000 (12:58 +0000)]
a whole bunch of entry+scroller fixes.

SVN revision: 40327

15 years agodup--
Carsten Haitzler [Thu, 23 Apr 2009 09:03:42 +0000 (09:03 +0000)]
dup--

SVN revision: 40324

15 years agoa bunch of adds and improvements around gnelist
Carsten Haitzler [Thu, 23 Apr 2009 08:51:07 +0000 (08:51 +0000)]
a bunch of adds and improvements around gnelist

SVN revision: 40323

15 years agouse style generic call in test and fix up freeing of style string.
Carsten Haitzler [Thu, 23 Apr 2009 04:10:43 +0000 (04:10 +0000)]
use style generic call in test and fix up freeing of style string.

SVN revision: 40320

15 years agopatch from victor to make styles generic - not all widgets support them
Carsten Haitzler [Thu, 23 Apr 2009 04:03:27 +0000 (04:03 +0000)]
patch from victor to make styles generic - not all widgets support them
tho... but calls to set style are now. old calls are left in place, but
likely will be phased out.

SVN revision: 40317

15 years agoFrom: Viktor Kojouharov <vkojouharov@gmail.com>
Viktor Kojouharov [Thu, 23 Apr 2009 03:51:50 +0000 (03:51 +0000)]
From: Viktor Kojouharov <vkojouharov@gmail.com>

This patch tries to fix some warnings I noticed using valgrind.

SVN revision: 40315

15 years agoFrom: Viktor Kojouharov <vkojouharov@gmail.com>
Viktor Kojouharov [Thu, 23 Apr 2009 03:48:41 +0000 (03:48 +0000)]
From: Viktor Kojouharov <vkojouharov@gmail.com>

this is a patch for the elm_image so far.

After some valgrind work and with the help of Gustavo, the orient code
for the image is not leak free (according to valgrind). According to
k-s, this way of doing things would avoid any nasty caching errors I've
been getting though valgrind before.

SVN revision: 40314

15 years ago allow the build of elementary_run on opensolaris
Vincent Torri [Mon, 20 Apr 2009 04:48:58 +0000 (04:48 +0000)]
 allow the build of elementary_run on opensolaris

SVN revision: 40245

15 years agoUpdated Standards-Version
Daniel Kolesa [Sun, 19 Apr 2009 16:28:48 +0000 (16:28 +0000)]
Updated Standards-Version

SVN revision: 40228

15 years agorestorer--
Carsten Haitzler [Fri, 17 Apr 2009 10:37:49 +0000 (10:37 +0000)]
restorer--

SVN revision: 40134

15 years agolutin... release soname patch. verbose svn soname used right now
Carsten Haitzler [Fri, 17 Apr 2009 10:01:45 +0000 (10:01 +0000)]
lutin... release soname patch. verbose svn soname used right now

SVN revision: 40131

15 years agoFixed elementary build when builddir != srcdir.
Rafael Antognolli [Wed, 15 Apr 2009 05:01:26 +0000 (05:01 +0000)]
Fixed elementary build when builddir != srcdir.

SVN revision: 40076

15 years agoactually enable netwm window type set, simplify code.
Gustavo Sverzut Barbieri [Wed, 15 Apr 2009 02:08:07 +0000 (02:08 +0000)]
actually enable netwm window type set, simplify code.

SVN revision: 40071

15 years agoUpdated debian stuff(grew Standards-Version, updated python-ecore rules file)
Daniel Kolesa [Tue, 14 Apr 2009 17:21:19 +0000 (17:21 +0000)]
Updated debian stuff(grew Standards-Version, updated python-ecore rules file)

SVN revision: 40043

15 years agofix load alloc bug.
Carsten Haitzler [Sat, 11 Apr 2009 12:34:14 +0000 (12:34 +0000)]
fix load alloc bug.

SVN revision: 39980

15 years agoadd other Netwm window types, good for launcher ;-)
Gustavo Sverzut Barbieri [Sat, 11 Apr 2009 04:54:12 +0000 (04:54 +0000)]
add other Netwm window types, good for launcher ;-)

SVN revision: 39957

15 years agofocus in/out signals.
Gustavo Sverzut Barbieri [Sat, 4 Apr 2009 16:58:28 +0000 (16:58 +0000)]
focus in/out signals.

SVN revision: 39860

15 years agolist items no keep reference to their node, returns siblings.
Gustavo Sverzut Barbieri [Sat, 4 Apr 2009 15:06:58 +0000 (15:06 +0000)]
list items no keep reference to their node, returns siblings.

SVN revision: 39857

15 years agocouple of changes and addition.
Gustavo Sverzut Barbieri [Fri, 3 Apr 2009 21:52:01 +0000 (21:52 +0000)]
couple of changes and addition.

 * list: export label and base object for items

 * list: per-item delete function, cleanup associated data.

 * list: clear.

 * couple of functions return success or failure.

 * win: sticky, lower and raise

SVN revision: 39845

15 years agoadd data get call for convenience.
Carsten Haitzler [Tue, 31 Mar 2009 11:58:56 +0000 (11:58 +0000)]
add data get call for convenience.

SVN revision: 39815

15 years agofix scale for toolbar
Carsten Haitzler [Mon, 30 Mar 2009 08:32:25 +0000 (08:32 +0000)]
fix scale for toolbar

SVN revision: 39797

15 years agoUpdated elementary debian version
Daniel Kolesa [Thu, 26 Mar 2009 19:30:39 +0000 (19:30 +0000)]
Updated elementary debian version

SVN revision: 39733

15 years agoversion++
Carsten Haitzler [Tue, 24 Mar 2009 23:52:20 +0000 (23:52 +0000)]
version++

SVN revision: 39702

15 years agoi found it is useless and cdbs is setting up prefix automatically.
Daniel Kolesa [Tue, 24 Mar 2009 19:56:43 +0000 (19:56 +0000)]
i found it is useless and cdbs is setting up prefix automatically.

SVN revision: 39695

15 years agoforgot to add --prefix=/usr
Daniel Kolesa [Tue, 24 Mar 2009 19:51:00 +0000 (19:51 +0000)]
forgot to add --prefix=/usr

SVN revision: 39694

15 years agoUpdated debian stuff everywhere.
Daniel Kolesa [Tue, 24 Mar 2009 19:44:57 +0000 (19:44 +0000)]
Updated debian stuff everywhere.

SVN revision: 39693

15 years agoadd cancel action for copy & paste.
Carsten Haitzler [Mon, 23 Mar 2009 04:55:37 +0000 (04:55 +0000)]
add cancel action for copy & paste.

SVN revision: 39642

15 years agoand make entry work nicely by freezing/holding scrolling (hold == different
Carsten Haitzler [Fri, 20 Mar 2009 15:08:33 +0000 (15:08 +0000)]
and make entry work nicely by freezing/holding scrolling (hold == different
scroll mode).

SVN revision: 39601

15 years agowork on bettre touchscreen text selection support. not 100% done yet. been
Carsten Haitzler [Thu, 19 Mar 2009 13:36:46 +0000 (13:36 +0000)]
work on bettre touchscreen text selection support. not 100% done yet. been
playing with ideas. this one seems best.

SVN revision: 39579

15 years agooopsie thanks to hendrik!
Carsten Haitzler [Tue, 17 Mar 2009 00:37:02 +0000 (00:37 +0000)]
oopsie thanks to hendrik!

SVN revision: 39513

15 years agofix typo (can't stand it any more :))
Michael Lauer [Tue, 17 Mar 2009 00:13:25 +0000 (00:13 +0000)]
fix typo (can't stand it any more :))

SVN revision: 39512

15 years agofix tree theme to do odd/even right
Carsten Haitzler [Mon, 16 Mar 2009 07:08:56 +0000 (07:08 +0000)]
fix tree theme to do odd/even right

SVN revision: 39501

15 years agotree is working... i'm happy (for now). :)
Carsten Haitzler [Sun, 15 Mar 2009 09:32:35 +0000 (09:32 +0000)]
tree is working... i'm happy (for now). :)

SVN revision: 39488

15 years agoand fix the updates for vala
Carsten Haitzler [Sun, 15 Mar 2009 04:13:08 +0000 (04:13 +0000)]
and fix the updates for vala

SVN revision: 39487

15 years agomake vala happy.
Carsten Haitzler [Sun, 15 Mar 2009 03:03:54 +0000 (03:03 +0000)]
make vala happy.

SVN revision: 39485