Tor Lillqvist
3fef59ce0b
WaE: unused private fields
...
I don't know if the fields in question are going to be used later or
just leftovers, so even if I strongly suspect the latter, I put them
in #if 0.
Change-Id: Ia40354e653b1827ec046f32e21165db4ac7bc78e
2014-04-29 12:49:11 +03:00
Tor Lillqvist
aea15180a8
We don't sniff glu
...
Change-Id: I4d293bb74c9dcb4f9a7ebd4946476cf06ef783d9
2014-04-29 08:31:41 +03:00
Tor Lillqvist
31b0eb6443
Use OpenGLHelper::GLErrorString()
...
Change-Id: I45f627b20c4cfdd3048d7b1716af882ddd0d82b9
2014-04-29 08:28:54 +03:00
Tor Lillqvist
20fc0ed8fa
Build libchartopengl for all platforms
...
That doesn't mean it would need to be used on iOS or Android, if we
don't need/want to.
Change-Id: Ia6ac6f32cac3f6958f5ec240ec4be369474edfb8
2014-04-29 08:25:38 +03:00
Tor Lillqvist
79f7c05d9e
glu is not available on OpenGL ES
...
Change-Id: If0a60c2b88953540aebf46e53f5488456c2d1e06
2014-04-29 08:15:35 +03:00
Tor Lillqvist
b8ec9371ad
WaE: array index 2 is past the end of the array (which contains 2 elements)
...
I assume index 1 was intended here.
Change-Id: Ib360b4d37bc342adadc11186810db77ceee91d4e
2014-04-29 08:10:38 +03:00
Markus Mohrhard
b6086aa6b6
disable until I can test build on windows myself
2014-04-29 02:26:15 +02:00
Markus Mohrhard
f6b2b84324
make the new 3D OpenGL chart renderer compile
...
still a lot of work needs to be done.
Change-Id: I427d1a3ada15d2c9a480bb8e57940af6aef04f2f
2014-04-29 02:15:45 +02:00
Markus Mohrhard
ea45852d7a
move all the 3D rendering code into an own class
...
Change-Id: Ibb4bb18ccfbd0112b7778147b423fa2506c5fabe
2014-04-29 02:15:44 +02:00
Markus Mohrhard
769a268f30
remove unused member variables
...
Change-Id: I4dc97659a3a5dc18e70d3daf1fc5b7894c0aa079
2014-04-29 02:15:44 +02:00
Markus Mohrhard
d48f90dd6e
make the chart patch warning free and more clean-up
...
Change-Id: I26ed3e89a77e4dcb68edea02e89fcc18197f2878
2014-04-29 02:15:44 +02:00
xukai liu
852d812faa
add algorithm of corner generated information
...
Including a number of Linux build fixes by Markus Mohrhard.
Change-Id: I8a019351f7dd7d48977ff10d5eb3535c2ddb9034
2014-04-29 02:15:43 +02:00
Sourav
a211c75400
fdo77216-Charts-Scattered chart: Chart gets distorted on RT
...
In case there is some text entered in place of X coordinates for scatter chart
then x coordinates should be taken as 1,2,3....
MS Word does the same thing
Change-Id: I1db0fd64c6ac0f4d5e77a9676812f5e26577ecf6
Reviewed-on: https://gerrit.libreoffice.org/9011
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
2014-04-28 09:51:00 +00:00
Zolnai Tamás
99a034f914
OpenGLHelper: extract BGRA buffer -> BitmepEx conversion
...
Change-Id: I71edb2768d24f0c6686a9c94333447a5acc498b4
2014-04-27 20:27:59 +02:00
Caolán McNamara
0a861a50b6
error C2872: ´chart´ : ambiguous symbol
...
Change-Id: Ic6d8366b2754c7f626552d66821d40319910559c
2014-04-25 19:15:30 +01:00
Markus Mohrhard
96c66da23a
fix comment about ChartView::dump
2014-04-25 20:07:31 +02:00
Markus Mohrhard
3b2ec44912
the chart root shape has to be at the bottom, fdo#74333, cp#1000057
...
Change-Id: Ic99fec987f290e94e4b45f4d193406daa2de4740
2014-04-25 20:03:48 +02:00
Markus Mohrhard
12ace5060d
dump also drawinglayer shapes that are externally added
...
Change-Id: I0a5ba2db0fa09193803442b5771a1d6b0475c2c8
2014-04-25 20:03:48 +02:00
Markus Mohrhard
a371f5de63
fix missing service factory during import, related fdo#74333, cp#1000057
...
Change-Id: I2cce561587d82b0434ef2d3e65e5d35b7ff99260
2014-04-25 20:02:21 +02:00
Tor Lillqvist
9a587bf74f
No need for XShape dumping (for unit testing) for non-desktop
...
We don't do unit testing when cross-compiling anyway. (And even if we
did, in some magic fashion, I don't think we would want
debugging/testing functionality like this dumping thing to be dragged
in into a production build of an app. It's not a huge amount of code,
but still.)
Change-Id: I12bc552b10452263572074aae865138ff30fbfc8
2014-04-25 20:15:04 +03:00
Miklos Vajna
38b9fe8269
chart2: use constructor feature for WizardDialog
...
Change-Id: Ifcaae6401f1ad5069248111b568a1cf5c033f5ab
2014-04-25 10:51:25 +02:00
Miklos Vajna
f7731b7301
chart2: use constructor feature for ShapeToolbarController
...
Change-Id: Ic0a9dc23ddfde00cbb2bfa7cf3983ff0c6276654
2014-04-25 10:51:25 +02:00
Miklos Vajna
50634a20d3
chart2: use constructor feature for ChartTypeDialog
...
Change-Id: I5efc89d8d0139216c1ae92aa692704f9f58915ca
2014-04-25 10:51:25 +02:00
Miklos Vajna
167cd68084
chart2: use constructor feature for ChartFrameLoader
...
Change-Id: Ibbbd41a30cd240250720aac7b45d0a394be5230b
2014-04-25 10:51:25 +02:00
Miklos Vajna
b038c4ecdc
chart2: use constructor feature for ChartDocumentWrapper
...
Change-Id: I5b99d64be17a0e7d3c1bb630e1f35afe0eb62c81
2014-04-25 10:51:25 +02:00
Miklos Vajna
899c018a2f
chart2: use constructor feature for ChartController
...
Change-Id: Ie6c5c0e20ae2b2f38f176dee90c33e5baba100a5
2014-04-25 10:51:25 +02:00
Miklos Vajna
c1e8cd6f82
chart2: use constructor feature for ElementSelectorToolbarController
...
Change-Id: Iee99f1f86af4ed494dbbe33b31baeb707b7ed544
2014-04-24 22:03:37 +02:00
Thomas Arnhold
157b688cea
some more hrc cleanup
...
Change-Id: Ic1a99ef971168093835207dd084e50a4f02b5e5f
Reviewed-on: https://gerrit.libreoffice.org/9141
Reviewed-by: Thomas Arnhold <thomas@arnhold.org >
Tested-by: Thomas Arnhold <thomas@arnhold.org >
2014-04-23 18:08:24 +00:00
Thomas Arnhold
aba9d4ba8b
remove one more zero byte hrc
...
Change-Id: Ic97a7b07bd408bd8c629b4f93296fa6a43e83bb8
2014-04-22 13:14:39 +02:00
Thomas Arnhold
a30fc66dd2
remove unused hrc files
...
Change-Id: I7ce04c206250db40076bed699bee892bdfbf19b6
2014-04-22 13:03:19 +02:00
Thomas Arnhold
aa39d21107
clean up hrc files
...
Change-Id: I76756fe539589d2ab086fd1f1aeec50a9f39af37
2014-04-22 13:03:18 +02:00
Thomas Arnhold
97a5ba4a71
remove comments why a file gets included
...
also remove some commented out code
Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
2014-04-21 18:08:28 +02:00
Zolnai Tamás
8afabd3942
Extract code of BitmapEx -> RGBA buffer conversion to OpenGLHelper
...
Needed by gltf rendering.
Change-Id: I1aa974f3c515c5fb19a07b54ff655331138553cb
2014-04-18 18:53:22 +02:00
Tor Lillqvist
be862ff4f7
Try making it possible to use --disable-avmedia for desktop platforms too
...
Unfinished work in progress.
Change-Id: I978755d73630b8653b169a53f937c1332799e22e
2014-04-18 00:07:20 +03:00
Tor Lillqvist
95f4d0fed1
Try harder to bypass OpenGL 3D stuff on non-desktop for now
...
At least while the OpenGL chart feature is a work in progress, and
nobody is working on it for iOS or Android anyway.
Change-Id: I9de5c6647e6db42b330e593089e296aa9a346afb
2014-04-17 17:27:14 +03:00
Andras Timar
c79a5f87b1
remove executable bit
...
Change-Id: I91f6e861f6d0dbea1b57ac73857e0c706b27f681
2014-04-17 15:11:14 +02:00
Markus Mohrhard
4211ce7c62
add file
...
Change-Id: I45401846ae33e0b26e487093e60d90d128480c60
2014-04-17 09:30:40 +02:00
Markus Mohrhard
326f8dc37b
add test case for fdo#70609
...
Change-Id: I85ddd43f5c8e88c6f6bf19284b0822f8bbea1d44
2014-04-17 02:44:43 +02:00
Markus Mohrhard
b7ba33e4a0
fix non unique property handle
...
Change-Id: I110feee77ab65bc8f528e85cba7c74063937b086
2014-04-17 02:08:59 +02:00
Caolán McNamara
cd385f2480
coverity#1202945 Uninitialized scalar field
...
Change-Id: I282620ab4efc6da7eaed909c9c95910c63186970
2014-04-16 11:23:11 +01:00
Markus Mohrhard
279d23335e
it made even less sense to have the dependency to mdds here
...
Change-Id: Ia6f4557a26a32ee028eee04fa5babeef8ec3099e
2014-04-15 20:52:09 +02:00
Markus Mohrhard
168f26572a
remove some crap that should not have been pushed
...
Change-Id: I92b9aa565fc04fb095cedc2a89df468b2f568ea1
2014-04-15 20:40:49 +02:00
Markus Mohrhard
7c6d571e43
chartcore does not need mdds right now
...
Change-Id: I778d8e05b2c010916fc69c9316895ddc2ca9c725
2014-04-15 17:35:08 +02:00
Stephan Bergmann
50b450d754
Fully comment out commented-out test
...
Change-Id: I23b42998c72f190addb75a4b9e624f0c3c948f8f
2014-04-15 16:10:53 +02:00
Noel Grandin
329332ba52
chart2: sal_Bool->bool
...
Change-Id: I85751b4e636596ef88ef02bc958abdc6abf98427
2014-04-15 15:23:29 +02:00
Thomas Arnhold
618a0f8c03
whitespace for include statements
...
Change-Id: I76bd0ef07a2fa134e948724cecdf539ffe6ccb8a
2014-04-15 13:43:13 +02:00
Markus Mohrhard
2be4ee6672
don't try to init OpenGLRender in the constructor
...
wait until the context has been created and we can actually render
Change-Id: I841d64ae847a2fdc74954887d3a6fcfcd06fc6a3
2014-04-15 01:51:29 +02:00
Markus Mohrhard
34bd4798c5
remove the glew part in OpenGLRender.cxx
...
The glew init part is now in vcl"s OpenGLContext class.
Change-Id: I423e45cf7297df87cb8668b43f9243589b7e26ff
2014-04-15 01:51:28 +02:00
Markus Mohrhard
cd56c7bcf3
move some common OpenGL methods to vcl
...
Change-Id: Ic96487afce64bfb0c1dfcc03c088e5d6e1b34ad3
2014-04-15 01:51:28 +02:00
Markus Mohrhard
ce9f9de197
move the opengl headers to vcl/opengl for better separation
...
Change-Id: I1bdd0fe0d27674da69a61bd8b438f0c9b050a337
2014-04-15 01:51:28 +02:00