Commit Graph

135 Commits

Author SHA1 Message Date
Stefan Schmidt a2a6bca485 po: Remove file from now disabled access module to pass distcheck 2014-12-16 16:44:01 -05:00
Igor Murzov ef7221320a po/POTFILES.in: Add files of Pager Plain module 2014-09-03 18:03:40 +04:00
Chris Michael be3ec4fcc5 Fix build breakage from removal of config_engine file
We cannot generate PO files for source files that do not exist
anymore. Bad Raster, Spankies !! ;)

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-08-11 13:13:36 -04:00
Igor Murzov e624345d3d Add some more messages to the pot file 2014-06-30 03:42:33 +04:00
Mike Blumenkrantz 989ca84660 fuck you gettext 2014-04-04 15:38:10 -04:00
Stefan Schmidt f4624d940a po: Remove files for disabled wallpaper2 module to fix make distcheck
The wallpaper2 module got disabled by not includng its makefile anymore
which confused gettext as it still had two files listed for it.
2014-04-01 15:52:50 +02:00
maxerba 54950b40ad Include lokker in translatable modules 2014-02-23 20:41:32 +01:00
maxerba 6f43774bf0 Updating all po's merging translations from the packagekit extra module 2014-01-29 21:46:31 +01:00
Mike Blumenkrantz c2be19c093 feature: comp config is no longer a module
given that compositing is always enabled and that it's crucial to be able to change these settings, potentially having them unavailable is not a great way to live
2014-01-14 20:28:57 -05:00
Mike Blumenkrantz 86656e4df9 compositor rewrite / charlie-foxtrot situation
huge fustercluck commit because there wasn't really a way to separate out the changes. better to just rip it all out at once.

* compositor and window management completely rewritten. this was the goal for E19, but it pretty much required everything existing to be scrapped since it wasn't optimized, streamlined, or sensible. now instead of having the compositor strapped to the window manager like an outboard motor, it's housed more like an automobile engine.

** various comp structs have been merged into other places (eg. E_Comp_Zone is now just part of E_Zone where applicable), leading to a large deduplication of attributes

** awful E_Comp_Win is totally dead, having been replaced with e_comp_object smart objects which work just like normal canvas objects

** protocol-specific window management and compositor functionality is now kept exclusively in backend files

** e_pixmap api provides generic client finding and rendering api

** screen/xinerama screens are now provided directly by compositor on startup and re-set on change

** e_comp_render_update finally replaced with eina_tiler

** wayland compositor no longer creates X windows

** compositor e_layout removed entirely

* e_container is gone. this was made unnecessary in E18, but I kept it to avoid having too much code churn in one release. its sole purpose was to catch some events and handle window stacking, both of which are now just done by the compositor infra

* e_manager is just for screensaver and keybind stuff now, possibly remove later?

* e_border is gone along with a lot of its api. e_client has replaced it, and e_client has been rewritten completely; some parts may be similar, but the design now relies upon having a functional compositor

** window configuration/focus functions are all removed. all windows are now managed solely with evas_object_X functions on the "frame" member of a client, just as any other canvas object can be managed.

*** do NOT set interceptors on a client's comp_object. seriously.

* startup order rewritten: compositor now starts much earlier, other things just use attrs and members of the compositor

* ecore_x_pointer_xy_get usage replaced with ecore_evas_pointer_xy_get

* e_popup is totally gone, existing usage replaced by e_comp_object_util_add where applicable, otherwise just placed normally on the canvas

* deskmirror is (more) broken for now

* illume is totally fucked

* Ecore_X_Window replaced with Ecore_Window in most cases

* edge binding XWindows replaced with regular canvas objects

* some E_Win functionality has changed such that delete callbacks are now correctly called in ALL cases. various dialogs have been updated to not crash as a result

comp files and descriptions:

e_comp.c - overall compositor functions, rendering/update loop, shape cutting

e_comp_x.c - X window management and compositor functionality

e_comp_wl.c - Wayland surface management and compositor functionality

e_comp_canvas.c - general compositor canvas functions and utilities

