CuteFarm 2.1.0

Copyright (C) 2008-2012  Jan Vaillant (jvail_at_gmx_dot_de)

Licence
-------
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation version 3 of the License.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see http://www.gnu.org/licenses/.
    
Changes 2.1.0
------------- 
    + added custom area and nutrient units
    

Changes 2.0.2
------------- 
    ~ Qt 4.7.1 -> Qt 4.8.3 (fixes crash in win 7)
    
    
Changes 2.0.1
-------------
    ~ few minor fixes
    + Finnish translation (by Torsti Michael Schulz)
    + Turkish translation (by Onur Çelikörs)
    + (incomplete) Italian translation (by Eugenio Fasser)
    + Russian translation (by Grigorij Pilipenko)

Changes 2.0.0
-------------
    + Setup wizard (import data from another cutefarm db)
    + Soil testing action type
    + Crop use withdrawals / fertilizer humus withdrawal
    + Fertilizer / withdrawal balance
    + Query database schema
    + Connect fields with environmental programs
    + Access to actions context menu from all views
    
    ~ Improved action filter
    ~ Improved print dialog
    ~ Lot support is disabled by default
    ~ Moved translations and help to resource file
    ~ Default database path changed: It is the platform's default data storage location
    ~ Improved calendar view

    - SpatiaLite (removed all "geo" related stuff)
    - Crop mixture dialog

Translations
------------
    English   (GUI + Data)
    Finnish   (GUI)
    French    (GUI + Data)
    German    (GUI + Data)
    Polish    (GUI incomplete)
    Turkish   (GUI)
    Italian   (GUI incomplete)
    Russian   (GUI)

Icons
-----
    Tulliana 2.0 iconset by M.Umut Pulat
    Logo 'Ladybug' by Ganzio Design

Build with
----------
    Qt 4.7.1 (http://qt.nokia.com/)
    
Linux
-----
    Very easy now. Because SpatiaLite has been removed (though it is great).
    * Get qt-devel (4.7.1) from your repository
    * SQLite version must be >= 3.6.16 (should be the case anyway on most systems)
    * qmake
    * make
    * 'CuteFarm' binary in cutefarm/bin
    * If you need icons you'll find them in res/ico/lin
    
    Known problems:
    * on Ubuntu font sizes seems to be broken
    * crash with gtk+ style opening the print dialog
    * Calendar broken when year spinbox accessed with oxygen style
    
Mac
---
    Can confirm, that it builds and runs on mac.
    Though I have no means to build it myself.
    Please search for 'Mac+Qt'.
    
    From a macports.org user:
    
    Install Macports from http://macports.org
     
    Then, in a Terminal console run:
    sudo port install qt4-mac
     
    To build you may also need to install the qt4 developer package:
    sudo port install qt4-mac-devel
     
    Then run, in the Terminal still,
    qmake
    make
     
    The result will be a bin folder is created with the CuteFarm application inside.

 

