Rodrigo Avancini

Results 48 issues of Rodrigo Avancini

All the problems on geojson seem associated with the data used on the tests due to their incorrect projections and the change about geojson projection #2335. Since terralib used to...

task

Maybe it is possible to add an icon on the upper left of the widget windows. ```cpp QIcon appIcon("icon.ico"); this->setWindowIcon(appIcon); ```

enhancement

TerraME provides a lot of libraries that can be useful for other software that uses terrame as 3rd party. For that, it is necessary terrame takes with it its 3rd...

new feature

Before that, it needs some investigations: 1. Starts on [What’s the best way to distribute a binary application for Linux?](http://stackoverflow.com/questions/1522990/what-s-the-best-way-to-distribute-a-binary-application-for-linux) 2. Review #414 to check if it is necessary. 3....

task

To reproduce the error uncomment the line 513 of qtluaref.hh (libqtlua) and uncomment lua_close (L) of terrameLua.cpp within the block: ``` if (!existWindows()) { //lua_close(L); app.exit(); return 0; } ```...

bug
Observer

Try to use the same configuration of Mac. Asssocieted #984

enhancement

Bundle `off` allows debug terrame in xcode and others facilities. Currently the Qt dependencies is linked with @rpath, with this, it becomes necessary to relink terrame to absolute paths of...

enhancement

sqldrivers Qt plugin creates unnecessary dependencies for TerraME. In new version (5.6 onward) of Qt there is a problem with libmysql when is used online or offline installer. For avoid...

task

Jenkins is not rendering the images as ubuntu desktop. According @raphaelrpl, jenkins is using Xvfb to run the tests of terrame, this command might have some limitation. Therefore, it need...

bug

For this task, it is necessary install and create all jenkins configuration in a clean OS. The purpose of it is to assess the documentation and to ensure the jenkins...

task