DELTA SVNnrnnx^͏AK0W|VeX:2 cբ%mx /w eYmusW)Y!r?LؑfN瑵^0`1~Z{^|nC^ENDREP DELTA SVNUx^Ro0W>uu!AOVHd5#'@S4mHˇt~|B בƱיEV0эX}:yW.hO?a[/usL)o*5 FVP$3qɭSE,UɢTD/< F s1! 00@g8;B+7JŒO6҇2tb>K HE%Jkj6o_ɚ S^ʬ[J8WEҐF$ lƞRÏ0qpPURƭv-@#nK? ck/ տj !MMÁe|##ngs>?O:p4hLqMe!ӽޯkIp`c(RC;iEA`ߘ7?ENDREP DELTA SVN<><<--- src/addins/printnotes/printnotesnoteaddin.cpp.orig 2015-11-28 15:44:34 UTC +++ src/addins/printnotes/printnotesnoteaddin.cpp @@ -277,7 +277,7 @@ namespace printnotes { } gnote::DepthNoteTag::Ptr depth = get_buffer()->find_depth_tag(p_start); - if(depth != 0) { + if(depth) { indentation += ((int) (dpiX / 3)) * depth->get_depth(); } layout->set_width(pango_units_from_double((int)context->get_width() - ENDREP DELTA SVN6866--- src/addins/statistics/statisticsapplicationaddin.cpp.orig 2015-11-28 15:44:34 UTC +++ src/addins/statistics/statisticsapplicationaddin.cpp @@ -44,7 +44,7 @@ void StatisticsApplicationAddin::initial { if(!m_initialized) { m_initialized = true; - if(m_action == 0) { + if(!m_action) { m_action = Gtk::Action::create(); m_action->set_name("ShowStatistics"); m_action->set_label(_("Show Statistics")); ENDREP DELTA SVNrtrr--- src/addins/todo/todonoteaddin.cpp.orig 2015-11-28 15:44:34 UTC +++ src/addins/todo/todonoteaddin.cpp @@ -42,7 +42,7 @@ TodoModule::TodoModule() void Todo::initialize() { FOREACH(const std::string & s, s_todo_patterns) { - if(get_note()->get_tag_table()->lookup(s) == 0) { + if(!get_note()->get_tag_table()->lookup(s)) { Glib::RefPtr tag = Gtk::TextTag::create(s); tag->property_foreground() = "#0080f0"; tag->property_weight() = PANGO_WEIGHT_BOLD; ENDREP DELTA SVN--- src/dbus/searchprovider.cpp.orig 2015-11-28 15:44:34 UTC +++ src/dbus/searchprovider.cpp @@ -228,7 +228,7 @@ Glib::VariantContainerBase SearchProvide gchar *SearchProvider::get_icon() { - if(m_note_icon == 0) { + if(!m_note_icon) { Gtk::IconInfo info = gnote::IconManager::obj().lookup_icon(gnote::IconManager::NOTE, 48); m_note_icon = Gio::Icon::create(info.get_filename()); } ENDREP DELTA 372768 115466 274 SVNQ4'w 35-11-28 15:44:34 UTC +++ src/gnome_keyring/ring.cppENDREP DELTA SVNy{yy--- src/note.hpp.orig 2015-11-28 15:44:34 UTC +++ src/note.hpp @@ -124,7 +124,7 @@ public: const Glib::RefPtr & get_tag_table(); bool has_buffer() const { - return m_buffer; + return (bool)m_buffer; } const Glib::RefPtr & get_buffer(); bool has_window() const @@ -139,7 +139,7 @@ public: bool is_special() const; bool is_loaded() const { - return (m_buffer); + return (bool)m_buffer; } bool is_opened() const { ENDREP DELTA SVNx^Qo0ǟɧ8^F,ҥlJjPyXNd@ݱڂw1hULekp*T&M2$C24M}EхYz}l@ ; 'YF= & tag) { - return DepthNoteTag::Ptr::cast_dynamic(tag); + return (bool)DepthNoteTag::Ptr::cast_dynamic(tag); } ENDREP DELTA SVN666x^Sn0}^AJҮ :N8`ؑmhſωIj\s=%i k#>Yv($?{vp҆Kh9\\矟5?A.I*#!$:Z*1$bR2cF$r]8^`s^::ti(B{v4hj0Ap7\܅ߧ ƣ_:tM,k+i"h dBwJDb)s OBCN4y Lp[-tJb1'I #"0a 7-L7Ӷ_%J܊Qײ=+Rzp~T.r4G7 YQmݙ9.o/ ĎK(cvпRS n{&TU-q3ZЇ2iP+R"Фh!UQ!-|BPIdc(쭭T<㥷UnC|~i;UiS_)xgENDREP DELTA SVN  --- src/remotecontrolproxy.cpp.orig 2015-11-28 15:44:34 UTC +++ src/remotecontrolproxy.cpp @@ -35,7 +35,7 @@ namespace { void load_interface_from_file(const char *filename, const char *interface_name, Glib::RefPtr & interface) { - if(interface != 0) { + if(interface) { return; } std::ifstream fin(filename); ENDREP DELTA SVN-/----- src/searchnoteswidget.cpp.orig 2015-11-28 15:44:34 UTC +++ src/searchnoteswidget.cpp @@ -1520,7 +1520,7 @@ void SearchNotesWidget::parse_sorting_se void SearchNotesWidget::on_rename_notebook() { Glib::RefPtr selection = m_notebooksTree->get_selection(); - if(selection == 0) { + if(!selection) { return; } std::vector selected_row = selection->get_selected_rows(); ENDREP DELTA SVN1Q11x^]k08jԺF6EAݘ:Ę6)iT a9y14O bVjϕ'y)=^=md~5$#$xɈ)K0q_Pg:0%|0 ayIvke42W#^0I8!p B6]iwW#D@CcENDREP id: 4-437750.0.r437750/6002 type: file count: 0 text: 437750 0 257 622 65fdbe740224d7d2af981a711a42d33f 21b4736a131b06cde5cb7c81a82342a7897935ea 437749-9drq/_6 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/deskutils/gnote/files/patch-src_actionmanager.cpp copyroot: 0 / id: 7-437750.0.r437750/6297 type: file count: 0 text: 437750 270 484 1030 de70da34ab7e019181111c930fa5ecd7 8d2c068b93063be82aac27a4efa2f6302665335d 437749-9drq/_8 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/deskutils/gnote/files/patch-src_addins_exporttogtg_exporttogtgnoteaddin.cpp copyroot: 0 / id: 9-437750.0.r437750/6621 type: file count: 0 text: 437750 767 461 444 13da5181ea007d33eaa6e0d031040833 094575a999c7e9bb4879fefbda9c0daa132d2fbd 437749-9drq/_a props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/deskutils/gnote/files/patch-src_addins_printnotes_printnotesnoteaddin.cpp copyroot: 0 / id: b-437750.0.r437750/6942 type: file count: 0 text: 437750 1241 455 438 11cb573fba85faeb4110e1bec306271f 0c66430165c38dc40b6d9f7d013ec87a8efabad3 437749-9drq/_c props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/deskutils/gnote/files/patch-src_addins_statistics_statisticsapplicationaddin.cpp copyroot: 0 / id: d-437750.0.r437750/7271 type: file count: 0 text: 437750 1709 515 498 b686fcabcab074b28cb1857ef003dd7a aaafc3cde1809e7565c00e3f1fb77657ed7671d3 437749-9drq/_e props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/deskutils/gnote/files/patch-src_addins_todo_todonoteaddin.cpp copyroot: 0 / id: f-437750.0.r437750/7581 type: file count: 0 text: 437750 2237 418 401 a85468a44511847f06d509bd570fde7d 455ea291dcbd808212dc888fc4d620759cfb7829 437749-9drq/_g props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/deskutils/gnote/files/patch-src_dbus_searchprovider.cpp copyroot: 0 / id: em-372768.0-437750.r437750/7885 type: file pred: em-372768.0.r372768/919594 count: 1 text: 437750 2668 71 209 6e743ee77e12cc8aadcbb28e275dbd22 38dd433116525dde6915746cab73cfcb2ae54e9d 437749-9drq/_h props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/deskutils/gnote/files/patch-src_gnome__keyring_ring.cpp copyfrom: 437749 /head/deskutils/gnote/files/patch-src_gnome-keyring_ring.cpp id: i-437750.0.r437750/8293 type: file count: 0 text: 437750 2770 522 505 26c5efed7900fcb9d35d2857a04d9491 061e6ecd27b8897321bfd7116f1b675957111e72 437749-9drq/_j props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/deskutils/gnote/files/patch-src_note.hpp copyroot: 0 / id: k-437750.0.r437750/8582 type: file count: 0 text: 437750 3305 545 1285 78a72a810d0f901850f02f8fa1b91c58 1d9b3cdf42598d7bcf6a8c3aed010004c8b36799 437749-9drq/_l props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/deskutils/gnote/files/patch-src_notebuffer.cpp copyroot: 0 / id: m-437750.0.r437750/8878 type: file count: 0 text: 437750 3863 330 313 f275043528cdff7619a5632c22949d89 d14511ffa7d3db2e525328fcb0e03d9ff6443e80 437749-9drq/_n props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/deskutils/gnote/files/patch-src_notetag.cpp copyroot: 0 / id: o-437750.0.r437750/9170 type: file count: 0 text: 437750 4206 532 1206 e9f9a0218a1ace6ddec82d99c1450f32 d7c542b211d6e5453ebd70c54e2160f5734e570b 437749-9drq/_p props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/deskutils/gnote/files/patch-src_notewindow.cpp copyroot: 0 / id: q-437750.0.r437750/9466 type: file count: 0 text: 437750 4751 414 397 8e8a928529ac426b3755b3b87a570430 88ba4f1cf10599f7c8944261d0d5867ee317c564 437749-9drq/_r props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/deskutils/gnote/files/patch-src_remotecontrolproxy.cpp copyroot: 0 / id: s-437750.0.r437750/9769 type: file count: 0 text: 437750 5178 446 429 1076c6292bc50876a910c16b289412e1 0305dc234632421070c47897255b80b5b0dd7adc 437749-9drq/_t props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/deskutils/gnote/files/patch-src_searchnoteswidget.cpp copyroot: 0 / id: u-437750.0.r437750/10071 type: file count: 0 text: 437750 5637 352 561 1780296d3ee96bb7c886f67f11dd45a1 1f15f141cad68c4f2c2f7554d776cb57da6e145c 437749-9drq/_v props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/deskutils/gnote/files/patch-src_synchronization_gnotesyncclient.cpp copyroot: 0 / PLAIN K 27 patch-src_actionmanager.cpp V 28 file 4-437750.0.r437750/6002 K 53 patch-src_addins_exporttogtg_exporttogtgnoteaddin.cpp V 28 file 7-437750.0.r437750/6297 K 51 patch-src_addins_printnotes_printnotesnoteaddin.cpp V 28 file 9-437750.0.r437750/6621 K 58 patch-src_addins_statistics_statisticsapplicationaddin.cpp V 28 file b-437750.0.r437750/6942 K 39 patch-src_addins_todo_todonoteaddin.cpp V 28 file d-437750.0.r437750/7271 K 33 patch-src_dbus_searchprovider.cpp V 28 file f-437750.0.r437750/7581 K 33 patch-src_gnome__keyring_ring.cpp V 36 file em-372768.0-437750.r437750/7885 K 18 patch-src_note.hpp V 28 file i-437750.0.r437750/8293 K 24 patch-src_notebuffer.cpp V 28 file k-437750.0.r437750/8582 K 21 patch-src_notetag.cpp V 28 file m-437750.0.r437750/8878 K 24 patch-src_notewindow.cpp V 28 file o-437750.0.r437750/9170 K 32 patch-src_remotecontrolproxy.cpp V 28 file q-437750.0.r437750/9466 K 31 patch-src_searchnoteswidget.cpp V 28 file s-437750.0.r437750/9769 K 45 patch-src_synchronization_gnotesyncclient.cpp V 29 file u-437750.0.r437750/10071 END ENDREP id: 3u-244923.0.r437750/11463 type: dir pred: 3u-244923.0.r430947/163086 count: 13 text: 437750 10388 1062 0 2ce61ba70bbe7be06b8db3f51e9f2a39 cpath: /head/deskutils/gnote/files copyroot: 0 / PLAIN K 8 Makefile V 31 file 3p-244923.0.r437439/367560 K 8 distinfo V 31 file 3s-244923.0.r408881/292391 K 5 files V 29 dir 3u-244923.0.r437750/11463 K 9 pkg-descr V 31 file 3y-244923.0.r372768/920187 K 9 pkg-plist V 31 file 40-244923.0.r408881/293358 END ENDREP id: 3o-244923.0.r437750/11919 type: dir pred: 3o-244923.0.r437439/368136 count: 50 text: 437750 11655 251 0 f215f6513aa51fc91459963af0bc40ae cpath: /head/deskutils/gnote copyroot: 0 / PLAIN K 8 Makefile V 26 file 2-12323.0.r437486/522 K 7 affiche V 29 dir 4-175676.0.r397315/175488 K 18 alarm-clock-applet V 27 dir 4-434212.0.r434486/1036 K 9 anamnesis V 29 dir 4-378675.0.r431996/204223 K 10 appwrapper V 29 dir 4-179942.0.r397315/176514 K 8 aspostit V 28 dir 4-31111.0.r405891/306570 K 10 autocutsel V 28 dir 4-93920.0.r385521/182572 K 6 baobab V 30 dir 40-372768.0.r415498/471681 K 6 basket V 26 dir 4-90165.0.r427185/8989 K 7 bigyear V 25 dir 4-40771.0.r383892/791 K 7 bijiben V 30 dir 4a-372768.0.r437439/364392 K 11 bitcollider V 26 dir 4-152954.0.r390401/690 K 10 cairo-dock V 27 dir 4-251334.0.r420346/1417 K 18 cairo-dock-plugins V 29 dir 4-251335.0.r420774/220538 K 15 caja-extensions V 30 dir u-367830.0.r412346/1266652 K 3 cal V 25 dir 2-3358.0.r434807/3262 K 8 calcurse V 26 dir 4-147048.0.r408362/561 K 7 calibre V 26 dir 4-242720.0.r436801/671 K 10 california V 31 dir 4k-372768.0.r412346/1268194 K 11 cartotheque V 29 dir 4-179970.0.r397315/177590 K 5 cdcat V 28 dir 4-167082.0.r428022/49593 K 7 charmap V 26 dir 4-173768.0.r417045/743 K 16 charmtimetracker V 27 dir 4-296312.0.r432725/2391 K 6 clipit V 28 dir 4-310967.0.r422697/64674 K 7 conduit V 30 dir 4-175265.0.r412346/1270324 K 10 conkyemail V 29 dir 4-253972.0.r424411/296948 K 13 conkyforecast V 29 dir 2-254086.0.r424411/297715 K 5 copyq V 29 dir 4-418889.0.r430235/162056 K 9 countdown V 27 dir 4-375622.0.r418341/1729 K 5 cycle V 26 dir 4-138242.0.r426227/601 K 11 dailystrips V 29 dir 4-45620.0.r412346/1272616 K 13 deforaos-todo V 30 dir 4-309239.0.r412346/1273376 K 13 devd-notifier V 29 dir 4-296459.0.r428152/274135 K 5 dlume V 28 dir 4-93330.0.r428152/274797 K 6 docear V 29 dir 4-291633.0.r424411/298467 K 6 dosage V 37 dir 4-128088.0-311115.r412346/1274829 K 6 drivel V 30 dir 2-102460.0.r412346/1275578 K 10 easystroke V 26 dir 4-312251.0.r436083/613 K 10 egroupware V 28 dir 4-40459.0.r427548/159347 K 5 epoch V 29 dir 2-258159.0.r435349/175138 K 5 etask V 29 dir 4-124126.0.r415498/474483 K 8 everygui V 29 dir 4-153563.0.r417166/198470 K 8 fbreader V 29 dir 4-190564.0.r434380/263386 K 3 fet V 27 dir 2-254070.0.r436234/1075 K 8 freemind V 26 dir 4-122744.0.r419587/608 K 8 fusenshi V 26 dir 4-105940.0.r437616/674 K 5 gaddr V 28 dir 2-20744.0.r428152/275489 K 12 ganttproject V 28 dir 4-113023.0.r417349/57483 K 10 ganyremote V 30 dir 4-224825.0.r412346/1280047 K 9 gbirthday V 28 dir 4-225411.0.r435456/11947 K 4 gcal V 26 dir 4-33806.0.r388588/1069 K 7 gcalcli V 27 dir 4-200585.0.r431127/4113 K 6 genius V 26 dir 2-18417.0.r429707/1970 K 17 gkrellm-reminder2 V 29 dir 4-109662.0.r428152/276203 K 7 glabels V 28 dir 4-68551.0.r415498/476639 K 14 gnome-calendar V 31 dir 2l-393607.0.r412346/1283597 K 16 gnome-characters V 31 dir 2v-393607.0.r412346/1284336 K 12 gnome-clocks V 31 dir 4u-372768.0.r412346/1285073 K 14 gnome-contacts V 29 dir 54-372768.0.r430761/68043 K 16 gnome-dictionary V 30 dir 5e-372768.0.r415498/477362 K 15 gnome-documents V 30 dir 5o-372768.0.r437439/365121 K 17 gnome-font-viewer V 31 dir 68-372768.0.r412346/1288778 K 19 gnome-initial-setup V 30 dir 6i-372768.0.r437439/365907 K 10 gnome-maps V 28 dir 7q-372768.0.r420728/1460 K 12 gnome-photos V 30 dir 80-372768.0.r437439/366643 K 16 gnome-screenshot V 31 dir 8a-372768.0.r412346/1291780 K 17 gnome-search-tool V 30 dir 8k-372768.0.r428152/276941 K 43 gnome-shell-extension-audio-output-switcher V 29 dir 8u-372768.0.r429612/48754 K 31 gnome-shell-extension-coverflow V 29 dir 9o-372768.0.r429612/49526 K 32 gnome-shell-extension-dashtodock V 29 dir 9y-372768.0.r429612/50287 K 31 gnome-shell-extension-filesmenu V 29 dir 4p-393607.0.r429612/51049 K 32 gnome-shell-extension-hidetopbar V 29 dir ai-372768.0.r429612/51811 K 30 gnome-shell-extension-lockkeys V 29 dir as-372768.0.r429612/52571 K 33 gnome-shell-extension-mediaplayer V 29 dir b2-372768.0.r429612/53332 K 33 gnome-shell-extension-openweather V 29 dir bc-372768.0.r429612/54096 K 35 gnome-shell-extension-overlay-icons V 29 dir bm-372768.0.r429612/54863 K 31 gnome-shell-extension-panel-osd V 29 dir bw-372768.0.r429612/55627 K 34 gnome-shell-extension-recent-items V 28 dir c6-372768.0.r403692/1104 K 27 gnome-shell-extension-trash V 29 dir cg-372768.0.r429612/56385 K 29 gnome-shell-extension-weather V 29 dir cq-372768.0.r429612/57139 K 28 gnome-shell-extra-extensions V 30 dir d0-372768.0.r415503/206206 K 20 gnome-sound-recorder V 31 dir da-372768.0.r412346/1304108 K 16 gnome-system-log V 30 dir dk-372768.0.r428152/277679 K 10 gnome-todo V 30 dir 4n-408881.0.r437439/367369 K 16 gnome-tweak-tool V 31 dir du-372768.0.r412346/1305594 K 11 gnome-utils V 29 dir 2-13865.0.r412346/1306225 K 13 gnome-weather V 31 dir e8-372768.0.r412346/1306957 K 5 gnote V 29 dir 3o-244923.0.r437750/11919 K 7 gnotime V 27 dir 4-76687.0.r428142/60830 K 15 gnustep-wrapper V 29 dir 4-177394.0.r397315/181107 K 9 go-for-it V 27 dir 4-428675.0.r429259/1752 K 7 gourmet V 26 dir 4-133362.0.r428853/552 K 8 griffith V 26 dir 4-186452.0.r428527/687 K 15 growl-for-linux V 29 dir 4-303572.0.r437439/368899 K 6 gruler V 28 dir 4-122170.0.r428142/61571 K 10 gsimplecal V 29 dir 4-380718.0.r416242/166396 K 3 gtg V 30 dir 4-230259.0.r412346/1311261 K 6 gtimer V 28 dir 2-17736.0.r428152/278398 K 5 gtodo V 28 dir 4-89750.0.r428152/279147 K 8 gtweakui V 28 dir 4-111680.0.r428142/62275 K 9 gucharmap V 29 dir 2-76754.0.r412346/1312681 K 10 gworkspace V 28 dir 4-77300.0.r424411/303058 K 21 gworkspace-gwmetadata V 29 dir 4-181034.0.r415498/483498 K 9 gxmessage V 27 dir 4-130728.0.r409747/1487 K 6 gxneur V 30 dir 4-224229.0.r412346/1314177 K 6 hebcal V 27 dir 4-259995.0.r429358/1007 K 10 helpviewer V 29 dir 4-175710.0.r397315/183675 K 7 homerun V 29 dir 4-370925.0.r437439/369611 K 15 horde-groupware V 34 dir 4-277337.0-309149.r437682/2172 K 15 horde-kronolith V 33 dir o-51438.1-309149.r436664/4685 K 11 horde-mnemo V 33 dir o-73373.2-309149.r436664/5808 K 9 horde-nag V 33 dir q-59355.3-309149.r436664/6914 K 8 hot-babe V 29 dir 4-120980.0.r428152/279900 K 4 howm V 26 dir 4-96790.0.r427359/2107 K 4 ical V 25 dir 3-2098.0.r426308/2061 K 8 ithought V 28 dir 4-38511.0.r415498/485752 K 8 jjclient V 28 dir 4-215452.0.r428136/73043 K 3 jlj V 25 dir 4-43020.0.r403698/979 K 11 kcharselect V 27 dir s-8441.0.r424182/118594 K 10 kchmviewer V 34 dir k-140103.0-437348.r437348/4446 K 10 kdeconnect V 29 dir 4-370926.0.r437439/370320 K 7 kdepim4 V 26 dir s-38981.0.r436971/8821 K 15 kdepim4-runtime V 28 dir 1r-238903.0.r436971/9529 K 11 kdepimlibs4 V 29 dir 2a-218272.0.r436971/10288 K 16 kdeplasma-addons V 30 dir 2k-218272.0.r424182/119366 K 6 kruler V 30 dir 2k-283641.0.r424182/120092 K 11 ksshaskpass V 29 dir 4-268570.0.r420774/228684 K 7 launchy V 29 dir 4-217835.0.r430692/344554 K 7 libgcal V 29 dir 4-240085.0.r435349/175893 K 32 libopensync-plugin-vformat-devel V 29 dir 4-217097.0.r428150/168503 K 17 libstreamanalyzer V 36 dir 4-218063.0-315308.r428352/157610 K 10 libstreams V 36 dir 4-218063.1-315308.r428150/169252 K 7 ljcharm V 26 dir 4-76748.0.r398227/1988 K 7 ljclive V 29 dir 4-105920.0.r428150/170009 K 4 ljit V 28 dir 4-120305.0.r428136/73747 K 6 logjam V 27 dir 4-46369.0.r428136/74490 K 24 mate-notification-daemon V 37 dir 4-141003.5-334661.r412346/1325573 K 10 mate-utils V 36 dir 2-13865.6-334661.r412346/1326439 K 3 mdh V 27 dir 4-93846.0.r428136/75232 K 6 mencal V 28 dir 4-66577.0.r397395/107898 K 9 menumaker V 27 dir 4-188069.0.r397018/1065 K 13 moregroupware V 28 dir 4-97635.0.r415742/161241 K 4 mozo V 30 dir 1c-367830.0.r407209/140996 K 9 multisync V 25 dir 4-95062.0.r389219/638 K 16 multisync-backup V 29 dir 4-95063.0.r412346/1327905 K 16 multisync-syncml V 29 dir 4-95066.0.r412346/1328581 K 7 myitcrm V 29 dir 4-268491.0.r424411/303816 K 7 nagaina V 29 dir 4-198027.0.r435349/176558 K 16 nautilus-actions V 31 dir 6j-393607.0.r412346/1330749 K 15 nautilus-sendto V 27 dir 6t-393607.0.r393611/589 K 15 nemo-extensions V 27 dir eu-372768.0.r427062/611 K 4 note V 30 dir 4-348821.0.r412346/1332199 K 8 notecase V 29 dir 4-196512.0.r428152/280657 K 19 notification-daemon V 30 dir 4-141003.0.r412346/1332923 K 10 notify-osd V 27 dir 4-253765.0.r431675/1725 K 8 openproj V 28 dir 4-211294.0.r377747/79367 K 5 orage V 30 dir 4-182991.0.r412346/1334364 K 4 osmo V 29 dir 4-243074.0.r414014/152086 K 9 osynctool V 36 dir c-216686.0-319890.r428152/281387 K 14 owncloudclient V 36 dir 4-329193.0-383185.r437439/371158 K 12 p5-Data-ICal V 30 dir 4-147825.0.r412346/1337510 K 21 p5-Data-ICal-DateTime V 27 dir 4-429278.0.r429278/2652 K 6 p5-Goo V 29 dir 4-162357.0.r415498/486460 K 14 p5-ZConf-BGSet V 26 dir 2-228454.0.r432940/664 K 15 p5-ZConf-Runner V 30 dir 4-226900.0.r412346/1339682 K 23 p5-ZConf-Runner-GUI-GTK V 30 dir 4-243453.0.r412346/1340424 K 3 pal V 29 dir 4-105916.0.r428152/282182 K 10 parcellite V 33 dir 4-233656.0-338289.r394993/591 K 9 phpcollab V 29 dir 4-267437.0.r422175/173351 K 12 phpicalendar V 29 dir 4-106004.0.r431996/204974 K 5 pinot V 28 dir 4-179139.0.r437714/59535 K 4 plan V 27 dir 2-3527.0.r418767/160696 K 7 planner V 26 dir g-45139.0.r428130/2413 K 5 plans V 29 dir 4-124474.0.r424411/304569 K 17 plasma-applet-cwp V 29 dir 2-239279.0.r420774/229404 K 19 plasma-applet-daisy V 27 dir 4-237661.0.r437186/1715 K 24 plasma-applet-fancytasks V 29 dir 4-245893.0.r420774/230884 K 25 plasma-applet-panelspacer V 29 dir 4-221466.0.r420774/231629 K 22 plasma-applet-playwolf V 29 dir 4-230551.0.r435349/177280 K 23 plasma-applet-qstardict V 29 dir 4-304147.0.r424339/129162 K 32 plasma-applet-serverstatuswidget V 29 dir 4-270551.0.r420774/233859 K 35 plasma-applet-simpleweatherforecast V 29 dir 2-230390.0.r420774/234575 K 23 plasma-applet-teacooker V 29 dir 4-221468.0.r420774/235376 K 18 plasma-applet-yawp V 27 dir 4-229802.0.r437187/1843 K 9 plopfolio V 29 dir 4-177446.0.r397315/184700 K 11 preferences V 35 dir 4-75102.0-302256.r397315/185530 K 5 puush V 27 dir 4-416803.0.r419880/1018 K 13 py-bugwarrior V 27 dir 4-390580.0.r426059/1599 K 7 py-khal V 27 dir 4-381062.0.r424867/5345 K 12 py-pycarddav V 29 dir 4-381063.0.r415498/488576 K 10 py-pystash V 30 dir 4-362173.0.r412346/1346923 K 13 py-send2trash V 29 dir 4-322527.0.r371173/131480 K 12 py-spice-gtk V 27 dir 2-378739.0.r424123/1552 K 8 py-taskw V 30 dir 4-390579.0.r412346/1347632 K 13 py-vdirsyncer V 27 dir 4-380909.0.r423409/1042 K 10 py-vobject V 30 dir 4-193184.0.r412346/1348972 K 12 pybookreader V 30 dir 4-174513.0.r412346/1349744 K 7 pypanel V 30 dir 4-146675.0.r412346/1350463 K 10 qorganizer V 27 dir 4-197980.0.r421990/1804 K 8 qrfcview V 29 dir 4-184642.0.r415498/489286 K 3 qtm V 29 dir 4-195739.0.r436247/160479 K 6 recoll V 28 dir 4-150612.0.r437714/60274 K 11 rednotebook V 30 dir 4-278755.0.r412346/1351883 K 6 remind V 28 dir 4-107496.0.r417349/58184 K 4 rolo V 29 dir 4-78790.0.r412346/1353294 K 8 rox-memo V 29 dir 4-72968.0.r412346/1354001 K 7 rubrica V 29 dir 4-76685.0.r412346/1354745 K 17 rubygem-shellplay V 29 dir 4-403367.0.r415498/489955 K 19 rubygem-taskjuggler V 36 dir 4-131441.0-335714.r414136/274061 K 8 semantik V 27 dir e-113067.0.r429167/2073 K 7 shutter V 30 dir 4-380165.0.r412346/1356984 K 7 silence V 29 dir 2-255731.0.r420774/237550 K 12 simpleagenda V 30 dir 4-226257.0.r412346/1358417 K 15 simplegroupware V 26 dir 4-267475.0.r431280/636 K 9 sliderule V 27 dir 2-7472.0.r437439/371867 K 9 spice-gtk V 27 dir 7-378739.0.r425018/3040 K 6 strigi V 29 dir 4-218063.0.r420774/238272 K 12 strigiclient V 37 dir 4-218063.3-315308.r412346/1360580 K 12 strigidaemon V 37 dir 4-218063.4-315308.r412346/1361363 K 11 strigiutils V 37 dir 4-218063.5-315308.r412346/1362092 K 8 sugarcrm V 27 dir 4-134775.0.r435319/1050 K 12 superkaramba V 30 dir 34-297371.0.r424182/120859 K 13 superswitcher V 29 dir 4-152949.0.r435349/178012 K 11 surrealtodo V 29 dir 4-268384.0.r422175/176347 K 13 syncthing-gtk V 30 dir 4-398715.0.r412346/1364340 K 17 systempreferences V 29 dir 4-175708.0.r397315/187333 K 8 tagutils V 29 dir 4-166752.0.r428152/283612 K 9 taskcoach V 26 dir 4-270266.0.r396856/623 K 5 taskd V 29 dir 4-339904.0.r437439/372661 K 11 taskwarrior V 29 dir 4-235887.0.r437439/373368 K 6 teapot V 26 dir 2-10323.0.r422910/1394 K 3 tel V 28 dir 4-186809.0.r417349/58887 K 12 thinkingrock V 30 dir 4-205526.0.r412346/1367211 K 6 tine20 V 27 dir 4-299709.0.r420242/9960 K 5 tnote V 29 dir 4-261238.0.r431996/205639 K 4 todo V 30 dir 4-168196.0.r412346/1367872 K 6 tomboy V 27 dir 4-135330.0.r419872/1077 K 19 tomboy-plugin-latex V 29 dir 4-255556.0.r415738/198744 K 22 tomboy-plugin-reminder V 29 dir 4-255558.0.r415738/199488 K 18 tomboy-plugin-todo V 29 dir 4-255559.0.r415738/200231 K 10 toolboxkit V 29 dir 4-180087.0.r397315/188370 K 3 tpb V 29 dir 4-137129.0.r428150/170756 K 8 treeline V 27 dir 4-113589.0.r416214/1108 K 10 treesheets V 29 dir 4-371518.0.r437439/374028 K 8 tuxcards V 27 dir 2-52937.0.r428596/16832 K 7 vboxgtk V 29 dir 4-236489.0.r435349/178724 K 12 virt-manager V 27 dir 4-277399.0.r426603/1748 K 3 vit V 30 dir 4-364261.0.r412346/1374416 K 7 vnc2flv V 29 dir 4-266902.0.r415839/143259 K 3 vym V 26 dir 4-119974.0.r404957/615 K 5 wammu V 27 dir 4-254323.0.r429356/1032 K 4 when V 27 dir 4-161098.0.r433533/1324 K 10 wmpinboard V 28 dir 2-16357.0.r386312/527911 K 4 wyrd V 30 dir 4-167075.0.r412346/1376532 K 4 x026 V 29 dir 2-264444.0.r415738/200904 K 9 xcalendar V 28 dir 4-39907.0.r415498/495175 K 4 xchm V 25 dir 4-90237.0.r421837/798 K 20 xfce4-generic-slider V 26 dir 4-255906.0.r433309/522 K 18 xfce4-notes-plugin V 29 dir i-90531.0.r412346/1377945 K 13 xfce4-notifyd V 27 dir 4-243213.0.r436579/1129 K 13 xfce4-tumbler V 28 dir 4-270187.0.r430778/69576 K 13 xfce4-volumed V 30 dir 4-350638.0.r412346/1381019 K 19 xfce4-volumed-pulse V 27 dir 4-372993.0.r422126/2935 K 16 xfce4-xkb-plugin V 30 dir 4-117115.0.r412346/1382484 K 13 xmaddressbook V 27 dir 2-4659.0.r386312/530893 K 7 xmdiary V 28 dir 2-10084.0.r371262/124575 K 5 xneur V 29 dir 2-182850.0.r437439/374777 K 4 xpad V 34 dir 4-286132.0-375843.r422944/1280 K 5 xpad3 V 33 dir 4-90363.0-375841.r375843/3668 K 7 xpostit V 27 dir 2-3070.0.r363374/226809 K 11 xpostitPlus V 27 dir 2-8033.0.r386312/531637 K 5 xrolo V 29 dir 2-16157.0.r412346/1384741 K 6 xwrits V 25 dir 2-24418.0.r403998/579 K 3 zim V 37 dir 4-165091.0-390042.r412346/1385446 K 6 znotes V 27 dir 4-248958.0.r395442/1381 K 5 zorro V 26 dir 2-3517.0.r396577/60935 END ENDREP id: 1-2098.0.r437750/26411 type: dir pred: 1-2098.0.r437714/74767 count: 6106 text: 437750 12104 14294 0 cf19c063f40581eb3aece3230560aef5 cpath: /head/deskutils copyroot: 0 / PLAIN K 10 .arcconfig V 26 file 1-354154.0.r422906/41 K 14 .gitattributes V 27 file 1-411777.0.r411777/210 K 10 .gitignore V 26 file 1-348322.0.r376072/79 K 7 CHANGES V 26 file 1-99373.0.r436086/679 K 15 CONTRIBUTING.md V 27 file 1-348323.0.r348323/344 K 9 COPYRIGHT V 26 file 1-146787.0.r430107/51 K 4 GIDs V 28 file 1-168311.0.r437280/6518 K 8 Keywords V 27 dir 1-314142.0.r419368/1305 K 5 LEGAL V 25 file 1-748.0.r435735/1720 K 5 MOVED V 26 file 1-69878.0.r437716/531 K 8 Makefile V 24 file 1-6.0.r424411/75633 K 2 Mk V 22 dir 1-5.0.r437734/3829 K 6 README V 25 file 1-2408.0.r340854/956 K 9 Templates V 24 dir 1-2932.0.r414724/906 K 5 Tools V 26 dir 3-15302.0.r437233/3386 K 4 UIDs V 28 file 4-168311.0.r437280/6801 K 8 UPDATING V 27 file 1-102685.0.r437727/134 K 13 accessibility V 26 dir 1-42583.0.r437493/2731 K 6 arabic V 27 dir 1-38973.0.r437081/48442 K 9 archivers V 25 dir 1-242.0.r437539/13750 K 5 astro V 24 dir 1-301.0.r437603/9503 K 5 audio V 25 dir 1-148.0.r437741/44127 K 4 base V 28 dir 1-420954.0.r431796/79632 K 10 benchmarks V 23 dir 1-62.0.r437563/4763 K 7 biology V 25 dir 1-9066.0.r437552/6382 K 3 cad V 26 dir 1-276.0.r437439/243710 K 7 chinese V 27 dir 1-3770.0.r437439/253572 K 5 comms V 24 dir 1-76.0.r437539/69393 K 10 converters V 27 dir 1-1561.0.r437439/286003 K 9 databases V 25 dir 1-771.0.r437739/56693 K 9 deskutils V 26 dir 1-2098.0.r437750/26411 K 5 devel V 25 dir 1-73.0.r437748/316905 K 3 dns V 26 dir 1-6145.0.r437517/14478 K 7 editors V 23 dir 4-6.0.r437741/58636 K 9 emulators V 25 dir 1-181.0.r437732/12742 K 7 finance V 26 dir 1-4110.0.r437683/12123 K 6 french V 28 dir 1-25673.0.r437439/896194 K 3 ftp V 26 dir 1-199.0.r437439/902764 K 5 games V 25 dir 1-104.0.r437685/59167 K 6 german V 25 dir 1-7451.0.r437651/2743 K 8 graphics V 24 dir 1-94.0.r437703/59382 K 6 hebrew V 28 dir 3-31142.0.r437081/141781 K 9 hungarian V 29 dir 1p-38973.0.r437081/143302 K 3 irc V 23 dir 1-42.0.r437564/7665 K 8 japanese V 25 dir 1-410.0.r437615/60331 K 4 java V 26 dir 1-2798.0.r437452/13270 K 6 korean V 27 dir 1-5873.0.r437081/162231 K 4 lang V 24 dir 1-15.0.r437735/34145 K 4 mail V 25 dir 1-57.0.r437714/116522 K 4 math V 25 dir 1-162.0.r437749/44343 K 4 misc V 24 dir 7-35.0.r437591/26340 K 10 multimedia V 25 dir d-333.0.r437745/41096 K 3 net V 24 dir 1-22.0.r437744/76940 K 6 net-im V 28 dir 15-11144.0.r437609/11243 K 8 net-mgmt V 26 dir r-1011.0.r437667/20734 K 7 net-p2p V 29 dir g-29106.0.r437439/1693751 K 4 news V 27 dir 1-145.0.r437439/1698238 K 4 palm V 28 dir 1-6646.0.r437439/1699954 K 6 polish V 27 dir tv-38973.0.r437652/2253 K 10 ports-mgmt V 25 dir 1-5132.0.r437524/4853 K 10 portuguese V 28 dir 1-17842.0.r437081/166664 K 5 print V 24 dir 1-79.0.r437685/73589 K 7 russian V 27 dir 1-1559.0.r437328/540085 K 7 science V 26 dir n-5356.0.r437680/12476 K 8 security V 26 dir 1-269.0.r437746/820793 K 6 shells V 22 dir w-6.0.r437285/4151 K 8 sysutils V 26 dir b-339.0.r437714/182980 K 8 textproc V 26 dir 1-322.0.r437735/131751 K 9 ukrainian V 28 dir g-39704.0.r437081/171236 K 10 vietnamese V 27 dir 1-4812.0.r437081/173041 K 3 www V 26 dir 1-114.0.r437747/144694 K 3 x11 V 24 dir 1-16.0.r437622/40223 K 10 x11-clocks V 24 dir 1-931.0.r437547/5244 K 11 x11-drivers V 27 dir 1-157567.0.r437434/4518 K 6 x11-fm V 27 dir 1-691.0.r437439/2261188 K 9 x11-fonts V 25 dir 1-543.0.r437492/11546 K 11 x11-servers V 25 dir 1n-710.0.r436327/1476 K 10 x11-themes V 27 dir 1-14410.0.r437672/10129 K 12 x11-toolkits V 25 dir 1-120.0.r437685/90531 K 6 x11-wm V 26 dir 1-40.0.r437439/2316550 END ENDREP id: 2-1.0.r437750/30121 type: dir pred: 2-1.0.r437749/48046 count: 433483 text: 437750 26587 3521 0 3790d9e4ac8a9af6291afcbdbb9d93dc props: 7322 2587 45 0 7a04b33bf8e35fd5c3d111baaf403dc5 cpath: /head copyroot: 0 / PLAIN K 8 branches V 24 dir 0-1.0.r437738/147362 K 4 head V 23 dir 2-1.0.r437750/30121 K 8 projects V 30 dir 0-377393.0.r378744/3577692 K 8 svnadmin V 22 dir 3-1.0.r437230/1280 K 4 tags V 22 dir 8-1.0.r430249/5125 END ENDREP id: 0.0.r437750/30562 type: dir pred: 0.0.r437749/48488 count: 437750 text: 437750 30337 212 0 7ccbd0f2aa362d1799a732f509b28d60 props: 341041 7130 346 0 8b695b9f61597e4917effffba3bbfaa3 cpath: / copyroot: 0 / minfo-cnt: 37 _4.0.t437749-9drq add-file true true /head/deskutils/gnote/files/patch-src_actionmanager.cpp _7.0.t437749-9drq add-file true true /head/deskutils/gnote/files/patch-src_addins_exporttogtg_exporttogtgnoteaddin.cpp _9.0.t437749-9drq add-file true true /head/deskutils/gnote/files/patch-src_addins_printnotes_printnotesnoteaddin.cpp _b.0.t437749-9drq add-file true true /head/deskutils/gnote/files/patch-src_addins_statistics_statisticsapplicationaddin.cpp _d.0.t437749-9drq add-file true true /head/deskutils/gnote/files/patch-src_addins_todo_todonoteaddin.cpp _f.0.t437749-9drq add-file true true /head/deskutils/gnote/files/patch-src_dbus_searchprovider.cpp em-372768.0.r372768/919594 delete-file false false /head/deskutils/gnote/files/patch-src_gnome-keyring_ring.cpp em-372768._0.t437749-9drq add-file true false /head/deskutils/gnote/files/patch-src_gnome__keyring_ring.cpp 437749 /head/deskutils/gnote/files/patch-src_gnome-keyring_ring.cpp _i.0.t437749-9drq add-file true true /head/deskutils/gnote/files/patch-src_note.hpp _k.0.t437749-9drq add-file true true /head/deskutils/gnote/files/patch-src_notebuffer.cpp _m.0.t437749-9drq add-file true true /head/deskutils/gnote/files/patch-src_notetag.cpp _o.0.t437749-9drq add-file true true /head/deskutils/gnote/files/patch-src_notewindow.cpp _q.0.t437749-9drq add-file true true /head/deskutils/gnote/files/patch-src_remotecontrolproxy.cpp _s.0.t437749-9drq add-file true true /head/deskutils/gnote/files/patch-src_searchnoteswidget.cpp _u.0.t437749-9drq add-file true true /head/deskutils/gnote/files/patch-src_synchronization_gnotesyncclient.cpp 30562 30786