summaryrefslogtreecommitdiff
path: root/src/bin/e_widget_fsel.c
Commit message (Collapse)AuthorAgeFilesLines
* e filesel - have files list expand not previewCarsten Haitzler (Rasterman)2020-10-011-2/+2
|
* more E_BITFIELD conversionsMike Blumenkrantz2017-11-081-2/+2
|
* enlightenment: Make E build again with EFL from gitChris Michael2015-05-071-5/+5
| | | | | | sed -i 's/EAPI/E_API/g' Signed-off-by: Chris Michael <cp.michael@samsung.com>
* redo drop handlers to take an E_Object and Evas_ObjectMike Blumenkrantz2015-04-271-3/+3
| | | | temp change to fix crashing when closing fwins with ctrl+w
* __UNUSED__ -> EINA_UNUSEDMike Blumenkrantz2015-03-181-13/+13
| | | | this has been bugging me forever. __UNUSED__ is no longer a valid macro here.
* Revert "revert all the ui breakes in e - going the wrong direction in the"Mike Blumenkrantz2015-01-151-2/+2
| | | | This reverts commit 3ea6a3569d6294cd5367a3795bd0c9e8ec5c3a29.
* revert all the ui breakes in e - going the wrong direction in theCarsten Haitzler (Rasterman)2015-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first place anyway. shoudl replace the entire dialgo one at a time by an elm version not try and stuff elm widgets into where e widgets used to be. this doesnt improve e's config dialogs, just makes them buggy as all hell in the name of a move to elm. Revert "e_widget_button -> elm_button conversion" This reverts commit b1c976d80d282d02832e8951d9e3c3fe113871fc. Revert "update widget size hints when setting a resize object" This reverts commit fdab0218b264d143c960aad806e3a4ff0ee20678. Revert "remove no-longer-necessary size hinting in list widgets" This reverts commit 21479f50192fb5a9c4204a90e1fe1e93a33a5e9e. Revert "e_widget_textblock -> elm_entry conversion" This reverts commit 8fe2f00f75068ccc03432ea43ba9fb13aed7dada. Revert "e frame -> elm_frame conversion" This reverts commit e9da6a02fc18cb6edc41633a2dfc688891a51764. Revert "remove unnecessary size hinting" This reverts commit b596623efd8a46d232ade1942c6638b3641013d1. Revert "e_label -> elm_label conversion" This reverts commit 049b31867912865e1357c83122c7419c09f4bb80. Revert "set evas size hint min in widget min size" This reverts commit 2f09aa2fda3ee06aae33af53f255c0eab770b57e. Revert "e_table -> elm_table conversion" This reverts commit 643401298201db2eea3c99e0ad725b016362fc49. Revert "remove unused vars" This reverts commit b19e706b23c0890312f2fc3bb1665a0eb4aab9e6.
* e_table -> elm_table conversionMike Blumenkrantz2015-01-131-2/+2
| | | | | | if rebases were monopoly money, this commit would be able to buy mediterranean ave. #teamborker
* e_entry -> elm_entry conversionMike Blumenkrantz2015-01-111-1/+1
| | | | | | | | another dice roll in the board game of enlightenment development. next, I will attempt to roll doubles to get out of jail. #teamborker fix T1906
* e_widget_data_get Can return NULL so we should check that else weChris Michael2013-11-151-4/+3
| | | | | | | | | could potentially crash the entire window manager (for a potentially bad module). Fixes Phab Ticket T491 Signed-off-by: Chris Michael <cp.michael@samsung.com>
* formatting: all at onceMike Blumenkrantz2013-01-111-7/+8
| | | | SVN revision: 82625
* fix fsel path changing and entry settingMike Blumenkrantz2012-12-101-1/+2
| | | | SVN revision: 80606
* Dear all,Mike Blumenkrantz2012-12-031-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm attaching a patch for some minor bugs in the e17. Please take a look at attached patch. 01. missing E_FREE(inst) File: src/bin/e_exec.c: 347 Function: _e_exec_cb_exec 02. missing null check File: src/bin/e_fm.c: 10173 Function: _e_fm_error_dialog I'm not sure, but all other codes always check the return value of e_fm2_op_registry_entry_get except here. 03. missing free(slave) File: src/bin/e_fm_ipc.c: 804 Function: _e_fm_ipc_slave_run 04. eina_list_remove after free File: src/bin/e_fm/e_fm_ipc.c :1325 Function: _e_fm_ipc_cb_fop_trash_idler 05. invalid check for _udisks_del, it might be _udisks_chg. File: src/bin/e_fm/e_fm_main_udisks.c : 162 Function: _e_fm_main_udisks_test 06. uninitialized gx and gy values File: src/bin/e_gadcon_popup.c: 172 Function: _e_gadcon_popup_position These could be changed in e_gadcon_client_geometry_get if gcc->o_base is null. 07. unnecessary code 'evas = e_win_evas_get(dia->win)' File: src/bin/e_import_config_dialog.c: 456 Function: e_import_config_dialog_show 08. missing free(sizes) src/bin/e_randr_11_serialization.c: 136 Function: _11_try_restore_configuration() 09. unnecessary variable output_info File: src/bin/e_randr_12.c: 560 Function: _output_property_change_event_cb 10. eina_list_remove after free File: src/bin/e_randr_12_serialization.c : 357 Function: _12_serialized_setup_update 11. no check of the return value of symlink. File: src/bin/e_widget_fsel.c: 84 Function: _e_wid_fsel_favorites_add 12. no evr->var check before comparing string values File: src/modules/conf_applications/e_int_config_defapps.c: 432 Function: _basic_apply 13. missing error message or check return value of edje_file_group_exists File: src/modules/conf_theme/e_int_config_theme.c: 333 Function: _open_test_cb Anyway, I've added e_util_dialog_show if failed. Is it okay? 14. missing index range check File: src/modules/gadman/e_mod_config.c: 153 Function: _cb_config It could read negative array index, because return value of e_widget_ilist_selected_get might be negative. BR, Gwanglim SVN revision: 80020
* only block fsel updating if path is already setMike Blumenkrantz2012-11-301-1/+1
| | | | SVN revision: 79951
* set flag in fsel for when preview is a directory so we can grab the right pathMike Blumenkrantz2012-11-261-0/+3
| | | | | | | ticket #1815 SVN revision: 79675
* fsel no longer changes entry text when changing directoryMike Blumenkrantz2012-10-301-0/+6
| | | | | | | ticket #1695 SVN revision: 78656
* remove some old fsel commentsMike Blumenkrantz2012-10-301-9/+0
| | | | SVN revision: 78650
* fsel: if file name starts with "/" then it's an absolute path.Gustavo Sverzut Barbieri2012-09-111-1/+5
| | | | | | | | | | | not handling "../" and "./" cases here, maybe worth? This allows screenshots to be saved typing "/tmp/bla.png" (see previous commit, to shot module) SVN revision: 76481
* prevent view mode from being changed in fsel and sidebarMike Blumenkrantz2012-09-101-1/+1
| | | | SVN revision: 76390
* unremove non-redundant code from fsel, only select first icon on non-selectMike Blumenkrantz2012-09-031-1/+14
| | | | SVN revision: 76009
* add support for picking files from the file preview panel, remove redundant ↵Mike Blumenkrantz2012-08-301-22/+22
| | | | | | path resolution code from fileselector, fix import dialog to use selected files when double clicked once again SVN revision: 75883
* fix fsel preview to work again. :)Carsten Haitzler2012-08-251-1/+5
| | | | SVN revision: 75700
* fix min sizing (height) of fselMike Blumenkrantz2012-08-091-0/+4
| | | | SVN revision: 75029
* fsel now properly selects the first file in a directory on directory load/changeMike Blumenkrantz2012-08-081-1/+14
| | | | SVN revision: 75017
* filepreview directory previews now allow navigation, disable click rename in ↵Mike Blumenkrantz2012-08-081-0/+26
| | | | | | filepreview and fsel SVN revision: 75015
* disable view menu in fsel, this looked terrible anywayMike Blumenkrantz2012-08-081-1/+2
| | | | SVN revision: 75014
* disable click renaming in theme, wallpaper, desklock wallpaper, and fwin ↵Mike Blumenkrantz2012-08-081-0/+1
| | | | | | sidebar file lists SVN revision: 75013
* fix fsel usage of e widget apiMike Blumenkrantz2012-07-241-10/+0
| | | | SVN revision: 74352
* fileman's "Use Single Click" option now toggles a global config option which ↵Mike Blumenkrantz2012-07-201-1/+2
| | | | | | | | | is picked up by fileselector widgets, also added a menu item to the right click efm menu to toggle this on a case-by-case basis ticket #663 SVN revision: 74230
* use new efm widget clipper externalizer to make the overlay span both efm ↵Mike Blumenkrantz2012-07-191-1/+23
| | | | | | widgets so that longer paths would not be clipped when typing in the typebuf SVN revision: 74167
* add method for checking if typebufs are visible in fsel widget using methods ↵Mike Blumenkrantz2012-07-171-0/+11
| | | | | | added in my previous commit that I cleverly did not mention to confuse my future self when I again go to work on this code SVN revision: 73968
* use efm typebuf signal to echo typing into fsel entry, also set focus on ↵Mike Blumenkrantz2012-07-171-0/+10
| | | | | | files selector SVN revision: 73959
* e filepreview widget: use a list instead of a table to be able to orient it.Chidambar Zinnoury2012-07-151-1/+1
| | | | SVN revision: 73888
* filepreview widget now attempts to show a thumb for file's mime type if file ↵Mike Blumenkrantz2012-07-131-2/+2
| | | | | | is not an image SVN revision: 73802
* break out e fileselector preview pane into its own widget: e_widget_filepreviewMike Blumenkrantz2012-07-121-320/+19
| | | | | | | also, fuck tables. SVN revision: 73611
* e17: whitespaces--Vincent Torri2012-06-211-1/+0
| | | | SVN revision: 72561
* allow favorites panel to expand in file selector, allowing people who have ↵Mike Blumenkrantz2012-06-181-1/+1
| | | | | | long-named favorite directories to read the directory names SVN revision: 72397
* formattingMike Blumenkrantz2012-06-181-189/+190
| | | | SVN revision: 72389
* fix unused var warningMike Blumenkrantz2011-09-061-1/+0
| | | | SVN revision: 63224
* fsel -> only display filename in entry allowing for easier typing ofCarsten Haitzler2011-08-301-17/+28
| | | | | | | | save output. SVN revision: 62978
* e17: remove workaroundHannes Janetzek2011-07-251-6/+0
| | | | SVN revision: 61690
* e17: workaround for closing fsel widget causing to stuck in a loop. needs ↵Hannes Janetzek2011-07-251-0/+7
| | | | | | real fix ASAP SVN revision: 61682
* fix entry content to always have full pathCarsten Haitzler2011-05-291-3/+3
| | | | SVN revision: 59774
* screenshot module built in now. this is a redo as it actuallly has aCarsten Haitzler2011-05-281-1/+5
| | | | | | | | | | full file upload ability on e.org for sharing shot url's, as well as selecting local file tyo save to, selecting which screen to screenshot etc. SVN revision: 59766
* E: Trap return value from 'symlink' (removes compiler warning).Christopher Michael2011-05-221-2/+3
| | | | SVN revision: 59598
* add a resolution display field for file info in fselCarsten Haitzler2011-05-011-9/+44
| | | | SVN revision: 59061
* access is a global nameSebastian Dransfeld2010-12-291-5/+5
| | | | SVN revision: 55775
* realpath is a global nameSebastian Dransfeld2010-12-291-8/+8
| | | | SVN revision: 55774
* since we do strlen, no need to strcpySebastian Dransfeld2010-12-291-2/+3
| | | | SVN revision: 55773
* fix signed warningSebastian Dransfeld2010-12-291-1/+1
| | | | SVN revision: 55772