e_comp_object.c - E_Client->frame member for managing clients as Evas_Objects, utility functions for adding objects to the compositor rendering systems

additional authors: ivan.briano@intel.com

feature: new compositor

removal: e_border, e_container, e_popup
2014-01-14 20:22:02 -05:00
Igor Murzov 5e840d4b5c Add more messages to the pot 2013-12-21 03:14:36 +04:00
Mike Blumenkrantz 27d607d863 remove physics module
realistically I shouldn't have merged this into the release last year.

failing that, I probably should have removed it after the release.

even if I didn't remove it, I should have at least updated/tested it.

I did none of these things, and neither did anyone else, and thus we have an unmaintained module in core.

NOT ON MY WATCH
2013-12-09 08:22:19 -05:00
Mike Blumenkrantz 96bac597b3 grumble grumble potfiles update... 2013-11-25 16:17:24 -05:00
Carsten Haitzler 4b4a51d189 elm theme use - use elementary only for themes and remove e's own theme
now e only uses elementary's theme. this is to stop the bitrot and
forking of e's theme vs the unified elm theme that has everything for
e in it already. this obviously makes elm a requirement of e18 on, and
this also notes that emotion is always in efl these days, so its no
longer an option, and ecore-imf is no longer used as edje does the
entires now itself. in future it'll all be elm.

this is a major unification point for themes for elm and e. this will
need some testing, but everything seems to work day-to-day, but theme
selector is untested.

this also removes the theme selector for splash as that is now simply
unified with the same theme as everything else.
2013-10-31 23:36:22 +09:00
Carsten Haitzler 83e7883ec9 allow cpufreq config to be accessed without a gadget - pstate necessity 2013-08-24 19:22:39 +09:00
Igor Murzov ab4845b64d List translatable files of new teamwork module in POTFILES.in file 2013-06-17 13:43:34 +04:00
maxerba e679d3325a Now the update notice dialog is translatable 2013-05-22 18:40:15 +02:00
Igor Murzov 288fea3b3e po/POTFILES.in: Sort filenames alphabetically, remove duplicates 2013-05-03 13:17:30 +04:00
Igor Murzov d81819e5cd Add some more messages to the pot 2013-05-02 15:49:25 +04:00
Igor Murzov 2b86e82d6c Gettextize bluez4 module 2013-05-02 15:49:24 +04:00
Mike Blumenkrantz c20ff690f3 update potfiles 2013-04-19 10:35:16 +01:00
Mike Blumenkrantz 9babd286e6 change pofile binding config location
SVN revision: 83659
2013-02-06 08:36:06 +00:00
Mike Blumenkrantz cfd5d8acb6 forgot to update pofiles for e_eap->e_desktop move yesterday
SVN revision: 83616
2013-02-05 08:14:08 +00:00
Lucas De Marchi 8cacf8429d e: merge comp module into core
* Move compositor to core, but letting the configuration there
 * Rename all files and functions from e_mod_comp_* to e_comp_*
 * Move the config dialogs to a new module named conf_comp. It still
   uses a domain config, otherwise it would not pick the current
   user's configuration. Maybe it would be wise to later on move these
   options to e_config
 * Fixup the wizard mess linking the header in the build tree in order
   to be able to create the config. Since now it's in core, we don't
   need to play linking games in the build system

I'm not sure if the wayland part works. It was not even building
previously so I'll let for who cares about this to actually test and
report bugs.



SVN revision: 82454
2013-01-09 11:34:07 +00:00
Lucas De Marchi 5efeaedf21 e: remove dropshadow module
dropshadow module conflicts with composite, which will be always enabled
by future commits. Remove the module to allow turning composite as
always-enabled.



