Changeset 35
- Timestamp:
- 05/01/07 23:03:00 (6 years ago)
- Location:
- trunk/OpenYahtzee
- Files:
-
- 1 added
- 7 edited
-
Makefile.in (modified) (5 diffs)
-
openyahtzee.kdevelop.pcs (modified) (previous)
-
openyahtzee.kdevses (modified) (3 diffs)
-
src/HighScoreDialog.cpp (modified) (1 diff)
-
src/Icon.h (added)
-
src/Makefile.am (modified) (1 diff)
-
src/Makefile.in (modified) (1 diff)
-
src/SettingsDialog.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/OpenYahtzee/Makefile.in
r2 r35 102 102 F77 = @F77@ 103 103 FFLAGS = @FFLAGS@ 104 GREP = @GREP@ 104 105 INSTALL_DATA = @INSTALL_DATA@ 105 106 INSTALL_PROGRAM = @INSTALL_PROGRAM@ … … 126 127 STRIP = @STRIP@ 127 128 VERSION = @VERSION@ 128 ac_ct_AR = @ac_ct_AR@129 129 ac_ct_CC = @ac_ct_CC@ 130 130 ac_ct_CXX = @ac_ct_CXX@ 131 131 ac_ct_F77 = @ac_ct_F77@ 132 ac_ct_RANLIB = @ac_ct_RANLIB@133 ac_ct_STRIP = @ac_ct_STRIP@134 132 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 135 133 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ … … 148 146 build_vendor = @build_vendor@ 149 147 datadir = @datadir@ 148 datarootdir = @datarootdir@ 149 docdir = @docdir@ 150 dvidir = @dvidir@ 150 151 exec_prefix = @exec_prefix@ 151 152 host = @host@ … … 154 155 host_os = @host_os@ 155 156 host_vendor = @host_vendor@ 157 htmldir = @htmldir@ 156 158 includedir = @includedir@ 157 159 infodir = @infodir@ … … 159 161 libdir = @libdir@ 160 162 libexecdir = @libexecdir@ 163 localedir = @localedir@ 161 164 localstatedir = @localstatedir@ 162 165 mandir = @mandir@ 163 166 mkdir_p = @mkdir_p@ 164 167 oldincludedir = @oldincludedir@ 168 pdfdir = @pdfdir@ 165 169 prefix = @prefix@ 166 170 program_transform_name = @program_transform_name@ 171 psdir = @psdir@ 167 172 sbindir = @sbindir@ 168 173 sharedstatedir = @sharedstatedir@ -
trunk/OpenYahtzee/openyahtzee.kdevses
r34 r35 2 2 <!DOCTYPE KDevPrjSession> 3 3 <KDevPrjSession> 4 <DocsAndViews NumberOfDocuments="1 3" >4 <DocsAndViews NumberOfDocuments="12" > 5 5 <Doc0 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/SettingsDB.h" > 6 6 <View0 Type="Source" /> 7 7 </Doc0> 8 8 <Doc1 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/openyahtzee.cpp" > 9 <View0 line="0"Type="Source" />9 <View0 Type="Source" /> 10 10 </Doc1> 11 11 <Doc2 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/MainFrame.cpp" > 12 <View0 line="62"Type="Source" />12 <View0 Type="Source" /> 13 13 </Doc2> 14 14 <Doc3 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/ObjectsID.h" > … … 16 16 </Doc3> 17 17 <Doc4 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/MainFrame.h" > 18 <View0 line="0"Type="Source" />18 <View0 Type="Source" /> 19 19 </Doc4> 20 20 <Doc5 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/DBwrapper.h" > 21 <View0 Type="Source" />21 <View0 line="20" Type="Source" /> 22 22 </Doc5> 23 23 <Doc6 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/HighScoreTableDB.cpp" > 24 <View0 line="0"Type="Source" />24 <View0 Type="Source" /> 25 25 </Doc6> 26 26 <Doc7 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/SettingsDialog.cpp" > 27 <View0 line=" 52" Type="Source" />27 <View0 line="27" Type="Source" /> 28 28 </Doc7> 29 29 <Doc8 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/SettingsDB.cpp" > 30 <View0 line="0"Type="Source" />30 <View0 Type="Source" /> 31 31 </Doc8> 32 32 <Doc9 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/HighScoreTableDB.h" > … … 34 34 </Doc9> 35 35 <Doc10 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/HighScoreDialog.cpp" > 36 <View0 line=" 40" Type="Source" />36 <View0 line="30" Type="Source" /> 37 37 </Doc10> 38 <Doc11 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/ DBwrapper.cpp" >39 <View0 line=" 0" Type="Source" />38 <Doc11 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/Icon.h" > 39 <View0 line="32" Type="Source" /> 40 40 </Doc11> 41 <Doc12 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/HighScoreDialog.h" >42 <View0 line="0" Type="Source" />43 </Doc12>44 41 </DocsAndViews> 45 42 <pluginList> -
trunk/OpenYahtzee/src/HighScoreDialog.cpp
r34 r35 28 28 #include "ObjectsID.h" 29 29 #include "HighScoreDialog.h" 30 //include the icon file 31 #ifdef WIN32 32 #include "icon32.xpm" 33 #else 34 #include "icon.xpm" 35 #endif 30 31 #include "Icon.h" 32 36 33 using namespace std; 37 34 38 35 HighScoreDialog::HighScoreDialog(wxWindow* parent,wxWindowID id,HighScoreTableDB *highscoredb) : 39 wxDialog(parent, id, wxT("High-Score Table"), wxDefaultPosition, wxDefaultSize, wxCLOSE_BOX | wxCAPTION)36 wxDialog(parent, id, wxT("High-Score Table"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE) 40 37 { 41 //set the icon 42 #ifdef WIN32 43 SetIcon(wxIcon(icon32_xpm)); 44 #else 45 SetIcon(wxIcon(icon_xpm)); 46 #endif 38 39 SetIcon(wxIcon(ICON)); 40 47 41 48 42 list<string> table; -
trunk/OpenYahtzee/src/Makefile.am
r33 r35 10 10 11 11 noinst_HEADERS = MainFrame.h ObjectsID.h SettingsDB.h HighScoreTableDB.h \ 12 HighScoreDialog.h SettingsDialog.h12 HighScoreDialog.h SettingsDialog.h Icon.h 13 13 14 14 openyahtzee_LDFLAGS = `wx-config --libs` -lsqlite3 -
trunk/OpenYahtzee/src/Makefile.in
r33 r35 194 194 # the library search path. 195 195 noinst_HEADERS = MainFrame.h ObjectsID.h SettingsDB.h HighScoreTableDB.h \ 196 HighScoreDialog.h SettingsDialog.h196 HighScoreDialog.h SettingsDialog.h Icon.h 197 197 198 198 openyahtzee_LDFLAGS = `wx-config --libs` -lsqlite3 -
trunk/OpenYahtzee/src/SettingsDialog.cpp
r34 r35 25 25 #include "SettingsDialog.h" 26 26 #include "MainFrame.h" 27 //include the icon file28 #ifdef WIN3229 #include "icon32.xpm"30 #else31 #include "icon.xpm"32 #endif33 27 28 #include "Icon.h" 34 29 35 30 SettingsDialog::SettingsDialog(wxWindow* parent, int id): 36 wxDialog(parent, wxID_ANY, wxT("Settins Dialog"), wxDefaultPosition, wxDefaultSize, wx CLOSE_BOX | wxCAPTION)31 wxDialog(parent, wxID_ANY, wxT("Settins Dialog"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE) 37 32 { 38 //set the icon 39 #ifdef WIN32 40 SetIcon(wxIcon(icon32_xpm)); 41 #else 42 SetIcon(wxIcon(icon_xpm)); 43 #endif 33 34 SetIcon(wxIcon(ICON)); 35 44 36 // begin wxGlade: SettingsDialog::SettingsDialog 45 37 label_1 = new wxStaticText(this, -1, wxT("High-score table size:"));
Note: See TracChangeset
for help on using the changeset viewer.
