[Libufo-commits] ufo-0.5/msvc ufo_all.dsp,1.3,1.4 ufo_sdl.dsp,1.5,1.6 ufo_wgl.dsp,1.3,1.4
Status: Beta
Brought to you by:
schmidtjf
|
From: Johannes S. <sch...@us...> - 2005-10-25 12:18:36
|
Update of /cvsroot/libufo/ufo-0.5/msvc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1707/msvc Modified Files: ufo_all.dsp ufo_sdl.dsp ufo_wgl.dsp Log Message: Added tab widget, tab bar, stack widget. Index: ufo_all.dsp =================================================================== RCS file: /cvsroot/libufo/ufo-0.5/msvc/ufo_all.dsp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ufo_all.dsp 2 Sep 2005 13:27:52 -0000 1.3 --- ufo_all.dsp 25 Oct 2005 12:18:21 -0000 1.4 *************** *** 405,408 **** --- 405,412 ---- # Begin Source File + SOURCE=..\src\widgets\ustackwidget.cpp + # End Source File + # Begin Source File + SOURCE=..\src\util\ustring.cpp # End Source File *************** *** 421,424 **** --- 425,436 ---- # Begin Source File + SOURCE=..\src\widgets\utabbar.cpp + # End Source File + # Begin Source File + + SOURCE=..\src\widgets\utabwidget.cpp + # End Source File + # Begin Source File + SOURCE=..\src\widgets\utextedit.cpp # End Source File Index: ufo_wgl.dsp =================================================================== RCS file: /cvsroot/libufo/ufo-0.5/msvc/ufo_wgl.dsp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ufo_wgl.dsp 2 Sep 2005 13:27:52 -0000 1.3 --- ufo_wgl.dsp 25 Oct 2005 12:18:21 -0000 1.4 *************** *** 405,408 **** --- 405,412 ---- # Begin Source File + SOURCE=..\src\widgets\ustackwidget.cpp + # End Source File + # Begin Source File + SOURCE=..\src\util\ustring.cpp # End Source File *************** *** 421,424 **** --- 425,436 ---- # Begin Source File + SOURCE=..\src\widgets\utabbar.cpp + # End Source File + # Begin Source File + + SOURCE=..\src\widgets\utabwidget.cpp + # End Source File + # Begin Source File + SOURCE=..\src\widgets\utextedit.cpp # End Source File Index: ufo_sdl.dsp =================================================================== RCS file: /cvsroot/libufo/ufo-0.5/msvc/ufo_sdl.dsp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ufo_sdl.dsp 2 Sep 2005 13:27:52 -0000 1.5 --- ufo_sdl.dsp 25 Oct 2005 12:18:21 -0000 1.6 *************** *** 405,408 **** --- 405,412 ---- # Begin Source File + SOURCE=..\src\widgets\ustackwidget.cpp + # End Source File + # Begin Source File + SOURCE=..\src\util\ustring.cpp # End Source File *************** *** 421,424 **** --- 425,436 ---- # Begin Source File + SOURCE=..\src\widgets\utabbar.cpp + # End Source File + # Begin Source File + + SOURCE=..\src\widgets\utabwidget.cpp + # End Source File + # Begin Source File + SOURCE=..\src\widgets\utextedit.cpp # End Source File |