Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
qrop
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
35
Issues
35
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
André Hoarau
qrop
Commits
0eb86651
Commit
0eb86651
authored
Dec 03, 2019
by
André Hoarau
🍆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update CHANGELOGS and fix last migration
parent
ceace0a3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
4 deletions
+19
-4
CHANGELOG.md
CHANGELOG.md
+3
-0
CHANGELOG_fr.md
CHANGELOG_fr.md
+4
-0
CMakeLists.txt
CMakeLists.txt
+1
-1
README.md
README.md
+9
-3
core/db/migrations/017.sql
core/db/migrations/017.sql
+2
-0
No files found.
CHANGELOG.md
View file @
0eb86651
...
...
@@ -4,10 +4,13 @@ All notable changes to this project will be documented in this file.
## Unreleased
## 0.4.1. - 2019-12-02
### Changed
-
*Settings*
− Use integer text field instead of spinbox (#149).
### Fixed
-
*Field map*
− Fix crashing bug when creating a brand new field map.
-
*Settings*
− Density switch is now available even if the user doesn't have
standard beds (#144).
-
*Plantings*
− Fix fullscreen displaying of the pictures linked to notes (#154).
...
...
CHANGELOG_fr.md
View file @
0eb86651
...
...
@@ -4,10 +4,14 @@ Tous les changements importants seront documentés dans ce fichier.
## Non publiés
## 0.4.1. - 2019-12-02
### Changements
-
*Paramètres*
− Champs entier à la place des boutons fléchés (#149).
### Corrections
-
*Parcellaire*
− Correction d'un bogue faisant crasher le programme lors de
la création d'un nouveau parcellaire.
-
*Paramètres*
− L'interrupteur « densité » est maitenant disponible même si
l'utilisateurice n'a pas de planches standardisées (#144).
-
*Plan de culture*
− Correction de l'affichage des images associées aux notes (#154).
...
...
CMakeLists.txt
View file @
0eb86651
...
...
@@ -8,7 +8,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set
(
QROP_VERSION_MAJOR 0
)
set
(
QROP_VERSION_MINOR 4
)
set
(
QROP_VERSION_MICRO
0
)
set
(
QROP_VERSION_MICRO
1
)
set
(
QROP_VERSION
"
${
QROP_VERSION_MAJOR
}
.
${
QROP_VERSION_MINOR
}
.
${
QROP_VERSION_MICRO
}
"
)
# Basic functions and other bundle stuffs for Mac and Windows
...
...
README.md
View file @
0eb86651
...
...
@@ -2,9 +2,9 @@
## Introduction
Qrop is a crop planning and record keeping free software designed by market
gardeners, for market gardeners, with the help of the wonderful French coop
[
L'Atelier paysan
](
https://latelierpaysan.org
)
.
[
Qrop
](
https://qrop.frama.io
)
is a crop planning and record keeping free
software designed by market gardeners, for market gardeners, with the help of
the wonderful French coop
[
L'Atelier paysan
](
https://latelierpaysan.org
)
.
Qrop is available on GNU/Linux, macOS and Windows.
...
...
@@ -105,6 +105,12 @@ See [AUTHORS](AUTHORS.md).
*
SQLite
*
🖤 and hectolitres of
[
zapatista coffee
](
https://en.wikipedia.org/wiki/Zapatista_coffee_cooperatives
)
## Donate
If you like our work, consider making a donation!
<script
src=
"https://liberapay.com/ah/widgets/button.js"
></script>
## License
...
...
core/db/migrations/017.sql
View file @
0eb86651
...
...
@@ -4,6 +4,8 @@
PRAGMA
foreign_keys
=
OFF
;
PRAGMA
legacy_alter_table
=
1
;
BEGIN
TRANSACTION
;
CREATE
VIEW
IF
NOT
EXISTS
crop_stat_view
AS
SELECT
crop_id
,
crop
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment