- Files:
-
- 7 added
- 10 edited
-
trunk (modified) (1 prop)
-
trunk/src (modified) (1 prop)
-
trunk/src/kdesvnview.cpp (modified) (5 diffs)
-
trunk/src/listview (added)
-
trunk/src/listview/filelistviewitem.cpp (added)
-
trunk/src/listview/kdesvnfilelist.cpp (added)
-
trunk/src/listview/Makefile.am (added)
-
trunk/src/listview/filelistviewitem.h (added)
-
trunk/src/listview/kdesvnfilelist.h (added)
-
trunk/src/Makefile.am (modified) (2 diffs)
-
trunk/src/kdesvn.cpp (modified) (1 diff)
-
trunk/src/kdesvnview.h (modified) (3 diffs)
-
trunk/kdesvn.kdevelop (modified) (3 diffs)
-
trunk/doc (modified) (1 prop)
-
trunk/doc/en (modified) (1 prop)
-
trunk/po (modified) (1 prop)
-
tags (added)
Legend:
- Unmodified
- Added
- Removed
-
/trunk
-
Property
svn:ignore
set to
configure
configure.files
Makefile.in
debug
kdesvn.kdevelop.pcs
kdesvn.kdevses
stamp-h.in
configure.in
config.h.in
autom4te.cache
acinclude.m4
aclocal.m4
-
Property
svn:ignore
set to
-
/trunk/src
-
Property
svn:ignore
set to
Makefile.in
-
Property
svn:ignore
set to
-
/trunk/src/kdesvnview.cpp
r1 r2 21 21 22 22 #include "kdesvnview.h" 23 #include "listview/kdesvnfilelist.h" 23 24 24 25 #include <qpainter.h> … … 40 41 QHBoxLayout *top_layout = new QHBoxLayout(this); 41 42 top_layout->setAutoAdd(true); 43 m_flist=new kdesvnfilelist(this); 44 m_flist->openURL(KURL("/home/ral/progs")); 42 45 46 #if 0 43 47 // we want to look for all components that satisfy our needs. the 44 48 // trader will actually search through *all* registered KDE … … 87 91 connect(m_html, SIGNAL(setStatusBarText(const QString&)), 88 92 this, SLOT(slotOnURL(const QString&))); 89 93 #endif 90 94 } 91 95 … … 102 106 QString kdesvnView::currentURL() 103 107 { 108 #if 0 104 109 return m_html->url().url(); 110 #endif 105 111 } 106 112 … … 112 118 void kdesvnView::openURL(const KURL& url) 113 119 { 114 m_ html->openURL(url);120 m_flist->openURL(url); 115 121 } 116 122 -
/trunk/src/Makefile.am
r1 r2 12 12 13 13 # the libraries to link against. 14 kdesvn_LDADD = $(LIB_KFILE) $(LIB_KDEPRINT) 14 kdesvn_LDADD = $(top_builddir)/src/listview/liblistview.a $(LIB_KFILE) \ 15 $(LIB_KDEPRINT) 15 16 16 17 # which sources should be compiled for kdesvn 17 kdesvn_SOURCES = main.cpp kdesvn.cpp kdesvnview.cpp \ 18 pref.cpp kdesvniface.skel 18 kdesvn_SOURCES = main.cpp kdesvn.cpp kdesvnview.cpp pref.cpp kdesvniface.skel 19 19 20 20 # these are the headers for your project … … 42 42 rcdir = $(kde_datadir)/kdesvn 43 43 rc_DATA = kdesvnui.rc 44 45 SUBDIRS = listview -
/trunk/src/kdesvn.cpp
r1 r2 63 63 64 64 // Apply the create the main window and ask the mainwindow to 65 // automatically save settings if changed: window size, toolbar65 // automatically save settings if changed: window size, toolbar 66 66 // position, icon size, etc. Also to add actions for the statusbar 67 // toolbar, and keybindings if necessary. 68 setupGUI(); 67 // toolbar, and keybindings if necessary. 68 //setupGUI(); 69 createStandardStatusBarAction(); 70 setStandardToolBarMenuEnabled( true ); 71 KStdAction::configureToolbars(this,SLOT(configureToolbars() ), actionCollection()); 72 73 setAutoSaveSettings(); 74 //setupGUI(Save|StatusBar|ToolBar); 69 75 70 76 // allow the view to change the statusbar and caption -
/trunk/src/kdesvnview.h
r1 r2 29 29 class QPainter; 30 30 class KURL; 31 class kdesvnfilelist; 31 32 32 33 /** … … 45 46 Q_OBJECT 46 47 public: 47 /**48 * Default constructor49 */48 /** 49 * Default constructor 50 */ 50 51 kdesvnView(QWidget *parent); 51 52 52 /**53 * Destructor54 */53 /** 54 * Destructor 55 */ 55 56 virtual ~kdesvnView(); 56 57 … … 91 92 92 93 private: 93 KParts::ReadOnlyPart *m_html; 94 //KParts::ReadOnlyPart *m_html; 95 kdesvnfilelist*m_flist; 94 96 }; 95 97 -
/trunk/kdesvn.kdevelop
r1 r2 27 27 <mainprogram>src/kdesvn</mainprogram> 28 28 <terminal>false</terminal> 29 <directoryradio>executable</directoryradio> 30 <runarguments> 31 <kdesvn></kdesvn> 32 </runarguments> 29 33 </run> 30 34 <make> … … 63 67 <group pattern="*.po;*.ts" name="Translations" /> 64 68 <group pattern="*" name="Others" /> 69 <hidenonprojectfiles>false</hidenonprojectfiles> 70 <hidenonlocation>false</hidenonlocation> 65 71 </groups> 66 72 <tree> 67 73 <hidenonprojectfiles>false</hidenonprojectfiles> 68 74 <hidepatterns>*.o,*.lo,CVS</hidepatterns> 75 <showvcsfields>false</showvcsfields> 69 76 </tree> 70 77 </kdevfileview> … … 172 179 <dest>/home/ral/progs/Projekte/kdesvn</dest> 173 180 </substmap> 181 <kdevcppsupport> 182 <references> 183 <pcs>KDElibs</pcs> 184 <pcs>Qt</pcs> 185 </references> 186 <codecompletion> 187 <includeGlobalFunctions>true</includeGlobalFunctions> 188 <includeTypes>true</includeTypes> 189 <includeEnums>true</includeEnums> 190 <includeTypedefs>false</includeTypedefs> 191 <automaticCodeCompletion>true</automaticCodeCompletion> 192 <automaticArgumentsHint>true</automaticArgumentsHint> 193 <automaticHeaderCompletion>true</automaticHeaderCompletion> 194 <codeCompletionDelay>250</codeCompletionDelay> 195 <argumentsHintDelay>400</argumentsHintDelay> 196 <headerCompletionDelay>250</headerCompletionDelay> 197 </codecompletion> 198 </kdevcppsupport> 174 199 </kdevelop> -
/trunk/doc
-
Property
svn:ignore
set to
Makefile.in
-
Property
svn:ignore
set to
-
/trunk/doc/en
-
Property
svn:ignore
set to
Makefile.in
-
Property
svn:ignore
set to
-
/trunk/po
-
Property
svn:ignore
set to
Makefile.in
-
Property
svn:ignore
set to
