Commit Graph

3377 Commits

Author SHA1 Message Date
Stafford Mitchell Horne 30cdc91f0c Add a simple search path configuration dialog, plus:
* Add some widget API used by new dialog
 * Fix typo


SVN revision: 21983
2006-04-09 11:55:18 +00:00
codewarrior 222d049ac8 bg.po by saturn_vk
SVN revision: 21979
2006-04-09 09:39:32 +00:00
Christopher Michael 285723c1cd Remove default_randr.edc as it's not needed anymore.
SVN revision: 21971
2006-04-09 03:50:42 +00:00
Christopher Michael 7648f28e72 Updated for removal of default_randr.edc
SVN revision: 21970
2006-04-09 03:48:39 +00:00
Christopher Michael 40d5f91804 Fix segfault when deleting a background while this dialog is open.
Add file monitor event for deleting a background while config dialog is open
to remove it from the list.


SVN revision: 21960
2006-04-08 21:56:03 +00:00
codewarrior a2bcdfcbdc - use new ecore_file_download api
SVN revision: 21927
2006-04-07 12:27:20 +00:00
Stafford Mitchell Horne 29541f7dbb Add and Use the config list widget
* Config list widget is used to have an editable ilist
 * Config list widget will be reused in the paths configuration dialog


SVN revision: 21894
2006-04-06 12:07:45 +00:00
Carsten Haitzler 227d31fbf5 we were getting duplicate events for popups. fixed now! :)
SVN revision: 21893
2006-04-06 07:26:11 +00:00
Carsten Haitzler 8fed1be8a6 really - only themwe stuff should go in data. the rest isnt "pluggable"
SVN revision: 21890
2006-04-06 07:10:15 +00:00
Carsten Haitzler df3cf3f40a missing binary
SVN revision: 21889
2006-04-06 07:06:23 +00:00
Carsten Haitzler 51c1084431 more shelf work - getting there.
SVN revision: 21847
2006-04-05 14:00:32 +00:00
Carsten Haitzler 9e1e978713 fix maintainer
SVN revision: 21827
2006-04-04 23:54:53 +00:00
Carsten Haitzler c10475f43d revert ttf vera change - guess what. it won't work because by DEFAULT e looks
for "Vera" which only comes from it's own font install and not fontconfig.
also fontconfig increases e's memory footprint by between 3-10Mb AND slows it
down.


SVN revision: 21825
2006-04-04 23:51:44 +00:00
kaethorn fa12f3770a remove fonts from enlightenment-data. depend on ttf-bitstream-vera instead.
SVN revision: 21811
2006-04-04 18:22:36 +00:00
rephorm b9879ae83a clean up the wording and capitalization for desklock config
SVN revision: 21808
2006-04-04 16:51:25 +00:00
Carsten Haitzler cc6b6a326c add frame object selection ability - broke move of the framed "ibar" test.
need to fix framed gadcon clients to account for frame size.


SVN revision: 21807
2006-04-04 15:42:25 +00:00
Stafford Mitchell Horne 5828935a95 Add font fallbacks configuration to font config dialog
* Add arrow icons to default theme
 * Add api to ilist for manipulating list labels (for moving)
 * TODO: need to split list manipulation code out to its own widget but
   what should the diget be called? e_widget_editable_list?


SVN revision: 21806
2006-04-04 14:00:19 +00:00
Carsten Haitzler 7f422515a1 different shelf look - imho much nicer now.
work on some mroe shelf stuff - like autofit. i need to add a lot more hooks
for things and info.


SVN revision: 21802
2006-04-04 09:54:50 +00:00
e-taro eaddc2c929 sk.po - slovakian update (hrobar)
SVN revision: 21779
2006-04-03 14:06:04 +00:00
Carsten Haitzler 218b8215bc some more work on shelves/gadcon
SVN revision: 21778
2006-04-03 14:01:00 +00:00
Carsten Haitzler 4f5c2636fc fix deps
SVN revision: 21777
2006-04-03 10:28:56 +00:00
Carsten Haitzler bbe3e15fde gasp! packages actually build!
SVN revision: 21776
2006-04-03 10:26:53 +00:00
e-taro 6d0f5cdf5f Re-format to e-style
SVN revision: 21732
2006-04-02 12:08:43 +00:00
e-taro cdff954962 After vertically maximizing a window, the user may horizontally move/resize it,
so on unmaximize only restore the saved y and h values.
Vice versa for horizontal maximization (only restore x and w).


SVN revision: 21730
2006-04-02 11:45:44 +00:00
Carsten Haitzler 3a778335dd add size request callback
SVN revision: 21729
2006-04-02 11:35:35 +00:00
e-taro 2559fe0e9e The last of Haga-san's po updates
SVN revision: 21727
2006-04-02 10:34:44 +00:00
Carsten Haitzler 8ca90fa341 increas textclass list in config and in .edc's
SVN revision: 21717
2006-04-02 08:19:17 +00:00
Horms d6ff630a1b Save and restore autogenerated changelog when debian/rule's clean
target runs. Otherwise the following breaks because make distclean
removes autogenerated files, but debian/rules expects the changelog
to always be there:

