Commit Graph

84 Commits

Author SHA1 Message Date
Christopher Michael 2b59153982 E (RandR): Don't "smart_member_add" the stand and frame...we want them
to be swallowed and be part of the base object.



SVN revision: 77202
2012-09-28 12:17:29 +00:00
Christopher Michael d5dcd71d83 E (RandR): Implement Rotation snapping. Remove Evas_Map as part of the
Smart_Data structure. Use an Evas_Map for rotation as the old man
suggested ;)

NB: This will snap to the closest Rotation (within a 45 degree
threshold), after the user has finished rotating.



SVN revision: 77201
2012-09-28 12:10:31 +00:00
Christopher Michael 3d62a1ccad E (RandR): Set resolution text on load, and also set the resolution to
the "potential" snapping resolution as the user resizes.



SVN revision: 77194
2012-09-28 09:49:24 +00:00
Christopher Michael adc5e6064c E (RandR): Allow toggle of output on/off (visually).
NB: This just implements on/off of monitor state "visually". No actual
changes applied via ecore_x_randr yet.



SVN revision: 77186
2012-09-28 09:06:08 +00:00
Christopher Michael de780ba00d E (RandR): Since we only need one map now (thanks old man), we can
remove the array, and fix the map cleanup also.



SVN revision: 77181
2012-09-28 07:53:25 +00:00
Carsten Haitzler 0a766a74ea fix up randr smart monitor code so livethumb is swallowed RIGHT so map
applies. :)



SVN revision: 77180
2012-09-28 07:44:44 +00:00
Christopher Michael e67f42cd0a E (RandR): Implement snapping.
NB: Allow free-form resizing. When the user is done resizing, the
monitor object will "snap" to the closest resolution based on the
object size.



SVN revision: 77179
2012-09-28 07:11:46 +00:00
Christopher Michael 50f569ff5e E (randr): We can actually optimize the searches a bit (given that the
list of modes is stored smallest to largest) based on if we are
shrinking or growing.



SVN revision: 77149
2012-09-27 10:19:34 +00:00
Christopher Michael 33ccce29fd E (randr): Implement some snap 'fuziness' for finding the next smaller
or larger resolution during a resize.



SVN revision: 77148
2012-09-27 10:14:58 +00:00
Christopher Michael 5d1a85b837 E Randr: Ooops, fix compile.
SVN revision: 77145
2012-09-27 09:44:17 +00:00
Christopher Michael 28eac48e9c E: Add start of new RandR dialog.
NB: IT IS NOT COMPLETE, DOES NOT APPLY SETTINGS, AND STILL NEEDS LOTS
OF WORK. Don't bother reporting bugs for it just yet, until it is
fully functional. Just adding it to svn in the hopes (hahahaha) that
others may want to jump in and help speed things along.



SVN revision: 77140
2012-09-27 09:22:05 +00:00
Mike Blumenkrantz 13a512c65a use pre-compiled randr edj, it's stupid that we recompile this every time when we ship every other module's theme as a binary
SVN revision: 76279
2012-09-07 06:54:13 +00:00
Massimo Maiurana c7b6d84347 updating portuguese and italian translations
SVN revision: 75634
2012-08-23 18:08:44 +00:00
Massimo Maiurana 96bef27c6f updating portuguese and italian translations
SVN revision: 75576
2012-08-22 21:51:00 +00:00
Chidambar Zinnoury f45d356c62 e: some more plural and times lovin'.
SVN revision: 73874
2012-07-15 11:39:50 +00:00
Massimo Maiurana f45c7dadfc updating italian translations
SVN revision: 73057
2012-06-29 21:55:37 +00:00
Leif Middelschulte 2c30c70a12 Use "changed" smart cb instead of mouse down.
SVN revision: 73011
2012-06-28 13:47:48 +00:00
Leif Middelschulte 04acb74d8b Revert "Merge branch 'randr'"
This reverts commit 5cd36c5dcb45ac48a1dc062fed5ac0d29c79efe3, reversing
changes made to 3bd4846cc3663a2488a47ed581045295fb322944.

