[gnome-commander] (219 commits) ...Merges GSettings branch into master branch



Summary of changes:

  a7bbba3... Store some fav_apps options as boolean values (*)
  12822b4... Merge branch 'master' into GSettings (*)
  8d9deb8... Initiated usage of GSettings (*)
  e440def... Runs g_thread_init only when glib version >= 2.32 (*)
  d8d3279... Uses g_strdup for string allocation, frees char array (*)
  e91b7d1... Corrects default path for XDG_DATA_DIRS (*)
  1c03fda... Adds gschema file to the list of translatable files (*)
  1d0f0ca... Adds description for GETTEXT_PACKAGE variable (*)
  e08cc17... Adds gsettings for file pane font settings (*)
  99e1f06... Uses Ubuntu Trusty on Travis (*)
  8c490cd... Removes explicit installation of gcc-4.8 in travis (*)
  0673857... Increases version of intltools to 0.50.1 (*)
  fc7eea5... Merge branch 'master' (*)
  6d9a265... Generic name for gschema file in Makefile (*)
  9b2b793... Removes comment from Makefile (*)
  0ba4c11... Adds gschema files to EXTRA_DIST and CLEANFILES (*)
  d6bf27d... Increases required glib version to 2.44 required by commit  (*)
  e0221f7... Adds Dockerfile for building gcmd in Ubuntu 15.04 for dev p (*)
  a690bcc... Updated copyright (*)
  2fd21a4... Adds flex to the list of packages in Dockerfile (*)
  65f4ab2... Adds Git tips and Docker hint in README.md (*)
  85d3f4d... Dockerfile: Increases Ubuntu version to 15.10 (*)
  38026d8... Adds pre-commit.sh script for usage with Git (*)
  452a925... Merge branch 'master' into GSettings (*)
  2ab4b43... Appends tests/gviewer/ to .gitgnore file (*)
  bbbcf96... Adds an initial gschema file, derived from my local gnome-c (*)
  74bb87a... Switches from preferences.layout to preferences.general (*)
  8b35185... Adds an initial source file for migration methods of config (*)
  f782a09... Moves gnome_cmd_data_get_int() method into src/gnome-cmd-da (*)
  ab1f22a... Changes style of function definition (*)
  08421c0... Move stuff into gnome-cmd-data.cc and *.h (*)
  154adf1... noop: adapted comment (*)
  32aa5bb... Starts conversion of data to gsettings with options.size_di (*)
  fa9fa43... Removes unused function (*)
  eb27ef7... Changes how migration of data into GSettings works, finaliz (*)
  79716d7... gcmd_settings is now a class variable of GnomeCmdData::Opti (*)
  8cd5c20... Fixed things so changing size-disp-mode within gconf-editor (*)
  7d56730... Changes the description of size-display-mode in gschema (*)
  527a8e2... Double quotes to single quotes (*)
  cb43ba6... Removes interface element from GcmdSettings (*)
  9b9f4ff... Creates gcmd_connect_gsettings_signals() for connecting sig (*)
  500ed43... noop: Updates a comment (*)
  3aed372... Adds file permission display mode (perm_disp_mode) to GSett (*)
  1481fd5... Adds graphical layout mode (layout) to GSettings migration (*)
  943f743... Removes saving into old data file of raphical layout mode s (*)
  43863d0... Adds list row height to GSettings migration (*)
  1f43a30... Fixes broken initial conversion of gcmd data into gsettings (*)
  01c6232... Adds description of list-row-height gschema element (*)
  f6c6c2d... noop: Removes comment (*)
  5120ef5... Adds get_int() to private methods of GnomeCmdData class (*)
  9e7b1ee... Moves set_int and gnome_cmd_data_set_int methods into Gnome (*)
  e077e08... Store GSettings values only when the value is different fro (*)
  1831d03... Removes unused function gnome_cmd_data_set_uint_array() (*)
  6b29028... Adds date_disp_mode to GSettings migration (now known as da (*)
  9932156... Moves enums a level lower into the general level (*)
  1618070... Removes function prototype from libgcmd-data.h, missing in  (*)
  b6669b7... Moves get_string and gnome_cmd_data_get_string methods into (*)
  5ae850b... noop: Typo fix (*)
  9efa2fe... File roller plugin now uses GSettings, too (*)
  73e6256... Fixes g++ compiler warnings (*)
  025473c... Moves filter options into the correct schena section (*)
  218d5aa... Rename filter keys in accordance to their meaning (*)
  4035136... Moves get_bool and gnome_cmd_data_get_bool methods into Gno (*)
  bc2c772... noop: Moves define statement (*)
  c045277... noop: Updates comment (*)
  a96a8f5... Adds show_unknown filter option to GSettings migration (now (*)
  32b4e3f... Adds summary and description for hide-unknown key (*)
  7686880... noop: Removes comment (*)
  d30056c... Adds show_regular filter option to GSettings migration (now (*)
  6289208... Adds show_directory filter option to GSettings migration (n (*)
  1920375... Removes unnecessary summary tags in gschema file (*)
  2405045... Adds show_fifo filter option to GSettings migration (now kn (*)
  452a5b4... Adds show_socket filter option to GSettings migration (now  (*)
  34a4682... Adds show_char_device filter option to GSettings (now known (*)
  e8e3a70... Adds show_block_device filter option to GSettings (now know (*)
  3971770... Adds show_symbolic_links filter option to GSettings (now kn (*)
  0114af1... Adds hidden_filter filter option to GSettings (now known as (*)
  775cb07... Fixes a bug in mirgration of hidden_filter option (*)
  6e1355a... Adds backup_filter filter option to GSettings (now known as (*)
  4c0d59c... Removes unused last-pattern key in gschema (*)
  b22416e... Adds list_font filter option to GSettings (now known as lis (*)
  22ef3cf... Adds ext_disp_mode option to GSettings (now known as extens (*)
  7f4eeb4... Shortens descriptions in gschema file (*)
  35db3c0... Adds left_mouse_button_mode option to GSettings (now known  (*)
  b08a441... Adds left_mouse_button_unselects option to GSettings (now k (*)
  b915edb... Adds right_mouse_button_mode option to GSettings (now known (*)
  cdaf686... Adds icon_size option to GSettings (now known as icon-size) (*)
  c697a20... noop: Fixes typo (*)
  a57e7d0... Adds dev_icon_size option to GSettings (now known as dev-ic (*)
  f337843... Adds icon_scale_quality option to GSettings (now known as i (*)
  c04b6ec... Adds theme_icon_dir option to GSettings (now known as mime- (*)
  ff97db8... Moves remaining functions from libgcmd/libgcmd-data.cc to s (*)
  29cc3ee... Removes useless document_icon_dir option (*)
  f37f75f... Adds cmdline_history_length option to GSettings (now known  (*)
  526509d... Removes btn_relief option, always use GTK_RELIEF_NONE for b (*)
  bb2b558... Removes filter-type from gschema file (*)
  f26ac89... Adds middle_mouse_button_mode option to GSettings (now know (*)
  b0f63ed... Fixes default values for perm_disp_mode, list_font and righ (*)
  9270b01... Adds list_orientation option to GSettings (now known as hor (*)
  e20a97c... Renames a define (*)
  c5f5ae3... Adds conbuttons_visibility option to GSettings (now known a (*)
  8786871... Fixes name in connected signal (*)
  d8ab04e... Renames conbuttons_visibility variables and functions to sh (*)
  dc0c397... noop: Indentation fix (*)
  1ad54b8... Renames list_orientation to horizontal_orientation, changes (*)
  da575f9... Gives focus to file lists after changing layout, fixes bgo# (*)
  4c78eb6... Change of show_devbuttons is now directly saved in GSetting (*)
  0e96d03... Changes a default value at migration (*)
  d145bc0... Adds con_list_visibility option to GSettings (now known as  (*)
  1451607... Renames concombo_visibility variables and functions to show (*)
  6e82750... noop: Renames view_concombo into view_devlist (*)
  2957c5b... Adds cmdline_visibility option to GSettings (now known as s (*)
  2dc8cde... Removes view updating gnome-cmd-user-actions.cc: done in gn (*)
  ae945ab... Adds toolbar_visibility option to GSettings (now known as s (*)
  e82baef... Removes setting of gnome_cmd_data values (already done in g (*)
  a576a08... Adds buttonbar_visibility option to GSettings (now known as (*)
  341acc2... Don't update style twice when using Ctrl-Shift-h (*)
  e5f21ae... Directly saves gcmd filter options in GSettings when user a (*)
  e100239... Adds GSettings description for hide-backup-files (*)
  0801b4e... Adds gui_update_rate option to GSettings (*)
  cfa1e87... Adds symlink_prefix option to GSettings (now known as symli (*)
  6ed8a62... Adds main_win_pos_x/y to GSettings (now known as main-win-p (*)
  b3017d7... Removes unused function declaration (*)
  aa927d3... Adds save_dirs_on_exit to GSettings (now known as save-dirs (*)
  8ad0a01... Adds save_tabs_on_exit to GSettings (now known as save-tabs (*)
  478fd24... Adds //save_dir_history_on_exit to GSettings (now known as  (*)
  dca93c6... Adds always_show_tabs to GSettings (now known as always-sho (*)
  08b45b4... Adds tab_lock_indicator to GSettings (now known as tab-lock (*)
  2afe456... Adds 'enum' to title of enums in gschema file (*)
  20b8a98... Adds main_win_state to GSettings (now known as main-win-sta (*)
  78bb97b... Adds delete to GSettings (now known as confirm-delete) (*)
  8b97a72... Migrates delete option into GSettings (*)
  eac5c05... Adds delete_default to GSettings (now known as confirm-dele (*)
  916d15d... Renames 'OK' to 'Delete' in confirm deletion dialog (*)
  a2d6863... Adds confirm_copy_overwrite to GSettings (now known as conf (*)
  cc77337... Fixes getter function for confirm_delete_default option (*)
  cb8e7d0... Adds confirm_move_overwrite to GSettings (now known as conf (*)
  7457b9a... Adds confirm_mouse_dnd to GSettings (now known as confirm-m (*)
  b8811eb... Shortens gsettings confirmation keys (*)
  707edf5... Removes sorting key in gschema (*)
  3b280c4... Adds select_dirs to GSettings (now known as select-dirs) (*)
  799b2e8... Adds case_sensitive to GSettings (now known as case-sensiti (*)
  3507432... Extends gschema summary for select-dirs option (*)
  2e7089a... Adds summary for hide-backup-files gschema option (*)
  23c217a... Adds backup_pattern to GSettings (now known as backup-patte (*)
  688b6dd... Free dangling char pointer (*)
  9bdc480... Correct some wrong gschema paths (*)
  68b0cc4... Adds colors/mode to GSettings (now known as colors/theme) (*)
  ac2d4dc... Adds migration of custom colours into GSettings (*)
  22e21f5... Adds use_ls_colors to GSettings (now known as use-ls-colors (*)
  ebfdfba... Fixes comments (*)
  8f5d9a8... Adds LS_COLORS mapping values to GSettings options (*)
  830e967... Fixed wrong setting of LS_COLORS blue foreground (*)
  e33b360... Adds honor_expect_uris to GSettings (now known as dont-down (*)
  8149070... Adds allow_multiple_instances to GSettings (*)
  6ff6bdb... Adds use_internal_viewer to GSettings (now known as use-int (*)
  c3296a8... Adds alt_quick_search to GSettings (now known as quick_sear (*)
  625c612... Adds quick search matching options to GSettings (*)
  2af3941... Implements set_color_if_valid_key_value() for each GSetting (*)
  1a12e83... noop: tabs to spaces (*)
  0d267d1... Adds skip_mounting to GSettings (now known as skip-mounting (*)
  f2e170d... Adds viewer to GSettings (now known as external-viewer-cmd) (*)
  5d1d0cb... Adds editor to GSettings (now known as editor-cmd) (*)
  6ae0c6f... Renames external-viewer-cmd GSettings key to viewer-cmd (*)
  8a57963... Adds differ to GSettings (now known as differ-cmd) (*)
  e7e60d9... Adds sendto to GSettings (now known as sendto-cmd) (*)
  81a8d5b... Renames function according to GSettings option name (*)
  c25fe1e... Adds terminal_open to GSettings (now known as terminal-cmd) (*)
  5b7bc83... Adds terminal_exec to GSettings (now known as terminal-exec (*)
  f73d2e8... Removes unused GSetting option, fixes wrong variable assign (*)
  e088b96... Fixes built-up command for leaving terminal open when using (*)
  d30049a... Adds use_gcmd_block to GSettings (now known as use-gcmd-blo (*)
  ff73d65... Adds only_icon to GSettings (now known as only-icon) (*)
  f89b3b0... Moves GSettings devices keys to the 'gengeral' path, remove (*)
  a24a88e... Fixes pointer problem for list_font option (*)
  fff280c... Frees memory for string options before setting them to a ne (*)
  f24e967... Merge branch 'master' into GSettings (*)
  ebe9c7f... Adds uri to GSettings (now known as quick-connect-uri) (*)
  00cb09f... Adds ftp_anonymous_password to GSettings (now known as ftp- (*)
  1bebfc5... noop: Fixes spelling (*)
  269e114... Adds mainmenu_visibility to GSettings (now known as mainmen (*)
  5e5f0e1... Adds case_sens to GSettings (now known as case-sensitive-se (*)
  49eafa8... Adds last_mode to GSettings (now known as search-mode) (*)
  3ce61db... noop: tabs to spaces (*)
  1cf8449... Adds plugins/auto_load to GSettings (now known as autoload) (*)
  581163a... Introduces range limits for cmdline-history-length (*)
  98d0a1a... Introduces functions for setting and getting GSetting strin (*)
  628a758... Adds cmdline-history/lineXX to GSettings (now known as cmdl (*)
  d9fc0f2... Uses functions from commit 98d0a1a for list of automaticall (*)
  ac3f623... Frees cmdline_history before loading new list (*)
  19c9033... noop: Move migration of two internalviewer options (*)
  09ee678... Makes set_gsettings_when_changed a funktion instead of a me (*)
  30f6e10... Adds search-pattern-text and search-pattern-hex to GSetting (*)
  f9d1f72... Revert "Makes set_gsettings_when_changed a funktion instead (*)
  4de8cd6... Adds remaining internal viewer specific options to GSetting (*)
  03717b7... Removes unused and deprecated gnome_config functions from i (*)
  09ff0cf... Removes unused GSettins keys (*)
  58adfa8... Removes unused gnome_config funktions for loading bookmarks (*)
  66a67e6... Removes unused GSettins keys (*)
  b3a05f4... Moves quick-search to 'general' path, accidentally deleted  (*)
  99fec01... Removes unnecessary method 'GnomeCmdData::load_search_defau (*)
  e8821ae... noop: Removes comment (*)
  45a14aa... Removes cleanage of deprecated gnome_config options (*)
  cfaabd5... Changes default value for mainmenu_visibility option at mig (*)
  c5ee98b... noop: Updates comment (*)
  d31433c... Fixes usage of color theme depending on root mode (*)
  bdc9d8d... Removes deprecated loading of key-bindings from gnome_confi (*)
  f5e14a6... Activates renaming of gnome_config file after options have  (*)
  30eca71... noop: Removes comment (*)
  ea41bd9... Closes gnome_config file after migration (*)
  b9522e6... noop: Changed summaries and descriptions for two GSettings  (*)
  725004e... Migrate gnome_config options from .gnome2/gnome-commander-s (*)
  2c2c4a1... Don't store options via gnome-config anymore, partially fix (*)
  6e755fb... Fixes child name in gschema file (*)
  ba3689a... Creates GSettings enums automatically by definitions in dat (*)
  013c818... Changes the new names of deprecated devices and fav-apps fi (*)
  fef432b... Adds gksudo to the list of programs for starting gcmd in ro (*)
  906cfe6... Merges master into GSettings branch
  a9fd68a... Merges GSettings branch into master branch

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]