fakeroot ./debian/rules clean ; ./debian/rules build

Note that this does not fix packages who are handled by cdbs,
that will need to be fixed separately


SVN revision: 21711
2006-04-02 07:38:06 +00:00
Carsten Haitzler ec0643f48c and make sure it does ilist_go before selecting
SVN revision: 21706
2006-04-02 04:20:53 +00:00
Carsten Haitzler 6dfbef7ec1 1. trap abort signals - glibc likes to abort these days on memory free errors.
2. fix bg selector to properly select the item to be selected (do it after
listing them all), and add segmenting headers (And free path properly)


SVN revision: 21705
2006-04-02 04:18:18 +00:00
Carsten Haitzler 4c5af3776c use the path list
SVN revision: 21704
2006-04-02 03:56:07 +00:00
Carsten Haitzler b0d91c41a0 remove printfs...! :)
SVN revision: 21703
2006-04-02 03:42:13 +00:00
Carsten Haitzler 500a7e479e fix theme selector to also scamn system and user themes... AND fix some bugs
too!


SVN revision: 21702
2006-04-02 03:38:58 +00:00
Carsten Haitzler b9f31348f7 fix deps
SVN revision: 21700
2006-04-02 03:11:54 +00:00
Massimo Maiurana cf99f5c6fb *** empty log message ***
SVN revision: 21680
2006-04-01 19:36:52 +00:00
Stafford Mitchell Horne a8858ab4af Adding in the font config dialog files
* Merged Hinting into Dialog
 * TODO: remove old hinting files, if everyone agrees


SVN revision: 21657
2006-04-01 09:59:40 +00:00
Stafford Mitchell Horne afdd5b0686 Add Font Configuration Dialog, and...
* Added some e_widget api for handy things (Toggling checks, Setting Entry Text...)
 * Fixed some compiler warnings
 * TODO : Font hinting and this new font dialog should be merged, Also, need
   To add font fallbacks configuration to this dialog


SVN revision: 21655
2006-04-01 09:24:56 +00:00
Carsten Haitzler 07debc81d4 actually - capitalize the words in those titles
SVN revision: 21647
2006-04-01 02:28:37 +00:00
Carsten Haitzler 5dfcb180d3 fixs build if dont have pam
SVN revision: 21644
2006-04-01 01:43:09 +00:00
Carsten Haitzler b6435cc8a2 better labels :)
SVN revision: 21643
2006-04-01 01:37:14 +00:00
Carsten Haitzler ecd5f7db7f no ned to make the config values optional on build
SVN revision: 21642
2006-04-01 01:27:47 +00:00
sndev df2ea4c01e PAM support for Desklock is added. Now system-wide authentication is available and one
can use its user password instead of setting just desklock password. However, the possibility
to set a personilized password is still available. If somebody think that it is
not neccesarily to have it now, please write :)

Moreover, the desklock dialog is updated. Now, the advanced tab includes all the settings
that are on the basic tab.


SVN revision: 21631
2006-03-31 17:26:38 +00:00
rephorm fc925ae5d8 remove unreproducable bug
SVN revision: 21592
2006-03-30 04:33:04 +00:00
handyande b038a8acc8 Add -lock-desktop option to enlightenment-remote, scripting/.eap goodness :)
SVN revision: 21571
2006-03-29 15:50:01 +00:00
Carsten Haitzler a0214ba927 cvs is back up.. time for some asparagus!
SVN revision: 21564
2006-03-29 08:00:30 +00:00
rephorm 12a989ca1c remove ifdef'd out cruft
SVN revision: 21563
2006-03-29 05:28:15 +00:00
rephorm 5f9a3d1a4f better pager dragging
* drag windows around within pager
  * dnd when going outside of the pager
  * window placed at location in pager of drop
  * window centered under mouse when dropped off of pager


I'm not sure yet to do with original window when dragging off the pager. Right now it stays at last "on pager" location, which is a bit ugly. Should it jump back to the original position? Or disappear entirely?


SVN revision: 21555
2006-03-29 00:35:16 +00:00
Christopher Michael 57628bfbee year++
SVN revision: 21545
2006-03-28 18:48:43 +00:00
Stafford Mitchell Horne 9aea37f270 Add some text classes so we can use fontconfig fonts if needed
SVN revision: 21521
2006-03-28 08:01:26 +00:00
Carsten Haitzler 8b2810719c actually should have been ctrl+alt - fixed
SVN revision: 21519
2006-03-28 07:53:40 +00:00