# HG changeset patch # User unc0rr # Date 1219062202 0 # Node ID 8fa4a7055aff77bf4274ce145f4f4af3786ee68c # Parent 27a1626a6b442313f4f1b2e2f0e3503ba5287555 - Update copyrights - Better theme selection look diff -r 27a1626a6b44 -r 8fa4a7055aff QTfrontend/about.cpp --- a/QTfrontend/about.cpp Mon Aug 18 11:45:02 2008 +0000 +++ b/QTfrontend/about.cpp Mon Aug 18 12:23:22 2008 +0000 @@ -60,7 +60,7 @@ "
" "\"Bamboo\", \"EarthRise\" maps and themes: Joshua Frese <joshfrese@gmail.com>" "
" - "\"Castle\" map, \"hell\" theme: Stanko Tadić <stanko@mfhinc.net>" + "\"Castle\", \"PirateFlag\" maps, \"hell\" theme: Stanko Tadić <stanko@mfhinc.net>" "
" "\"Sheep\" theme: Julien Koesten <julienkoesten@aol.com>" "

") + diff -r 27a1626a6b44 -r 8fa4a7055aff QTfrontend/main.cpp --- a/QTfrontend/main.cpp Mon Aug 18 11:45:02 2008 +0000 +++ b/QTfrontend/main.cpp Mon Aug 18 12:23:22 2008 +0000 @@ -186,7 +186,7 @@ "background-color: #130f2c;" "color: #ffcc00;" "font: bold 14px;" - "padding: 12px;" + "padding: 2px;" "}" ".QGroupBox,GameCFGWidget,TeamSelWidget{" "background-image: url(\":/res/panelbg.png\");" diff -r 27a1626a6b44 -r 8fa4a7055aff QTfrontend/mapContainer.cpp --- a/QTfrontend/mapContainer.cpp Mon Aug 18 11:45:02 2008 +0000 +++ b/QTfrontend/mapContainer.cpp Mon Aug 18 12:23:22 2008 +0000 @@ -63,10 +63,12 @@ gbThemes = new IconedGroupBox(this); gbThemes->setTitle(tr("Themes")); - gbThemes->setStyleSheet("padding: 0px;"); + //gbThemes->setStyleSheet("padding: 0px"); // doesn't work - why? mainLayout.addWidget(gbThemes, 0, 2, 2, 1); QVBoxLayout * gbTLayout = new QVBoxLayout(gbThemes); + gbTLayout->setContentsMargins(0, 0, 0 ,0); + gbTLayout->setSpacing(0); lwThemes = new QListWidget(this); lwThemes->setMinimumHeight(30); lwThemes->setFixedWidth(100); diff -r 27a1626a6b44 -r 8fa4a7055aff README --- a/README Mon Aug 18 11:45:02 2008 +0000 +++ b/README Mon Aug 18 12:23:22 2008 +0000 @@ -16,7 +16,7 @@ Copyright 2008 Jonatan Nilsson Images in Data/Graphics, -themes "nature", "Snow", "City" +themes "nature", "Snow", "City", maps "Bath", "Hedgelove", "Hedgewars", "Hydrant", "mushrooms", "Plane" Copyright 2008 Finn Brice @@ -28,7 +28,8 @@ Maps and themes "Bamboo", "EarthRise", map "BambooPlinko": Copyright 2008 Joshua Frese -Map "Castle", theme "hell": +Maps "Castle", "PirateFlag" +theme "hell": Copyright 2008 Stanko Tadić Theme "Sheep"