- 02 Agu, 2012 16 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: I9a7a4e596ffb14cdcb211ff0d905c66831d30708
-
Miklos Vajna yazdı
Change-Id: Ic6896f7c795d7d303bf7589a74afb937d4a8e8b5
-
Cédric Bosdonnat yazdı
+ hyperlink starting before a field and ending in its results isn't valid. + when footnotes have hyperlinks we need to add the proper XML namespace and output the relations to a different file. Change-Id: I1c6cb8acba21c35e10bb0497eeaf96bbd73730d1
-
Fridrich Štrba yazdı
Change-Id: I59186db4003564b0b9c202456b7fdf91eaa67751
-
Caolán McNamara yazdı
Change-Id: If6432543c194668075b5b0a821e4bad8d7dd4839
-
Caolán McNamara yazdı
This pItemDesruptList is pointless now. We're registering the delete-when-idle items in their ctor's and deregistering in their dtor's which get called from the idle callback. The idea of pItemDesruptList appears to be for use in deleting any items at exit time whose idle callback didn't get called already. Which was done by DeleteOnIdleItems which itself was removed a while ago because nothing was calling it (for years). Some experiments in making it a simple singleton and/or one that hooks off default component dispose or XDesktop dispose shows that its crash city, so lets just remove the unused stuff outright rather than trying to fight to get some 12+ year unused appendix used. Change-Id: Ie0256d6987cf89a2a12db297065af09674547b3e
-
Caolán McNamara yazdı
Change-Id: Ibd749a70a7bbe8c1023edf7bd144aa6547147a12
-
Caolán McNamara yazdı
Change-Id: I73eb612edaba21aa5bb07577b42bd31f8de2dd2a
-
Caolán McNamara yazdı
Change-Id: Ib62f0595c42bc4bd8f5c55c8d3de19e92dfe9698
-
Miklos Vajna yazdı
Change-Id: I468c295713fc34b64403a1c31f802820e6608b07
-
Miklos Vajna yazdı
Change-Id: I22cae445e5a75563e3c69ac890126292358b9749
-
Miklos Vajna yazdı
Change-Id: Ie005d0ae0ed6e2f055f03015162edaa10ed78897
-
Miklos Vajna yazdı
Change-Id: I8fe2b28f44ee61fc0f1438de3681fd86b16d29ae
-
Miklos Vajna yazdı
Change-Id: I36d574c5f7915d732c6c158fadb91b6032370a01
-
Stephan Bergmann yazdı
Change-Id: I8dd2d6f059b027122657e5000b95298e874e51e8
-
Takeshi Abe yazdı
Change-Id: Id2addfc6e0c4e0b30281c9f3d22ec0624a61dab1
-
- 01 Agu, 2012 24 kayıt (commit)
-
-
Michael Stahl yazdı
This reverts commit 23e5bb66. Does not work, see previous commit
-
Michael Stahl yazdı
This reverts commit b8f7cc3c. This does not work, because there is no dependency between the *Object .d files and the *Objects, and so the concat-deps races with the compiler writing the dep files. Introducing such a dependency would of course be reverting 8b5a984d
-
Bjoern Michaelsen yazdı
* this helps getting nonbroken deps if using some ccache/CCACHE_BASEDIR combos Change-Id: I401e55cc10b16aa5901348909237e97d05ab2761
-
Michael Stahl yazdı
A blacklist based approach doesn't seem easy since there are various different SDKs, MFC, ATL and whatnot each potentially with an own include path; so simply whitelist the known source and build dirs. Change-Id: I93b27bd0ffbd57237da2d23afa95dea7c0785774
-
Noel Power yazdı
Change-Id: I73eb612edaba21aa5bb07577b42bd31f8de2dd2a
-
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
-