SVN revision: 73009
2012-06-28 13:44:26 +00:00
Leif Middelschulte f939b664d7 Merge branch 'randr'
SVN revision: 73008
2012-06-28 13:35:19 +00:00
Leif Middelschulte 71a7ffc0c1 Use smart cb of radio button
SVN revision: 71567
2012-05-30 19:17:10 +00:00
Leif Middelschulte bdb66274c0 e_randr: Show "ask position" dialog, if ASK policy is used.
SVN revision: 71566
2012-05-30 19:16:58 +00:00
Cedric BAIL c2a29811d5 e: massiv warning cleanup !
SVN revision: 70756
2012-05-04 09:38:52 +00:00
Cedric BAIL e5cf6ffe36 e: prevent segv when their were no previous config.
SVN revision: 70682
2012-05-03 03:52:03 +00:00
Leif Middelschulte 481b027763 Remove unused variable.
SVN revision: 70506
2012-04-26 10:22:43 +00:00
Leif Middelschulte 6d323b3f39 Fix position calculation of dummy.
SVN revision: 70505
2012-04-26 10:22:38 +00:00
Leif Middelschulte c0752cccb5 Remove Evas_Object as reference from conf_randr. Use data structure instead.
SVN revision: 70504
2012-04-26 10:22:31 +00:00
Leif Middelschulte 11c41d6912 reflect rotation in the dialog
SVN revision: 70158
2012-04-12 18:31:23 +00:00
Leif Middelschulte aa1c81ad03 Reflect changed resolution in dialog.
SVN revision: 70157
2012-04-12 18:31:17 +00:00
Leif Middelschulte be22edaa3f Add (not yet working) sec. check;Fix res. list.
SVN revision: 70016
2012-04-11 15:08:09 +00:00
Leif Middelschulte 2ac207aead fix overseen mistake
SVN revision: 69996
2012-04-10 10:58:18 +00:00
Leif Middelschulte 0daf53273c Selecting resolutions for mulitple monitors before applying should work now.
SVN revision: 69994
2012-04-10 09:20:54 +00:00
Leif Middelschulte f7259f1064 Use ilist smart callbacks, which don't seem to work either
SVN revision: 69981
2012-04-09 20:45:20 +00:00
Leif Middelschulte 0f59be779c Fix possible segv
SVN revision: 69980
2012-04-09 20:45:15 +00:00
Leif Middelschulte 83932df5ad make placement work with e_layout and fix other issues.
SVN revision: 69937
2012-04-05 22:21:29 +00:00
Leif Middelschulte 40fc3efd1f Select (previous) mode simplier.
SVN revision: 69307
2012-03-13 19:58:02 +00:00
Leif Middelschulte 3cf0bf72fb warnings--
SVN revision: 69305
2012-03-13 19:57:53 +00:00
Leif Middelschulte 71d0297574 Use modes' names for the list.
SVN revision: 69304
2012-03-13 19:57:37 +00:00
Leif Middelschulte a88493233b Make conf_randr subwidgets work with e_layout.
SVN revision: 69269
2012-03-12 22:38:00 +00:00
Leif Middelschulte 348afe4972 minor tweeks to conf_randr.
SVN revision: 69268
2012-03-12 22:37:55 +00:00
Sebastian Dransfeld 05bf07450c e: formatting
SVN revision: 69055
2012-03-08 11:37:54 +00:00
Sebastian Dransfeld ef93a97573 modules/conf_randr: Fix display of outputs
- Show and pack objects in layout before using e_layout_child_*()
  functions.
- Don't use random EVAS_HINT_* flags when passing parameters.

SVN revision: 69040
2012-03-08 08:27:32 +00:00
Leif Middelschulte e62da06cd3 Add scrollframe to conf_randr. e_layout's child size is not right
SVN revision: 68441
2012-02-25 10:50:19 +00:00
Leif Middelschulte 37a99accde finish renaming all '[sub]subdialog' to 'widget'
SVN revision: 68440
2012-02-25 10:50:14 +00:00
Leif Middelschulte 23a469ae03 Simplify arrangement widget. Use e_layout.
SVN revision: 68439
2012-02-25 10:01:30 +00:00
Leif Middelschulte a5a3db6195 rename stuff, move functions decls to header
SVN revision: 68438
2012-02-25 10:01:23 +00:00
Leif Middelschulte 32b343cdd3 Remove *= e_scale. It produces unwanted results.
SVN revision: 68275
2012-02-22 15:42:00 +00:00
Leif Middelschulte b3b07b6be5 Simplify a bit.
SVN revision: 68235
2012-02-21 22:05:02 +00:00
Leif Middelschulte 1ca87695e7 Fix possible SEGV for screwed drivers.
SVN revision: 68225
2012-02-21 15:50:16 +00:00
Leif Middelschulte f4820b562e Disable e_randr refresh on startup, because runtime settings get lost
SVN revision: 68169
2012-02-20 19:14:16 +00:00
Massimo Maiurana 95cb1ce29f updating french translations
SVN revision: 68121
2012-02-19 08:48:03 +00:00