[evolution] (292 commits) Non-fast-forward update to branch wip/mcrha/webkit-jsc-api



The branch 'wip/mcrha/webkit-jsc-api' 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:

  8f9a600... Add e-selection.js, to be used by the editor
  1071fe9... e-selection.js: Cover some corner cases and replace compare
  eda3203... Initial try with e-undo-redo.js
  04ad1b7... e-selection.js: Fix a typo, when restoring selection
  a6ff15d... Miscellaneous basic changes around the webkit-editor extens
  4adea36... Few initial changes, like to load .js files into the editor
  90a4940... Implement EvoEditor::SetAlignment()
  8a3cc0c... A little bit code shuffling and a fix of EvoUndoRedo.before
  3917b4a... e-undo-redo.js: Merge consecutive insertText undo records o
  177201a... Implement EvoEditor.SetBlockFormat() and fix found bugs in 
  4c7ea3a... e-editor.js: Notify about formatting changes when cursor mo
  484d9d2... Selection misplaced after SetBlockFormat() with collapsed s
  ba8ac02... Implement EvoEditor.Indent()
  2dbea17... Add EvoEditor.InsertHTML() wrapper for "insertHTML" command
  86bef2b... Use more functions in EWebKitEditor from JSC
  629f2c5... Cover Undo/Redo when document body is completely empty, wit
  783ca68... e-editor.js: Change how the content is initialized
  085c25e... Cleanup webkit-editor's web-extension (and break webkit-edi
  285fb9b... e-undo-redo.js: Enhance recording of format changes and con
  d5fe864... e-editor.js: Change how indent is done
  2978da0... e-undo-redo.js: Extend stored data on deletion events
  6da72c4... Let the internal tests use .js files from sources, not thos
  49092aa... e-editor.js: Change bgColor style lookup
  5f23d74... Change formatting style notification
  afaf617... e-editor.js: Correct ordered list block format detection
  bb19a33... test-html-editor-units-utils.c: Do not depend on webkit-edi
  718b0c1... e-undo-redo.js: Enhance merge of insertText::WordDelim oper
  9b2a1dd... e-editor.js: Use the further node for style computation
  e790323... Remember temporary style flags
  cb103d5... Subscript and superscript are mutually exclusive formats
  4612080... Be able to flip between format modes
  b790fb8... Make EContentEditor::get_content() ansynchronous function (
  1f136b5... Extend e-convert.js to cover paragraph formats and such, wi
  3a1121c... e-conver.js: Count only LI nodes in OL lists (could be brok
  a3d143a... Various preparations and fixes
  65a28ff... Implement and use EvoEditor.SetFontName()
  7e5c769... e-undo-redo.js: Modify selection before delete only when it
  f8d3536... e-undo-redo.js: Handle drag&drop inside of the WebView
  088bbec... Replace Monospace with Font Name for page and text selectio
  9a079c1... Workaround WebKit bug 204622 (too aggressive FontName editi
  603d2ca... e-html-editor: Sort supported fonts by name, not by type
  52e095a... Indent/Unindent in lists (UL/OL)
  9e68026... e-editor.js: Changes around SetBlockFormat() when lists (UL
  4ea5588... Cover more basic editor tests
  8723dbe... Add some tests for list (UL/LI) editing
  cfe018f... Partially implement magic-links
  b481521... Add code to strip invalid URL characters from the magic-lin
  92a0a9c... Implement link dialog/editing
  df8b56b... Implement HRule dialog code and add related stuff for the e
  13deba1... Mostly table editing and some cleanups and removal of get_c
  daf031f... Changes around current element mark and table changes
  753c9f1... Adapt h-rule tests
  5dbade9... Allow EvoUndoRedo.GroupTopRecords() only when undo/redo is 
  b93ec2c... Cover spell checking dialog
  5b3cd72... Workaround WebKitGTK+ bug
  bc8ef05... Converted more functions to JSC API, enabled file:// URI lo
  393a3b0... Be more strict with emoticon conversion to plain text
  74e80a3... Correct typo in property name
  6641cbf... Various fixes, changes and preparation for InsertSignature(
  564ad2c... Pre-code EvoEditor.InsertSignature() and (finish) EvoEditor
  80f3a04... Replace e_content_editor_insert_image_from_mime_part() with
  39ed948... Remove some leftover artifacts of WebExtension D-Bus API, w
  9829e0c... Partially implement EvoEditor.WrapSelection()
  2374b17... Add basic tests for paragraph wrapping and some fixes for s
  8f2f06d... EvoEditor.WrapSelection: Change where the cursor is placed 
  6b6a903... EvoEditor.wrapParagraph: Cover nested elements in the parag
  bc9d5b8... Implement EvoEditor.InsertContent()
  6fba01d... EWebKitEditor: Change how the content is loaded
  4c0fd71... Correct and add tests for EvoConvert.ToPlainText() with quo
  22b98d5... Correct selection restore after magicLink
  fd53cf0... Implement "Magic smileys"
  b7299ba... e-editor.js: Correct magic links
  1bfbfa6... Fix and enhance /image/insert editor unit test
  cbf8a9c... Fix/adapt few HTML editor unit tests
  eeb90c3... Plain text (not only) style changes
  d36ef02... Limit indent level to 10
  5e95bc3... Bump devel-doc version from 3.36 to 3.38 for new APIs
  7ef10b1... Replace Selection::base/extent usage with Selection::anchor
  e991c74... e-editor.js: Fix regression caught by /indent/typed unit te
  9ecf178... test-html-editor-units: Adapt emoticon tests
  864f3cb... cherry-pick fix for "I#792 - Composer: Some shortcuts depen
  f5ff389... EWebKitEditor: Prevent Replace-all to cycle indefinitely in
  4a2f46a... cherry-pick fix for "I#792 - Composer: Some shortcuts depen
  731cb70... Cut/Copy/Paste actions not updated when selection changed
  eede30b... e-editor.js: Change file:// to evo-file:// on image insert
  03baff8... EWebKitEditor: Write JavaScript console messages to stdout 
  7b1e40d... webkit_editor_style_updated_cb: Correct handling of theme c
  b51f239... e-editor.js: Set signature wrapper wrap width in Plain Text
  3daa6d5... blockquote pre-post processing

Commits added to the branch:

  8fa7bed... e-web-view.js: Replace 'isEqualNode()' with '===' (*)
  163d56d... e-web-extension.c: Do not include webkitdom.h (*)
  40692a9... Fix a crash when changing Archive folder (*)
  8ef6338... Update Catalan translation (*)
  2e66c1a... e-web-view.js: Element::tagName is always in upper-case (*)
  18f6cdc... I#681 - Cannot type the date of a meeting (*)
  5179ce8... Update Catalan translation (*)
  a2e9d35... Update Catalan translation (*)
  375041b... Updated Spanish translation (*)
  7e9acfe... Calendar: Show only the last part of the timezone above the (*)
  ced1e32... Clear JSCContext exceptions after the call (*)
  fdee676... Update Catalan translation (*)
  9041845... Update Catalan translation (*)
  c92c435... I#696 - Copying event in calendar does not sustain duration (*)
  df922ef... Updated Spanish translation (*)
  d9b67c3... I#680 - Change how supported locales for composer attributi (*)
  d43dc87... I#702 - "Body contains" leaves the search term selected in  (*)
  b4fa5a7... ESimpleAsyncResult: Avoid thread scheduling race when finis (*)
  b0c9e4a... I#701 - ECompEditorEvent: Preset user timezone for all-day  (*)
  2a24f3f... Update Catalan translation (*)
  8f2c05c... Update Catalan translation (*)
  7411d44... I#709 - tnef-attachment: Add TNEF part as attachment on err (*)
  470d089... I#711 - "Select Today" goes to wrong date if month view is  (*)
  b5baaa2... NEWS update for 3.35.2 (*)
  d24a317... Post-release version bump (*)
  d7444a1... Update Catalan translation (*)
  dd4c570... I#719 - e-cal-dialogs: Set default responses for dialogs (*)
  c8cfb6e... Update Catalan translation (*)
  b8cf435... Remove former maintainer from the DOAP file (*)
  5b1612b... Update Chinese (Taiwan) translation (*)
  4888d91... Update Chinese (Taiwan) translation (*)
  a4f2d8e... Update Catalan translation (*)
  44fbd35... I#729 - New Mail account wizard ignores email address chang (*)
  35bc893... I#681 - Cannot type the date of a meeting ][ (*)
  3861224... Update Chinese (China) translation (*)
  2cdfaa7... Update Catalan translation (*)
  c79c9bc... Update Catalan translation (*)
  bcf9d2b... Update Catalan translation (*)
  824c2b1... Update Swedish translation (*)
  c13ffef... Update Galician translation (*)
  c2dd35f... Update Galician translation (*)
  12bf6a3... Update Galician translation (*)
  f2e9bb3... Updated Spanish translation (*)
  2433aba... NEWS update for 3.35.3 (*)
  f3e3097... Post-release version bump (*)
  2f93bd1... Update Indonesian translation (*)
  b81547d... Update Brazilian Portuguese translation (*)
  4c9068f... I#745 - PST importer: Fix name of MIME multipart/alternativ (*)
  15e57f9... I#740 - 'open-map:' URI passed to browser (*)
  fd427fc... ESourceConfig: Use a new ESourceCollection::allow-sources-r (*)
  085f55c... EMFolderTreeModel: Let load folder structure on demand (*)
  8e8f0b8... Update Esperanto translation (*)
  788bae9... Update Slovak translation (*)
  e0d02a2... I#749 - Reword text in Read Receipt message (*)
  2a3822f... Updated Spanish translation (*)
  eddfa12... I#752 - Incorrect time shown in Reply credits for Australia (*)
  14bfff8... Update Indonesian translation (*)
  6eca898... eds-I#154 - Replace deprecated gdk_beep() usage in the code (*)
  eb00f94... mail_config_provider_page_add_checkspin: Correct mnemonic w (*)
  52de0f9... Emoticon: Replace Unicode variant for face-smile and face-s (*)
  b9671bb... help: Update link to Bug Writing Guidelines (*)
  c17da05... help: Remove obsolete TODO comment (*)
  f80286c... help: Use a proper list of steps for all plugin related ins (*)
  ef2b423... help: Add note to all plugin instructions if plugin not ava (*)
  4ff78d5... Update Chinese (Taiwan) translation (*)
  f35dfd7... bbdb_merge_buddy_to_contact: Use provided new() function an (*)
  63affb0... Change how EColorCombo palettes are created (*)
  0f0fd76... Prefer GSlice over heap allocation for short-lived structur (*)
  63ad987... Updated Spanish translation (*)
  25b785a... e-mail-parser: Guess inner data mime type after extract fro (*)
  f96c883... I#760 - ECompEditor: Typing end time messes up start time (*)
  a2ddfe3... Update Catalan translation (*)
  42dac9e... Update Friulian translation (*)
  9993d93... Update Malay translation (*)
  b4da8ca... Update Brazilian Portuguese translation (*)
  dce7312... Update Slovak translation (*)
  3b99b90... EFocusTracker: Correct Undo/Redo actions' update for EConte (*)
  814b116... Update Swedish translation (*)
  0daae20... I#767 - Support for WebP images / photos (*)
  97678c7... NEWS update for 3.35.90 (*)
  3a765f2... Post-release version bump (*)
  140d83e... Updated Lithuanian translation (*)
  67bb510... I#22 - Hide "Birthdays & Anniverseries" calendar from confl (*)
  ec5e81d... I#48 - Add 'Customize current view' into View->Current View (*)
  e51b228... e-table-config: Fix runtime warning when changing sort dire (*)
  485e6ab... I#340 - Hide explicit Send/Receive dialog by default (*)
  58d5766... I#312 - Allow change of magic-spacebar accelerators (*)
  891755e... I#312 - Allow change of magic-spacebar accelerators ][ (*)
  70a0988... Bug 224044 - Keys to open attachments (*)
  ee8a47b... I#734 - Calendar: Option to start Month View with current w (*)
  a4dfdc4... Updated Spanish translation (*)
  aaf9798... Remove App menu (*)
  123ccad... Update Swedish translation (*)
  6e9e2ae... Update Brazilian Portuguese translation (*)
  3182b6f... Update Turkish translation (*)
  a0a0d03... help: Clarify checkbox behavior for Mail Send Account Overr (*)
  53e24e1... Update British English translation (*)
  06dca1b... Updated Spanish translation (*)
  4dad3e4... I#695 - Option to unset colors provided in HTML mails for p (*)
  5186fe4... Updated Spanish translation (*)
  6489f20... I#784 - Warn about and limit what can be attached using mai (*)
  b1a6dbd... Update Turkish translation (*)
  c5e205e... Update Turkish translation (*)
  2fa70ef... Updated Spanish translation (*)
  967c134... Update Brazilian Portuguese translation (*)
  39a64cd... Updated Danish translation (*)
  e89efa9... NEWS update for 3.35.91 (*)
  aa0cbfd... Post-release version bump (*)
  35a19c9... I#788 - ENameSelectorList: Disable shortcut to show its pop (*)
  ae28748... Update Esperanto translation (*)
  2ec4155... Update Galician translation (*)
  f5afbf5... Update Basque translation (*)
  28fadf1... Updated Lithuanian translation (*)
  5082a20... Update Hungarian translation (*)
  080c1a0... I#790 - Automatic contacts: Do not modify contacts with the (*)
  beffa62... I#276 - Runtime warning when resizing table column (*)
  50d8acd... I#363 - Change minimum width limit for the mail sidebar (*)
  24c187c... Update German translation (*)
  360ca9f... I#598 - EShellSwitcher: Runtime warnings about negative con (*)
  170f7b2... I#590 - Redirect should not modify message headers (*)
  5ace714... Update Chinese (Taiwan) translation (*)
  d19d280... I#791 - GOA configured Mail accounts don't auto-refresh by  (*)
  72ca126... I#673 - Allow deselect of the Archive folder (*)
  b6c973f... I#599 - Calendar List view changes selected day (*)
  1cc09e8... I#668 - EWebDAVConfigLookup: Try also without username/pass (*)
  fd7edcb... I#792 - Composer: Some shortcuts depend on the current keyb (*)
  dfc1a82... help: Add a page about printing limitations in Flatpak vers (*)
  92e63a8... help: Cover potential problems for automatical import from  (*)
  d177fa2... help: Cover how to debug missing applications to open attac (*)
  33b0a9a... help: Cover how to close the separate window after message  (*)
  67cb06f... Update Persian translation (*)
  2fc34c3... Update French translation (*)
  1812f83... Update Persian translation (*)
  8c45d8f... Update Indonesian translation (*)
  b127093... Updated Danish translation (*)
  4a3cd04... I#800 - Composer: Position window in the center of the scre (*)
  0b1fb2a... help: Rename printing-in-flatpak to flatpak-limitations (*)
  e4a568a... help: Document more Flatpak limitations (*)
  7ff6fd6... Update British English translation (*)
  c4d53c3... I#806 - Mail: Preserve folder tree expand state in a new wi (*)
  ba00474... I#798 - contact-editor: Enable wrapping in the Notes text v (*)
  49d86d7... I#810 - List View: Use uniform row height in Calendar and C (*)
  72bbe7f... help: Explicitly cover that you can set notifications per m (*)
  185962a... I#799 - EAlertBar: Text part doesn't work well for long tex (*)
  c99f8d2... I#813 - Improve styling of cited text in HTML mails (*)
  7dff633... Update Friulian translation (*)
  ec4ab76... Update Korean translation (*)
  66b9c82... e-gtkemojichooser: Mark translatable messages with their ow (*)
  aad3330... NEWS update for 3.35.92 (*)
  c9a7f30... Post-release version bump (*)
  cce61a8... Update Brazilian Portuguese translation (*)
  7347a34... help: Remove "New mail notification" GNOME desktop screensh (*)
  1ce8757... Update Friulian translation (*)
  b4a6af3... Update Turkish translation (*)
  8caede0... Update Catalan translation (*)
  1387d41... Update Basque translation (*)
  c8aeaf1... Update Polish translation (*)
  9656026... Updated Slovenian translation (*)
  ef943a4... Update Punjabi translation (*)
  c22455e... Update Korean translation (*)
  8979ab9... Fix broken markup in Welsh UI translation (*)
  e540ec8... Fix broken markup in Dzongkha UI translation (*)
  89c4968... Fix broken markup in Finnish UI translation (*)
  fea8bb5... Updated Lithuanian translation (*)
  97e2c78... Update Hungarian translation (*)
  35ec2d0... Update German translation (*)
  b7fb203... Update Indonesian translation (*)
  e63304d... Update Swedish translation (*)
  5582d68... Update Czech translation (*)
  ec2a7c4... Updated Danish translation (*)
  bb77b30... Updated Spanish translation (*)
  bb7cba0... Updated Spanish translation (*)
  ad1dd84... Update French translation (*)
  e76b15d... Update Galician translation (*)
  b103620... Update Italian translation (*)
  5e59a7f... Updated Spanish translation (*)
  9da30c4... Update Norwegian Bokmål translation (*)
  5eb0771... NEWS update for 3.36.0 (*)
  2826371... Post-release version bump (*)
  a5eec0c... eds-I#165 - Add backend to access Nextcloud Notes (*)
  221a558... eds-I#195 - alarm-notify: Show more details of the selected (*)
  a338527... I#536 - Always show the date of an appointment received via (*)
  9f5699c... I#793 - Use libravatar instead of gravatar (*)
  feaf535... I#795 - Add signature position option to Alternative Reply (*)
  3a25aa0... I#799 - EAlertBar: Text part doesn't work well for long tex (*)
  148054c... M!45 - Typos in internal variable names (*)
  db2fe64... contact-editor: Cannot set custom full name Title/Suffix (*)
  5b8792c... EMailBrowser: Cannot type some letters in the search entry (*)
  a08523e... EMailBrowser: Escape key press closes window, instead of th (*)
  29b3cd2... ECompEditorPageReminders: Do not force custom description (*)
  2b7b2c6... EWebKitEditor: Prevent Replace-all to cycle indefinitely in (*)
  3cbf9b5... I#792 - Composer: Some shortcuts depend on the current keyb (*)
  95e06e7... Update Dutch translation (*)
  7e69117... Updated French help translation (*)
  f61cd2e... Update Croatian translation (*)
  5f6dc44... Update Croatian translation (*)
  fcf4a17... Update Romanian translation (*)
  a332c82... mail-send-recv.h: Remove leftover function definition witho (*)
  be27504... Bump libical version to 3.0.8 in Flatpak manifests (*)
  2dd35b3... Update Romanian translation (*)
  7e6f666... Update Croatian translation (*)
  521b678... Update Croatian translation (*)
  243dedd... EMailBrowser: Cannot be closed with Escape key press (*)
  832ebfa... Update Croatian translation (*)
  a10886b... I#799 - EAlertBar: Text part doesn't work well for long tex (*)
  cad8794... Add e-selection.js, to be used by the editor
  9a69476... e-selection.js: Cover some corner cases and replace compare
  806a758... Initial try with e-undo-redo.js
  6d216b1... e-selection.js: Fix a typo, when restoring selection
  fa3c863... Miscellaneous basic changes around the webkit-editor extens
  733df03... Few initial changes, like to load .js files into the editor
  d28eee7... Implement EvoEditor::SetAlignment()
  69df180... A little bit code shuffling and a fix of EvoUndoRedo.before
  16d6549... e-undo-redo.js: Merge consecutive insertText undo records o
  e956b57... Implement EvoEditor.SetBlockFormat() and fix found bugs in 
  9132d27... e-editor.js: Notify about formatting changes when cursor mo
  5e3e04e... Selection misplaced after SetBlockFormat() with collapsed s
  9f9f97c... Implement EvoEditor.Indent()
  9759bf1... Add EvoEditor.InsertHTML() wrapper for "insertHTML" command
  306510e... Use more functions in EWebKitEditor from JSC
  1bcc8dd... Cover Undo/Redo when document body is completely empty, wit
  91aa3b7... e-editor.js: Change how the content is initialized
  ee0ea1a... Cleanup webkit-editor's web-extension (and break webkit-edi
  8830dab... e-undo-redo.js: Enhance recording of format changes and con
  22cb33d... e-editor.js: Change how indent is done
  1240efd... e-undo-redo.js: Extend stored data on deletion events
  f4dfe92... Let the internal tests use .js files from sources, not thos
  0afbc70... e-editor.js: Change bgColor style lookup
  88894d9... Change formatting style notification
  2c1f5b0... e-editor.js: Correct ordered list block format detection
  1f65d89... test-html-editor-units-utils.c: Do not depend on webkit-edi
  425cf8c... e-undo-redo.js: Enhance merge of insertText::WordDelim oper
  cc6dfbb... e-editor.js: Use the further node for style computation
  8d5d78e... Remember temporary style flags
  83d1015... Subscript and superscript are mutually exclusive formats
  f6352ad... Be able to flip between format modes
  77ed3bc... Make EContentEditor::get_content() ansynchronous function (
  2188169... Extend e-convert.js to cover paragraph formats and such, wi
  7fd3889... e-conver.js: Count only LI nodes in OL lists (could be brok
  cbc1bc3... Various preparations and fixes
  7fb357a... Implement and use EvoEditor.SetFontName()
  c6595e5... e-undo-redo.js: Modify selection before delete only when it
  4c3fc8b... e-undo-redo.js: Handle drag&drop inside of the WebView
  32930c8... Replace Monospace with Font Name for page and text selectio
  84cde53... Workaround WebKit bug 204622 (too aggressive FontName editi
  61cc4bd... e-html-editor: Sort supported fonts by name, not by type
  d7bc63b... Indent/Unindent in lists (UL/OL)
  a4a39c6... e-editor.js: Changes around SetBlockFormat() when lists (UL
  380f422... Cover more basic editor tests
  a9e7010... Add some tests for list (UL/LI) editing
  d610117... Partially implement magic-links
  2cd6b99... Add code to strip invalid URL characters from the magic-lin
  07bf6e5... Implement link dialog/editing
  28e10d7... Implement HRule dialog code and add related stuff for the e
  2ea4cba... Mostly table editing and some cleanups and removal of get_c
  c9fb4cd... Changes around current element mark and table changes
  dec05a1... Adapt h-rule tests
  c5f6c1b... Allow EvoUndoRedo.GroupTopRecords() only when undo/redo is 
  6770610... Cover spell checking dialog
  85359bd... Workaround WebKitGTK+ bug
  66d04a5... Converted more functions to JSC API, enabled file:// URI lo
  79c5fbb... Be more strict with emoticon conversion to plain text
  ab4573d... Correct typo in property name
  a81882b... Various fixes, changes and preparation for InsertSignature(
  33793c6... Pre-code EvoEditor.InsertSignature() and (finish) EvoEditor
  144f34f... Replace e_content_editor_insert_image_from_mime_part() with
  d52c7fc... Remove some leftover artifacts of WebExtension D-Bus API, w
  be15c9b... Partially implement EvoEditor.WrapSelection()
  f730420... Add basic tests for paragraph wrapping and some fixes for s
  0b02739... EvoEditor.WrapSelection: Change where the cursor is placed 
  7e476f9... EvoEditor.wrapParagraph: Cover nested elements in the parag
  1c7364d... Implement EvoEditor.InsertContent()
  39cb236... EWebKitEditor: Change how the content is loaded
  8c19431... Correct and add tests for EvoConvert.ToPlainText() with quo
  d66d106... Correct selection restore after magicLink
  be0c141... Implement "Magic smileys"
  30237db... e-editor.js: Correct magic links
  4747a97... Fix and enhance /image/insert editor unit test
  f72bf40... Fix/adapt few HTML editor unit tests
  6fc2ce6... Plain text (not only) style changes
  e049405... Limit indent level to 10
  3d86e79... Bump devel-doc version from 3.36 to 3.38 for new APIs
  72c8b5f... Replace Selection::base/extent usage with Selection::anchor
  928c246... e-editor.js: Fix regression caught by /indent/typed unit te
  18d588d... test-html-editor-units: Adapt emoticon tests
  2f4eedc... EWebKitEditor: Prevent Replace-all to cycle indefinitely in
  ad7ce50... Cut/Copy/Paste actions not updated when selection changed
  e9f1b72... e-editor.js: Change file:// to evo-file:// on image insert
  c7c4b01... EWebKitEditor: Write JavaScript console messages to stdout 
  7305bbf... webkit_editor_style_updated_cb: Correct handling of theme c
  dfc7f49... e-editor.js: Set signature wrapper wrap width in Plain Text
  38b0b62... blockquote pre-post processing

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