- 01 Agu, 2012 13 kayıt (commit)
-
-
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 27 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
-
Michael Stahl yazdı
Change-Id: Ie89a34c9dd8c71f25102cfb6f304c32fed99b4a8
-
Michael Stahl yazdı
Change-Id: Ia52f23a4bdad60a89c70e47089a82ef5dbd8dfda
-
Michael Stahl yazdı
It appears that the operator== for SwPosFlyFrm always returns false, so cf0e08c6 changed the semantics; use std::mulitset to fix it. Change-Id: Ib7a8ebe56e146d21c265e60ad68c6b4a319dfe98
-
Michael Stahl yazdı
It appears that the operator== for SwContent always returns false, so 81181891 changed the semantics; use o3tl::find_partialorder_ptrequals to fix it. Change-Id: Ib4f040f03a9eaeec9a2973f5a93a22a387232017
-
Michael Stahl yazdı
It appears that the operator== for SwHTMLPosFlyFrm always returns false, so fbabbcef changed the semantics; use o3tl::find_partialorder_ptrequals to fix it. Change-Id: I43797d62eb95a6c5012dd486fab98a0a8b88b768
-
Michael Stahl yazdı
It appears that the operator== for SwRedline does pointer equality check, so ddd84d08 changed the semantics; use o3tl::find_partialorder_ptrequals to fix it. Change-Id: I8d4a13da9543ef8a7f6e38c05eef3a2c9918e421
-
Michael Stahl yazdı
Change-Id: I37dd291aaa229493141fbb8b426488e8e4427185
-
Michael Stahl yazdı
Change-Id: I16f416cb63221860ff743ce2e2291af99cd19de2
-
Michael Stahl yazdı
- use o3tl::find_partialorder_ptrequals to allow multiple hints on same position - GetPos must not dereference its argument - unused IsEquals Change-Id: I274203be96ff90d1e9a46bab17fd00355514a4fa
-
Noel Grandin yazdı
Change-Id: I74696094ef066687582bd961d61a4877673016fd
-
Michael Stahl yazdı
The Find parameter allows to implement sorted_vector that uses the obvious std::less-like semantics, and also allows for a different semantics where the array is sorted like std::less but duplicate values (according to std::less) are allowed except if they're actually the same object (pointer equality). Change-Id: Id54871c336ddbc2d0a2272bcc81c56914943b449
-
Michael Stahl yazdı
Change-Id: Idf3031a0a39d9154ba2894684ea51125553776b3
-
Rafael Dominguez yazdı
Change-Id: Ic7a2274b36719eeb979218b3dd54f19488f114dc
-
Rafael Dominguez yazdı
Change-Id: Ib8205631a3c49b3ef4a942fa32a4b08ad9d4cb23
-
Rafael Dominguez yazdı
Change-Id: Iab1bd0dbe28403a6063a681f11c282b7f15ce7b6
-
Tomaž Vajngerl yazdı
Change-Id: I7a32e8d7c21c1e87e1acab9020f9ecbb7e441f2c
-
Bjoern Michaelsen yazdı
resubmit creates a new Change-Id for the current change and thus allow to submit changes for review on release branches that were already reviewed on master. Also hint advanced users to 'git review' which requires some more setup, but should make things easier for regular users. Getting this functionality into 'git review' would be likely help adoption too -- and in python there is some sane errorchecking possible. Change-Id: Ibea6bbfe747af160728b838c6ee236fd8f89671d
-
Bjoern Michaelsen yazdı
* make concat-deps use absolute paths whereever possible * collapse /../ _after_ making the path absolute otherwise it will break for relative paths starting with ../ * substitude SRCDIR variable, so trees can be moved * this fixes subsequentcheck as it does run gbuild from a different work directory in a few non-tail_build modules, which are then complaining about missing/unresolvable deps * this should fix troubles from module rebuild as relative paths were different between tail_build and the module dir Change-Id: I5a25e1f55bdc2b475df2af04b711fd808d95cdaf
-
Caolán McNamara yazdı
Change-Id: Ic74476797edbb08ed6721ea9a7d23b0dd042b4ce
-
Caolán McNamara yazdı
Change-Id: Ic52986c15de0051321d710e9c26d26786302a196
-
Caolán McNamara yazdı
Change-Id: Id5bee1f5120afb6efb60245a4606a4a15bb6db79
-