daily pastebin goal
49%
SHARE
TWEET

kronos

a guest Dec 16th, 2010 51 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. diff -Nru kdevplatform-1.1.1/CHANGELOG.1.1.1 kdevplatform-1.1.80/CHANGELOG.1.1.1
  2. --- kdevplatform-1.1.1/CHANGELOG.1.1.1  2010-11-26 02:30:48.000000000 +0530
  3. +++ kdevplatform-1.1.80/CHANGELOG.1.1.1 1970-01-01 05:30:00.000000000 +0530
  4. @@ -1,29 +0,0 @@
  5. -ChangeLog for kdevplatform v1.1.1
  6. -=================================
  7. -
  8. -* Milian Wolff: set version to 1.1.1
  9. -* Aleix Pol: Make the build tool responsible for renaming the items when rename is triggered (it was already being done, but twice in abstractfilemanagerplugin).
  10. -* Dmitry Risenberg: Fix line numbers in annotation bar for git. BUG:255599
  11. -* Pino Toscano: i18n: do not extract messages from sources in 'tests' subdirectories
  12. -* Nicolás Alvarez: Minor changes to apidox.
  13. -* Aleix Pol: When removing a file or directory, check if it has git versioned stuff. In that case ask Git to remove it, otherwise trash it.
  14. -* Nicolás Alvarez: Fix comment typos in iplugin.h.
  15. -* ben2367: Correct FileManager contextMenu
  16. -* Nicolás Alvarez: Add i18n comments to strings in codeutils plugin.
  17. -* Nicolás Alvarez: DumpChain: code cleanup.
  18. -* Milian Wolff: fix: don't crash when changing shortcuts without having an active document
  19. -* Milian Wolff: set a proper minimum width when initializing the launch config dialog
  20. -* Milian Wolff: make sure all projects are readable in launch config dialog
  21. -* Milian Wolff: initialize CodeHighlightingColors after we initialized the required member vars, add test to run valgrind easily
  22. -* Lambert CLARA: Fix lib APU find in FindSubversionLibrary.cmake
  23. -* Milian Wolff: preserve remote parts of url of active document for 'open file' dialog
  24. -* Aleix Pol: Copy the current directory instead of doing silly references.
  25. -* Milian Wolff: add some icons in the launch config dialog
  26. -* Milian Wolff: fix resize-to-column width algorithm and make launch config dialog have a sane size by default
  27. -* Milian Wolff: disable target combobox when using custom executable
  28. -* Milian Wolff: try to fix crash in KDevelop::ConfigurableHighlightingColors::getAttribute
  29. -* Milian Wolff: fix up delegate deletion, prevents crash in generic manager test cases (was deleted but the static var in the getter function was not reset)
  30. -* Milian Wolff: backport from master: only append subdirs to actual parent list jobs, fixes random crashes
  31. -* Nicolás Alvarez: Add 'build' to .gitignore.
  32. -* Milian Wolff: make project url canonical before inserting into m_currentlyOpening
  33. -* Milian Wolff: don't leak temporary files
  34. diff -Nru kdevplatform-1.1.1/CHANGELOG.1.1.80 kdevplatform-1.1.80/CHANGELOG.1.1.80
  35. --- kdevplatform-1.1.1/CHANGELOG.1.1.80 1970-01-01 05:30:00.000000000 +0530
  36. +++ kdevplatform-1.1.80/CHANGELOG.1.1.80        2010-12-16 03:45:02.000000000 +0530
  37. @@ -0,0 +1,514 @@
  38. +ChangeLog for kdevplatform v1.1.80
  39. +==================================
  40. +
  41. +* Milian Wolff: set version to 1.1.80 for beta 1
  42. +* Milian Wolff: fix linking of unit test
  43. +* Andreas Pakulat: Show the complete path to documents when no tabbar is used
  44. +* Andreas Pakulat: Fix updating of status icon when switching views.
  45. +* Andreas Pakulat: Show the location of files in the listview
  46. +* Andreas Pakulat: drop TODO that got done already
  47. +* Andreas Pakulat: Add new function to retrieve the path of a url in a pretty way.
  48. +* Milian Wolff: optimize: save basename in IndexedString and use that fast version in hasFileOrFolder
  49. +* Milian Wolff: api dox clarifying that these operators are fast
  50. +* Milian Wolff: adapt to internal change: folders always have the trailing slash now
  51. +* Milian Wolff: don't assert on project or name/parent
  52. +* Milian Wolff: leverage polymorphism over dynamic casts since that is faster
  53. +* Andreas Pakulat: Fix linkage and link-interfaces
  54. +* Andreas Pakulat: Remove dependency on QtDesigner.
  55. +* Aleix Pol: Report the executable with its arguments when it's being run.
  56. +* David Nolden: Revert 986ec7bb18211a7789e28c48fdc750668ae9b1d5 . Unfortunately, this completely broke restoring of split-view area configurations (to test: Just create split-view, close+open the working-set, bang. Alternatively, close+reopen the app, it will assert during startup).
  57. +* Aleix Pol: Use the proper icon for the environment widget buttons.
  58. +* Milian Wolff: fix license
  59. +* David Nolden: Always show the prefix of argument-hints, even in reduced completion mode.
  60. +* Andreas Pakulat: Improve the cmake code for linking.
  61. +* Milian Wolff: use variable number of threads, this way it should hang for more people
  62. +* Till Adam: Build on OSX.
  63. +* Milian Wolff: add testcase for deadlock in ForegroundLock with QMutex
  64. +* Milian Wolff: make it possible for inheritors to decide when to do rainbow coloring and when not
  65. +* Morten Volden: Remove call to QProcess::setEnvironment which sets the environment to that of the parent process. A client using DvcsJob can now set the environment of the job without having settings overwritten.
  66. +* Andreas Pakulat: Fix link-interface
  67. +* David Nolden: Don't highlight declarations when there is a selection. This makes the highlighting work better together with the new kate "highlight selection" plugin.
  68. +* Yuri Chornoivan: fix typos
  69. +* Milian Wolff: initialize even more static data in a controlled way to prevent random crashes
  70. +* Milian Wolff: also init repository for modification revision sets properly
  71. +* Milian Wolff: move initialization of static DUChain data to DUChain::initialize()
  72. +* Andreas Pakulat: Revert "Merge branch 'git/extensive_version_check'"
  73. +* David Nolden: Add the title of the problem solution assistant in places where the assistant title isn't visible.
  74. +* David Nolden: Don't try to delete type-data for which we don't have the correct type factories loaded, because that will lead to an assertion/crash. BUG: 259076
  75. +* Jan Gerrit Marker: If name or email are empty add a place holder instead of nothing to the license
  76. +* Jan Gerrit Marker: Add year, name and email to license text when generating a new class. In order to do this change licenses to use the same place holders for year respectively author
  77. +* Pino Toscano: i18n: small improvement to message
  78. +* Silvere Lestang: Add a collapse & expand all items actions to find & replace (icons are temporary)
  79. +* Julien Desgats: Cleanup warnigns & minor modifications
  80. +* Andreas Pakulat: Declare the new function
  81. +* Andreas Pakulat: Extract duchain-item-repo initialization into a separate function.
  82. +* Andreas Pakulat: Fix a crash when loading a project, by initializing static data
  83. +* David Nolden: Don't ask "Do you really want to save?" when closing a working-set but the modified file is actually in another area.
  84. +* Julien Desgats: Apply button is enabled only when items are checked
  85. +* Julien Desgats: Minor corrections (tooltips, combo storing)
  86. +* Julien Desgats: Replacement string is now entered after search
  87. +* David nolden: Always seed the random number generator before using QUuid::createUuid
  88. +* David nolden: Fix the problem that the session-chooser dialog sometimes didn't really create a new session when "New Session" is selected, by seeding qrand() before using QUUid::uuid().
  89. +* David nolden: Add some comments
  90. +* David nolden: Link to pthread if it's a separate library
  91. +* David nolden: Slight tweaks and bug-fixes in the grep-view: - Store the values from the grep dialog in the session-specific configuration, not in the global config. - Make the grep output look nicer:  * Use pretty-printing for the filenames in the grep output  * Make the (X matches) printed in italic  * Write "Line X:" rather than just "X:" to make the output less cryptic  * Slightly increase the vertical space between lines, so the output doesn't look so crowded  * Disable clipping while painting the lines. Together with the additional vertical space, this fixes the strange ugly clipping issues.
  92. +* Pino Toscano: i18n: add missing i18n, and avoid string puzzle
  93. +* Vladimir Prus: Report when the current launch config does not support a given mode. Ideally, we should disable "Execute" or "Debug" button in that case, but it's for later.
  94. +* Christophe Giboudeaux: Install the header in kdevplatform/ vs. kdevelop/ before.
  95. +* David Nolden: Only use the pthread-mutex on linux
  96. +* Milian Wolff: remove flicker and cleanup code: remove addViewSilently, don't force reload of window area whenever a workingset changed
  97. +* Milian Wolff: improve crash recovery dialog
  98. +* Aleix Pol: When working with directories, use the actual directory to get the cwd instead of the parent.
  99. +* Dmitry Risenberg: Move signal/slot connection out of kDebug - otherwise connect never gets called in Release mode.
  100. +* Milian Wolff: make sure we don't try to apply / jump to prev/next item if we don't have any matches
  101. +* Nicolás Alvarez: Minor doxygen fixes.
  102. +* Nicolás Alvarez: Fix IPlugin documentation.
  103. +* David Nolden: Use pthread directly for the foreground mutex, potentially trying to workaround a problem in the QMutex implementation which leads to a rare deadlock. BUG: 252659
  104. +* David Nolden: Remove the "#if 0"
  105. +* David Nolden: Don't close the running session when a session is selected through the "Session" menu.
  106. +* Milian Wolff: make it possible to differentiate between context menu and toolbar actions use that to filter the new filter lineedit from the project manager view
  107. +* Nicolás Alvarez: Fix typo in method name.
  108. +* Pino Toscano: fixuifiles
  109. +* Milian Wolff: don't connect to compat signal
  110. +* Milian Wolff: use plain string, not text() as that can contain an ampersand for the accellerator
  111. +* Andreas Pakulat: Improve version check for KDevPlatform
  112. +* Milian Wolff: show prefix, postfix and arguments in snippets tree view
  113. +* Milian Wolff: use Disabled palette also for snippets in disabled repositoreis
  114. +* Milian Wolff: warn user if he closes a snippet with unsaved changes
  115. +* Julien Desgats: Copyright block correction, some kdebug removed
  116. +* David nolden: Make the uses-widget nicer to look at, by giving each level some tree-like indentation, and using ProjectController::prettyFileName for the filename.
  117. +* Yuri Chornoivan: typo: diable->disable
  118. +* Nicolás Alvarez: Fix comment typo.
  119. +* Nicolás Alvarez: Fix link of findreplace-test.
  120. +* Milian Wolff: use the same (small) icon size for the toolbar in the Documentation view
  121. +* David nolden: - Add a safety check whether m_declaration still exists - Make several completion constants accessible to subclasses
  122. +* Milian Wolff: add contexts to strings
  123. +* Milian Wolff: sort actions by name in 'Add Tool View' context menu
  124. +* Milian Wolff: put common code into a static method in IOpenWith, make QuickOpen for project files use IOpenWith
  125. +* Milian Wolff: use IOpenWith in file manager plugin
  126. +* Milian Wolff: make it possible to always open some mimetypes in an external application
  127. +* Milian Wolff: prepend member varis with m_
  128. +* David Nolden: Change the foreground lock to only use a non-recursive mutex, and manage the recursion manually. This might fix an occassional deadlock due to a potential bug in the recursive QMutex implementation. CCBUG: 252659
  129. +* Milian Wolff: fix rename of files in build-folders (e.g. qmake)
  130. +* Milian Wolff: fix removal of existing files/folders when they are buildfolders or targets
  131. +* Milian Wolff: use genericmanager debug area for abstractfilemanagerplugin + filemanagerlistjob
  132. +* Julien Desgats: Encoding handling in GrepJob
  133. +* Silvere Lestang: Clean includes + other things
  134. +* David Nolden: Don't use the file contents to determine the mimetype in the language controller. This could lead to huge UI lock-ups when there were many non-code files contained by the project directory.
  135. +* Julien Desgats: Use IDocumentController instrad of directly KSaveSelectDialog
  136. +* Aleix Pol: Make the build tool responsible for renaming the items when rename is triggered (it was already being done, but twice in abstractfilemanagerplugin).
  137. +* Dmitry Risenberg: Fix line numbers in annotation bar for git. BUG:255599
  138. +* Silvere Lestang: Make the results toolview kill the GrepJob when we close it
  139. +* Benjamin Port: Modify some string in GrepViewPlugin
  140. +* Benjamin Port: Replace Find in files by Find/Replace in files
  141. +* David nolden: Delete recovery files for documents in the moment they are saved. This makes sure that we never offer a recovery when in reality the file was saved shortly before the crash.
  142. +* David nolden: Remove the debug output
  143. +* David nolden: Fix massive UI flickering when closing the last view of a document which is active in multiple areas through the same working-set.
  144. +* Milian Wolff: prevent qt warning about unexpected null receiver in disconnect
  145. +* Milian Wolff: check for signal existance before connecting to it, fixes Qt warning for Problem tooltips
  146. +* Milian Wolff: fix close all tabs / close other tabs actions by using a QueuedConnection
  147. +* Milian Wolff: don't crash when we don't find an area for a view
  148. +* Milian Wolff: introduce getter for current document path/url
  149. +* David nolden: Remove obsolete todo
  150. +* David nolden: Add useful assertion
  151. +* David nolden: Show the "clear" button in the filter view.
  152. +* Milian Wolff: provide QDebug operator<< for RangeInRevision and CursorInRevision
  153. +* Milian Wolff: put filter line edit into the dockwidget's toolbar
  154. +* Dmitry Risenberg: Problem Reporter: make column resizing work without user interference.
  155. +* Dmitry Risenberg: Problem Reporter: rebuild problem list on timer.
  156. +* David nolden: Fix the problem that the "Document has changes, do you want to save?" dialog wasn't triggered in time when the view was part of a working set which was attached to multiple areas.
  157. +* Frederik Schwarzer: fixuifiles
  158. +* Milian Wolff: add apidox
  159. +* Milian Wolff: make it possible to configure the environment from inside the configure launches dialog
  160. +* Milian Wolff: tooltips for project view filter, toolview toggle buttons and toolview button bar
  161. +* Milian Wolff: add tooltip to outline and quickopen toolbar lineedits
  162. +* Milian Wolff: add tooltips to outline buttons
  163. +* Milian Wolff: show find-in-files results expanded by default
  164. +* Frederik Schwarzer: change layout of the Project configure dialog page
  165. +* Milian Wolff: don't try to update invalid url (i.e. when we have no active document and change the settings)
  166. +* Frederik Schwarzer: missing colon
  167. +* Milian Wolff: code cleanup and return early when we don't have to filter anything
  168. +* Milian Wolff: set click message on new filter lineedit
  169. +* Milian Wolff: set dynamic sort filter, don't do that customly
  170. +* Milian Wolff: --debug
  171. +* Milian Wolff: fix parens... doh
  172. +* Milian Wolff: init data to 0, prevent valgrind warnings
  173. +* Olivier JG: AssistantPopup: add some spacing and give it the tooltip palette.
  174. +* Julien Desgats: Removed job benchmarks
  175. +* Silvere Lestang: Replace kDebug by an error message when the replace fail
  176. +* Julien Desgats: When a job is started, previous is killed (if it is still running)
  177. +* Silvere Lestang: Better way of testing the types of items
  178. +* Silvere Lestang: Fix the behaviour of the status when we abort grepjob
  179. +* David nolden: Don't crash if the documentLoaded signal was emitted multiple times. Apparently, TextDocument does this after a file was renamed using "Save As".
  180. +* Benjamin Port: Set GrepDialog default folder
  181. +* Silvere Lestang: Fix the last commit position of copyrights and remove unused .h
  182. +* Silvere Lestang: Add Copyrights
  183. +* Silvere Lestang: Modify the behaviour of previous & next actions Make them change the focus
  184. +* David nolden: Correctly connect the signal and slot. This should fix a possible crash, because teh breakpoint-model didnt notice when the moving interface content was deleted.
  185. +* David nolden: Adapt to changes in RecoveryInterface
  186. +* Nicolás Alvarez: Change Colorizer to take QFlags for italic/bold instead of separate bools.
  187. +* ben2367: rename method (doucmentation to documentation)
  188. +* Julien Desgats: Added a check to warn user that unsaved files will be searched
  189. +* Julien Desgats: Changed status text on a replace
  190. +* Eugene Agafonov: Project Manager View inclusive filter
  191. +* Benjamin Port: Rename Find in files by Find/replace in files
  192. +* Benjamin Port: Add tooltips to grep dialog
  193. +* David nolden: Make sure to always remove the highlighting before deleting the model-list, just to make sure that there never is a highlighter which references an already-deleted model. _might_ fix a hardly reproducible crash.
  194. +* Julien Desgats: Change criteria implementation
  195. +* Olivier JG: A bit of cleanup for the assistant interface and popup.
  196. +* Benjamin Port: Keep the last directory in the search dialog
  197. +* Milian Wolff: fix compile: onyl look for recovery interface starting with kde 4.6 betas
  198. +* Milian Wolff: remove obsolete version check
  199. +* Milian Wolff: fix regression: don't hide the progress bar when there are jobs left
  200. +* Julien Desgats: Some more display fixes
  201. +* David nolden: - Never do "Simplified" update, as that is no full duchain processing. - When only one document is select, force a full recursive update. That was the basic idea of the button: To allow fixing duchain problems, even if they happened in some imports.
  202. +* Julien Desgats: Some improvements in item display
  203. +* Silvere Lestang: Implement the previous and next actions of the toolview
  204. +* David nolden: Remove helper functions, they are implemented somewhere else now (more efficiently)
  205. +* Milian Wolff: remove more obsolete kde version checks
  206. +* Milian Wolff: don't exctract messages from reviewboardtest
  207. +* Milian Wolff: remove defines, we depend on kde 4.5 anyways
  208. +* Milian Wolff: move scripts editor to 'edit snippet' dialog and use a KTextEditor for it, make documentation more accessible
  209. +* Silvere Lestang: Typo + formating
  210. +* Milian Wolff: rtrim
  211. +* Milian Wolff: don't highlight TODO problems nor show a tooltip for them
  212. +* Silvere Lestang: Replace the four buttons by actions inside a toolbar Change the icon of the toolview + some reformating
  213. +* David nolden: Nicely play together with the kate swap-file recovery, using the new KTextEditor::RecoveryInterface.
  214. +* Milian Wolff: Revert "unbreak API-breakage introduced by 700a8aabed34f83365643db4ab4e7878261fc6f6"
  215. +* Julien Desgats: "Apply" button enabled (2 pass replacement) - Root item added
  216. +* Milian Wolff: Revert stringhelpers.cpp part of "Necessities for finding TODOs in comments."
  217. +* Milian Wolff: remove UpdateOptionsDialog that was nowhere used
  218. +* Milian Wolff: Revert "only require readlock in newUse that takes a  Declaration*, to stay compatible with old code"
  219. +* Milian Wolff: only require readlock in newUse that takes a  Declaration*, to stay compatible with old code
  220. +* Milian Wolff: unbreak API-breakage introduced by 700a8aabed34f83365643db4ab4e7878261fc6f6
  221. +* Milian Wolff: document return value of new strip functions
  222. +* Milian Wolff: don't delay KActionMenu display
  223. +* Milian Wolff: don't crash when pressing show when a patch is already shown
  224. +* Julien Desgats: Removed old code that was used to draw tree
  225. +* Julien Desgats: Rich text tooltip
  226. +* Julien Desgats: Messages are handled directly by GrepOutputView and not by GrepOutputModel
  227. +* Julien Desgats: Corrected rich text display
  228. +* Julien Desgats: Tooltip is not shown if there is no replacement
  229. +* Milian Wolff: constify
  230. +* Benjamin Port: Use %s as default search template
  231. +* Benjamin Port: Move Find in files action to Edit menu
  232. +* Benjamin Port: Add find action to project contextual menu
  233. +* Silvere Lestang: Escape text of error message iin case they contain html tags
  234. +* Silvere Lestang: Fix the wrong behaviour of checkbox in the treeview
  235. +* Julien Desgats: Added tooltip message. Rich text message. Focus on item activation
  236. +* Aleix Pol: Remove repeated connect.
  237. +* Aleix Pol: Make Use method to get the declaration const. Doesn't modify anything (just calls a const method), should be fine.
  238. +* David Nolden: Fix a possible random crash
  239. +* David Nolden: Use DUChainPointer to reach uses to newUse, as the duchain is not locked beforehand, and the declaration might get deleted in the meantime. This may fix random crashes, if the builders are adapted accordingly (never reference declerations from a different top-context through Declaration* when the duchain isn't locked)
  240. +* David Nolden: Fix several working-set actions that led to a crash when the current working-set was empty, especially the "Add All" action, by using an empmty working set object. When you do a refactoring, cannot you at least try each of the 5 buttons whether it leads to an instant crash?!
  241. +* David Nolden: - Fix a bad regression from the refactoring: When the current working-set was empty, using the file-buttons in tooltips from other working-sets led to an instant crash. - Leave tooltips open after the current working-set was closed: This way a user can close and delete a working-set in one go.
  242. +* Silvere Lestang: Add a QLabel to the toolview and used it to display messages + remove some tab
  243. +* Silvere Lestang: Clear the model between two search.
  244. +* Silvere Lestang: Add "Results no found" message.
  245. +* Julien Desgats: Changed check to detect empty string matches everywhere
  246. +* Aleix Pol: Make it actually possible to create launch configurations outside its UI.
  247. +* Aleix Pol: Remove unused file.
  248. +* Dmitry Risenberg: Problem Reporter: do less parsing on full update && fix full update tooltip.
  249. +* Dmitry Risenberg: Problem Reporter: make list of todo markers in comments configurable.
  250. +* ben2367: Select the first entry in the documentation ComboBox
  251. +* ben2367: Remove indentation changes
  252. +* ben2367: Clear documentation history when documentation providers changed
  253. +* ben2367: Load and unload documentation provider-provider
  254. +* ben2367: Reload documentation providers at runtime
  255. +* ben2367: Load documentation providers from documentation provider-provider
  256. +* ben2367: Add documentation provider provider interface
  257. +* Milian Wolff: prevent warning: kdevelop/kdeui (kdelibs): No such XML file .../.kde/share/apps/kdevelop/katepartui.rc
  258. +* Milian Wolff: prevent pesty warning: "QFSFileEngine::map: Mapping a file beyond its size is not portable"
  259. +* Milian Wolff: don't access workingset controller in no-ui mode
  260. +* Julien Desgats: Some cleanup & refecotring - more test cases
  261. +* Milian Wolff: use KTextEditor in snippet editor
  262. +* Milian Wolff: optimize: delete ranges on aboutToRemoveText when removed range spans multiple lines
  263. +* Milian Wolff: clear highlighting for document when moving interface content is about to invalidate
  264. +* Silvere Lestang: Remove the green arrows on the line items, add checkbox on every items and a slot to handle their state (not fully working right now)
  265. +* Silvere Lestang: Move the model of the TreeView from GrepJob to GrepOutputView. Delete the requirement of IOutputView in .desktop file
  266. +* Dmitry Risenberg: Problem Reporter: fix parse job notifocation.
  267. +* Dmitry Risenberg: Problem Reporter: add filtering errors by severity.
  268. +* Dmitry Risenberg: Problem Reporter: Implement Full Update action. Full update causes all watched documents to be re-parsed. If errors in imports are tracked, then imports are also re-parsed.
  269. +* Dmitry Risenberg: Do not cache problem data in ProblemModel. Use DUChain directly. Implement proper locking when working with ProblemModel internal data.
  270. +* Dmitry Risenberg: Problem Reporter: add autoresize property to widget to automaticaly resize columns to data width.
  271. +* Dmitry Risenberg: Problem Reporter: allow problem scope to be selected.
  272. +* Dmitry Risenberg: Necessities for finding TODOs in comments.
  273. +* Milian Wolff: expose more information through the LockSessionState (lockfile, pid, app, hostname)
  274. +* Milian Wolff: add new MainWindow::ensureVisible method that is exposed to DBUS
  275. +* David Nolden: Improve contentContextFromProxyContext so that it never returns the wrong content-context, better return zero.
  276. +* David Nolden: Add an environment variable DONT_CLEAR_DUCHAIN_DIR which turns off the automatic clearing of the duchain directory, so that crashy duchain problems can be debugged.
  277. +* Julien Desgats: Fixed a typo
  278. +* Julien Desgats: Added unit tests (only find currently)
  279. +* Milian Wolff: --debug
  280. +* Milian Wolff: initialize CodeHighlightingColors after we initialized the required member vars, add test to run valgrind easily
  281. +* Milian Wolff: fix indent
  282. +* Milian Wolff: remove obsolete, unimplemented function
  283. +* Silvere Lestang: Modify the grepview plugin to used it's on view for dislpaying results :     * Create a new widget call grepoutputview.     * Modify GrepJob so it's derivated from KJob instead of OutputJob.     * Make GrepJob used grepoutputview instead of standardoutputview.     * Modify grepoutputmodel so it's not derivated from IOutputViewModel     anymore as we don't use the standardoutputview.
  284. +* Julien Desgats: Use DocumentChange to find/replace
  285. +* Milian Wolff: extend warning message for non-function type assigned to function declaration
  286. +* Milian Wolff: make warning more understandible, for me it's mostly type aliases that trigger the warning, they should maybe be hidden.
  287. +* Milian Wolff: show proper error message when no KTextEditor::Factory could be found
  288. +* Mantia Andras: Make sure the find widget is just as big as really needed.
  289. +* Milian Wolff: add tooltips to add/remove launch config buttons
  290. +* Olivier JG: Allow PersistantMovingRange to expand
  291. +* Milian Wolff: use QThread* instead of Qt::HANDLE as the documentation warns about using the latter:
  292. +* Julien Desgats: Added a replacement template
  293. +* Aleix Pol: Expose QMenu's instead of lists of actions from the configuration types. Makes it possible to add some hierarchy into the lauchers suggestion list.
  294. +* Milian Wolff: add getter for project watcher
  295. +* Milian Wolff: --debug
  296. +* Julien Desgats: Code style corrections
  297. +* Milian Wolff: enable/disable processing instead of resume/suspend when enabling/disabling the background parser
  298. +* Milian Wolff: make background parser settings per-session (though keep backwards compatibility)
  299. +* Milian Wolff: cleanup code and fix pesky 'no such signal QObject::patchChanged
  300. +* Nicolás Alvarez: Add proper whitespace in the tooltips for VCS annotate.
  301. +* Aleix Pol: Generate the suggestionActions every time we open the launches configuration dialog
  302. +* Milian Wolff: use virtual inheritance to overcome the diamond-shaped inheritance chain for IBuildSystemManager and IProjectFileManager
  303. +* Milian Wolff: only append subdirs to actual parent list jobs, fixes random crashes
  304. +* Milian Wolff: fix build
  305. +* Aleix Pol: Fix typo.
  306. +* Aleix Pol: Make it possible to add pre-configured launch configurations. Hopefully this will be the definitive twist of that dialog so that it finally makes everyone happy :).
  307. +* Milian Wolff: ask user whether to overwrite existing project file
  308. +* Milian Wolff: fix sig/slot connection... /me bangs head for sucky fully-qualified-id-requirement-in-sig-slots...
  309. +* Milian Wolff: don't inherit from IProjectFileManager in IBuildSystemManager
  310. +* Milian Wolff: make public signals use fully qualified identifiers
  311. +* Milian Wolff: always skip dot and dotdot folders from entries to prevent infinite recursion
  312. +* Niko Sams: clearCurrentPosition when state changes.
  313. +* Niko Sams: add addr to signal to avoid an custom signal in gdb plugin
  314. +* Niko Sams: turn file into a KUrl, as it's always a url and we might want to support other protocols too
  315. +* Niko Sams: make vars private
  316. +* Niko Sams: improve code style
  317. +* Milian Wolff: remove unused forward decl (what should this be anyways?)
  318. +* Milian Wolff: fileitems will always have a parent
  319. +* Milian Wolff: provide AbstractFileManagerPlugin, code is from GenericManager (which now reuses that)
  320. +* Milian Wolff: add myself to copyright, remove obsolete fixme
  321. +* Julien Desgats: Fixed a incorrect regexp escaping
  322. +* Konstantin Karganov: Cleanup: moved IDebugSession member accessors from .h file to .cpp
  323. +* Milian Wolff: emit signals everytime we create a new item
  324. +* Milian Wolff: emit signals so we can listen to those in managers reusing the IGenericManager
  325. +* Milian Wolff: simplify code
  326. +* Milian Wolff: fix arg name
  327. +* Milian Wolff: cleanup: don't have one workingset for each area with an empty ID doing magic
  328. +* Milian Wolff: only renable updates if they where enabled before
  329. +* Milian Wolff: cleanup: put working set switching into the controller
  330. +* Milian Wolff: remove now obsolete Document::uniqueView
  331. +* Milian Wolff: put ctor on top
  332. +* Milian Wolff: add i18n context
  333. +* Milian Wolff: use i18np
  334. +* Milian Wolff: use i18np
  335. +* Julien Desgats: Some improvements
  336. +* Olivier JG: Tweak the file deletion prompt to look/feel like the Dolphin one.
  337. +* Olivier JG: Only show contextmenu actions that apply to all selected items Don't show Remove action for targets or their subfiles
  338. +* Olivier JG: Make ApplyChangesWidget's changes list show removed text.
  339. +* Olivier JG: Change API from removeFile()/removeFolder() to removeFilesAndFolders()
  340. +* Julien Desgats: Only modified documents are kept open after a mass replace
  341. +* Julien Desgats: Added a basic replace in files mode.
  342. +* Milian Wolff: fixup doubled code
  343. +* Milian Wolff: refactor and cleanup WorkingSetWidget into two distinct classes
  344. +* Milian Wolff: remove dead code
  345. +* Milian Wolff: cleanup and documentation
  346. +* Milian Wolff: close tooltip when closing working set through it
  347. +* Milian Wolff: fix compilation
  348. +* Milian Wolff: cleanup working set code
  349. +* Milian Wolff: fix compile warning (signed vs unsigned comparison)
  350. +* Milian Wolff: const& in public API
  351. +* David Faure: Use KIO::stat rather than KIO::NetAccess::stat so that we can pass HideProgressInfo, otherwise a progress dialog would pop up at every keystroke while typing the hostname of sftp://hostname.
  352. +* Milian Wolff: always show 'Configure Editor...' action
  353. +* Milian Wolff: explicitly delete delegate to prevent kWarning spamming on closing settings or loaded plugins dialog
  354. +* Julien Desgats: Some refactoring for handling find and replace signals with same slot
  355. +* Konstantin Karganov: Cleaning up setting the positions in debug session. Setting position has been moved into ingerface with automatic signal emitting.
  356. +* Julien Desgats: Reverted a wrong default template replacement
  357. +* Julien Desgats: Added a replace field in "Find in files" (renamed to "Find-Replace in files)
  358. +* Milian Wolff: make encoding argument to PartController::createTextPart optional
  359. +* Milian Wolff: put toolview actions at top of context menu, make it clearer that the remove etc. actions act on the toolview
  360. +* Milian Wolff: teeny tiny bit less flickering during area switching by disabling updates
  361. +* Milian Wolff: prevent flicker when showing the same patch again
  362. +* Milian Wolff: only switch area if required, otherwise the whole UI would get rebuild and results in ugly flicker
  363. +* Milian Wolff: compare against area not working set
  364. +* Milian Wolff: use non-deprecated function
  365. +* Konstantin Karganov: More accurate cleaning of current position.
  366. +* Konstantin Karganov: Making debug session to know current execution position.
  367. +* Milian Wolff: add ctx menu action to show diff for revision
  368. +* Vladimir Prus: Make launch config enable "Apply" the project target changes.
  369. +* Milian Wolff: cleanup
  370. +* Milian Wolff: don't use remembered search directory if we switched to a file of a different project
  371. +* Milian Wolff: cleanup
  372. +* Milian Wolff: queue found matches and send them via signal/slot to the model
  373. +* Milian Wolff: cleanup code
  374. +* Milian Wolff: unbreak project file matching
  375. +* Syron: enable/disable the "limit to project files" checkbox dynamically if the path changes
  376. +* Milian Wolff: keep compatibility: do wildcard matching instead of regexp search as fallback (not a simple string contains())
  377. +* Milian Wolff: revert parts of 243ff3a5a452a1e5bfbbf39f22381f4f3315887c as it breaks compatibility
  378. +* Milian Wolff: show messages and errors in toolview
  379. +* Milian Wolff: never use namespace in a header
  380. +* Milian Wolff: setup toolview sooner to give the user some feedback
  381. +* Syron: regexps fixed
  382. +* Kevin Ottens: Make it build with QT_STRICT_ITERATORS.
  383. +* Kevin Ottens: Don't use kutils but the more specific kcmutils spin-off.
  384. +* Milian Wolff: don't override protected doKill as public
  385. +* Syron: fixed the decision if a regexp search is a plain search; threading fix
  386. +* Syron: ui: docs/descriptions of the widgets updated.
  387. +* Syron: replaced all the old grep code with the new one which doesn't use external tools
  388. +* Syron: made the GrepJob public member vars private.
  389. +* Syron: modified the file and template patterns to be compatible with the new toolchain.
  390. +* Syron: output model tree-style is ready
  391. +* Syron: outputmodel and outputitem are ready now.
  392. +* Syron: first steps to a tree-style view of the matches. made the public data members of GrepOutputItem private. does not compile yet.
  393. +* Syron: added the internal grep functions
  394. +* Syron: fix: suppressFindErrors now fully removed
  395. +* Syron: added the "find files" thread code
  396. +* Syron: removed the check for external tools, these won't be needed anymore
  397. +* Syron: added saving the template string and template combobox index between sessions
  398. +* Syron: removed "supress find errors", that wasn't used anywhere
  399. +* Milian Wolff: fix compile :)
  400. +* Milian Wolff: truncate git hashes to 8 chars in annotate view
  401. +* Milian Wolff: qDebug -> kDebug
  402. +* Milian Wolff: support ./ and ../ shortcuts in quickopen filter for project files
  403. +* Milian Wolff: set CTRL + < as default shortcut to locate current document
  404. +* Milian Wolff: favor exact postfix matches when filtering in QuickOpen.
  405. +* Milian Wolff: fix typo
  406. +* Milian Wolff: unbreak 'jump to prev/next function', they tried to access transfromFromLocalRevision without DUChain lock
  407. +* Vladimir Prus: Implement opening a file after creating project from template.
  408. +* Milian Wolff: BackgroundParser::trackerForUrl doesn't have to be a Q_SLOT
  409. +* Milian Wolff: add force-update-recursive to duchainify
  410. +* Milian Wolff: don't crash when calling addDocumentChain during shutdown (DUChain cleanup)
  411. +* Milian Wolff: refactor DumpChain to namespaced function dumpDUContext and use QDebug to output ignoring kdebugdialog settings
  412. +* Milian Wolff: never try to use KIO::mimetype syncronously as the document controller is not reentrant instead use text/plain for remote files where we couldn't guess the mimetype from the extension
  413. +* Milian Wolff: fix compile on some platforms
  414. +* Milian Wolff: don't rely on the QualifiedIdentifier for distinction between declarations
  415. +* Milian Wolff: only show 'jump to declaration' in context menu if we are not already at that position
  416. +* Milian Wolff: set invalid documentrange for use in codecontext when no use was found
  417. +* Milian Wolff: reuse jump to Declaration/Definition actions in QuickOpen plugin, reduces code duplicatoin and makes sure the actions have the same icon/shortcut/name everywhere
  418. +* David nolden: Don't show the working-set tooltip when switching tab through the shortcut.
  419. +* Milian Wolff: add some notes about the reason of Q_ASSERT(!documents.contains(url) || documents[url]==doc), waiting for feedback on kdevelop-devel ML
  420. +* Milian Wolff: use mimeType->name() == instead of mimeType->is(...) when checking for application/octet-stream mimetype as we don't want mimetype inheritance to kick in
  421. +* Milian Wolff: make it possible to run applications in any external terminal emulator
  422. +* David Faure: Fix compilation with strict iterators
  423. +* Aleix Pol: Properly merge the version change.
  424. +* David nolden: Improve the tracking of edits in the document, and update the duchain more often. There are also some related in kdelibs/kate that will be in KDE 4.6 and that i have backported to KDE 4.5.2.
  425. +* David nolden: Don't show annoying notifications for the KIO::mimetype call
  426. +* David nolden: Make the working-set tooltip prettier: Use only the working-set icon at top-left, instead of a button containing the icon.
  427. +* David nolden: if the mimetype of an opened document could not be determined through KMimeType::findByUrl, try again with a KIO::MimeTypeJob. This job can also look at the contents of _remote_ files, and thus avoids annoying "Do you want to open the file as plain text" message-boxes when opening remote text files.
  428. +* David nolden: Add copyright notice
  429. +* David nolden: Hide the tooltip if the working set was emptied
  430. +* David nolden: Improve the positioning of the active tooltip again. Only move it to another location if the location _really_ intersects the mouse cursor.
  431. +* David nolden: - Make the "+" or "-" buttons in the working-set widget much smaller, so they don't create huge margins between the files. - Correctly update the file-list when files were removed.
  432. +* David nolden: Move the "Next Window" and "Previous Window" actions into the working-set controller, and rename them to "Next Document" and "Previous Document". Whenever these actions are used, a working-set tooltip is shown now, containing the list of all opened documents, with the currently active document highlighted. This is very useful when the number of tabs has surpassed the usability limit, and increases discoverability of working sets. The tooltip can also be used to cleanup the list of opened documents using the mouse.
  433. +* David nolden: - Fix a slight positioning glitch of the active tool-tip - Emit signals when the tooltip is entered/left by the mouse
  434. +* David nolden: Set tooltip for the file label.
  435. +* David nolden: Allow asking the highlighting-interface whether a document already has some highlighting
  436. +* David nolden: Update the state of the working-set buttons/labels after a working-set was loaded, closed, or after random views were opened/closed in whatsoever ways.
  437. +* David nolden: - Only show each url once in the working-set tooltip. - When switching the view through the working-set tooltip, prefer already existing views in split-view environments over creating new ones.
  438. +* Aleix Pol: Fix master compilation.
  439. +* David nolden: - When removing a file from the current working set, completely remove it from the file list, instead of just changing the button. - Allow activating a working-set file by clicking onto the label in the tooltip - Highlight the currently active file in the working-set tooltip
  440. +* David nolden: Add some debug output for a deadlock-on-shutdown problem
  441. +* David nolden: Fix a serious problem with the persistency of working sets. Due to this problem, working sets could simply get lost after closing+reopening the application.
  442. +* Andrew Coles: Fixed typo, due to missing space in string split across several lines.
  443. +* Milian Wolff: increase plugin versions
  444. +* Milian Wolff: increase plugin version for what will become kdev 4.2
  445. +* Milian Wolff: typo fixes by Andrew Coles
  446. +* Vladimir Prus: Make breakpoint the default and only mark type.
  447. +* Maciej Mrozowski: [CMake] Cleanup in plugins - do not expose CMake variables of plugins' dependencies, only variables for plugins itself.
  448. +* Milian Wolff: improve assert and document it
  449. +* Milian Wolff: fix assert for root item in project model
  450. +* David Nolden: Modularize the handling of the mutex in the foreground lock into separate functions, and make the "recursion" and "holderThread" parameters volatile. This hopefully fixes a possible deadlock.
  451. +* David Nolden: Initialize ArrayTypeData::m_dimension in the default constructor. This will silence valgrind for some cases, and might also fix some tiny bugs.
  452. +* Milian Wolff: make sure the project passed to ProjectBaseItem is valid
  453. +* David Nolden: Add a debugging assertion
  454. +* David nolden: Revert f146c3f, the problem came from something else
  455. +* Aleix Pol: Fix naming of the actions as David suggested. Uncomment the Revision History.
  456. +* David nolden: When referring to the current revision in the moving-interface, use the real revision-number instead of "-1".
  457. +* Aleix Pol: Don't let the user ask between revisions if there is not at least 2 revisions selected.
  458. +* Aleix Pol: Make revision intervals a little safer.
  459. +* Aleix Pol: Make it possible to diff last changes, improve the support to intervals with previous.
  460. +* Aleix Pol: Looks like making the paths relative wasn't needed afterall.
  461. +* Aleix Pol: Use the correct API to construct special revisions.
  462. +* Aleix Pol: Make git status compatible with versions older than 1.7.0
  463. +* David nolden: Hopefully fix a deadlock-like long waiting time that could happen sometimes on shutdown
  464. +* David nolden: Don't automatically hide the completion-list when the typed keywoard equals a word in the list
  465. +* David nolden: Don't automatically hide the completion-list when the typed keywoard equals a word in the list
  466. +* David nolden: Fix a possible deadlock on shutdown
  467. +* Milian Wolff: use background from style if available
  468. +* David nolden: Also get the background color if updateColorsFromScheme is called
  469. +* David nolden: Allow to start the patch-review commit-UI even if there were no differences reported, as for example untracked files can be added.
  470. +* David nolden: - Fix the patch-review plugin after the port to MovingRanges. - When applying/reverting a hunk, also directly update the tooltip directly.
  471. +* David nolden: Set the z-depth for special-language-object highlighting
  472. +* David nolden: Don't use CamelCase for the MovingInterface header, as that doesn't seem to exist in older kdelibs checkouts
  473. +* David nolden: Also allow retrieving the background color. @Milian: I have to use the color-scheme, the HighlightInterface doesn't seem to work here. CCMAIL: mail@milianw.de
  474. +* Milian Wolff: port PatchReview to MovingInterface
  475. +* Milian Wolff: port debugger away from Smart* to Moving*
  476. +* Milian Wolff: update range passed to executed() manually (since it's not a SmartRange anymore)
  477. +* Milian Wolff: make insertFunctionParenText take a position, instead of a range
  478. +* Aleix Pol: Revert --porcelain and --short change. There's no --short either prior to 1.7. We'll have to figure out what to do about that.
  479. +* Aleix Pol: Let DVcsJob-using implementations to choose how to treat url parameters (usually paths).
  480. +* Aleix Pol: Apply David's patch in a somewhat cleaner way, now the GitJob will care about the path relativity.
  481. +* Aleix Pol: Use "git status --short" instead of "git status --porcelain" for old git versions and parse them properly.
  482. +* Aleix Pol: Add version checks in case it's needed after during the execution.
  483. +* Nicolás Alvarez: In the save dialog shown on quit, focus Cancel button by default.
  484. +* Milian Wolff: more removal of obsolete Smart* notices and includes
  485. +* Milian Wolff: port snippets completion model to controller interface 3
  486. +* Milian Wolff: port codecompletionmodel to ControllerInterface3, cleanup includes
  487. +* Milian Wolff: remove obsolete dumpRanges, MovingRanges cannot be nested
  488. +* Milian Wolff: cleanup header includes, esp. remove obsolete smartinterface includes
  489. +* Milian Wolff: remove long dead code
  490. +* Milian Wolff: port code completion worker away from SmartInterface
  491. +* Milian Wolff: increase lib version for what will become 4.2
  492. +* Milian Wolff: increase version for what will become 4.2
  493. +* David Nolden: - Make locks of non-existent sessions always successful. - When a session-id has Guuid form, use it as the ID, not as the name of a newly created session.
  494. +* David Nolden: Improve the session-picking dialog. - Update the information about locked sessions sessions every 5 seconds. - Show the application pid in which a session is running. - Show the session-picking dialog if KDevelop is started with a session that's already running.
  495. +* David Nolden: Allow to show a session-selection list before starting up the application (including "Create New Session").
  496. +* David Nolden: Fix compilation
  497. +* David Nolden: Make the syncing of the configuration at least #define configurable, as it can be very slow
  498. +* Milian Wolff: require KDE 4.5.0
  499. +* David nolden: Don't alter the text when checking whether it's whitespace-only
  500. +* David nolden: Use the patch-review plugin to show diffs like "difference to previous" from within the revision history-viewer.
  501. +* David nolden: Don't show the DVCS "Revision History" action, as it is redundant with the non-dvcs "History" action.
  502. +* David nolden: Fix a bug that resulted from the last fixes, and that resulted in the revision-mapping not working at all. (very bad highlighting after/during changes)
  503. +* David nolden: - Use the destination-url of patches for the file path (should work better with VCS patches after addition/renaming) - Also start the commit-review if there is no diff. File may have been added/deleted. - Sort the files more cleverly: Put files that were added/removed to the top with the modified files, and select them by default for committing. Altogether, this makes the git plugin work more nicely.
  504. +* David nolden: Make prettyFileName also show pretty filenames for files that are in a subfolder of a project, but not part of the project (wrong file ending for example).
  505. +* David nolden: Improve the message when there are no differences after "Compare to base".
  506. +* David nolden: Store old commit-messages, and allow the user to select them using a dropdown when typing the commit-message. Typed messages are also stored if the user cancels the review.
  507. +* David nolden: Improve the comment so it's better understandable what the function does.
  508. +* David nolden: Correctly open documents when patch-review is started with relative paths in the patch (as it is the case in git patches).
  509. +* David Nolden: When a background thread fails to acquire the foreground lock, send an event to the foreground from within which the foreground lock is released temporarily. This way, the foreground lock can work transparently with additional event-loops started from the foreground, like modal dialogs. This makes the "rename refactoring" dialog work again.
  510. +* David Nolden: Correctly deal with documents that have an invalid url, and with renaming of documents.
  511. +* David Nolden: Clear the revision-cache on aboutToInvalidateMovingInterfaceContent. Remove some unneeded code.
  512. +* David Nolden: Don't assert when the moving-range was already deleted.
  513. +* David Nolden: Don't assert when trying to remove an uncached entry from the cache.
  514. +* David Nolden: - Use RevisionReference instead of qint64 in some DocumentChangeTracker functions, to get more safety. - Reset the predecessor-revision on aboutToInvalidateMovingInterfaceContent. This fixes a possible crash on document reload.
  515. +* David Nolden: Add updated ranges to the new set of ranges. This fixes the problem that sometimes the highlighting didn't disappear, and should also solve some efficiency problems (too many ranges were created).
  516. +* David Nolden: Fix TemporarilyReleaseForegroundLock
  517. +* David Nolden: Release the foreground lock when entering a new event-loop during waitForUpdate. This fixes a possible deadlock. Add a TemporarilyReleaseForegroundLock class, that can be used for such occassions.
  518. +* Milian Wolff: use m_url, save us a IndexedString creation
  519. +* Milian Wolff: fix assert: don't add document chain again when recompiling
  520. +* Milian Wolff: add QDebug operator<< for SimpleRange and SimpleCursor
  521. +* David Nolden: Do the sorting of the highlighted ranges before notifying the foreground, thus preventing a possible crash.
  522. +* David Nolden: Make the forwarding of standard arguments like "--graphicssystem" and "--style" to newly opened kdevelop instances work.
  523. +* David Nolden: Use the <memory> include instead of <auto_ptr.h>, as that one is more portable.
  524. +* David nolden: Use the new versions of textRemoved and textChanged, so that we correctly recognize when non-whitespace text was removed, and reparse the document in that case.
  525. +* David nolden: Enable kate revision backward-transformation, and enable the smarter behavior of DocumentChangeTracker where the duchain isn't reparsed on whitespace-only changes. WARNING: This requires the most recent version of kate.
  526. +* David nolden: Make compile: Remove some remainders of smart* code
  527. +* David nolden: Change the #include directive so it's found in every context
  528. +* David nolden: Don't allow the ActiveToolTip parent to be zero, because else it won't be shown.
  529. +* David nolden: Don't allow the parent to be zero, because else the tooltip won't be shown.
  530. +* David nolden: - Port the problem highlighter from SmartRange to MovingRange. This fixes a possible crash, as recent kate versions don't seem to call the rangeDeleted callback anymore. - Give a parent to the problem-highlighter tooltip, so that problem-tooltips are shown again.
  531. +* David nolden: Make the updating of existing KTextEditor::MovingRange's work correctly.
  532. +* David nolden: Store the url, as during reloading, m_document->url() seems to return an invalid url.
  533. +* David nolden: Only update the range if it is not the top-context, for compatibility reasons.
  534. +* David nolden: Add some error output
  535. +* David nolden: Disable assertion that can happen on document reload
  536. +* David nolden: Change the range when an existing range is being updated.
  537. +* David nolden: Fix document-updating when unordered_map is used. It doesn't seem to replace the old item in "insert(..)", so first erase the old one.
  538. +* David nolden: Use a queued connection when notifying that a document couldn't be updated due to a missing language-support. This prevents a deadlock coming from the backgroundparser-mutex.
  539. +* David nolden: Define z-depth for context-browser and code highlighting.
  540. +* David nolden: Fix the connection
  541. +* David nolden: Always update the document even on whitespace changes, and never try to translate from the current revision to an older one. This makes KDevelop work with the current version of kate.
  542. +* David nolden: Fix a crash when closing documents.
  543. +* David nolden: Add a note.
  544. +* David nolden: Periodically release the duchain while computing the highlighting, so that the UI isn't locked. This requires all language-plugins to use UrlParseLock.
  545. +* David nolden: Add some documentation
  546. +* David nolden: Make kdevelop somewhat work after the port
  547. +* David nolden: add missing files
  548. +* David nolden: Use CursorInRevision and RangeInRevision when referencing cursors/ranges in the duchain parsing document revision, and SimpleCursor/SimpleRange when referencing cursors/ranges in the current document revision. This way mistakes in revision-handling are nearly impossible.
  549. +* David nolden: Initial port
  550. +* David nolden: Improve tracking of document-changes, don't use smart-ranges to achieve it. - Rewrite DocumentChangeTracker so that it _really_ tracks all edits to the document, isntead of listening for smart-range notifications. - Let the DocumentChangeTracker decide when a parse-job needs to be scheduled, remove the coupling between BackgroundParser and DUChain.
  551. +* David nolden: Re-add the foreground lock
  552. diff -Nru kdevplatform-1.1.1/CMakeLists.txt kdevplatform-1.1.80/CMakeLists.txt
  553. --- kdevplatform-1.1.1/CMakeLists.txt   2010-11-26 02:37:24.000000000 +0530
  554. +++ kdevplatform-1.1.80/CMakeLists.txt  2010-12-16 03:50:54.000000000 +0530
  555. @@ -8,14 +8,12 @@
  556.  
  557.  set(KDEVPLATFORM_VERSION_MAJOR 1)
  558.  set(KDEVPLATFORM_VERSION_MINOR 1)
  559. -set(KDEVPLATFORM_VERSION_PATCH 1)
  560. +set(KDEVPLATFORM_VERSION_PATCH 80)
  561.  
  562. -set(KDE_MIN_VERSION "4.4.0")
  563. -find_package(KDE4 4.4.0 REQUIRED)
  564. -
  565. -if( ${KDE_VERSION} VERSION_GREATER 4.5.63 )
  566. -    message(FATAL_ERROR "KDevPlatform doesn't work (yet) with kdelibs 4.5.64 or later, please use the movingranges branch (http://gitorious.org/+kdevelop-developers/kdevelop/devel-kdevplatform)")
  567. -endif(${KDE_VERSION} VERSION_GREATER 4.5.63)
  568. +set(KDE_MIN_VERSION "4.5.0")
  569. +find_package(KDE4 4.5.0 REQUIRED)
  570. +set(KDEVPLATFORM_LIB_VERSION 3.0.0)
  571. +set(KDEVPLATFORM_LIB_SOVERSION 3)
  572.  
  573.  find_package(ZLIB REQUIRED)
  574.  
  575. @@ -59,9 +57,6 @@
  576.  
  577.  include_directories(${KDevPlatform_SOURCE_DIR} ${KDevPlatform_BINARY_DIR} ${KDE4_INCLUDES})
  578.  
  579. -set(KDEVPLATFORM_LIB_VERSION 2.0.0)
  580. -set(KDEVPLATFORM_LIB_SOVERSION 2)
  581. -
  582.  # Now set the usual KDEVPLATFORM_XXX_LIBRARIES variable so we can more easily move plugins around
  583.  set(KDEVPLATFORM_SUBLIME_LIBRARIES sublime)
  584.  set(KDEVPLATFORM_INTERFACES_LIBRARIES kdevplatforminterfaces)
  585. diff -Nru kdevplatform-1.1.1/debian/changelog kdevplatform-1.1.80/debian/changelog
  586. --- kdevplatform-1.1.1/debian/changelog 2010-12-05 01:21:52.000000000 +0530
  587. +++ kdevplatform-1.1.80/debian/changelog        2010-12-16 23:04:29.000000000 +0530
  588. @@ -1,3 +1,13 @@
  589. +kdevplatform (1.1.80-0ubuntu1) natty; urgency=low
  590. +
  591. +  * New upstream release
  592. +    - kdevplatform2-libs is now kdevplatform3-libs due to ABI changes
  593. +    - Update kdevplatform3-libs.install to include l10n files
  594. +    - Update kdevplatform-dev.install
  595. +  * Removed localization packages
  596. +
  597. + -- Bhargav Mangipudi <bhargav.1191@gmail.com>  Thu, 16 Dec 2010 19:31:23 +0530
  598. +
  599.  kdevplatform (1.1.1-0ubuntu1) natty; urgency=low
  600.  
  601.    * New upstream release
  602. diff -Nru kdevplatform-1.1.1/debian/control kdevplatform-1.1.80/debian/control
  603. --- kdevplatform-1.1.1/debian/control   2010-12-04 23:42:53.000000000 +0530
  604. +++ kdevplatform-1.1.80/debian/control  2010-12-16 23:41:35.000000000 +0530
  605. @@ -13,7 +13,7 @@
  606.  Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/kdevplatform/#_trunk_packages_kdevplatform_
  607.  Vcs-Svn: svn://svn.debian.org/pkg-kde/trunk/packages/kdevplatform
  608.  
  609. -Package: kdevplatform2-libs
  610. +Package: kdevplatform3-libs
  611.  Architecture: any
  612.  Depends: ${shlibs:Depends}, libsublime2 (>= ${source:Version})
  613.  Replaces: kdevelop (<< 4:3.9.96-1), kdevelop-data (<< 4:3.9.96-1), kdevplatform1-libs
  614. @@ -28,7 +28,7 @@
  615.  Package: kdevplatform-dev
  616.  Section: libdevel
  617.  Architecture: any
  618. -Depends: kdevplatform2-libs (= ${binary:Version}), ${sameVersionDep:kdelibs5-dev:kdevplatform2-libs},
  619. +Depends: kdevplatform3-libs (= ${binary:Version}), ${sameVersionDep:kdelibs5-dev:kdevplatform3-libs},
  620.   libsublime-dev (>= ${source:Version})
  621.  Description: development files for the KDevelop platform
  622.   This package contains development files for building integrated development
  623. @@ -40,7 +40,7 @@
  624.  Section: debug
  625.  Architecture: any
  626.  Priority: extra
  627. -Depends: kdevplatform2-libs (= ${binary:Version}), kdelibs5-dbg, libc6-dbg [amd64]
  628. +Depends: kdevplatform3-libs (= ${binary:Version}), kdelibs5-dbg, libc6-dbg [amd64]
  629.  Description: debugging symbols for the KDevelop platform
  630.   This package contains the debugging symbols associated with kdevplatform.
  631.   They will automatically be used by gdb for debugging kdevplatform-related
  632. @@ -68,245 +68,3 @@
  633.   libsublime.
  634.   .
  635.   This package is part of the KDevelop platform.
  636. -
  637. -Package: kdevplatform-l10n-ca
  638. -Section: localization
  639. -Architecture: all
  640. -Recommends: kde-l10n-ca
  641. -Provides: kdevplatform-l10n
  642. -Description: Catalan (ca) localization files for the KDevelop platform
  643. - This package contains the Catalan translations for applications using
  644. - the KDevelop platform.
  645. - .
  646. - This package is part of the KDevelop platform.
  647. -
  648. -Package: kdevplatform-l10n-cavalencia
  649. -Section: localization
  650. -Architecture: all
  651. -Recommends: kde-l10n-cavalencia
  652. -Provides: kdevplatform-l10n
  653. -Description: Southern Catalan (Valencian) (ca@valencia) files for the KDevelop platform
  654. - This package contains the Southern Catalan (Valencian) translations for
  655. - applications using the KDevelop platform.
  656. - .
  657. - This package is part of the KDevelop platform.
  658. -
  659. -Package: kdevplatform-l10n-da
  660. -Section: localization
  661. -Architecture: all
  662. -Recommends: kde-l10n-da
  663. -Provides: kdevplatform-l10n
  664. -Description: Danish (da) localization files for the KDevelop platform
  665. - This package contains the Danish translations for applications using
  666. - the KDevelop platform.
  667. - .
  668. - This package is part of the KDevelop platform.
  669. -
  670. -Package: kdevplatform-l10n-de
  671. -Section: localization
  672. -Architecture: all
  673. -Recommends: kde-l10n-de
  674. -Provides: kdevplatform-l10n
  675. -Description: German (de) localization files for the KDevelop platform
  676. - This package contains the German translations for applications using
  677. - the KDevelop platform.
  678. - .
  679. - This package is part of the KDevelop platform.
  680. -
  681. -Package: kdevplatform-l10n-engb
  682. -Section: localization
  683. -Architecture: all
  684. -Recommends: kde-l10n-engb
  685. -Provides: kdevplatform-l10n
  686. -Description: British English (en_GB) localization files for the KDevelop platform
  687. - This package contains the British English translations for applications using
  688. - the KDevelop platform.
  689. - .
  690. - This package is part of the KDevelop platform.
  691. -
  692. -Package: kdevplatform-l10n-es
  693. -Section: localization
  694. -Architecture: all
  695. -Recommends: kde-l10n-es
  696. -Provides: kdevplatform-l10n
  697. -Description: Spanish (es) localization files for the KDevelop platform
  698. - This package contains the Spanish translations for applications using
  699. - the KDevelop platform.
  700. - .
  701. - This package is part of the KDevelop platform.
  702. -
  703. -Package: kdevplatform-l10n-et
  704. -Section: localization
  705. -Architecture: all
  706. -Recommends: kde-l10n-et
  707. -Provides: kdevplatform-l10n
  708. -Description: Estonian (et) localization files for the KDevelop platform
  709. - This package contains the Estonian translations for applications using
  710. - the KDevelop platform.
  711. - .
  712. - This package is part of the KDevelop platform.
  713. -
  714. -Package: kdevplatform-l10n-fi
  715. -Section: localization
  716. -Architecture: all
  717. -Recommends: kde-l10n-fi
  718. -Provides: kdevplatform-l10n
  719. -Description: Finnish (fi) localization files for the KDevelop platform
  720. - This package contains the Finnish translations for applications using
  721. - the KDevelop platform.
  722. - .
  723. - This package is part of the KDevelop platform.
  724. -
  725. -Package: kdevplatform-l10n-gl
  726. -Section: localization
  727. -Architecture: all
  728. -Recommends: kde-l10n-gl
  729. -Provides: kdevplatform-l10n
  730. -Description: Galician (gl) localization files for the KDevelop platform
  731. - This package contains the Galician translations for applications using
  732. - the KDevelop platform.
  733. - .
  734. - This package is part of the KDevelop platform.
  735. -
  736. -Package: kdevplatform-l10n-hu
  737. -Section: localization
  738. -Architecture: all
  739. -Recommends: kde-l10n-hu
  740. -Provides: kdevplatform-l10n
  741. -Description: Hungarian (hu) localization files for the KDevelop platform
  742. - This package contains the Hungarian translations for applications using
  743. - the KDevelop platform.
  744. - .
  745. - This package is part of the KDevelop platform.
  746. -
  747. -Package: kdevplatform-l10n-it
  748. -Section: localization
  749. -Architecture: all
  750. -Recommends: kde-l10n-it
  751. -Provides: kdevplatform-l10n
  752. -Description: Italian (it) localization files for the KDevelop platform
  753. - This package contains the Italian translations for applications using
  754. - the KDevelop platform.
  755. - .
  756. - This package is part of the KDevelop platform.
  757. -
  758. -Package: kdevplatform-l10n-nds
  759. -Section: localization
  760. -Architecture: all
  761. -Recommends: kde-l10n-nds
  762. -Provides: kdevplatform-l10n
  763. -Description: Low Saxon (nds) localization files for the KDevelop platform
  764. - This package contains the Low Saxon translations for applications using
  765. - the KDevelop platform.
  766. - .
  767. - This package is part of the KDevelop platform.
  768. -
  769. -Package: kdevplatform-l10n-nl
  770. -Section: localization
  771. -Architecture: all
  772. -Recommends: kde-l10n-nl
  773. -Provides: kdevplatform-l10n
  774. -Description: Dutch (nl) localization files for the KDevelop platform
  775. - This package contains the Dutch translations for applications using
  776. - the KDevelop platform.
  777. - .
  778. - This package is part of the KDevelop platform.
  779. -
  780. -Package: kdevplatform-l10n-pt
  781. -Section: localization
  782. -Architecture: all
  783. -Recommends: kde-l10n-pt
  784. -Provides: kdevplatform-l10n
  785. -Description: Portugese (pt) localization files for the KDevelop platform
  786. - This package contains the Portugese translations for applications using
  787. - the KDevelop platform.
  788. - .
  789. - This package is part of the KDevelop platform.
  790. -
  791. -Package: kdevplatform-l10n-ptbr
  792. -Section: localization
  793. -Architecture: all
  794. -Recommends: kde-l10n-ptbr
  795. -Provides: kdevplatform-l10n
  796. -Description: Brazilian Portugese (pt_BR) localization files for the KDevelop platform
  797. - This package contains the Brazilian Portugese translations for applications
  798. - using the KDevelop platform.
  799. - .
  800. - This package is part of the KDevelop platform.
  801. -
  802. -Package: kdevplatform-l10n-sl
  803. -Section: localization
  804. -Architecture: all
  805. -Recommends: kde-l10n-sl
  806. -Provides: kdevplatform-l10n
  807. -Description: Slovenian (sl) localization files for the KDevelop platform
  808. - This package contains the Slovenian translations for applications using
  809. - the KDevelop platform.
  810. - .
  811. - This package is part of the KDevelop platform.
  812. -
  813. -Package: kdevplatform-l10n-sv
  814. -Section: localization
  815. -Architecture: all
  816. -Recommends: kde-l10n-sv
  817. -Provides: kdevplatform-l10n
  818. -Description: Swedish (sv) localization files for the KDevelop platform
  819. - This package contains the Swedish translations for applications using
  820. - the KDevelop platform.
  821. - .
  822. - This package is part of the KDevelop platform.
  823. -
  824. -Package: kdevplatform-l10n-th
  825. -Section: localization
  826. -Architecture: all
  827. -Recommends: kde-l10n-th
  828. -Provides: kdevplatform-l10n
  829. -Description: Thai (th) localization files for the KDevelop platform
  830. - This package contains the Thai translations for applications using
  831. - the KDevelop platform.
  832. - .
  833. - This package is part of the KDevelop platform.
  834. -
  835. -# Package: kdevplatform-l10n-tr
  836. -# Section: localization
  837. -# Architecture: all
  838. -# Recommends: kde-l10n-tr
  839. -# Provides: kdevplatform-l10n
  840. -# Description: Turkish (tr) localization files for the KDevelop platform
  841. -#  This package contains the Turkish translations for applications using
  842. -#  the KDevelop platform.
  843. -#  .
  844. -#  This package is part of the KDevelop platform.
  845. -
  846. -Package: kdevplatform-l10n-uk
  847. -Section: localization
  848. -Architecture: all
  849. -Recommends: kde-l10n-uk
  850. -Provides: kdevplatform-l10n
  851. -Description: Ukrainian (uk) localization files for the KDevelop platform
  852. - This package contains the Ukrainian translations for applications using
  853. - the KDevelop platform.
  854. - .
  855. - This package is part of the KDevelop platform.
  856. -
  857. -Package: kdevplatform-l10n-zhcn
  858. -Section: localization
  859. -Architecture: all
  860. -Recommends: kde-l10n-zhcn
  861. -Provides: kdevplatform-l10n
  862. -Description: Chinese Simplified (zh_CN) localization files for the KDevelop platform
  863. - This package contains the Chinese simplified translations for applications
  864. - using the KDevelop platform.
  865. - .
  866. - This package is part of the KDevelop platform.
  867. -
  868. -Package: kdevplatform-l10n-zhtw
  869. -Section: localization
  870. -Architecture: all
  871. -Recommends: kde-l10n-zhtw
  872. -Provides: kdevplatform-l10n
  873. -Description: Chinese Traditional (zh_TW) localization files for the KDevelop platform
  874. - This package contains the Chinese Traditional translations for applications
  875. - using the KDevelop platform.
  876. - .
  877. - This package is part of the KDevelop platform.
  878. diff -Nru kdevplatform-1.1.1/debian/kdevplatform2-libs.install kdevplatform-1.1.80/debian/kdevplatform2-libs.install
  879. --- kdevplatform-1.1.1/debian/kdevplatform2-libs.install        2010-12-04 23:34:50.000000000 +0530
  880. +++ kdevplatform-1.1.80/debian/kdevplatform2-libs.install       1970-01-01 05:30:00.000000000 +0530
  881. @@ -1,103 +0,0 @@
  882. -usr/lib/kde4/kcm_kdev_bgsettings.so
  883. -usr/lib/kde4/kcm_kdev_ccsettings.so
  884. -usr/lib/kde4/kcm_kdev_envsettings.so
  885. -usr/lib/kde4/kcm_kdev_genericprojectmanagersettings.so
  886. -usr/lib/kde4/kcm_kdev_pluginsettings.so
  887. -usr/lib/kde4/kcm_kdev_projectsettings.so
  888. -usr/lib/kde4/kcm_kdev_uisettings.so
  889. -usr/lib/kde4/kcm_kdevsourceformattersettings.so
  890. -usr/lib/kde4/kdevappwizard.so
  891. -usr/lib/kde4/kdevclassbrowser.so
  892. -usr/lib/kde4/kdevcodeutils.so
  893. -usr/lib/kde4/kdevcontextbrowser.so
  894. -usr/lib/kde4/kdevcvs.so
  895. -usr/lib/kde4/kdevdocumentswitcher.so
  896. -usr/lib/kde4/kdevdocumentview.so
  897. -usr/lib/kde4/kdevexecute.so
  898. -usr/lib/kde4/kdevexternalscript.so
  899. -usr/lib/kde4/kdevfilemanager.so
  900. -usr/lib/kde4/kdevgenericmanager.so
  901. -usr/lib/kde4/kdevgit.so
  902. -usr/lib/kde4/kdevgrepview.so
  903. -usr/lib/kde4/kdevkonsoleview.so
  904. -usr/lib/kde4/kdevopenwith.so
  905. -usr/lib/kde4/kdevpastebin.so
  906. -usr/lib/kde4/kdevpatchreview.so
  907. -usr/lib/kde4/kdevproblemreporter.so
  908. -usr/lib/kde4/kdevprojectmanagerview.so
  909. -usr/lib/kde4/kdevquickopen.so
  910. -usr/lib/kde4/kdevreviewboard.so
  911. -usr/lib/kde4/kdevsnippet.so
  912. -usr/lib/kde4/kdevstandardoutputview.so
  913. -usr/lib/kde4/kdevsubversion.so
  914. -usr/lib/libkdevplatformdebugger.so.*
  915. -usr/lib/libkdevplatformdocumentation.*
  916. -usr/lib/libkdevplatforminterfaces.so.*
  917. -usr/lib/libkdevplatformlanguage.so.*
  918. -usr/lib/libkdevplatformoutputview.so.*
  919. -usr/lib/libkdevplatformproject.so.*
  920. -usr/lib/libkdevplatformshell.so.*
  921. -usr/lib/libkdevplatformtests.so.*
  922. -usr/lib/libkdevplatformutil.so.*
  923. -usr/lib/libkdevplatformvcs.so.*
  924. -usr/share/icons/hicolor/128x128/apps/reviewboard.png
  925. -usr/share/icons/hicolor/16x16/apps/git.png
  926. -usr/share/icons/hicolor/16x16/apps/reviewboard.png
  927. -usr/share/icons/hicolor/22x22/actions/run-clean.png
  928. -usr/share/icons/hicolor/22x22/actions/run-install.png
  929. -usr/share/icons/hicolor/32x32/apps/git.png
  930. -usr/share/icons/hicolor/64x64/apps/git.png
  931. -usr/share/kde4/apps/kdevappwizard/kdevappwizard.rc
  932. -usr/share/kde4/apps/kdevappwizard/template_previews/default-kdevelop.png
  933. -usr/share/kde4/apps/kdevclassbrowser/kdevclassbrowser.rc
  934. -usr/share/kde4/apps/kdevcodegen/licenses
  935. -usr/share/kde4/apps/kdevcodeutils/kdevcodeutils.rc
  936. -usr/share/kde4/apps/kdevcontextbrowser/kdevcontextbrowser.rc
  937. -usr/share/kde4/apps/kdevcvs/kdevcvs.rc
  938. -usr/share/kde4/apps/kdevdebugger/kdevdebuggershellui.rc
  939. -usr/share/kde4/apps/kdevdocumentswitcher/kdevdocumentswitcher.rc
  940. -usr/share/kde4/apps/kdevdocumentview/kdevdocumentview.rc
  941. -usr/share/kde4/apps/kdevexternalscript/kdevexternalscript.rc
  942. -usr/share/kde4/apps/kdevfilemanager/kdevfilemanager.rc
  943. -usr/share/kde4/apps/kdevgrepview/kdevgrepview.rc
  944. -usr/share/kde4/apps/kdevpatchreview/kdevpatchreview.rc
  945. -usr/share/kde4/apps/kdevproblemreporter/kdevproblemreporter.rc
  946. -usr/share/kde4/apps/kdevprojectmanagerview/kdevprojectmanagerview.rc
  947. -usr/share/kde4/apps/kdevquickopen/kdevquickopen.rc
  948. -usr/share/kde4/apps/kdevsession/kdevsessionui.rc
  949. -usr/share/kde4/apps/kdevsnippet/kdevsnippet.rc
  950. -usr/share/kde4/apps/kdevsourceformatter/kdevsourceformatter.rc
  951. -usr/share/kde4/apps/kdevstandardoutputview/kdevstandardoutputview.rc
  952. -usr/share/kde4/services/kcm_kdev_bgsettings.desktop
  953. -usr/share/kde4/services/kcm_kdev_ccsettings.desktop
  954. -usr/share/kde4/services/kcm_kdev_envsettings.desktop
  955. -usr/share/kde4/services/kcm_kdev_genericprojectmanagersettings.desktop
  956. -usr/share/kde4/services/kcm_kdev_pluginsettings.desktop
  957. -usr/share/kde4/services/kcm_kdev_projectsettings.desktop
  958. -usr/share/kde4/services/kcm_kdev_uisettings.desktop
  959. -usr/share/kde4/services/kcm_kdevsourceformattersettings.desktop
  960. -usr/share/kde4/services/kdevappwizard.desktop
  961. -usr/share/kde4/services/kdevclassbrowser.desktop
  962. -usr/share/kde4/services/kdevcodeutils.desktop
  963. -usr/share/kde4/services/kdevcontextbrowser.desktop
  964. -usr/share/kde4/services/kdevcvs.desktop
  965. -usr/share/kde4/services/kdevdocumentswitcher.desktop
  966. -usr/share/kde4/services/kdevdocumentview.desktop
  967. -usr/share/kde4/services/kdevexecute.desktop
  968. -usr/share/kde4/services/kdevexternalscript.desktop
  969. -usr/share/kde4/services/kdevfilemanager.desktop
  970. -usr/share/kde4/services/kdevgenericmanager.desktop
  971. -usr/share/kde4/services/kdevgit.desktop
  972. -usr/share/kde4/services/kdevgrepview.desktop
  973. -usr/share/kde4/services/kdevkonsoleview.desktop
  974. -usr/share/kde4/services/kdevopenwith.desktop
  975. -usr/share/kde4/services/kdevpastebin.desktop
  976. -usr/share/kde4/services/kdevpatchreview.desktop
  977. -usr/share/kde4/services/kdevproblemreporter.desktop
  978. -usr/share/kde4/services/kdevprojectmanagerview.desktop
  979. -usr/share/kde4/services/kdevquickopen.desktop
  980. -usr/share/kde4/services/kdevreviewboard.desktop
  981. -usr/share/kde4/services/kdevsnippet.desktop
  982. -usr/share/kde4/services/kdevstandardoutputview.desktop
  983. -usr/share/kde4/services/kdevsubversion.desktop
  984. -usr/share/kde4/servicetypes/kdevelopplugin.desktop
  985. diff -Nru kdevplatform-1.1.1/debian/kdevplatform3-libs.install kdevplatform-1.1.80/debian/kdevplatform3-libs.install
  986. --- kdevplatform-1.1.1/debian/kdevplatform3-libs.install        1970-01-01 05:30:00.000000000 +0530
  987. +++ kdevplatform-1.1.80/debian/kdevplatform3-libs.install       2010-12-16 20:59:41.000000000 +0530
  988. @@ -0,0 +1,122 @@
  989. +usr/lib/kde4/kcm_kdev_bgsettings.so
  990. +usr/lib/kde4/kcm_kdev_ccsettings.so
  991. +usr/lib/kde4/kcm_kdev_envsettings.so
  992. +usr/lib/kde4/kcm_kdev_genericprojectmanagersettings.so
  993. +usr/lib/kde4/kcm_kdev_pluginsettings.so
  994. +usr/lib/kde4/kcm_kdev_projectsettings.so
  995. +usr/lib/kde4/kcm_kdev_uisettings.so
  996. +usr/lib/kde4/kcm_kdevsourceformattersettings.so
  997. +usr/lib/kde4/kdevappwizard.so
  998. +usr/lib/kde4/kdevclassbrowser.so
  999. +usr/lib/kde4/kdevcodeutils.so
  1000. +usr/lib/kde4/kdevcontextbrowser.so
  1001. +usr/lib/kde4/kdevcvs.so
  1002. +usr/lib/kde4/kdevdocumentswitcher.so
  1003. +usr/lib/kde4/kdevdocumentview.so
  1004. +usr/lib/kde4/kdevexecute.so
  1005. +usr/lib/kde4/kdevexternalscript.so
  1006. +usr/lib/kde4/kdevfilemanager.so
  1007. +usr/lib/kde4/kdevgenericmanager.so
  1008. +usr/lib/kde4/kdevgit.so
  1009. +usr/lib/kde4/kdevgrepview.so
  1010. +usr/lib/kde4/kdevkonsoleview.so
  1011. +usr/lib/kde4/kdevopenwith.so
  1012. +usr/lib/kde4/kdevpastebin.so
  1013. +usr/lib/kde4/kdevpatchreview.so
  1014. +usr/lib/kde4/kdevproblemreporter.so
  1015. +usr/lib/kde4/kdevprojectmanagerview.so
  1016. +usr/lib/kde4/kdevquickopen.so
  1017. +usr/lib/kde4/kdevreviewboard.so
  1018. +usr/lib/kde4/kdevsnippet.so
  1019. +usr/lib/kde4/kdevstandardoutputview.so
  1020. +usr/lib/kde4/kdevsubversion.so
  1021. +usr/lib/libkdevplatformdebugger.so.*
  1022. +usr/lib/libkdevplatformdocumentation.*
  1023. +usr/lib/libkdevplatforminterfaces.so.*
  1024. +usr/lib/libkdevplatformlanguage.so.*
  1025. +usr/lib/libkdevplatformoutputview.so.*
  1026. +usr/lib/libkdevplatformproject.so.*
  1027. +usr/lib/libkdevplatformshell.so.*
  1028. +usr/lib/libkdevplatformtests.so.*
  1029. +usr/lib/libkdevplatformutil.so.*
  1030. +usr/lib/libkdevplatformvcs.so.*
  1031. +usr/share/icons/hicolor/128x128/apps/reviewboard.png
  1032. +usr/share/icons/hicolor/16x16/apps/git.png
  1033. +usr/share/icons/hicolor/16x16/apps/reviewboard.png
  1034. +usr/share/icons/hicolor/22x22/actions/run-clean.png
  1035. +usr/share/icons/hicolor/22x22/actions/run-install.png
  1036. +usr/share/icons/hicolor/32x32/apps/git.png
  1037. +usr/share/icons/hicolor/64x64/apps/git.png
  1038. +usr/share/kde4/apps/kdevappwizard/kdevappwizard.rc
  1039. +usr/share/kde4/apps/kdevappwizard/template_previews/default-kdevelop.png
  1040. +usr/share/kde4/apps/kdevclassbrowser/kdevclassbrowser.rc
  1041. +usr/share/kde4/apps/kdevcodegen/licenses
  1042. +usr/share/kde4/apps/kdevcodeutils/kdevcodeutils.rc
  1043. +usr/share/kde4/apps/kdevcontextbrowser/kdevcontextbrowser.rc
  1044. +usr/share/kde4/apps/kdevcvs/kdevcvs.rc
  1045. +usr/share/kde4/apps/kdevdebugger/kdevdebuggershellui.rc
  1046. +usr/share/kde4/apps/kdevdocumentswitcher/kdevdocumentswitcher.rc
  1047. +usr/share/kde4/apps/kdevdocumentview/kdevdocumentview.rc
  1048. +usr/share/kde4/apps/kdevexternalscript/kdevexternalscript.rc
  1049. +usr/share/kde4/apps/kdevfilemanager/kdevfilemanager.rc
  1050. +usr/share/kde4/apps/kdevgrepview/kdevgrepview.rc
  1051. +usr/share/kde4/apps/kdevpatchreview/kdevpatchreview.rc
  1052. +usr/share/kde4/apps/kdevproblemreporter/kdevproblemreporter.rc
  1053. +usr/share/kde4/apps/kdevprojectmanagerview/kdevprojectmanagerview.rc
  1054. +usr/share/kde4/apps/kdevquickopen/kdevquickopen.rc
  1055. +usr/share/kde4/apps/kdevsession/kdevsessionui.rc
  1056. +usr/share/kde4/apps/kdevsnippet/kdevsnippet.rc
  1057. +usr/share/kde4/apps/kdevsourceformatter/kdevsourceformatter.rc
  1058. +usr/share/kde4/apps/kdevstandardoutputview/kdevstandardoutputview.rc
  1059. +usr/share/kde4/services/kcm_kdev_bgsettings.desktop
  1060. +usr/share/kde4/services/kcm_kdev_ccsettings.desktop
  1061. +usr/share/kde4/services/kcm_kdev_envsettings.desktop
  1062. +usr/share/kde4/services/kcm_kdev_genericprojectmanagersettings.desktop
  1063. +usr/share/kde4/services/kcm_kdev_pluginsettings.desktop
  1064. +usr/share/kde4/services/kcm_kdev_projectsettings.desktop
  1065. +usr/share/kde4/services/kcm_kdev_uisettings.desktop
  1066. +usr/share/kde4/services/kcm_kdevsourceformattersettings.desktop
  1067. +usr/share/kde4/services/kdevappwizard.desktop
  1068. +usr/share/kde4/services/kdevclassbrowser.desktop
  1069. +usr/share/kde4/services/kdevcodeutils.desktop
  1070. +usr/share/kde4/services/kdevcontextbrowser.desktop
  1071. +usr/share/kde4/services/kdevcvs.desktop
  1072. +usr/share/kde4/services/kdevdocumentswitcher.desktop
  1073. +usr/share/kde4/services/kdevdocumentview.desktop
  1074. +usr/share/kde4/services/kdevexecute.desktop
  1075. +usr/share/kde4/services/kdevexternalscript.desktop
  1076. +usr/share/kde4/services/kdevfilemanager.desktop
  1077. +usr/share/kde4/services/kdevgenericmanager.desktop
  1078. +usr/share/kde4/services/kdevgit.desktop
  1079. +usr/share/kde4/services/kdevgrepview.desktop
  1080. +usr/share/kde4/services/kdevkonsoleview.desktop
  1081. +usr/share/kde4/services/kdevopenwith.desktop
  1082. +usr/share/kde4/services/kdevpastebin.desktop
  1083. +usr/share/kde4/services/kdevpatchreview.desktop
  1084. +usr/share/kde4/services/kdevproblemreporter.desktop
  1085. +usr/share/kde4/services/kdevprojectmanagerview.desktop
  1086. +usr/share/kde4/services/kdevquickopen.desktop
  1087. +usr/share/kde4/services/kdevreviewboard.desktop
  1088. +usr/share/kde4/services/kdevsnippet.desktop
  1089. +usr/share/kde4/services/kdevstandardoutputview.desktop
  1090. +usr/share/kde4/services/kdevsubversion.desktop
  1091. +usr/share/kde4/servicetypes/kdevelopplugin.desktop
  1092. +usr/share/locale/ca
  1093. +usr/share/locale/ca@valencia
  1094. +usr/share/locale/da
  1095. +usr/share/locale/de
  1096. +usr/share/locale/en_GB
  1097. +usr/share/locale/es
  1098. +usr/share/locale/et
  1099. +usr/share/locale/fr
  1100. +usr/share/locale/it
  1101. +usr/share/locale/nds
  1102. +usr/share/locale/nl
  1103. +usr/share/locale/pt_BR
  1104. +usr/share/locale/pt
  1105. +usr/share/locale/sl
  1106. +usr/share/locale/sv
  1107. +usr/share/locale/th
  1108. +usr/share/locale/uk
  1109. +usr/share/locale/zh_CN
  1110. +usr/share/locale/zh_TW
  1111. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-dev.install kdevplatform-1.1.80/debian/kdevplatform-dev.install
  1112. --- kdevplatform-1.1.1/debian/kdevplatform-dev.install  2010-12-04 22:55:35.000000000 +0530
  1113. +++ kdevplatform-1.1.80/debian/kdevplatform-dev.install 2010-12-16 21:28:24.000000000 +0530
  1114. @@ -12,7 +12,6 @@
  1115.  usr/include/kdevplatform/tests
  1116.  usr/include/kdevplatform/util
  1117.  usr/include/kdevplatform/vcs
  1118. -usr/include/kdevplatform/genericprojectmanager
  1119.  usr/lib/cmake/kdevplatform/KDevPlatformConfig.cmake
  1120.  usr/lib/cmake/kdevplatform/KDevPlatformConfigVersion.cmake
  1121.  usr/lib/cmake/kdevplatform/KDevPlatformMacros.cmake
  1122. @@ -27,3 +26,4 @@
  1123.  usr/lib/libkdevplatformtests.so
  1124.  usr/lib/libkdevplatformutil.so
  1125.  usr/lib/libkdevplatformvcs.so
  1126. +/usr/include/kdevplatform/openwith/iopenwith.h
  1127. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-ca.install kdevplatform-1.1.80/debian/kdevplatform-l10n-ca.install
  1128. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-ca.install      2010-12-04 22:55:35.000000000 +0530
  1129. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-ca.install     1970-01-01 05:30:00.000000000 +0530
  1130. @@ -1 +0,0 @@
  1131. -usr/share/locale/ca
  1132. \ No newline at end of file
  1133. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-cavalencia.install kdevplatform-1.1.80/debian/kdevplatform-l10n-cavalencia.install
  1134. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-cavalencia.install      2010-12-04 22:55:35.000000000 +0530
  1135. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-cavalencia.install     1970-01-01 05:30:00.000000000 +0530
  1136. @@ -1 +0,0 @@
  1137. -usr/share/locale/ca@valencia
  1138. \ No newline at end of file
  1139. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-da.install kdevplatform-1.1.80/debian/kdevplatform-l10n-da.install
  1140. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-da.install      2010-12-04 22:55:35.000000000 +0530
  1141. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-da.install     1970-01-01 05:30:00.000000000 +0530
  1142. @@ -1 +0,0 @@
  1143. -usr/share/locale/da
  1144. \ No newline at end of file
  1145. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-de.install kdevplatform-1.1.80/debian/kdevplatform-l10n-de.install
  1146. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-de.install      2010-12-04 22:55:35.000000000 +0530
  1147. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-de.install     1970-01-01 05:30:00.000000000 +0530
  1148. @@ -1 +0,0 @@
  1149. -usr/share/locale/de
  1150. \ No newline at end of file
  1151. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-engb.install kdevplatform-1.1.80/debian/kdevplatform-l10n-engb.install
  1152. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-engb.install    2010-12-04 22:55:35.000000000 +0530
  1153. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-engb.install   1970-01-01 05:30:00.000000000 +0530
  1154. @@ -1 +0,0 @@
  1155. -usr/share/locale/en_GB
  1156. \ No newline at end of file
  1157. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-es.install kdevplatform-1.1.80/debian/kdevplatform-l10n-es.install
  1158. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-es.install      2010-12-04 22:55:35.000000000 +0530
  1159. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-es.install     1970-01-01 05:30:00.000000000 +0530
  1160. @@ -1 +0,0 @@
  1161. -usr/share/locale/es
  1162. \ No newline at end of file
  1163. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-et.install kdevplatform-1.1.80/debian/kdevplatform-l10n-et.install
  1164. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-et.install      2010-12-04 22:55:35.000000000 +0530
  1165. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-et.install     1970-01-01 05:30:00.000000000 +0530
  1166. @@ -1 +0,0 @@
  1167. -usr/share/locale/et
  1168. \ No newline at end of file
  1169. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-fi.install kdevplatform-1.1.80/debian/kdevplatform-l10n-fi.install
  1170. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-fi.install      2010-12-04 22:55:35.000000000 +0530
  1171. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-fi.install     1970-01-01 05:30:00.000000000 +0530
  1172. @@ -1 +0,0 @@
  1173. -usr/share/locale/fi
  1174. \ No newline at end of file
  1175. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/changelog.Debian kdevplatform-1.1.80/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/changelog.Debian
  1176. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/changelog.Debian  2010-12-04 23:05:08.000000000 +0530
  1177. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/changelog.Debian 1970-01-01 05:30:00.000000000 +0530
  1178. @@ -1,187 +0,0 @@
  1179. -kdevplatform (1.1.1-0ubuntu1~maverick1~ppa1) maverick; urgency=low
  1180. -
  1181. -  * PPA backport
  1182. -
  1183. - -- Jonathan Riddell <jriddell@ubuntu.com>  Sat, 04 Dec 2010 17:34:55 +0000
  1184. -
  1185. -kdevplatform (1.1.1-0ubuntu1) natty; urgency=low
  1186. -
  1187. -  * New upstream release
  1188. -  * Merge packaging with kubuntu-ppa/backports PPA
  1189. -   - kdevplatform1-libs is now kdevplatform2-libs due to ABI changes
  1190. -   - libsublime1 is now libsublime2 due to ABI changes
  1191. -   - Add build-dep on libqjson-dev
  1192. -
  1193. - -- Jonathan Riddell <jriddell@ubuntu.com>  Sat, 04 Dec 2010 17:25:37 +0000
  1194. -
  1195. -kdevplatform (1.1.0-0ubuntu1) natty; urgency=low
  1196. -
  1197. -  * New upstream release
  1198. -    - Bump build-dependencies
  1199. -    - Build against libboost-serialization1.42-dev
  1200. -    - Update kdevplatform1-libs.install
  1201. -    - Update kdevplatform-dev.install
  1202. -
  1203. - -- Alessandro Ghersi <alessandro-ghersi@kubuntu.org>  Sun, 24 Oct 2010 00:06:18 +0200
  1204. -
  1205. -kdevplatform (1.0.2-0ubuntu2) maverick; urgency=low
  1206. -
  1207. -  * Add kubuntu_01_appmenu_fix.diff by Aurélien Gâteau to make KDevplatform
  1208. -    work with appmenu.
  1209. -
  1210. - -- Harald Sitter <apachelogger@ubuntu.com>  Wed, 15 Sep 2010 17:39:40 +0200
  1211. -
  1212. -kdevplatform (1.0.2-0ubuntu1) maverick; urgency=low
  1213. -
  1214. -  * New upstream release
  1215. -    - Don't ship kdevplatform-l10n-de, German translation is missing from
  1216. -      upstream, German dropped below the threshold of translated strings
  1217. -
  1218. - -- Alessandro Ghersi <alessandro-ghersi@kubuntu.org>  Fri, 03 Sep 2010 19:38:03 +0200
  1219. -
  1220. -kdevplatform (1.0.1-1ubuntu1) maverick; urgency=low
  1221. -
  1222. -  * Add export KUBUNTU_DESKTOP_POT=extragear-sdk_kdevplatform
  1223. -
  1224. - -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 26 Jul 2010 18:21:06 +0100
  1225. -
  1226. -kdevplatform (1.0.1-1) unstable; urgency=low
  1227. -
  1228. -  * New upstream release.
  1229. -
  1230. -  [ Fathi Boudra ]
  1231. -  * Add localization packages: Finnish (fi), Dutch (nl), Slovenian (sl) and
  1232. -    Thai (th).
  1233. -  * Update debian/control:
  1234. -    - bump Standards-Version to 3.9.0 (no changes needed).
  1235. -    - comment turkish localization package, not shipped in this release.
  1236. -  * Update debian/rules: remove workaround for FindKDE4Internal.cmake default
  1237. -    rpath value, fixed in kdelibs5-dev 4.4.1.
  1238. -
  1239. -  [ Sune Vuorela ]
  1240. -  * Remove hardcoded dependency in libsublime1 on kdelibs5.
  1241. -
  1242. - -- Fathi Boudra <fabo@debian.org>  Thu, 22 Jul 2010 20:36:46 +0300
  1243. -
  1244. -kdevplatform (1.0.0-1) unstable; urgency=low
  1245. -
  1246. -  * New upstream release.
  1247. -
  1248. - -- Jeremy Lainé <jeremy.laine@m4x.org>  Mon, 03 May 2010 22:24:13 +0200
  1249. -
  1250. -kdevplatform (0.10.2-1) unstable; urgency=low
  1251. -
  1252. -  * New upstream release.
  1253. -  * Add localization packages.
  1254. -
  1255. - -- Fathi Boudra <fabo@debian.org>  Sat, 17 Apr 2010 10:33:53 +0300
  1256. -
  1257. -kdevplatform (0.10.0-1) unstable; urgency=low
  1258. -
  1259. -  * New upstream release.
  1260. -  * Switch to dpkg-source 3.0 (quilt) format.
  1261. -
  1262. - -- Fathi Boudra <fabo@debian.org>  Sun, 04 Apr 2010 11:43:31 +0200
  1263. -
  1264. -kdevplatform (0.9.99-1) unstable; urgency=low
  1265. -
  1266. -  * New upstream release.
  1267. -
  1268. - -- Fathi Boudra <fabo@debian.org>  Mon, 08 Mar 2010 14:27:31 +0100
  1269. -
  1270. -kdevplatform (0.9.98-1) unstable; urgency=low
  1271. -
  1272. -  * New upstream release.
  1273. -
  1274. -  [ Fathi Boudra ]
  1275. -  * Update debian/control:
  1276. -    - bump build dependencies version (debhelper and pkg-kde-tools).
  1277. -    - bump Standards-Version to 3.8.4 (no changes needed).
  1278. -  * Update debian/kdevplatform1-libs.install file.
  1279. -  * Update debian/kdevplatform-dev.install file.
  1280. -  * Update debian/rules: pass -DCMAKE_SKIP_RPATH=ON
  1281. -    to workaround FindKDE4Internal.cmake default rpath value.
  1282. -
  1283. -  [ Modestas Vainius ]
  1284. -  * Fix Vcs-Browser URL.
  1285. -
  1286. - -- Fathi Boudra <fabo@debian.org>  Thu, 11 Feb 2010 16:48:26 +0100
  1287. -
  1288. -kdevplatform (0.9.97-1) unstable; urgency=low
  1289. -
  1290. -  * New upstream release.
  1291. -  * Drop 01_kdevplatform_r1044088.diff patch.
  1292. -  * Update installed plugins: mercurial plugin removed.
  1293. -
  1294. - -- Fathi Boudra <fabo@debian.org>  Sat, 12 Dec 2009 20:46:47 +0100
  1295. -
  1296. -kdevplatform (0.9.96-1) unstable; urgency=low
  1297. -
  1298. -  * New upstream release.
  1299. -  * Add 01_kdevplatform_r1044088.diff patch.
  1300. -  * Remove kdevplatform version fix.
  1301. -  * Update installed plugins. Some plugins were removed upstream.
  1302. -  * Add Replaces against kdevelop and kdevelop-data (<< 4:3.9.96-1).
  1303. -    Some files were move from these packages to kdevplatform1-libs.
  1304. -
  1305. - -- Fathi Boudra <fabo@debian.org>  Thu, 12 Nov 2009 15:29:14 +0100
  1306. -
  1307. -kdevplatform (0.9.95-2) unstable; urgency=low
  1308. -
  1309. -  * Add patch to fix kdevplatform version.
  1310. -
  1311. - -- Fathi Boudra <fabo@debian.org>  Mon, 24 Aug 2009 09:22:52 +0200
  1312. -
  1313. -kdevplatform (0.9.95-1) unstable; urgency=low
  1314. -
  1315. -  * New upstream release (beta 5).
  1316. -  * Bump Standards-Version to 3.8.3 (no changes needed).
  1317. -
  1318. - -- Fathi Boudra <fabo@debian.org>  Fri, 21 Aug 2009 11:30:38 +0200
  1319. -
  1320. -kdevplatform (0.9.94+svn1010123-1) unstable; urgency=low
  1321. -
  1322. -  * New snapshot from svn revision 1010123.
  1323. -  * Update *.install files:
  1324. -    - libkdevplatformtestshell renamed to libkdevplatformtests.
  1325. -    - add new files (kdevopenwith and kdevpatchreview).
  1326. -  * Update debian/rules:
  1327. -    - add DEB_DH_MAKESHLIBS_ARGS_ALL := -V to generate a shlibs file with
  1328. -      current upstream version of the package.
  1329. -    - use DEB_DBG_PACKAGE instead of DEB_DH_STRIP_ARGS. debug package should
  1330. -      be properly generated.
  1331. -
  1332. - -- Fathi Boudra <fabo@debian.org>  Tue, 11 Aug 2009 15:50:12 +0200
  1333. -
  1334. -kdevplatform (0.9.94-1) unstable; urgency=low
  1335. -
  1336. -  * New upstream release.
  1337. -  * Replace liboost1.37-dev build dependency by libboost-serialization-dev.
  1338. -    (Closes: #531111)
  1339. -  * Bump Standards-Version to 3.8.2 (no changes needed).
  1340. -
  1341. - -- Fathi Boudra <fabo@debian.org>  Mon, 15 Jun 2009 11:42:21 +0200
  1342. -
  1343. -kdevplatform (0.9.93-1) unstable; urgency=low
  1344. -
  1345. -  * New upstream release.
  1346. -  * Update debian/kdevplatform-dev.install: add debugger include files.
  1347. -  * Update debian/kdevplatform1-libs.install: add kdevcodegen licenses files.
  1348. -  * Add liboost1.37-dev build dependency: It's needed to get the class browser
  1349. -    plugin. We can't use boost 1.38 as it isn't supported yet.
  1350. -
  1351. - -- Fathi Boudra <fabo@debian.org>  Sun, 24 May 2009 13:13:25 +0200
  1352. -
  1353. -kdevplatform (0.9.92-1) unstable; urgency=low
  1354. -
  1355. -  * New upstream release.
  1356. -  * Bump Standards-Version to 3.8.1. No changes needed.
  1357. -  * Move kdevplatform-dbg package to debug section.
  1358. -
  1359. - -- Fathi Boudra <fabo@debian.org>  Mon, 20 Apr 2009 11:09:11 +0200
  1360. -
  1361. -kdevplatform (0.9.91-1) experimental; urgency=low
  1362. -
  1363. -  * Initial release (Closes: #509432).
  1364. -
  1365. - -- Fathi Boudra <fabo@debian.org>  Wed, 04 Mar 2009 18:11:09 +0100
  1366. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/copyright kdevplatform-1.1.80/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/copyright
  1367. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/copyright 2010-12-04 22:55:35.000000000 +0530
  1368. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/copyright        1970-01-01 05:30:00.000000000 +0530
  1369. @@ -1,112 +0,0 @@
  1370. -This package was debianized by:
  1371. -
  1372. -    Fathi Boudra <fabo@debian.org> on Sat, 07 Feb 2009 21:37:36 +0100
  1373. -
  1374. -It was downloaded from:
  1375. -
  1376. -    http://download.kde.org
  1377. -
  1378. -Upstream Authors:
  1379. -
  1380. -    Andreas Pakulat <apaku@gmx.de>
  1381. -    Hamish Rodda <rodda@kde.org>
  1382. -    David Nolden <david.nolden.kdevelop@art-master.de>
  1383. -    Alexander Dymo <adymo@kdevelop.org>
  1384. -    Aleix Pol <aleixpol@gmail.com>
  1385. -    Vladimir Prus <ghost@cs.msu.su>
  1386. -    Amilcar do Carmo Lucas <amilcar@kdevelop.org>
  1387. -
  1388. -Copyright:
  1389. -
  1390. -    © 1999-2010 The KDevelop Platform developers
  1391. -
  1392. -    © 2006-2009 Andreas Pakulat <apaku@gmx.de>
  1393. -    © 2003-2008 Hamish Rodda <rodda@kde.org>
  1394. -    © 2006-2009 David Nolden <david.nolden.kdevelop@art-master.de>
  1395. -    © 2003-2008 Alexander Dymo <adymo@kdevelop.org>
  1396. -    © 2008-2009 Manuel Breugelmans <mbr.nxi@gmail.com>
  1397. -    © 2002-2007 Roberto Raggi <roberto@kdevelop.org>
  1398. -    © 2007-2008 Robert Gruber <rgruber@users.sourceforge.net>
  1399. -    © 2003, 2005-2006 Adam Treat <treat@kde.org>
  1400. -    © 2007 Dukju Ahn <dukjuahn@gmail.com>
  1401. -    © 2007-2009 Aleix Pol <aleixpol@kde.org> <aleixpol@gmail.com>
  1402. -    © 2008 Evgeniy Ivanov <powerfox@kde.ru>
  1403. -    © 2006 Matt Rogers <mattr@kde.org>
  1404. -    © 2002-2008 The RapidSvn Group. All Rights Reserved.
  1405. -    © 2002-2003, 2008 Harald Fernengel <harry@kdevelop.org>
  1406. -    © 2006 Ernst Huber <qxrunner@systest.ch>
  1407. -    © 2007 Matthew Woehlke <mw_triad@users.sourceforge.net>
  1408. -    © 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
  1409. -    © 2008 Cédric Pasteur <cedric.pasteur@free.fr>
  1410. -    © 1999-2002 Bernd Gehrmann <bernd@kdevelop.org>
  1411. -    © 2003 Mario Scalas <mario.scalas@libero.it>
  1412. -    © 2002 Simon Hausmann <hausmann@kde.org>
  1413. -    © 2007, 2009 Kris Wong <kris.p.wong@gmail.com>
  1414. -    © 2003 Jens Dagerbo <jens.dagerbo@swipnet.se>
  1415. -    © 2004 Jarosław Staniek <staniek@kde.org>
  1416. -    © 2002-2003 John Firebaugh <jfirebaugh@kde.org>
  1417. -    © 2002-2003 Falk Brettschneider <falkbr@kdevelop.org>
  1418. -    © 2008 Peter Penz <peter.penz@gmx.at>
  1419. -    © 2002-2003 Christian Loose <christian.loose@hamburg.de>
  1420. -    © 2002 Daniel Engelschalt <daniel.engelschalt@gmx.net>
  1421. -    © 2001 Sandy Meier <smeier@kdevelop.org>
  1422. -    © 2002-2003 Martijn Klingens <klingens@kde.org>
  1423. -    © 1992-2008 Trolltech ASA. All Rights Reserved.
  1424. -    © 2007-2008 Vladimir Prus <ghost@cs.msu.su>
  1425. -    © 2005-2006 Google Inc. All Rights Reserved.
  1426. -    © 2007 Fredrik Höglund <fredrik@kde.org>
  1427. -    © 2007 Oswald Buddenhagen <ossi@kde.org>
  1428. -    © 2004-2005 Sascha Cunz <sascha@kdevelop.org>
  1429. -    © 2003 Amilcar do Carmo Lucas <amilcar@kdevelop.org>
  1430. -    © 2005 Ian Reinhart Geiser <ian@geiseri.com>
  1431. -    © 1996-1998 Silicon Graphics Computer Systems Inc.
  1432. -    © 2003 Julian Rockey <linux@jrockey.com>
  1433. -    © 1994 Hewlett-Packard Company
  1434. -    © 2001-2005 Free Software Foundation Inc.
  1435. -    © 2007 Bernd Buschinski <b.buschinski@web.de>
  1436. -    © 2005 Frerich Raabe <raabe@kde.org>
  1437. -
  1438. -KDevelop Platform Libraries License:
  1439. -
  1440. -    Unless something else is mentioned, KDevelop Platform Libraries
  1441. -    are licensed under the terms of the GNU Lesser General Public
  1442. -    License as published by the Free Software Foundation; either
  1443. -    version 2 of the License, or (at your option) any later version.
  1444. -
  1445. -    This package is distributed in the hope that it will be useful,
  1446. -    but WITHOUT ANY WARRANTY; without even the implied warranty of
  1447. -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  1448. -    Lesser General Public License for more details.
  1449. -
  1450. -    You should have received a copy of the GNU Lesser General Public
  1451. -    License along with this package; if not, write to the Free Software
  1452. -    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  1453. -
  1454. -KDevelop Platform Plugins license:
  1455. -
  1456. -    Unless something else is mentioned, KDevelop Platform Plugins are licensed
  1457. -    under the terms of the GNU General Public License as published by
  1458. -    the Free Software Foundation; either version 2 of the License, or
  1459. -    (at your option) any later version.
  1460. -
  1461. -    This package is distributed in the hope that it will be useful,
  1462. -    but WITHOUT ANY WARRANTY; without even the implied warranty of
  1463. -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1464. -    GNU General Public License for more details.
  1465. -
  1466. -    You should have received a copy of the GNU General Public License
  1467. -    along with this package; if not, write to the Free Software
  1468. -    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  1469. -
  1470. -On Debian systems, the complete texts of these licenses can be found in:
  1471. -    - GPL version 2:    `/usr/share/common-licenses/GPL-2'
  1472. -    - GPL version 3:    `/usr/share/common-licenses/GPL-3'
  1473. -    - LGPL version 2:   `/usr/share/common-licenses/LGPL-2',
  1474. -    - LGPL version 2.1: `/usr/share/common-licenses/LGPL-2.1'
  1475. -    - LGPL version 3:   `/usr/share/common-licenses/LGPL-3'
  1476. -
  1477. -The Debian packaging is:
  1478. -
  1479. -    Copyright (C) 2009-2010, Fathi Boudra <fabo@debian.org>
  1480. -
  1481. -and is licensed under the GPL, see above.
  1482. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/NEWS kdevplatform-1.1.80/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/NEWS
  1483. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/NEWS      2010-11-26 02:30:47.000000000 +0530
  1484. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/NEWS     1970-01-01 05:30:00.000000000 +0530
  1485. @@ -1 +0,0 @@
  1486. -News are announced on KDevelop website: http://www.kdevelop.org/index.html
  1487. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/README kdevplatform-1.1.80/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/README
  1488. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/README    2010-11-26 02:30:47.000000000 +0530
  1489. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/README   1970-01-01 05:30:00.000000000 +0530
  1490. @@ -1,2 +0,0 @@
  1491. -KDevelop website:  http://www.kdevelop.org/
  1492. -API documentation: http://api.kde.org/extragear-api/sdk-apidocs/kdevplatform/html/
  1493. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/TODO kdevplatform-1.1.80/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/TODO
  1494. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/TODO      2010-11-26 02:30:47.000000000 +0530
  1495. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-fr/usr/share/doc/kdevplatform-l10n-fr/TODO     1970-01-01 05:30:00.000000000 +0530
  1496. @@ -1,4 +0,0 @@
  1497. -There is nothing here yet, but that does not mean that that there is nothing
  1498. -to do. Please email kdevelop-devel@kdevelop.org or visit our IRC-channel
  1499. -#kdevelop@irc.freenode.org if you are interested in contributing to the KDevelop platform.
  1500. -
  1501. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-fr.debhelper.log kdevplatform-1.1.80/debian/kdevplatform-l10n-fr.debhelper.log
  1502. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-fr.debhelper.log        2010-12-04 23:31:17.000000000 +0530
  1503. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-fr.debhelper.log       1970-01-01 05:30:00.000000000 +0530
  1504. @@ -1,18 +0,0 @@
  1505. -dh_installdirs
  1506. -dh_installdirs
  1507. -dh_installdocs
  1508. -dh_installexamples
  1509. -dh_installman
  1510. -dh_installinfo
  1511. -dh_installmenu
  1512. -dh_installcron
  1513. -dh_installinit
  1514. -dh_installdebconf
  1515. -dh_installemacsen
  1516. -dh_installcatalogs
  1517. -dh_installpam
  1518. -dh_installlogrotate
  1519. -dh_installlogcheck
  1520. -dh_installchangelogs
  1521. -dh_installudev
  1522. -dh_lintian
  1523. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-fr.install kdevplatform-1.1.80/debian/kdevplatform-l10n-fr.install
  1524. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-fr.install      2010-12-04 22:55:35.000000000 +0530
  1525. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-fr.install     1970-01-01 05:30:00.000000000 +0530
  1526. @@ -1 +0,0 @@
  1527. -usr/share/locale/fr
  1528. \ No newline at end of file
  1529. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-gl.install kdevplatform-1.1.80/debian/kdevplatform-l10n-gl.install
  1530. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-gl.install      2010-12-04 22:55:35.000000000 +0530
  1531. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-gl.install     1970-01-01 05:30:00.000000000 +0530
  1532. @@ -1 +0,0 @@
  1533. -usr/share/locale/gl
  1534. \ No newline at end of file
  1535. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-it.install kdevplatform-1.1.80/debian/kdevplatform-l10n-it.install
  1536. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-it.install      2010-12-04 22:55:35.000000000 +0530
  1537. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-it.install     1970-01-01 05:30:00.000000000 +0530
  1538. @@ -1 +0,0 @@
  1539. -usr/share/locale/it
  1540. \ No newline at end of file
  1541. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-nds.install kdevplatform-1.1.80/debian/kdevplatform-l10n-nds.install
  1542. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-nds.install     2010-12-04 22:55:35.000000000 +0530
  1543. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-nds.install    1970-01-01 05:30:00.000000000 +0530
  1544. @@ -1 +0,0 @@
  1545. -usr/share/locale/nds
  1546. \ No newline at end of file
  1547. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-nl.install kdevplatform-1.1.80/debian/kdevplatform-l10n-nl.install
  1548. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-nl.install      2010-12-04 22:55:35.000000000 +0530
  1549. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-nl.install     1970-01-01 05:30:00.000000000 +0530
  1550. @@ -1 +0,0 @@
  1551. -usr/share/locale/nl
  1552. \ No newline at end of file
  1553. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-ptbr.install kdevplatform-1.1.80/debian/kdevplatform-l10n-ptbr.install
  1554. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-ptbr.install    2010-12-04 22:55:35.000000000 +0530
  1555. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-ptbr.install   1970-01-01 05:30:00.000000000 +0530
  1556. @@ -1 +0,0 @@
  1557. -usr/share/locale/pt_BR
  1558. \ No newline at end of file
  1559. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-pt.install kdevplatform-1.1.80/debian/kdevplatform-l10n-pt.install
  1560. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-pt.install      2010-12-04 22:55:35.000000000 +0530
  1561. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-pt.install     1970-01-01 05:30:00.000000000 +0530
  1562. @@ -1 +0,0 @@
  1563. -usr/share/locale/pt
  1564. \ No newline at end of file
  1565. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-sl.install kdevplatform-1.1.80/debian/kdevplatform-l10n-sl.install
  1566. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-sl.install      2010-12-04 22:55:35.000000000 +0530
  1567. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-sl.install     1970-01-01 05:30:00.000000000 +0530
  1568. @@ -1 +0,0 @@
  1569. -usr/share/locale/sl
  1570. \ No newline at end of file
  1571. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-sv.install kdevplatform-1.1.80/debian/kdevplatform-l10n-sv.install
  1572. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-sv.install      2010-12-04 22:55:35.000000000 +0530
  1573. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-sv.install     1970-01-01 05:30:00.000000000 +0530
  1574. @@ -1 +0,0 @@
  1575. -usr/share/locale/sv
  1576. \ No newline at end of file
  1577. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-th.install kdevplatform-1.1.80/debian/kdevplatform-l10n-th.install
  1578. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-th.install      2010-12-04 22:55:35.000000000 +0530
  1579. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-th.install     1970-01-01 05:30:00.000000000 +0530
  1580. @@ -1 +0,0 @@
  1581. -usr/share/locale/th
  1582. \ No newline at end of file
  1583. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-tr.install kdevplatform-1.1.80/debian/kdevplatform-l10n-tr.install
  1584. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-tr.install      2010-12-04 22:55:35.000000000 +0530
  1585. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-tr.install     1970-01-01 05:30:00.000000000 +0530
  1586. @@ -1 +0,0 @@
  1587. -usr/share/locale/tr
  1588. \ No newline at end of file
  1589. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-uk.install kdevplatform-1.1.80/debian/kdevplatform-l10n-uk.install
  1590. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-uk.install      2010-12-04 22:55:35.000000000 +0530
  1591. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-uk.install     1970-01-01 05:30:00.000000000 +0530
  1592. @@ -1 +0,0 @@
  1593. -usr/share/locale/uk
  1594. \ No newline at end of file
  1595. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-zhcn.install kdevplatform-1.1.80/debian/kdevplatform-l10n-zhcn.install
  1596. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-zhcn.install    2010-12-04 22:55:35.000000000 +0530
  1597. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-zhcn.install   1970-01-01 05:30:00.000000000 +0530
  1598. @@ -1 +0,0 @@
  1599. -usr/share/locale/zh_CN
  1600. \ No newline at end of file
  1601. diff -Nru kdevplatform-1.1.1/debian/kdevplatform-l10n-zhtw.install kdevplatform-1.1.80/debian/kdevplatform-l10n-zhtw.install
  1602. --- kdevplatform-1.1.1/debian/kdevplatform-l10n-zhtw.install    2010-12-04 22:55:35.000000000 +0530
  1603. +++ kdevplatform-1.1.80/debian/kdevplatform-l10n-zhtw.install   1970-01-01 05:30:00.000000000 +0530
  1604. @@ -1 +0,0 @@
  1605. -usr/share/locale/zh_TW
  1606. \ No newline at end of file
  1607. diff -Nru kdevplatform-1.1.1/debugger/breakpoint/breakpoint.cpp kdevplatform-1.1.80/debugger/breakpoint/breakpoint.cpp
  1608. --- kdevplatform-1.1.1/debugger/breakpoint/breakpoint.cpp       2010-11-26 02:30:48.000000000 +0530
  1609. +++ kdevplatform-1.1.80/debugger/breakpoint/breakpoint.cpp      2010-12-16 03:45:01.000000000 +0530
  1610. @@ -38,12 +38,12 @@
  1611.  : m_model(model), enabled_(true),
  1612.    deleted_(false), kind_(kind),
  1613.    m_line(-1),
  1614. -  m_smartCursor(0), m_ignoreHits(0)
  1615. +  m_movingCursor(0), m_ignoreHits(0)
  1616.  {
  1617.  }
  1618.  
  1619.  Breakpoint::Breakpoint(BreakpointModel *model, const KConfigGroup& config)
  1620. -: m_model(model), deleted_(false), m_line(-1), m_smartCursor(0)
  1621. +: m_model(model), deleted_(false), m_line(-1), m_movingCursor(0)
  1622.  {
  1623.      QString kindString = config.readEntry("kind", "");
  1624.      int i;
  1625. @@ -270,11 +270,11 @@
  1626.      return data(EnableColumn, Qt::CheckStateRole).toBool();
  1627.  }
  1628.  
  1629. -void KDevelop::Breakpoint::setSmartCursor(KTextEditor::SmartCursor* cursor) {
  1630. -    m_smartCursor = cursor;
  1631. +void KDevelop::Breakpoint::setMovingCursor(KTextEditor::MovingCursor* cursor) {
  1632. +    m_movingCursor = cursor;
  1633.  }
  1634. -KTextEditor::SmartCursor* KDevelop::Breakpoint::smartCursor() const {
  1635. -    return m_smartCursor;
  1636. +KTextEditor::MovingCursor* KDevelop::Breakpoint::movingCursor() const {
  1637. +    return m_movingCursor;
  1638.  }
  1639.  
  1640.  void Breakpoint::setIgnoreHits(int c)
RAW Paste Data
Top