-
Notifications
You must be signed in to change notification settings - Fork 650
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
Master Slide & Layout Slides #161
Commits on Aug 28, 2017
-
When
pptx.userProperLayoutMaster
called, XML of a master file and l……ayout files can be passed to the presentation. Otherwise, works as originally.
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 792d259 - Browse repository at this point
Copy the full SHA 792d259View commit details -
Michal Kacerovsky committed
Aug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for dca1a88 - Browse repository at this point
Copy the full SHA dca1a88View commit details -
Working draft: Layout (that includes text only) can be crated by the …
…same definition as original "masters".
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 82851d9 - Browse repository at this point
Copy the full SHA 82851d9View commit details -
Layout is fully generated by JSON definition object but still not dyn…
…amically added to master slide. Shape support added.
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for d4dcc24 - Browse repository at this point
Copy the full SHA d4dcc24View commit details -
Image support added. Only single layout works properly. Plus, a lo to…
…f duplicated code /slide vs layout slide)
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 1747a42 - Browse repository at this point
Copy the full SHA 1747a42View commit details -
slideNumber support in layouts
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for b397694 - Browse repository at this point
Copy the full SHA b397694View commit details -
Michal Kacerovsky committed
Aug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for cacfed3 - Browse repository at this point
Copy the full SHA cacfed3View commit details -
Generating text definition object moved to a seperate function.
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 1788958 - Browse repository at this point
Copy the full SHA 1788958View commit details -
Generating shape definition moved to a separated function.
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for f18785a - Browse repository at this point
Copy the full SHA f18785aView commit details -
More unification for shapes and texts.
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 7d42cb4 - Browse repository at this point
Copy the full SHA 7d42cb4View commit details -
Generating images moved to a separate function.
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for d939e33 - Browse repository at this point
Copy the full SHA d939e33View commit details -
Generating charts moved to a separate function + generation relations…
… fixed.
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for f6092c8 - Browse repository at this point
Copy the full SHA f6092c8View commit details -
Generating background definition added to a separate function.
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 816f3a3 - Browse repository at this point
Copy the full SHA 816f3a3View commit details -
Creating a layout generalized and move to a separate function.
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for ea3f13f - Browse repository at this point
Copy the full SHA ea3f13fView commit details -
* Dynamic relations come first (images/charts), then standard non-ref…
…errenced relations are added (layouts, masters, themes) + Master slide is generated by JSON
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for c71a74c - Browse repository at this point
Copy the full SHA c71a74cView commit details -
Charts suppoerted in master slide.
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 56223c0 - Browse repository at this point
Copy the full SHA 56223c0View commit details -
Michal Kacerovsky committed
Aug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for c0ab398 - Browse repository at this point
Copy the full SHA c0ab398View commit details -
Michal Kacerovsky committed
Aug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 17647cf - Browse repository at this point
Copy the full SHA 17647cfView commit details -
Multiple calling doExportPresentation fixed.
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 49db20e - Browse repository at this point
Copy the full SHA 49db20eView commit details -
Chatty object creating changes to a single assignment. $.each -> array.forEach Refactoring nomenclature Conditions on gObjPptx.masterSlide removed (always defined, but empty by default)
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for fe75783 - Browse repository at this point
Copy the full SHA fe75783View commit details -
Useless code removed from addLayoutSlide,
createSlideObject
used in……stead
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for ee3cec9 - Browse repository at this point
Copy the full SHA ee3cec9View commit details -
Layout mapping removed, layout name is a part of slide object.
When no layout specified, empty used.
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 390de26 - Browse repository at this point
Copy the full SHA 390de26View commit details -
Michal Kacerovsky committed
Aug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 315a7a9 - Browse repository at this point
Copy the full SHA 315a7a9View commit details -
Michal Kacerovsky committed
Aug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 38bef52 - Browse repository at this point
Copy the full SHA 38bef52View commit details -
Scheme colors support added to parts where was missing.
Michal Kacerovsky committedAug 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 65a0cca - Browse repository at this point
Copy the full SHA 65a0ccaView commit details
Commits on Aug 30, 2017
-
Factory method exported. Using proper layout and master turned on by …
…constructor arg.
Michal Kacerovsky committedAug 30, 2017 Configuration menu - View commit details
-
Copy full SHA for c4ae8da - Browse repository at this point
Copy the full SHA c4ae8daView commit details -
Readme update, original method removed.
Michal Kacerovsky committedAug 30, 2017 Configuration menu - View commit details
-
Copy full SHA for a5214c8 - Browse repository at this point
Copy the full SHA a5214c8View commit details