May 2007 Commit Log

Number of Commits:
49
Number of Active Developers:
1
antonello.regmas 2007-05-31 15:36 Rev.: 107

Changed few things on farmers, but still lot to do to load data according with the new input file.

6 lines of code changed in 3 files:

antonello.regmas 2007-05-31 15:36 Rev.: 106

Made order in the resources/objects/activities systems.
Checked and added resources from the AgriPoliS (Marche) input MIP.
Added "Pigs" object/activities.
TODO: calculate initial liquidity and deb according with the methodology described in the wiki and starting from real FADN data on the farms capital.

0 lines of code changed in 1 file:

antonello.regmas 2007-05-31 11:27 Rev.: 105

documentation: added note to hide STL relations between classes.

2 lines of code changed in 1 file:

antonello.regmas 2007-05-30 09:01 Rev.: 104

Deleted a couple of files/classes (LandSoilObjects.cpp/.h and InvestmentObjects.cpp/.h).

0 lines of code changed in 1 file:

antonello.regmas 2007-05-30 09:00 Rev.: 103

forgot to remove a pointer

1 lines of code changed in 1 file:

antonello.regmas 2007-05-30 08:58 Rev.: 102

Removed (for now) distinction between investment objects and land soil objects, as all are investments.

0 lines of code changed in 4 files:

antonello.regmas 2007-05-29 17:43 Rev.: 101

Updated the activities/objects/resources/plots subsystem.

128 lines of code changed in 6 files:

antonello.regmas 2007-05-28 12:58 Rev.: 100

deleted close.png

0 lines of code changed in 1 file:

antonello.regmas 2007-05-28 10:53 Rev.: 99

removed

0 lines of code changed in 2 files:

antonello.regmas 2007-05-28 10:53 Rev.: 98

partially updated to the tango icon set (better but still not complete)

0 lines of code changed in 8 files:

antonello.regmas 2007-05-27 19:47 Rev.: 97

updated to new icon sets

16 lines of code changed in 1 file:

antonello.regmas 2007-05-27 19:44 Rev.: 96

unused icons

0 lines of code changed in 11 files:

antonello.regmas 2007-05-27 19:27 Rev.: 95

don't bother any longer to exit if log is saved

1 lines of code changed in 1 file:

antonello.regmas 2007-05-27 19:24 Rev.: 94

changed icon set

10 lines of code changed in 1 file:

antonello.regmas 2007-05-27 19:22 Rev.: 93

Changed icons to primary-r3.
Consider also "tango", more modern but less icons.

0 lines of code changed in 12 files:

antonello.regmas 2007-05-25 16:53 Rev.: 92

Simplified the pointers

52 lines of code changed in 4 files:

antonello.regmas 2007-05-24 12:23 Rev.: 91

Ged rid of most compiling warnings.

61 lines of code changed in 8 files:

antonello.regmas 2007-05-24 12:06 Rev.: 90

Cleaning pointer structures.
Now all major pointers are in ThreadManager, and BaseRegmas own a pointer (MTHREAD) to ThreadManager.
Objects deriving from BaseRegmas so needs only one pointer to access the whole program structure.

144 lines of code changed in 30 files:

antonello.regmas 2007-05-23 17:14 Rev.: 89

Removed "type" in the layer proprieties in favour of a bool "isInteger".

5 lines of code changed in 1 file:

antonello.regmas 2007-05-23 17:10 Rev.: 88

Documentation for doxygen.

373 lines of code changed in 31 files:

antonello.regmas 2007-05-21 18:39 Rev.: 87

Documentation for doxygen.

206 lines of code changed in 9 files:

antonello.regmas 2007-05-21 15:49 Rev.: 86

This file is used for doxygen (actually now is disable) to obtain the number of the latest version.

6 lines of code changed in 1 file:

antonello.regmas 2007-05-21 15:45 Rev.: 85

Revised doxygen config file

19 lines of code changed in 1 file:

antonello.regmas 2007-05-21 15:44 Rev.: 84

Added documentation for the home page of doxygen.

8 lines of code changed in 1 file:

antonello.regmas 2007-05-18 16:44 Rev.: 82

map almost ended.
It can be updated from the model:
- totally (all in one go, usefull for init level)
- pixel by pixel

