add support for edje files in filepreview widget
[platform/upstream/enlightenment.git] / ChangeLog
1 2013-02-04 Mike Blumenkrantz
2
3         * optimize use of edje_file_collection_list
4         * add support for edje files in filepreview widget
5
6 2013-02-01 Mike Blumenkrantz
7
8         * split out binding configs into separate config domain
9         * added functions for freeing binding config structs
10         * E_Config_DD structs are now tracked and retrievable through e_config_descriptor_find
11         * fixed leak in profile list dbus method
12         * binding dialogs are now able to reset bindings to the system profile file bindings
13         * fixed behavior of Up/Down keys in filemanager when typebuf was visible
14         * "No listable items" in Navigate menu is now clickable
15
16 2013-01-31 Mike Blumenkrantz
17
18         * fixed window autoraise triggering from pointer slide
19         * fixed opening of links in filemanager in some cases
20         * filemanager now ignores changes to .part files
21         * fixed a number of bugs where keyboard layouts could not be applied or selected
22
23 2013-01-29 Brian Miculcy
24
25         * IBar menu didn't allow to configure different icon sources, show contents menu even on empty IBar.
26
27 2013-01-29 Carsten Haitzler
28
29         * fix map then unmap race condition for borders
30
31 2013-01-29 Mike Blumenkrantz
32
33         * fixed bug where dragging files into sidebar would move them instead of creating links
34
35 2013-01-23 Chris Michael
36
37         * add support for AltGr in illume2's E_Kbd_Buf_Key, fix related leak
38
39 2013-01-23 Mike Blumenkrantz
40
41         * module error dialog is no longer remembered across restarts
42         * fixed small leak in efm when performing dnd onto mounted drive icon
43         * fixed small leak in e_import_config_dialog_show during failure case
44         * fixed small leak in e_import_dialog_show during failure case
45         * fixed small leak in illume2 policy config
46         * fixed path setting in import dialog
47         * fixed possible NULL deref in desktop editor
48         * fixed possible NULL deref in e_sys when debugging
49
50 2013-01-22 Mike Blumenkrantz
51
52         * No longer build illume edj files
53         * fixed gadget dragging on desktop near screen edges
54         * fixed bug where "don't composite fullscreen windows" option would cause some windows to stop appearing
55
56 2013-01-15 Mike Blumenkrantz
57
58         * Removed old comp hook and msgbus API, replacing with new e_comp namespaced API and events
59
60 2013-01-17 Chidambar Zinnoury (ilLogict)
61         * Mixer and battery modules: reuse notifications.
62
63 2013-01-16 Brian Miculcy
64         * Shelf option 'overlapping' made clearer and disabled when window automatic movement on shelf hide isn't set.
65
66 2013-01-15 Mike Blumenkrantz
67
68         * prevent windows dragged from one screen to another from being larger than the destination screen
69         * add new APIs for getting module .desktop files
70         * track module directories
71         * improve module config dialog load speed
72
73 2013-01-14 Brian Miculcy
74
75         * Backlight, screenlock and screensaver don't check for fullscreen windows - we have presentation mode for that.
76
77 2013-01-14 Mike Blumenkrantz
78
79         * compositor now applies focus/urgency state to windows on first show
80
81 2013-01-12 Mike Blumenkrantz
82
83         * split comp window match settings into separate dialog
84
85 2013-01-11 Mike Blumenkrantz
86
87         * e_manager_comp_set() is no longer accessible by modules
88         * added option to disable comp effects on screen
89         * fixed bug where backlight settings would try to update dummy backlight devices
90         * added focus-out color class and functionality to default theme
91         * added options and functionality for "fast" composite effects
92         * added fallback timer for system actions
93
94 2013-01-10 Carsten Haitzler
95
96         * fixed bug where starting with a nonexistent config could cause a crash instead of simply restarting
97         * fixed window border hide bug where after iconification hides leave ghosts
98
99 2013-01-10 Mike Blumenkrantz
100
101         * E_LIST_HANDLER_APPEND macro now asserts the event handler to make debugging easier
102         * fixed bug where internal dialogs would not redraw after unfullscreening
103         * config submenu now sets "config" category
104         * e_menu_category_callback create callback parameter order has been changed
105         * composite settings dialog is now accessible from Settings menu
106         * modules no longer require shutdown or save functions
107         * comp settings now uses the "e_comp" config domain
108         * added options to disable comp effects on types of windows
109
110 2013-01-10 Deon Thomas
111
112         * Fixed bug with desktop config profile where conf module version variable was misnamed
113
114 2013-01-09 Lucas De Marchi
115
116         * Merged comp module into core
117
118 2013-01-09 Mike Blumenkrantz
119
120         * geometry_auto_move option now also corrects applications which fail in their attempts to center windows
121         * fixed bug where window border insets were not applied to initial positioning geometry, causing them to be placed incorrectly
122
123 2013-01-08 David H. Bronke
124
125         * Added new config option for disabling pointer warping when performing directional focus changes using winlist
126
127 2013-01-08 Thanatermesis
128
129         * "System Default" language in wizard now displays which language it is and no longer removes language from list
130
131 2013-01-08 Mike Blumenkrantz
132
133         * Fixed bug where keyboard resizing of windows would not be possible if timeout was set to zero
134         * Fixed crash when clicking apply in wallpaper settings dialog and no wallpaper is selected
135         * Fixed bug where disabled slider widgets could be changed with mouse wheel
136         * Fixed bug where fileman config slider widgets were not properly disabled
137         * Tasks gadgets now apply the selected style
138         * Desktop->Shelves menu now shows shelf names
139         * Added elm win trap callback for base size setting, calling this causes ICCCM hints to be applied
140
141 2013-01-07 Tom "TAsn" Hacohen
142         * e_entry + e_scrollable: Fixed issues with smart members.
143
144 2013-01-07 Brian Miculcy
145         * Added option for doing desklock, blanking or dimming even when showing fullscreen windows.
146         * No backlight dimming when in presentation mode.
147         * Backlight fade time only applies to dimming - undimming is fixed 0.5 .
148
149 2013-01-07 Mike Blumenkrantz
150
151         * Added option for disabling icons in menus
152         * Restore default keybindings no longer restores two bindings for ctrl+alt+f
153
154 2013-01-07 Thomas Petazzoni
155
156         * Fix build with uClibc.
157
158 2013-01-04 Lucas De Marchi
159
160         * Fixed crash when changing desktop configuration while clock popup was present
161
162 2013-01-04 Lucas Jóia
163
164         * Added bluez4 module: control bluetoothd daemon
165
166 2013-01-03 Lucas Jóia
167
168         * Added appmenu module: show application menu in shelf
169
170 2013-01-03 José Roberto de Souza
171
172         * Modules ported to edbus: battery, connman, mixer, notification,
173           illume-indicator
174         * Fileman and Wizard also ported to edbus
175         * HAL backend for EFM removed
176         * Systray: added DBus notification
177         * Added music-control module: control any mpris2-compatible music
178           player
179
180 2013-01-03  Mike Blumenkrantz
181
182         * Added e_win_elm_available()
183         * Added conf2 module
184         * Added e_configure_option API
185
186 2013-01-03 Cedric Bail
187
188         * Fix restart of E17 after manually monitoring it.
189
190 2012-12-31 Mike Blumenkrantz
191
192         * Added function to hide all active menus
193         * Always hide menus on desklock
194         * e_win now traps elm_win_activate to ensure that internal elm
195           windows don't fail to raise as expected if user has configured
196           E to ignore activate hints
197         * Various #defines in e_int_menus.h are now enums
198         * Added enum for deskflip animation mode
199
200 2012-12-29 Mike Blumenkrantz
201
202         * Fix incorrect config value clamping for window autoraise delay
203         * Fix border(less) style of internal elm tooltip windows
204
205 2012-12-28 Tomas Cech
206
207         * Fix construction of variant list for setxkbmap
208
209 2012-12-27 Mike Blumenkrantz
210
211         * Added action to reset filemanager
212
213 2012-12-28  Carsten Haitzler
214
215         * Mixer settings dialog is now resizable
216         * Increased maximum menu size, improved menu autoscrolling
217
218
219 2012-12-28  Hannes Janetzek
220
221         * Fixed error in Evry when trying to call edje functions on non-edje object
222
223 2012-12-27 Mike Blumenkrantz
224
225         * Filemanager now uses global setting option for showing desktop
226           icons
227
228 2012-12-26 Chidambar Zinnoury (ilLogict)
229
230         * Notification settings: add check changed.
231         * Fileman settings: fix values reading, check changed, apply,
232           and title (“Fileman”→“File Manager”).
233         * Pager settings: fix check changed and strings (“px”→“pixels”).
234         * Language settings: add check changed and cleanup code.
235
236 2012-12-25 Chidambar Zinnoury (ilLogict)
237
238         * Clock settings: date formats are now internationalizable.
239         * Desktop environment settings: add check changed.
240         * Gadcon settings: add icons.
241         * Startup theme: add check changed.
242         * Desk settings: improve UI.
243         * Clientlist settings: add check changed.
244         * Engine settings: force check changed upon confirmation dialog
245           closure.
246
247 2012-12-24  Mike Blumenkrantz
248
249         * Fixed crash when changing ibar source
250
251 2012-12-24  Boris Faure
252
253         * Fixed SIGFPE in tiling module and functionality of toggle_rows_count
254
255 2012-12-21
256
257         Initial release