Commit Graph

212 Commits

Author SHA1 Message Date
Daniel Kolesa 30e32c2f34 Fixed debian stuff everywhere.
SVN revision: 40505
2009-05-04 17:36:48 +00:00
Rodrigo Cesar Lopes Belem 1989fc20cf Added libtool as Build-Depends to everything that uses
DEB_CONFIGURE_SCRIPT := ./autogen.sh

SVN revision: 40500
2009-05-03 14:32:23 +00:00
Vincent Torri 1af52a0dd7 add GDI evas engine support
SVN revision: 40312
2009-04-23 03:26:41 +00:00
Daniel Kolesa a382a9d7c7 Updated debian stuff for core EFL. Changed debian stuff of others to work with core EFL updates.
SVN revision: 40292
2009-04-22 16:37:17 +00:00
Daniel Kolesa 9c4b68cd21 Updated changelogs for packages which will go into repository.
SVN revision: 40270
2009-04-21 17:39:20 +00:00
Daniel Kolesa 0f1ebbeff0 Updated Standards-Version
SVN revision: 40228
2009-04-19 16:28:48 +00:00
Daniel Kolesa 8984d70283 Prepared for merge with pkgE debian stuff
SVN revision: 40225
2009-04-19 16:18:41 +00:00
Daniel Kolesa 5ceb362087 Updated debian stuff(grew Standards-Version, updated python-ecore rules file)
SVN revision: 40043
2009-04-14 17:21:19 +00:00
Carsten Haitzler 518b6dc1dd wait for first expose in x11 engines before beginning to avoid wm delay.
SVN revision: 39751
2009-03-27 09:37:17 +00:00
Carsten Haitzler c4491666de fix bg @ loop start.
SVN revision: 39750
2009-03-27 09:17:35 +00:00
Carsten Haitzler f4b1caa4bd and center logo too if menu is up
SVN revision: 39749
2009-03-27 09:14:42 +00:00
Carsten Haitzler 5ed03f2a8f and resize bg.
SVN revision: 39748
2009-03-27 09:08:31 +00:00
Carsten Haitzler 1998a5ccda engines should "handle" being resized - even if they asked not to.
SVN revision: 39747
2009-03-27 08:53:50 +00:00
Carsten Haitzler 89f0b3024e add some more tests
SVN revision: 39746
2009-03-27 08:29:42 +00:00
Daniel Kolesa 4a4f36a2d0 i found it is useless and cdbs is setting up prefix automatically.
SVN revision: 39695
2009-03-24 19:56:43 +00:00
Daniel Kolesa 608f052d11 forgot to add --prefix=/usr
SVN revision: 39694
2009-03-24 19:51:00 +00:00
Daniel Kolesa f6bc5a6936 Updated debian stuff everywhere.
SVN revision: 39693
2009-03-24 19:44:57 +00:00
Vincent Torri 69c4c4d43e copy/paste error
SVN revision: 39678
2009-03-24 11:52:11 +00:00
Vincent Torri 0f6c7f1ede fail if evas_engine_info_set() fails
SVN revision: 39671
2009-03-24 09:06:40 +00:00
Vincent Torri 7db88370f1 * use the enum to set the backend in software X11 engines
* update to the new merged xrender engine


SVN revision: 39666
2009-03-24 07:50:17 +00:00
Carsten Haitzler 3c7eeebd80 patch from Tiago Falcão - exit after test.
SVN revision: 39466
2009-03-13 11:50:30 +00:00
Vincent Torri d1bc991a59 fix variable name
SVN revision: 39150
2009-02-22 19:47:54 +00:00
Vincent Torri 83208cc516 add xrender xcb engine test
SVN revision: 39137
2009-02-22 11:29:52 +00:00
Cedric BAIL 8fa4b3536b .
* expedite/src/bin/Makefile.am: Put script in package


SVN revision: 39081
2009-02-18 17:42:49 +00:00
Jaime Thomas f04f15a224 Typo.
SVN revision: 39068
2009-02-18 00:32:16 +00:00
Carsten Haitzler 51d3cd58d5 add more tests. more realistic.
SVN revision: 39053
2009-02-17 05:16:58 +00:00
Carsten Haitzler 84ca8956bd add new test.
SVN revision: 39052
2009-02-17 05:11:02 +00:00
Vincent Torri 176b302b4e free memory used by menu items when exiting expedite
SVN revision: 39023
2009-02-15 10:48:09 +00:00
Carsten Haitzler 1ebcebfc0f fix tests...
SVN revision: 38785
2009-01-25 22:02:37 +00:00
Carsten Haitzler eb4dcda378 fix tsts for pow2
SVN revision: 38704
2009-01-23 00:28:12 +00:00
Carsten Haitzler f71283318d add some tests... for some optimisations... :)
SVN revision: 38691
2009-01-21 23:28:46 +00:00
Carsten Haitzler 3eb9d97917 allow selecting of specific tests from the cmd-line and listing of them
SVN revision: 38690
2009-01-21 23:01:51 +00:00
Vincent Torri b1def4bcfd typo
SVN revision: 38648
2009-01-19 18:45:14 +00:00
Carsten Haitzler 8430b178c9 fix the copying license to
1. get rid of grammar mistake
2. refer to COPYING-PLAIn correctly as the filename
3. be more explicit on "shipping source" due to ambiguity (this makes it what
it was intended to be and that is GPL compatible).