Just noticed that the stop model is not always working.. better adding also the other call that kill the thread immediatly.

155 lines of code changed in 11 files:

antonello.regmas 2007-05-17 11:28 Rev.: 81

Added DEV-C++ project file.
Before using this project file on windows:
- download and install Dev-C++ (it comes bunded with mingw)
- download qt-win-opensource-4.x.x-mingw.exe
- install it using as mingw directory those installed with Dev-C++
- compile the debug Qt librayes (Start->Programs->Qt->Qt 4.x.x (Build Debug Library)
- gonna have yourself a coffee ;-)
- start the Qt prompt (Start->Programs->Qt->Qt 4.x.x Command Prompt)
- type "cd <directory where you downloaded regmas>/regmas"
- type "qmake"
- type "qmake debug"
- now double click on the regmas.dev project to open it and play with it ;-)

599 lines of code changed in 1 file:

antonello.regmas 2007-05-16 17:32 Rev.: 80

Added nullData

0 lines of code changed in 1 file:

antonello.regmas 2007-05-16 17:32 Rev.: 79

- Assigned pixel data.
- API to change layer on the map
Problem: windows become very slow!!!

517 lines of code changed in 15 files:

antonello.regmas 2007-05-15 18:09 Rev.: 78

added doxygen autodocumentation

0 lines of code changed in 1 file:

antonello.regmas 2007-05-15 18:09 Rev.: 77

doxygen autodoc added

1260 lines of code changed in 2 files:

antonello.regmas 2007-05-15 17:29 Rev.: 76

corrected width

20 lines of code changed in 1 file:

antonello.regmas 2007-05-15 17:28 Rev.: 75

getItemsByName(...) do not generate a critical error any longer if no items are found.

2 lines of code changed in 2 files:

antonello.regmas 2007-05-15 17:27 Rev.: 74

Not used by the program, but usefull if need to use GRASS, as it contain geographical details about the region.

18 lines of code changed in 1 file:

antonello.regmas 2007-05-15 17:26 Rev.: 73

Removed as switched to GRASS/ARC ASCII formats.

0 lines of code changed in 1 file:

antonello.regmas 2007-05-15 17:25 Rev.: 72

Added a multi-layer framework. Still to do the data loading.

524 lines of code changed in 10 files:

antonello.regmas 2007-05-15 10:01 Rev.: 71

adjusted on real 100meters by pixel (removed distorsion)

312 lines of code changed in 2 files:

antonello.regmas 2007-05-15 09:45 Rev.: 70

Added the first original version of the admin borders dataset

312 lines of code changed in 1 file:

antonello.regmas 2007-05-14 18:17 Rev.: 69

WIP

90 lines of code changed in 3 files:

antonello.regmas 2007-05-14 16:58 Rev.: 68

adding basci map view

19 lines of code changed in 2 files:

antonello.regmas 2007-05-14 16:57 Rev.: 67

adding a basic map viewer

85 lines of code changed in 3 files:

antonello.regmas 2007-05-14 16:57 Rev.: 66

added starting map file as image

0 lines of code changed in 1 file:

antonello.regmas 2007-05-10 17:56 Rev.: 65

*** empty log message ***

2 lines of code changed in 1 file:

antonello.regmas 2007-05-10 17:53 Rev.: 64

Implemented recent files and cleaned the logArea when needed.

115 lines of code changed in 4 files:

antonello.regmas 2007-05-10 15:36 Rev.: 63

Implemented:
- open model file
- save output log
To do:
- recent files

272 lines of code changed in 7 files:

antonello.regmas 2007-05-08 17:47 Rev.: 62

small GUI modification

47 lines of code changed in 2 files:

antonello.regmas 2007-05-07 00:00 Rev.: 61

moved imgs under /src

0 lines of code changed in 22 files:

antonello.regmas 2007-05-07 00:00 Rev.: 60

ged rid of unused gdal library requirement

1 lines of code changed in 1 file:

antonello.regmas 2007-05-06 23:59 Rev.: 59

moved imgs under /src
minor GUI changes

152 lines of code changed in 4 files:

antonello.regmas 2007-05-06 23:58 Rev.: 58

gui minor changes

37 lines of code changed in 1 file:

April 2007 »

Generated by StatSVN 0.4.1