- 26 Agu, 2013 40 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: I6d025e7531880889d49170901776bd19c3adddd0
-
Marcos Paulo de Souza yazdı
Change-Id: Ibb2c27a75d8cbaf5177f392930cc9e6effa48d1d Reviewed-on: https://gerrit.libreoffice.org/5631Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Michael Stahl yazdı
Minimum requirement has been Java 1.5 for years now. Change-Id: Id512507db1fc12c92d8f7662505eda6866da2fc6
-
Michael Stahl yazdı
Change-Id: I598698948a3543f1c020cc4a4b8db8799eb314a5
-
Olivier Hallot yazdı
Search for defaults personas "footer.jpg" and "header.jpg" in a dedicated installation folder, under share/gallery/persona. Change-Id: Ie79513136c4330771b0dfaaf2d04bcd07f2d8b05 Reviewed-on: https://gerrit.libreoffice.org/5606Reviewed-by:
Jan Holesovsky <kendy@suse.cz> Tested-by:
Jan Holesovsky <kendy@suse.cz>
-
Stephan Bergmann yazdı
Change-Id: I367313b5cec1847c646f93a1cc4a6f0f69efc712
-
Noel Power yazdı
improved changed check behaviour, now check/unchecking a node not only affects children but ancestor nodes, cleaned up some of the code, renamed various methods Change-Id: If9f552ffe4c3610c259513020ee1d298cf1197bc
-
Noel Power yazdı
Attempt at trying to get more interopable behavior, imho the way dates are presented in the autofilter of the "other" well known spreadsheet application is very nice and intuitive. This attempt here is lacking in that a) for some reason I am not getting the node icons ( and subsequently can't sing le click anything to expand the nodes ) Only double clicking works to expand b) the 'check' behaviour is not quite right, e.g. as simple example is if all nodes of a particular date are unset then clicking the leaf node ( e.g. day ) wont set the ancestor nodes. Change-Id: Iaa89cac21fb18074ff64a984f099a35851c2fe3c
-
Stephan Bergmann yazdı
...and in general removed lots of cruft from that code. Change-Id: Ie673413d8abf5a8ec78c02f4abee2647bdf10a04
-
Michael Stahl yazdı
Change-Id: Ia03d4794a8d1fc2967946866a0d2975e5e52d6bb
-
Michael Stahl yazdı
Change-Id: Ib0e9ccb163d5132ca18142361f72376642915fcb
-
Troy Rollo yazdı
Change-Id: Ia0a34c8fa475f9dea609962997bce9169d9b8878
-
Fridrich Štrba yazdı
Somehow, under same circumstances, MSVC creates object code for 2 inlined functions. Nobody here uses them, so simply define them away so that there be no dupplicate symbols anymore. The symbols extents and indices come from boost::multi_array. (cherry picked from commit 5b734c8e) Change-Id: I7283ecff340d95f16bb3a8d0aae97e166fa5f0e4
-
Stephan Bergmann yazdı
Change-Id: I08ba8a9e84582a50a7893625139e43408be77278
-
Eike Rathke yazdı
Change-Id: I29cbd65d57b1c6cc26039c0f5472ecb9e669e6a7
-
Eike Rathke yazdı
Change-Id: I4557da1d51f563be93ed33bf7a2d1804a73ed07f
-
Eike Rathke yazdı
Change-Id: I3ba3a2074495d01f7877f449ed9b8723161fdd2f
-
Vishv Brahmbhatt yazdı
Making a small logical change,as per my code.Please let me know if some other logic can be used here.'Slide Layouts' did not work properly after previous commit, so pushing this change. Change-Id: Iefbb33503bf1c37bdb899181c58109fb904af6de
-
Thorsten Behrens yazdı
Also make unit test work again after Mac-app like path changes. Change-Id: I13eae20141650e1d1d826a794d1f19baaef5f561
-
Vishv Brahmbhatt yazdı
Have made changes to unit-test file of 'layoutlist.xml' as well. Change-Id: Ia4d85fd7935a935b77dfbb475a38a087520865b4
-
Vishv Brahmbhatt yazdı
Made appropriate changes to the position co-ordinates of layoutlist.xml.And now diff of 'vertical layouts' comes empty. Change-Id: Idd4ced9e7551dc95fd42e2a9767894fff121914d
-
Vishv Brahmbhatt yazdı
Few more entries are added to "objectlist.xml".Only last two magic numbers of "sdpage.cxx" are left to be handled.They are slightly different from rest of the entries. Change-Id: Ic1481606a360695dc57174e5e4037169f91bd611
-
Vishv Brahmbhatt yazdı
A small demo version of new XML file, to store the remaining of the 'magic numbers' left in the "sdpage.cxx". Change-Id: I2883782dbdfd5a68f707631faec2e7b1d62a00de
-
Vishv Brahmbhatt yazdı
The files were left to be deleted in the previous commit ,now deleting them. Change-Id: I1243e6383d3cd96dccf1a786e9b9fc840e46f0a7
-
Vishv Brahmbhatt yazdı
Deleting the "empty_directory" entries of "unittest/user/*" in 'Package_unittest.mk' and corresponding files from the "test/user-template/*" directory. Change-Id: Ia53a18bf7d55bfaba91f9bb8c2a15d3578e35e11
-
Vishv Brahmbhatt yazdı
Changed the name of attributes from "title-shape-relative-height" to "relative-height" & all others. Change-Id: I3010e8faf8a9bf347a7bec366449bbba77f0a69f
-
Vishv Brahmbhatt yazdı
The new vertical layouts and the old layouts works well on my maschine. Also the 'vertical writing' mode seems to be working perfectly for 'vertical layouts'. And removed the 'switch'case from the "sdpage.cxx". Change-Id: Ic9f6af68cdeb635f79e67b959f95ac0a79c119ca
-
Vishv Brahmbhatt yazdı
Added a new component of "unoxml/source/service/unoxml" in makefile of 'sd_uimpress'. Also few changes in "drawdoc.cxx".Please ignore the changes of unit-test XML file, it has to be deleted in subsequent commit. Change-Id: I50eb516444820c8037aebc8859a322116989d3bf
-
Vishv Brahmbhatt yazdı
The logical change seems to work perfectly,only few of the layouts involving 'vertical title' are left to be handled in the XML file.Also commenting out some of the code in the switch case for temporary reference.It will be deleted in the subsequent commit. Change-Id: I491e414dec3dbd01d8566f23ab31096daa7bbfa8
-
Vishv Brahmbhatt yazdı
Prettifying some of the code in "drawdoc.cxx".Also few changes related to static_cast is left to be discussed.It will be pushed in the next commit. Change-Id: I30e7550de4e8c40ba100dbe178f357763bee8ca4
-
Vishv Brahmbhatt yazdı
Deleting some of the unused methods.Also there is some "filter-test/unit-test" error associated with "drawdoc.cxx" methods. But the functionality is working as desired.This one for the quick reference.I am trying to remove those errors in next commit. Change-Id: I2d5507e1945c5d33f72df3b3ec14dc12ee420c16
-
Vishv Brahmbhatt yazdı
Few removal changes from "sdpage.cxx" some more are still to be done. Change-Id: I60e98ef54cb8e10a007820d83280a16c0407f97a
-
Vishv Brahmbhatt yazdı
This changes are pushed for quick reference as there are some more changes that are left to be done. Change-Id: I8c79fa7730dcab9250bebe6bd84f49a8664e338d
-
Vishv Brahmbhatt yazdı
Adding new methods to "SdDrawDocument" class to set the vector "layoutlist" from the constructor of "SdDrawDocument" and use it in "CalcAutoLayoutRectangles". Build got failed in-between,so authentication of it's working is left to be done. Change-Id: Ia614ab0e1d45022d770e61d27b0ae6c74dc71bf8
-
Thorsten Behrens yazdı
Change-Id: I522d4d950c3eed61a6e247557e48fbbf952e435e
-
Vishv Brahmbhatt yazdı
Converted some 'long' to 'int' and 'double' to 'sal_Int32'.So removed the long from the file. Also one of the changes for "readLayoutPropFromFile" will be removed soon. Change-Id: I4e88807908520439fa64f07808af9138c6556890
-
Vishv Brahmbhatt yazdı
Unit-test path is changed for the "effects.xml" and "transitions.xml" to avoid "unit-test" error. Change-Id: Ia871b16b9b9c1bec96fa3d208dc9171c287b020a
-
Vishv Brahmbhatt yazdı
New samples are added to "layoutlist.xml" and corresponding changes are made in the "sdpage.cxx". Few changes are still left to be made in the values,which will be done in the next commit. Change-Id: Ia388f416906f4416ec596ae4631a51940e6ccf93
-
Vishv Brahmbhatt yazdı
Have added a vector list of XNode to store the parse XML and referring it instead of XML eveytime. Need to make scope level changes for vector and parseXml() in the next commit. Change-Id: I2f270fc18058772fbf30a2a44e564c8290c316c4
-
Vishv Brahmbhatt yazdı
Changed the destination path of test-profile at "test/Package_unittest.mk". Change-Id: I24ae595af22c38141add0ab8446281c3ccc84707
-