BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Українська - Ukrainian
Oëzbekcha - Uzbek
Subversion Repositories
public iLand
(root)
/
src
/
fonstudio
/
lightroom.cpp
- Rev 1222
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
1222
3039d 17h
werner
/
public SVN
/tags/release_1.0
/branches/release_1.0
1221
3039d 17h
werner
/branches/
public SVN
/branches/release_1.0
/branches/version1.0
1220
3039d 17h
werner
/branches/version1.0/
Version 1.0
/branches/version1.0
1218
3039d 19h
werner
/
clean up repository - make 1.0 trunk again!
/trunk
/iland_regen
1217
3039d 19h
werner
/
clean up repository - make 1.0 trunk again!
/iland_regen
/branches/iland_regen
1104
3327d 23h
werner
/branches/iland_regen/
Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
/branches/iland_regen
779
4311d 18h
werner
/branches/port_qt5_64bit/
/branches/port_qt5_64bit
639
5055d 17h
werner
/
move current content to the "trunk"
/trunk/executable
/trunk/src
/executable
/src
404
5407d 01h
werner
/src/fonstudio/
added switch "aggregateMode" to Lightroom-xml file format to switch between sum and mean LIP creation.
/src/fonstudio/lightroom.cpp
/src/fonstudio/lightroom.h
/src/fonstudio/mainwindow.cpp
402
5411d 13h
werner
/src/fonstudio/
cleaned orientation for drawing hemi grids
corrected the orientation of the azimuth angle to translate well between the hemigrid and the lightroom reference grid.
/src/fonstudio/hemigrid.cpp
/src/fonstudio/hemigrid.h
/src/fonstudio/lightroom.cpp
400
5411d 21h
werner
/src/
changed the binary format of the LIP stamps (included a magic number, a version and a call to setVersion()). Changed the way of aggregating the "shadow" in the lightroom: now (again) the result value represents the mean "shadow" per meter below the 45° line.
/src/core/stamp.cpp
/src/core/stamp.h
/src/core/stampcontainer.cpp
/src/fonstudio/lightroom.cpp
/src/fonstudio/mainwindow.cpp
/src/fonstudio/mainwindow.h
/src/fonstudio/mainwindow.ui
/src/tools/helper.h
105
5675d 06h
Werner
/src/
several changes:
create multiple RessourceUnits as a grid
modified include-order for model.h and mainwindow.cpp
added clear() to Grid.
fixed bug in Grid::indexOf()
...
/src/core/modelcontroller.cpp
/src/core/modelcontroller.h
/src/core/exception.h
/src/core/grid.h
/src/core/model.cpp
/src/core/model.h
/src/core/ressourceunit.cpp
/src/core/ressourceunit.h
/src/core/tree.cpp
/src/core/tree.h
/src/fonstudio/fonstudio.pro
/src/fonstudio/lightroom.cpp
/src/fonstudio/mainwindow.cpp
/src/fonstudio/mainwindow.h
83
5678d 14h
Werner
/src/
new structure
/src/core/tree.cpp
/src/core/tree.h
/src/core/treespecies.cpp
/src/core/treespecies.h
/src/fonstudio/global.h
/src/fonstudio/res
/src/fonstudio/stable.h
/src/global.h
/src/res
/src/stable.h
/src/tree.cpp
/src/tree.h
/src/treespecies.cpp
/src/treespecies.h
/src/core/stamp.cpp
/src/core/stamp.h
/src/fonstudio/fonstudio.pro
/src/fonstudio/lightroom.cpp
/src/fonstudio/lightroom.h
/src/fonstudio/mainwindow.cpp
/src/fonstudio/mainwindow.h
82
5678d 14h
Werner
/src/
/src/fonstudio/fonstudio.pro
/src/fonstudio/imagestamp.cpp
/src/fonstudio/imagestamp.h
/src/fonstudio/lightroom.cpp
/src/fonstudio/lightroom.h
/src/fonstudio/main.cpp
/src/fonstudio/mainwindow.cpp
/src/fonstudio/mainwindow.h
/src/fonstudio/mainwindow.ui
/src/fonstudio/paintarea.cpp
/src/fonstudio/paintarea.h
/src/iland
/src/fonstudio.pro
/src/imagestamp.cpp
/src/imagestamp.h
/src/lightroom.cpp
/src/lightroom.h
/src/main.cpp
/src/mainwindow.cpp
/src/mainwindow.h
/src/mainwindow.ui
/src/paintarea.cpp
/src/paintarea.h
80
5678d 15h
Werner
/
change master structure
/src
/fonstudio
72
5690d 05h
Werner
/fonstudio/
removed the cycle.h (problem was that mere processor cycles are not very useful), and added good ol TTickTack (from Picus), but applying a wrapper-class so that including of windows.h is occurs only in ticktack.cpp.
added also a routine in mainwindow to emulate multiple executions of read/write cycles.
/fonstudio/tools/ticktack.cpp
/fonstudio/tools/ticktack.h
/fonstudio/tools/cycle.h
/fonstudio/fonstudio.pro
/fonstudio/lightroom.cpp
/fonstudio/mainwindow.cpp
/fonstudio/mainwindow.h
/fonstudio/mainwindow.ui
/fonstudio/tools/helper.cpp
/fonstudio/tools/helper.h
71
5690d 07h
Werner
/fonstudio/
added cycle.h from
http://www.fftw.org/cycle.h
(
http://labs.trolltech.com/blogs/2008/12/05/qtestlib-now-with-nice-graphs-pointing-upwards
). added cycle-counter to the DebugTimer-Helper class. changed elapsed() to elapsedMs().
/fonstudio/tools/cycle.h
/fonstudio/lightroom.cpp
/fonstudio/mainwindow.cpp
/fonstudio/tools/helper.cpp
/fonstudio/tools/helper.h
68
5692d 15h
Werner
/fonstudio/
removed the aligning of stamp height to straight pieces of the 45° line (introduced earlier).
The problem was, that this leads to "halos" as in reality stamps are not always applied exactly in the center of the height grid.
/fonstudio/lightroom.cpp
65
5720d 05h
Werner
/fonstudio/
fixed the reading of stamps
more fixes during loading of stamps
/fonstudio/core/stampcontainer.cpp
/fonstudio/core/stampcontainer.h
/fonstudio/inits/fon.xml
/fonstudio/lightroom.cpp
/fonstudio/mainwindow.cpp
/fonstudio/mainwindow.h
/fonstudio/mainwindow.ui
62
5720d 11h
Werner
/fonstudio/
* Tree:heightGrid(): changed calculation scheme for dominant height
* LightRoom: mod of aggregation: now weighing with the local dominant height (consistently with the usage in the FON-studio).
/fonstudio/inits/fon.xml
/fonstudio/lightroom.cpp
/fonstudio/tree.cpp
←Prev
1
2
Next→
Show All