Skip to content
  • John Sullivan's avatar
    Fixed bugs, mostly related to editable text fields. · c4002e6e
    John Sullivan authored
    	* README: Made the contents of this file slightly helpful.
    
    	* data/mime/nautilus.keys: Added an obscure MIME type that
    	someone reported running into.
    
    	* libnautilus-extensions/nautilus-entry.h,
    	* libnautilus-extensions/nautilus-entry.c: New files. Define a
    	subclass of GtkEntry (one-line text editing field) that fixes
    	bugs and adds convenience functions.
    	(nautilus_entry_key_press): Override key_press handler to treat
    	the keypad Enter key the same as the other Enter key (in GtkEntry
    	it inserts a "/r" into the text).
    	(nautilus_entry_select_all): Select all text, and move the text
    	cursor position to the end.
    	(nautilus_entry_select_all_at_idle): Same, but do it at the next
    	idle opportunity. Useful since nautilus_entry_select_all won't
    	work right if called in a key_press signal handler.
    	* libnautilus-extensions/Makefile.am: Build these two new files.
    
    	* src/file-manager/fm-properties-window.c:
    	(name_field_activate): New function, updates fil...
    c4002e6e
To find the state of this project's repository at the time of any of these versions, check out the tags.