Aqui eu encontrei o problema. A maneira correta de inserir datas é usar pontos, por exemplo, 2012.03.10 e não barras. O problema foi o uso do Gnumeric para editar o arquivo CSV.
Estou usando gnuclad
para criar uma árvore. O problema é que não consigo alterar a data de início. Estou usando os dados abaixo, do exemplo padrão.
#,Nodes,,,,,,,,,,,,,
#,Name,Color,Parent,Start,Stop,Icon,Description,[Namechange,When,Description,[Namechange,When,Description,". . . ]]"
N,Name here,#f00,,2002/12/01,2007/08/20,,,,,,,,,
Como você pode ver na imagem, o nó começa sempre em janeiro.
Alémdisso,épossíveldesativaracaixadetítulosemeditaroarquivoconf
?
Oarquivodeconfiguraçãoexample.conf
éopadrão:
#gnucladexampleconfigfile#gnucladhasmorethan50configurationoptions,of#whichonlyafewarelistedhere.#Foradetailedexplanation,consulttheincludedmanual.#Youcanalwaysgenerateafullconfigurationfileby#specifyingCONFasgnuclad'soutput.#Ifyoucommentordeleteanoption,#gnucladwillusethebuilt-indefaults.#Allowedsyntaxis:#option=value#option=value#option='value'#option="value"
# option = three word value
# option = "three word value"
# ...
infoBoxTitle = Title
infoBoxText = Lorem ipsum dolor sit amet,
infoBoxText = consectetuer adipiscing elit
infoBoxX = 10
infoBoxY = 45
infoBoxWidth = 166
infoBoxHeight = 60
# use ascii string width heuristics
asciiStrings = 1
# orientation goes from 0 to 3
orientation = 0
#treemode goes from 0 to 2
treeMode = 0
mainBackground = #fff
rulerWidth = 2
rulerColor = #ddd
rulerMonthWidth = 1
rulerMonthColor = #eaeaea
lineWidth = 4
offsetPX = 20
yearPX = 100
labelFontColor = #000
labelBGOpacity = 50
#nameChangeType can be 0 or 1
nameChangeType = 0
#derivType can be 0 or 1
derivType = 0
dotRadius = 10
smallDotRadius = 5
descriptionType = 1
Aqui eu encontrei o problema. A maneira correta de inserir datas é usar pontos, por exemplo, 2012.03.10 e não barras. O problema foi o uso do Gnumeric para editar o arquivo CSV.