-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge branch hotfix/v7.2.1 into master #3056
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
papacarlo
commented
Oct 20, 2022
- Fix insert image to cell editor
- Insert image to frame editors
- Revert "Fix insert image to cell editor"
- Fix name of methods for tests
- Fix open ole editor with images
- Fix insert images to ole editor
- Fix insert images to diagram editor
- Hide window with errors and loading images in general editor
- End long action "load images" if editor was closed before image was loaded
- Open frame with creating ole table
- Add images from ole table content to history for collaborative changes
- Add upload image from file dialog in frame editor
- Lock ole table with editing in right panel
- Fix check selected objects for spreadsheet editor
- Add history for ole size selection
- Add history for ole size selection by keys
- Draw visible area with select drawing objects
- Fix draw single chart on preview of ole object
- Remove unused type
- Fix save in single user mode after changing ole table
- Fix start upload image action when files in file dialog was selected
- Check available obj in show image file dialog
- Revert "Fix insert shapes from word to ole editor"
- Revert "Fix draw single chart for ole object preview"
- Revert "Block insert and change images in frame editor for 7.2.0"
- Revert "Fix lock object with editing ole object in right panel"
- Revert "Fix open images in frame editor"
- Add point to local history for visible area selection with move and resize
- [all] Fix licenseResult override
- For bug #58867
- Fix bug #59091
- [de] Improve function CheckAllRunContent
- fix bug 58867
- for bug 58867
- fix crash on inserting charts
- [bug] fix bug 59120
- Fix bug #59159
- Fix bug #59105
- [de] Fix duplicating fixed forms when saving to PDF
- For bug #58606
- Update module (changes in core)
- Feature/new input (Feature/new input #3021)
- Fix bug #58606
- refactoring: remove bExcel flag from senImgUrls; rename: c_oGatewayFrameGeneralInformationType -> c_oAscFrameDataType
- fix copying image from frame to main editor
- fix copying image from frame to main editor in pe
- [de] Add function for entering text from api
- [de] Add methods for plugins for accept/reject and move to next/previous revision change
- [de] Fix check on entering text
- enterText for pe and drawing objects in se
- remove bSkipStartEndAction flag
- Fix bug #58512
- [bug] Calling separate callback for each pathurl request
- Fix bug #59149
- [se] Fix bug 58112
- [bug] fix bug 59102
- Fix bug 59202
- [bug] fix bug 59212
- Fix bug #59205
- For bug #58901
- fix typo
- Fix/enter text (Fix/enter text #3025)
- Use enterText instead of keyDown/keyPress
- Add GetVisibleRegion method
- Fix visible region calculation
- Fix bug 59240
- For bug 52732
- Fix typo
- Fix bug 59243
- fix crash on opening
- Disable logs
- For bug #57928
- Fix build
- Fix embed worker creation
- Fix bug #57928
- Fix bug 59267
- Feature/event macros (Feature/event macros #3026)
- updated api descriptions for new macro event
- Refactoring embed worker
- Fix bug #59270
- Fix bug 59273
- Fix bug 59274
- Fix bug #59262
- Fix bug #59278
- [de] Turn off check for document modification when composite input in progress
- [de] Do not send events for clearing search if it is empty
- [all] Move xml serializers
- [se] Move constants
- [se] Move CT_Workbook/CT_Sheets/CT_Sheet/CT_PivotCache
- remove opening from xml
- [se] Move AutoFilter,FilterColumn,ColorFilter,DynamicFilter,Top10,CustomFilters,CustomFilter,Filters,CT_Filter,DateGroupItem toXml
- [bug] fix bug 59301
- [de] Check for format of a text form on the end of composite input
- fix bug 59308
- [de] Implement function to correct the text just entered
- Start use asc_correctEnterText instead of simple removeText
- fix the problem with creating CChangesDrawingsContent in base class
- [de] Add ability to correct entered text after composite input
- remove CreateFromParams and redefine methods used it in the derived classes of CChangesBaseContentChange
- Fix bug #59290
- Fix bug #59289
- Fix bug #59069 (Fix bug #59069 #3031)
- For bug #59278
- Fix bug 59327
- [de] Add simple tests for entering text
- Refacroting embed addon
- [se] Add confirmation dialog when maxChangesCount is reached
- [all] Move c_oAscConfirm to commonDefines.js
- [all] Fix api.checkChangesSize
- [de] Implement function to get the size of unsaved changes
- [all] Add checkChangesSize to FinalizeAction
- [se] Fix CHistory.GetLocalChangesSize
- fix copy paste from html
- Add checkChangesSize in pe
- [se] Fix FormulaTests.html test
- Clear text input value on focus with delay
- Fix bug #59345
- [pe] check userId and user name on writing comments additional data
- Fix bug with focus
- fix crash on click in paragraph
- fix crash on copying shape from smartart
- [feature] Add acknowledge to authChanges
- [se] Fixed problem with ApiBuilder method "ApiRange.GetText".
- Fix bug 59347
- added the CreateTextPr method to the CSE and CPE api docs (PE/Api/CreateTextPr #3037)
- [de] Add form key generator
- [de] Fix form key generator for radio buttons
- Fix bug #59364
- fixed for api docs (Api docs fixes #3040)
- Refactoring api.js correction (Refactoring api.js correction #3042)
- fix removing all modifiers after alpha
- Fix zoom in cells
- For bug #59377
- Fix bug #59364
- Fix bug #59373
- [de] Fix GetSpecificType function for sub forms
- Fix bug #59374
- Fix bug #59375
- [de] Add ability to get new key by form properties
- Fix bug #59378
- Fix bug 59393
- [bug] fix bug 59393
- [se] Fix bug 59417 ([se] Fix bug 59417 #3051)
- Fix bug 59414 (Fix bug 59414 #3053)
- added description for the InpurHelper class (Input helper description #3054)
This reverts commit befb1ee.
…into fix/image_insert_into_frame_editor
…into fix/image_insert_into_frame_editor
…into fix/image_insert_into_frame_editor
…into fix/image_insert_into_frame_editor
This reverts commit 6be7437.
This reverts commit 2c45a08.
This reverts commit ba94bb7.
This reverts commit d27aa90.
Also add a check for the new value of form key: trim the spaces and check for an empty key
Fix the problem with history points merging when entering text
Add new api function to get form keys by specified type
Don't combine text input and spaces into one undo/redo action
Fix the problem with cancel filling the form on form blur
Fix the problem with key of complex forms
Fix complex form filling problem for forms with same key
Fix the problem with printing form borders filled with placeholders
* [se] Fix bug 59417
(cherry picked from commit ef6e3a8)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.