- 01 Agu, 2012 34 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ib619ffc06d580acb5dc5f21ad6d0a439569bee2a
-
Thomas Arnhold yazdı
Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d
-
Bjoern Michaelsen yazdı
Change-Id: I2bda0e3117fb70353c52d5998e7784b6123ab38e
-
Bjoern Michaelsen yazdı
* in some scenarios gcc (or ccache) generate relative paths * thus we need to concat the depfiles in the same makerun as the compiles * stiil not foolproof: - cd sw && make and abort with Ctrl-C - cd .. && make sw - now we have deps from mixed workdirs * in the end we should likely always cd to SRCDIR before all compiles Change-Id: I007da96f38ed2cfe403b692400f447764f6d6988
-
Bjoern Michaelsen yazdı
Change-Id: Ie8e8f0b42b05a7d99fc81ad3a57e661758c12533
-
Tor Lillqvist yazdı
Change-Id: I75e195be6bcedc972bc7c820c8c8efb648c91526
-
Tor Lillqvist yazdı
Change-Id: I78c71b22816834c66c8283e3d85e357b7b8d2836
-
Noel Power yazdı
Change-Id: I1563dc2afc49c7b1115192db00fbd08a7524154e
-
Noel Power yazdı
This reverts commit 2bc2d09b.
-
Noel Power yazdı
This reverts commit a1345cd9.
-
Stephan Bergmann yazdı
Change-Id: Ie6fbcb1a11f47b54d3c697716b03f9891a1dea49
-
Norah Abanimy yazdı
Change-Id: I9086f6129f61afba6b7d0317248756cde34f075b
-
Caolán McNamara yazdı
Change-Id: I5bd75e73f2584364bbb749767529efc75aff3d15
-
Change-Id: If7c4162a49a7c7b612b6f480f6fbba75727ae1df
-
Ivan Timofeev yazdı
Change-Id: I32d88e5206a96b316f29cf4ede04a6ac951d86d5
-
Ivan Timofeev yazdı
remove extending of pixmapRect in the nPart == PART_WINDOW branch and simplify code, since rControlRectangle, pixmapRect and widgetRect are the same. Change-Id: I253851fad558e525cd533bb3576a9bba82187e53
-
Michael Stahl yazdı
This reverts commit 3e3acee7. It was a nice idea, but C++ is not yet ready for it; with the travesty of parametric polymorphism in C++ the find_unique inside the definition of find_unique actually refers to find_unique<Value, Compare>, so there is no way to actually refer to template<Value, Compare> find_unique inside its definition. Thanks to Luboš Luňák for explaining the problem to me. Somehow this does work in GCC 4.7 even with -std=c++98, likely by accident.
-
Caolán McNamara yazdı
Change-Id: I839edf8d0e941f78f6f6f9e6a9117f76587a5f39
-
Caolán McNamara yazdı
Change-Id: Ib8696dad1905cbcd12d6c3dd42720eea3f883c6f
-
Cédric Bosdonnat yazdı
To get footnotes sorted properly one need to: * actually use the comparator class * compare on the offsets value (and not there pointers) Change-Id: Ie86802c7a92602bfbb4d2a603afe06f621e392a3
-
Eike Rathke yazdı
8cd05e9c changed from using String to OUString. ScCsvGrid::ImplSetTextLineFix() attempted to copy excess characters (always CSV_MAXSTRLEN if greater than field width) where String::Copy() silently ignored the excess length but OUString::copy() may result in invalid memory accesses and asserts in dbgutil build. Change-Id: Ic9f7f38d6f2bbd770d6356e1304de8e39c09e30b
-
Michael Stahl yazdı
Enforces same type parameters for sorted_vector and Find, and makes it easier to use. Change-Id: Ide456a48f015cb0a9dea7a0bf2bcf2ccad527fd1
-
Michael Stahl yazdı
This reverts commit 51e3df40. The fix was correct at the time it was done, but unfortunately now it conflicts with 89f08dce, which fixes the same problem by changing the definition of DFF_ANIM_PROPERTY_ID_COUNT.
-
Luboš Luňák yazdı
Change-Id: I6f473c246408684c5d952a2161645e4fe76873ea
-
Jean-Baptiste FAURE yazdı
add more room in several fields: usefull for FR translation reorder the code by levels/lines in the dialog Change-Id: I2c4cbaf926ade87b35a5900ab5461477e0157822
-
Luboš Luňák yazdı
Change-Id: I73263a74d7b9bbf4a99e86773854e69f747e19d5
-
Miklos Vajna yazdı
Change-Id: I27811a6e35cd07dd117831eb9dee177c54f9ff50
-
Miklos Vajna yazdı
Change-Id: I566448db441eaa324cf619630a2e87cb8cbaeb99
-
Miklos Vajna yazdı
If there is no default value, but there is a current one, export that instead. Change-Id: I01af5cfa641b061b0aeb959e579bca66340781e9
-
Miklos Vajna yazdı
regression from 5609c512 Change-Id: I5f3ce73943b2805b7de1ae41699e605af9086b15
-
Tor Lillqvist yazdı
Change-Id: Ibd02466bac2120fe9f378f564c44524bd902c009
-
Tor Lillqvist yazdı
Still present in the framework in 10.8, so this code will continue to link and work, one hopes... But this really is a sad "solution". Change-Id: I2571185f412e7252887bab3e0ae02c72cd756677
-
Tor Lillqvist yazdı
Change-Id: I22c94844eb109f9ab81a434692272d2c392c2202
-
Takeshi Abe yazdı
Change-Id: I82157e89d04eda35525c5a540504e6a8d18bc86c
-
- 31 Tem, 2012 6 kayıt (commit)
-
-
Fridrich Štrba yazdı
Change-Id: I9992dba75903fea3d31be73de69e49f439df3a41
-
Michael Stahl yazdı
Change-Id: I1455d380cbb8b096255a0d3cb402ff0dc4d35996
-
Michael Stahl yazdı
Change-Id: Idc56569da52554a5478fc23548b8d3395648a2bf
-
Takeshi Abe yazdı
this partially reverted 619ea0c6 in order to retain a hack for non-black background color Change-Id: I89d89cedb5e27e2a05b1ecc13569e4899d1743d2
-
Tor Lillqvist yazdı
Change-Id: I6a1b0ee2e7e012080774d29ea6ea5db5e9229d82
-
Michael Stahl yazdı
Change-Id: I3eeb257092a76744482ebd2d0eccaa29ead8a644
-