kdevelop4-devel-4.4.1-2.1.2>t 4 DpQ 鎸/=„ltxQh-Hz<sP]eIL2;zq0imeN}獶'D>Yo:ﱝ:k%sO Ÿ.6PJŴ,gըq F])=^&+x*i5;ē[mhZ?OTp"zF3q22ڗi :OO-W=mslc u۪l1nt?|!`ݾ5sE(ڷ,Q 鎸/=„cZ+c`R`ŕz5s*(hh7'^zpJ2+۲ڀS}|}Y&3cݰ qaO,kJLMHG ?9!L?!<d  TPT\`nw     H L\pG(c8l9:>FGHIXY \8]H^xbc Pd e f l u v w! x!z!,Ckdevelop4-devel4.4.12.1.2Integrated Development Environment: Build EnvironmentAn integrated development environment (IDE) that allows you to write programs for the X Window System, the Qt library, or KDE. It includes a documentation browser, a source code editor with syntax highlighting, a GUI for the compiler, and much more.Q build23%openSUSE 12.3openSUSEGPL-2.0+http://bugs.opensuse.orgDevelopment/Tools/IDEhttp://www.kdevelop.orglinuxx86_64 DAA큤Q Q PiEPiE348aa76aabbb5711039dfbec2e09eb58134b28cb7c4d55c05a05b0f66f145297rootrootrootrootrootrootrootrootkdevelop4-4.4.1-2.1.2.src.rpmkdevelop4-develkdevelop4-devel(x86-64)   kdevelop4rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)4.4.13.0.4-14.0-14.4.6-14.10.2P@PXPaPM@O[@OleO_6NNNpMM] M=iM1@M-L L@LBKKɢKQ@K"@K8@KuBK'z@J@J@JG[@J6dmitry@roshchin.orgmailaender@opensuse.orgcoolo@suse.comwstephenson@suse.comwstephenson@suse.comidonmez@suse.comwstephenson@suse.comctrippe@opensuse.orgtoddrme2178@gmail.comjavier@opensuse.orgjavier@opensuse.orgwstephenson@novell.comwstephenson@novell.comwstephenson@novell.comctrippe@gmx.nettittiatcoke@gmail.comwstephenson@novell.combeineri@opensuse.orgtittiatcoke@gmail.comwstephenson@novell.comwstephenson@novell.comwstephenson@novell.comwstephenson@suse.detittiatcoke@gmail.comtittiatcoke@gmail.combeineri@opensuse.orgbeineri@opensuse.orgbinner@kde.orgbeineri@opensuse.org- Update to 4.4.1 * Skip varibles when parsing Makefile for targets. * Fix code completion: We used to hide const getter functions if they have a Q_PROPERTY of the same name. * Call ::repaint explicitly on the QSplashScreen after showing it. * Fix c++ completion bug: don't insert "::::" * Don't crash when calling string(TOLOWER, TOUPPER or LENGTH) with too few arguments * update splash to say v4.4 * Put the recent projects in a button+menu instead of a list * Fix build on PPC.- update to 4.4.0 * Fix bug in signature assistant. Tested in master. * Fix auto type-deduction for cases like 'auto foo(bar);'. * Extend unit test * Improve properties fetching- buildrequire explicit version of kdevplatform- Update to 4.3.90 (4.4RC1) * kdevelop_attach renamed to "kdevelop!" * Fix auto type-deduction for cases like 'auto a(1.1);'. * Move plain Qt application templates into a Qt category * Add Thread and Frame Information on Execution * Improve the way we map to cmake's variables model * support multiple location breakpoints * Fix threading problem in the CMakeManager * add support for padding parenthesis headers * Improve KDev's Dashboard projects' names * Properly add the build directory * Properly initialize CMAKE_INCLUDE_CURRENT_DIR * Explicitly disable "Apply" button after re-reading CMake cache. * Be less strict about named and unnamed arguments. * Let the OutputView take ownership of the make output delegate. * Directly set the model's data when we toggle a checkbox. * Don't call load() in our ctor, that is done automatically. * Don't tell the user the make config has changed when he first sees it. * Fix memory leaks of Ui objects. * Don't use raw Declaration pointers across unlocked DUChain code paths.- Update to 4.3.1 * Bugfixes in C++ support- Change license to GPL-3.0+ per discussion in bnc#753628- update to 4.3.0 * add c++11 support * improved clang support * improved session management * many bug fixes- Require kate as it is a runtime dependency (bnc#729168)- Removed commented files (fix for RPMLINT warning) - Added valgrind buildrequires - Cleaned up spec file formatting- update to 4.2.3 bugfix release- update to 4.2.2 bugfix release- call update-mime-database in pre/post install scripts* update to 4.2.0 final: * Ported to Kate MovingCursors and MovingRanges apis * Improved Search and Replace in multiple files * Better embedded developer documentation including .qch support * Better handling of locked sessions * Improved look-and-feel for code assistants * Filter added to the Projects toolview * A much improved Problems toolview, which now tracks TODO and FIXME comments as well * Improved standards compliancy for the C++ macro support * Improvements to file and folder handling, in particular for CMake support * Improvements to file and folder handling, in particular for CMake support- update to 4.1.90 (4.2RC1) * Fix duplicate brackets insertion when executing completion for a function. * CMakeDUChainTest: store ranges in QSet instead of std::set. * fixes the cmakeduchaintest: a list of uses is checked to see if they're all there, that's a set operation, the test failed, because the lists where in the `wrong' order * Fix token-names for GeneratorTest * Don't look for kdevelop in gitorious anymore. * Ignore the 'build' directory. * Don't add to the tree unexisting directories.- BuildRequire okteta-devel to build the okteta plugin (bnc#656174)- Update to a new git snapshot to enable build on KDE 4.6 Beta 1- update to 4.1.0, require kdevplatform 1.1.0 * fix custommake manager crashes when deleting, renaming folders * optimize: no need to call moveBehindComment if we found a last #include, just put include after that * finally fix the missing include item placement... * place includes/forward declarations after defines or comments if no empty line is found * properly add include/forward definition at start of document when we don't find a position after that * Check cached variables from conditionals too. * Make it possible to reload CMakeFolders that don't have a cmakelists.txt (because it has been removed). Improve responsibity on file removal. Reload project branch when a CMakeLists.txt file was removed. * use system colors instead of hardcoded colors in GDB command line toolview * set focus on filter lineedit by default in 'attach to process' dialog * properly read debugger state when adding output widget after debug process was started * Test the option command works properly with the cache. * Fix project reloading when the cache is dirty. * Don't set the variable in case it's already specified on the cache. * Reload the project whenever the CMakeCache is modified. * let view take ownership of widgets, prevents leakage and crashes * CMake support: avoid infinite loop on foreach(RANGE) that never runs. * Make it possible to parse properly projects with empty CMakeLists.txt files. Don't add the cmake project root directory two times to the watcher.- update to 4.0.1 bugfix release- update to 4.0 final * convert the mimetype definition to the XDG format and remove the old KDE 3 definition * Fix crash when attachMaybe is called a second time before the first -var-create call returned (bko#219570) * Hide broken option "Use separate terminal for I/O" for now. (bko#235335) * Don't follow recursive make calls if the working directory didn't change (bko#232972) * Add a maximum depth for recursive make calls (bko#232972) * More precisely search the scopes for external class definitions. (bko#204100) * Make the include-paths unique before computing a list of shown items. (bko#202321) * Provide a stub implementation of __builtin_offsetof that allows correct use-building for the member (bko#187046) * Add a zero-check after locking the duchain, to prevent a rare crash. (bko#231790)- update to 3.10.2 (4.0 RC 3) -- update to 3.10.1 (4.0 RC 2)- update to 3.10.0 (4.0 RC 1)- update to 3.9.99 (4.0 Beta 9)- update to 3.9.98 (4.0 Beta 8)- update to 3.9.97 (4.0 Beta 7)- update to 3.9.96 (4.0 Beta 6)- update to 3.9.95 (4.0 Beta 5)- update to 3.9.94- update to 3.9.93build23 13597350564.4.1-2.1.24.4.1-2.1.2kdevelopmakeimakebuilder.hFindKDevelop.cmake/usr/include//usr/include/kdevelop//usr/include/kdevelop/make//usr/share/kde4/apps/cmake/modules/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/20dc9d90fd94d481aaac93fe4cd6f847-kdevelop4cpiolzma5x86_64-suse-linuxASCII textC++ source, ASCII textdirectory{Y=#鸿KR?p] crt:bLLEWirv_~Z:`!$ Mq$l*Г=P}':Z_ϑ>|%oV!ܖ̫F5Ũ}9@`Q۷`> yp;WhKeDo05 5'y&K GsCu迪TTgnn^R f!w-^ʘzK,L+pn7x"*vdK%aLu0u1/cbq?NMV;HVЊjTI ZꕝO5DM 3~)_Tu:M*7Ysx!d k7a| X.Qy)8F7 Z^c1ɦ,(z阮e*P JL'Hw;+z̰Ԋ oQnlᙂg^R3|DfFmk.in1hpܩJh`n?:Z BGc5U aoT険 rhLԟxhH^i2(I\`:/VT)Q(Ƈrpl☠rԓ6R#tޛŭ^@j&9ĮFaq 2.֡u[RA-C]SzJ!5< >JR9LoR*oK>W|) x5'' .L`qёyq b<Ӹ6Ư夿:C|;JaqAB^8y┡yW!A j]8Jk'0 ʄiz9f}Kduqəbm!m^h.5ݝbq u*7o]9fr}ElFrkA5UV^Q}M~v\w`a@{\>i,% nCG9H=`z¯bɮ4f$ DFhi_Ro,#ZW- O8]ڦIS1{ptQߴs,C@g~? T07f|h3-LBi>:¾m'IBA/Imոz1$)S{$+ W=.QyM;Gd%OnWG$/scB#\>K=`J/I,rK'+An)75iIݼmt'):ESP_R'm-u䝒pD<fR .=p6X4)rv6uYQpţL>F(NV ]{@{=a" gdv? }3Ag=_|m&#