[gedit] (58 commits) Non-fast-forward update to branch wip/loader-saver



The branch 'wip/loader-saver' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  168b3df... Use GtkSourceEncoding in GeditEncoding
  d881df8... Move encoding utils functions to gedit-utils
  cb48505... encodings-dialog: use GtkSourceEncoding
  c5f8f05... encodings-combo-box: use GtkSourceEncoding
  654cade... app: use GtkSourceEncoding
  2734778... io-error-info-bar: use GtkSourceEncoding
  cfcc3f2... commands: use GtkSourceEncoding
  5e15dba... window: use GtkSourceEncoding
  0330d08... file-chooser-dialog: use GtkSourceEncoding
  5fc89f1... tab: use GtkSourceEncoding
  33361bc... Add gedit_document_get_file()
  3e81231... Remove file loading and saving unit tests
  bc7fd4b... GeditDocument: make load and save functions private
  83c665e... Port to GtkSourceFileLoader
  af7f88e... Port to GtkSourceFileSaver
  48bc22d... Remove document-loader and document-saver
  b0afd4f... GeditDocument: remove unused code
  d7ad011... GeditDocument: make set_readonly() static
  df4e0d8... Port to GtkSourceCompressionType
  2e502ae... GeditDocument: remove all paramaters of the "load" and "sav
  1673eae... GeditDocument: remove error param of the "loaded" and "save
  b8bd719... GeditDocument: remove unused code
  9b298f7... Port to GtkSourceNewlineType
  fe21a3b... GeditDocument: remove the "compression-type" property
  81db546... GeditDocument: remove the "newline-type" property
  9b3438a... GeditDocument: remove the "encoding" property
  cff0fd0... GeditDocument: remove the "location" property
  023e249... GeditDocument: remove GeditMountOperationFactory
  15f8e0c... GeditDocument: rename a function
  d686e71... GeditDocument: more documentation for the signals
  32a2dfe... GeditDocument: small clean-up
  1e5c31f... GeditDocument: deprecate some functions
  7774f2c... File browser: don't use deprecated GeditDocument API
  c90cb34... Don't use the deprecated GeditDocument API
  4189e55... GeditDocument: update modification time
  6a54390... tab: remove_tab() directly, not in an idle
  6721ccb... tab: get candidate encodings when no encoding supplied
  c1e14b0... Update vapi metadata
  0ae2746... GeditDocument: add an 'mtime_set' attribute
  6b20397... GeditDocument: call gtk_text_buffer_set_modified() when sav
  677d940... GeditDocument: fix bug with content type
  1a4963c... GeditRecent: print a warning on failure
  4171f03... GeditDocument: ignore not found error for the query info
  347514d... File loading: set 'create' flag on GeditDocument
  02f6d87... tab: take "create backup" gsetting into account
  952c5e3... GeditDocument: bind the implicit-trailing-newline property
  e9eed06... GeditView: override GtkTextView::create_buffer()
  b5001c4... tab: emit the GeditDocument "load" and "save" signals
  165aa16... tab: debug messages
  34164e9... Remove GeditEncoding
  b73fa9a... Update for the move of the buffer to the FileLoader and Fil
  c3990ec... GtkSourceView >= 3.13.2 is required

Commits added to the branch:

  813a20a... Updated Galician translations (*)
  4a33712... Fix deprecated gtk+ margin left and right (*)
  302decc... Updated Russian translation (*)
  66476f8... Fix usage of margins (*)
  9272e78... docs: updated shortcut keys page to use new expanded syntax (*)
  9124b8f... view: release ref to the buffer in dispose() (*)
  db3e490... Use GtkSourceEncoding in GeditEncoding
  aec2197... Move encoding utils functions to gedit-utils
  4facd30... encodings-dialog: use GtkSourceEncoding
  b54ab08... encodings-combo-box: use GtkSourceEncoding
  f157668... app: use GtkSourceEncoding
  1343642... io-error-info-bar: use GtkSourceEncoding
  dc61a5b... commands: use GtkSourceEncoding
  228efb2... window: use GtkSourceEncoding
  96cf2e6... file-chooser-dialog: use GtkSourceEncoding
  9a1fb51... tab: use GtkSourceEncoding
  1cb462d... Add gedit_document_get_file()
  ae35f86... Remove file loading and saving unit tests
  42add53... GeditDocument: make load and save functions private
  651187e... Port to GtkSourceFileLoader
  d8d96f8... Port to GtkSourceFileSaver
  e0431a8... Remove document-loader and document-saver
  f92d27a... GeditDocument: remove unused code
  c7d733c... GeditDocument: make set_readonly() static
  b2efedc... Port to GtkSourceCompressionType
  2730bae... GeditDocument: remove all paramaters of the "load" and "sav
  ef1dac8... GeditDocument: remove error param of the "loaded" and "save
  36041eb... GeditDocument: remove unused code
  314814b... Port to GtkSourceNewlineType
  35cfd79... GeditDocument: remove the "compression-type" property
  2e0bc7f... GeditDocument: remove the "newline-type" property
  22d02bc... GeditDocument: remove the "encoding" property
  349b997... GeditDocument: remove the "location" property
  3911cfe... GeditDocument: remove GeditMountOperationFactory
  0d98126... GeditDocument: rename a function
  b1ea1dd... GeditDocument: more documentation for the signals
  e951a07... GeditDocument: small clean-up
  94d7f3f... GeditDocument: deprecate some functions
  71f2970... File browser: don't use deprecated GeditDocument API
  85d8e68... Don't use the deprecated GeditDocument API
  e098e29... GeditDocument: update modification time
  d15b5b8... tab: remove_tab() directly, not in an idle
  4e9342a... tab: get candidate encodings when no encoding supplied
  6d5ab6e... Update vapi metadata
  f60dffd... GeditDocument: add an 'mtime_set' attribute
  32392a5... GeditDocument: call gtk_text_buffer_set_modified() when sav
  f7a1f2f... GeditDocument: fix bug with content type
  54dac02... GeditRecent: print a warning on failure
  c13b317... GeditDocument: ignore not found error for the query info
  b566a1b... File loading: set 'create' flag on GeditDocument
  c652c31... tab: take "create backup" gsetting into account
  7fd2dc2... GeditDocument: bind the implicit-trailing-newline property
  37b8469... GeditView: override GtkTextView::create_buffer()
  93194e6... tab: emit the GeditDocument "load" and "save" signals
  71fac52... tab: debug messages
  75b27b1... Remove GeditEncoding
  ba1029d... Update for the move of the buffer to the FileLoader and Fil
  85f5be5... GtkSourceView >= 3.13.2 is required

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