[gnome-commander] (100 commits) ...Merge branch 'get_rid_of_xml' into master



Summary of changes:

  56222df... Ignore errors occuring from paranthesis warnings (*)
  e005573... Work in progress: First commit (*)
  9eaf2bc... Remove unused eutils class in gentoo ebuild (*)
  a2dd318... Ignore errors occuring from paranthesis and cast function t (*)
  f6a992c... Fix stringop-truncation warning (*)
  bb7a865... Fix shadow warning (*)
  cecb79a... src/gnome-cmd-advrename-profile-component.cc: fix for -Wuni (*)
  012ce66... noop: variable renaming (*)
  b2259a0... src/gnome-cmd-file-list.cc: fix for -Wuninitialized (*)
  ff1d54d... src/gnome-cmd-user-actions.cc: Fix shadow warnings (*)
  273b510... src/owner.h: Fixes inline error (*)
  4c812a3... Use https in ebuild for Homepage (*)
  ae7ba24... Update of m4 macros for gsettings, cflags and ldflags (*)
  9ce54cd... Do not error out for parenthese warnings and cast-function- (*)
  1086d35... Remove unused variable (*)
  dec4514... Fix save_advrename_config method for saving adrename profil (*)
  1108e21... noop: Removed comment (*)
  641fc5b... Load the strings from advrename config keyfile as compresse (*)
  01a4e2a... noop: Corrected a comment (*)
  b13cef3... Remove monitoring of xml config file (*)
  ccfe4a2... Remove deprecated method to load old connection config file (*)
  f1ce6eb... Remove remnant config switch, remove unused method (*)
  0d5a28f... noop: Rename method names (*)
  8fa88f6... Migrate remnant advrename tool options to gsettings; do not (*)
  247fef9... Fix for not freed memory (*)
  4cc3415... Remove loading of old config file (pre-xml time) (*)
  a4e8260... Ignore possible fallthrough warning when loading xml config (*)
  b53bb55... noop: Corrected comment (*)
  495ab03... Removed not needed operator for storing advrename options i (*)
  bdbc3c9... Removes logic to erease a history list when actually a new  (*)
  d1a9eb0... Remove unused variable settings_monitor_enabled (*)
  6ecb19f... Remove header storage from save_xml (*)
  40d19c2... Use preprocessor constants for gkeyfile names (*)
  7fd415b... Migrate links from bugzilla to gitlab (*)
  b01fc60... Switch links from git.gnome.org to gitlab.gnome.org (*)
  398ddd2... Store open file list tabs in GKeyfile (*)
  3da8290... Created git-scripts directory with git hooks inside, update (*)
  93a47c1... noop: Make compiler happy (fixing inline error) (*)
  edcc0b3... noop: corrected spelling of save_tabs method (*)
  4a763db... noop: removed old, uncommented code (*)
  b6bb42a... Store file selector id instead of just a boolean for the fi (*)
  143bdb7... Noop: changed comment (*)
  e69c2a0... Store open file list tabs via GSettings instead of GKeyFile (*)
  6e3e0de... Remove suport of old fav-apps file format, move call of loa (*)
  41c706a... noop: fix wording in gschema file (*)
  c9eb85d... Save and load devices in gSettings, remove pre-1.6 file for (*)
  e87b527... noop: Use define string (*)
  ae12df7... Handle favorite apps in gSettings (*)
  8008b26... Save devices in gSettings after loading them from depricate (*)
  45e072f... Make save_devices_via_gsettings a private member function o (*)
  7d1bf71... Fixes format string for favorite apps (*)
  0bb1166... Store directory history via gSettings (*)
  90857dc... Free also the last element of the array of char pointers (*)
  9bc398c... Calculate the lenght of GList only once in set_gsettings_st (*)
  dee914c... Free allocated memory in save_tabs_via_gsettings (*)
  9ee03e7... Free allocated memory in save_advrename_profiles (*)
  4e6da57... Do not free the string array, its memory is used for the GL (*)
  481dc96... Free the pointer to the pointer array in get_list_from_gset (*)
  99b393a... noop: Renamed variable (*)
  2af3fca... Free memory in save_advrename_profiles method (*)
  7c0e396... Initialize the current file index variable with -1 (*)
  63fc60e... Free memory in GnomeCmdData::load_advrename_profiles method (*)
  c87875d... Remove unused method (*)
  02b021b... Sync gsettings at the end of save method (*)
  d38fc13... Free memory when loading dir history (*)
  91d0aca... Convert old GnomeCmdData::free method into deconstructor (*)
  a7d7828... Free memory of path string in gnome_cmd_dir_list_files func (*)
  3cc6e38... Do not just return in gnome_cmd_pixmap_free() if a member o (*)
  5013866... Unref connections list, free pixmap memory in destroy metho (*)
  f63fb00... Removing unused GFileMonitor references (*)
  594c78d... Load and save the advance rename tool settings via gSetting (*)
  8809416... Add search tool width and height to gSettings (*)
  c36611b... Add search history to gSettings (*)
  6962eb0... Do some optimization work on set_gsettings_string_array_fro (*)
  0603784... Automatic update of mkinstalldirs file (*)
  4eec9a7... Correctly set return value as gboolean (*)
  bfa94a6... Adds saving and loading of the search tool profiles to gSet (*)
  0c6cdc4... Variable renaming for better code understanding (*)
  8e9a895... Use initial values for storing the default search profile w (*)
  6785d52... Removing unused variable (*)
  1a2e5e1... Initiate GnomeCmdConList pointer elements with nullptr (*)
  f6caf03... Add storage of bookmarks and bookmark tool window in gSetti (*)
  065e4fc... Some code improvements, variable renaming and others (*)
  59cedfc... Save and loadn connections in gSettings (*)
  63085d2... Auto-update of gsettings.m4 file (*)
  1ae1878... noop: corrected variable names (*)
  e4dce74... Fix: load search profile strings compressed (unescaped) (*)
  5e72fe9... noop: variable rename, C++11 initialization (*)
  75e77ad... Remove second and not needed removal of device from list of (*)
  00a0817... Initialize pointers with null (*)
  96c7056... Do not use escaped strings in gsettings - it is not needed (*)
  b3f2261... Store default gsettings value vor connections and advance r (*)
  eae211a... If search or dir history should not be stored save default  (*)
  07a3153... noop: C++11 rework (*)
  63be66f... Adding keybindings to gsettings (*)
  8b5fbb9... Put loading of colors and color themes in own methods (*)
  2d97c44... Remove possibility of saving config to xml file (*)
  e766798... Do not save search profiles before trying to load them firs (*)
  13f6f47... noop: Comment correction (*)
  4ba32c6... Merge branch 'get_rid_of_xml' into master

(*) 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]