SVN revision: 82224
2013-01-04 18:35:22 +00:00
Igor Murzov 6eda033a7e Add new files to POTFILES.in
SVN revision: 82084
2013-01-03 15:28:04 +00:00
Massimo Maiurana c4d63ef240 Make Signal Bindings Settings dialog translatable (patch from Igor Murzov)
SVN revision: 81450
2012-12-20 12:53:36 +00:00
Massimo Maiurana b376643d06 Add messages of Access, Physics and Quickacces modules to the pot (patch from Igor Murzov)
SVN revision: 81047
2012-12-16 16:47:26 +00:00
Massimo Maiurana 2b6202dbfa missing evry files in POTFILES.in
SVN revision: 80621
2012-12-10 20:51:35 +00:00
Massimo Maiurana 96fac26f2f Mark some strings for translation. (patch from Igor Murzov)
SVN revision: 80551
2012-12-09 14:39:30 +00:00
Massimo Maiurana fb5d1ecd8c Make some more Evry messages translatable (patch from Igor Murzov)
SVN revision: 80478
2012-12-07 17:52:51 +00:00
Stefan Schmidt 8fca5af90e e: Remove deleted notification files form POTFILES.in
Lets keep distcheck working.

SVN revision: 79782
2012-11-28 13:53:31 +00:00
Massimo Maiurana 64396beb84 Make new wizard page translatable (patch from Igor Murzov)
SVN revision: 79725
2012-11-26 18:00:52 +00:00
Massimo Maiurana 077a77c79f Make some messages translatable (patch from Igor Murzov)
SVN revision: 79408
2012-11-17 14:34:03 +00:00
Massimo Maiurana 5d0779f3f1 makes filepreview widget translatable (patch from Igor Murzov)
SVN revision: 79192
2012-11-12 20:03:28 +00:00
Massimo Maiurana 2d6b282f0b Make conf_randr module translatable (patch from Igor Murzov)
SVN revision: 79118
2012-11-11 20:15:59 +00:00
Massimo Maiurana f25e7358a9 Make comp module translatable (patch from Igor Murzov)
SVN revision: 79100
2012-11-10 22:33:51 +00:00
Massimo Maiurana f82d2eb59a at least page 150 and 170 of the wizard contains messages that has to be translated. I'm adding all pages to potfiles just to be sure :)
SVN revision: 79019
2012-11-09 12:10:27 +00:00
Carsten Haitzler 7bef20f1b8 no more e_editable.c
SVN revision: 78687
2012-10-31 04:10:07 +00:00
Massimo Maiurana dcd9547e80 some fileman strings were not included in enlightenment.pot
SVN revision: 77553
2012-10-07 07:46:11 +00:00
Sebastian Dransfeld e3bb693e6e e: add notification to po
SVN revision: 77529
2012-10-05 11:28:04 +00:00
Tom Hacohen 58cb4c2426 E: Remove deleted files from POTFILES.in - #1549.
Many thanks to sb.

SVN revision: 76993
2012-09-21 18:42:55 +00:00
Mike Blumenkrantz 516ff07701 remove old file from pofiles
SVN revision: 75051
2012-08-09 13:49:04 +00:00
Chidambar Zinnoury e70e5698e7 e settings: merge window geometry and maximization policy settings.
SVN revision: 73511
2012-07-10 05:01:00 +00:00
Chidambar Zinnoury c37f6386fe e settings: merge focus and window stacking.
SVN revision: 73476
2012-07-08 19:30:25 +00:00
Chidambar Zinnoury 4d87b8d7c7 e theme: merge application and icon themes.
SVN revision: 73475
2012-07-08 17:43:17 +00:00
Chidambar Zinnoury 7bdcc0ef08 e i18n: add some missing files.
Bonus: correct some typos and add missing window icons.


SVN revision: 73472
2012-07-08 13:15:15 +00:00
Chidambar Zinnoury 8b7ce4923d e settings: merge cursor and mouse settings.
Bonus: add some i18n lovin' to xsettings.


SVN revision: 73471
2012-07-08 12:18:32 +00:00
Chidambar Zinnoury af8399892e e i18n: clock settings also needs some lovin'.
SVN revision: 72277
2012-06-17 07:16:58 +00:00
Cedric BAIL 55415c6df0 e: move e-tiling in e17.
SVN revision: 70614
2012-05-02 08:20:53 +00:00