this does not modify the LGPL libs... or GPL apps etc. - only those using the
original COPYING from e. author and dates at the top remain the same.



SVN revision: 38569
2009-01-13 13:00:45 +00:00
Gustavo Sverzut Barbieri 45b90e26e2 Add expedite-cmp to create nice comparison tables for expedite results.
Python script that outputs both console and html comparison
sheets/table for results, a good run is:

   expedite -e x11 -a > expedite-x11.log
   expedite -e xr -a > expedite-xr.log
   expedite -e gl -a > expedite-gl.log

   # text, with colors!
   expedite-cmp -p expedite-x11.log expedite-xr.log expedite-gl.log

   # html
   expedite-cmp -p -r html expedite-x11.log expedite-xr.log expedite-gl.log > expedite-cmp.html




SVN revision: 38553
2009-01-12 15:36:37 +00:00
Daniel Kolesa a87d047eaa Added debian/rules files with a new permissions set(755).
SVN revision: 38519
2009-01-09 16:33:51 +00:00
Daniel Kolesa 0e5736e9c3 prepare debian rules files for new chmod permissions.
SVN revision: 38518
2009-01-09 16:31:51 +00:00
Daniel Kolesa a8ccc15ad1 Added new set of debian subdirs.
BROKEN/etox 
e 
ecore 
e_dbus 
edje 
edje_editor 
edje_viewer 
eet 
efreet 
eina 
elicit 
elitaire 
embryo 
E-MODULES-EXTRA 
emotion 
emphasis 
empower 
emprint 
enhance 
enity 
entrance 
ephoto 
epsilon 
esmart 
estickies 
etk 
etk_extra 
evas 
evolve 
ewl 
exhibit 
exml 
expedite 
imlib2 
imlib2_loaders 
MISC/engage 
OLD/eclair 
OLD/engrave 
OLD/enotes 
OLD/entrance_edit_gui 
OLD/e_utils 
OLD/evoak 
OLD/examine 
OLD/iconbar 
PROTO/etk_server 
PROTO/exchange 
PROTO/extrackt 
rage


SVN revision: 38399
2009-01-01 11:35:17 +00:00
dm 90071951fe Expedite Win32 VS8 project added
SVN revision: 38285
2008-12-22 23:26:04 +00:00
Vincent Torri 625e0119a4 * missing var
* allow the export of symbols with VC++


SVN revision: 38249
2008-12-20 14:46:54 +00:00
Carsten Haitzler f25f609de9 vtorri's xcb x11 engine merge for expedite
SVN revision: 38174
2008-12-17 08:15:01 +00:00
Vincent Torri 54401e6a7d ddraw and direct3d engines: link against libgdi32.a because of GetDeviceCaps
SVN revision: 38073
2008-12-09 23:09:20 +00:00
Carsten Haitzler c816e3f93c enable caches and fix 1 test ot do what it was meant to do...
SVN revision: 37839
2008-11-28 11:17:40 +00:00
Vincent Torri d8ecd625fd * configure reorganisation
* add gdi backend to the Windows CE engine


SVN revision: 37715
2008-11-19 17:40:05 +00:00
Carsten Haitzler f329fb2d60 add 4 tests to test drawing the same thing again and again at the same size
SVN revision: 37446
2008-11-03 22:27:53 +00:00
Cedric BAIL 9244f9c42c Forgot to correctly initialize pkg-config check.
SVN revision: 37271
2008-10-28 13:30:39 +00:00
Vincent Torri 7aa7a7adb2 use evil for mingw32ce compiler
SVN revision: 37211
2008-10-27 08:06:01 +00:00
Cedric BAIL 8b0a1e2a66 Remove Evas list from Expedite and move to Eina list.
SVN revision: 36966
2008-10-22 12:00:44 +00:00
Peter Wehrfritz 9e60f16624 configure.in -> configure.ac
SVN revision: 36364
2008-09-30 18:07:29 +00:00
Carsten Haitzler e11761cb40 tim horton's expedite patches part 2 - add files.
SVN revision: 36109
2008-09-20 02:06:48 +00:00