Advertisement
Guest User

Untitled

a guest
May 24th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.06 KB | None | 0 0
  1. Landing current branch 'fix_group_dlg'.
  2. Switched to branch 3.0. Updating branch...
  3. The following commit(s) will be landed:
  4.  
  5. c210b93 Address review comments.
  6. 0fdd9ea Port the Group dialog widget. Was missed from the Qt5 porting.
  7. 1e9413f Merge branch '3.0'
  8. eabeab1 Add and improve user scripting api docs from 2.9
  9. 0944e7c Add missing features from 2.9
  10. 7578bfc SVN_SILENT made messages (.desktop file) - always resolve ours
  11. 02a8504 Merge branch '3.0'
  12. 6c87e30 GIT_SILENT Exclude private and plugin files from API docs
  13. f3a6b85 Really fix interpreter being empty
  14. 67ee994 Set the default interpreter to javascript if it is empty
  15. d74b785 Possible fix for T668
  16. 7e339dc Fix field type not updating report dirty state
  17. 66ded8e Modernize the code: use override and nullptr
  18. 27e1fb2 Merge branch '3.0'
  19. 7e87020 Merge branch '3.0'
  20. c39be78 SVN_SILENT made messages (.desktop file) - always resolve ours
  21. 8472e22 GIT_SILENT Revert removal of ~KReportDesigner by mistake from 40ea5fff1c086
  22. 2c6c4ee GIT_SILENT Move/clean code/remove unused
  23. 40ea5ff GIT_SILENT Clean up constructor
  24. 01f1019 No longer needed code
  25. c53cc1f GIT_SILENT Move includes to .cpp
  26. bc7a9de Fix initialization of report elements created by user, e.g. barcodes had invalid default settings
  27. ffcf691 Rename KRTextStyleData to KReportTextStyleData
  28. acab7fa Remove unnescessary strings for translation
  29. 1c74f59 Linestyle width > weight
  30. 1ece3fb Linestyle improvements from 3.0
  31. e113f99 Add missing KReportView::moveToPage(int)
  32. 7e03cbf Merge branch '3.0'
  33. a75e62d SVN_SILENT made messages (.desktop file) - always resolve ours
  34. 469cbb7 Merge remote-tracking branch 'origin/3.0'
  35. 1af771e API: Make KReportDesignerSection constructed by KReportDesigner, hide the zoom handler, use more stack, some renames
  36. 8db44d2 GIT_SILENT Add missing parameter names, don't use set**(bool = ...) in APIs
  37. 23ba7d0 GIT_SILENT Remove unused declarations from KReportItemField.h
  38. b373ad1 +cmake NO_POLICY_SCOPE
  39. 376b1fc Bump dependency on Qt and KF5 to match other Kexi libs
  40. 5cc96ac Switch to CMakePackageConfigHelpers, hide a CMP0053 warning, sort cmake includes
  41. e153261 3.0.x: Check if KProperty* libs are not newer than 3.0.x
  42. bb1039d Simplify autotest build using ecm_add_tests()
  43. bccf32c Port QRegExp to QRegularExpression in KReport
  44. 8cef692 SVN_SILENT made messages (.desktop file) - always resolve ours
  45. 2b7830d SVN_SILENT made messages (.desktop file) - always resolve ours
  46. ac4c2d7 GIT_SILENT Ignore result of KReportRendererBase::render call
  47. a91c14c SVN_SILENT made messages (.desktop file) - always resolve ours
  48. d772626 SVN_SILENT made messages (.desktop file) - always resolve ours
  49. e695dad Fix minor build errrors
  50. 5abc07d Implement T4492 by performing some simple api cleanups/renames
  51. 4f04ab9 Improve HeadersTest
  52. e6a0696 Include KDECompilerSettings and KDEFrameworkCompilerSettings with NO_POLICY_SCOPE as recommended
  53. 9f1a380 Fix usage of QPageLayout by calling the non default constructor
  54. 0247d13 Update for the new KProperty::setValueSyncPolicy API 3.1
  55. b2ed5c9 Merge branch '3.0'
  56. 5dadf63 Fix SortedField to not cause crashes when default copy-ctr is used
  57. e22c39c GIT_SILENT typos--
  58. e1cdb13 Fix build warnings and clear up init() code for items
  59. b7ee4ca Fixes for issues picked up by coverity
  60. dabf54a TRIVIAL: fix copyright
  61. 57337f3 TRIVIAL: Remove unnecessary funcions
  62. 2014741 SVN_SILENT made messages (.desktop file) - always resolve ours
  63. 362b144 Address T4491 making KReportDpi a private non-exported class
  64. d6f58b6 Squashed commit of the following: TRIVIAL
  65. fbac3ff Add dtpr to KReportUnit
  66. 649cf74 Squashed commit of the following: TRIVIAL
  67. 2209f06 Add dptr to KReportData and SortedField
  68. 5cd610c SVN_SILENT made messages (.desktop file) - always resolve ours
  69. 77732e2 Add dptr to classes in KReportRendererBase.h
  70. 3ae612d Add dptr to KReportScriptHandler
  71. d3dbe75 ZoomHandler and ZoomMode do not need to be exported
  72. 3e31807 Merge branch '3.0'
  73. 4e7e49c Remove KReportPosition and KReportSize. Port the Line item to QPointF and KProperty.
  74. 1b554d8 Improve ORODocument
  75. 1cc2c69 Update KReportAddQCH.cmake to latest state of ECMAddQCH.cmake
  76. 0f19996 SVN_SILENT made messages (.desktop file) - always resolve ours
  77. 7457dd4 SVN_SILENT made messages (.desktop file) - always resolve ours
  78. cde955a Remove outdated TODO
  79. 1dc3c3e New: KReportAddQCH.cmake for creating an API dox QCH file during the build
  80. fc47bb2 SVN_SILENT made messages (.desktop file) - always resolve ours
  81. 0ee5572 Remove KReportPageOptions
  82. 4e8e428 TRIVIAL: Fix infinite recursion in KReportItemBase
  83. 138351e Add d-ptr to kReportItemBase and port KReportItemLine
  84. a61409a Merge branch '3.0'
  85. e72a392 Merge branch '3.0'
  86. 3b49cc9 Add Q_DECL_HIDDEN to all nested Private classes
  87. 8c7b5ca Merge branch '3.0'
  88. 70e8ba0 SVN_SILENT made messages (.desktop file) - always resolve ours
  89. fa27e2c Merge branch '3.0'
  90. 112da86 TRIVIAL: Synchronize plugin versions with KReport version: 3.1
  91. 2e6834f SVN_SILENT made messages (.desktop file) - always resolve ours
  92. 6ee33e7 Merge branch '3.0'
  93. c4aee62 Merge branch '3.0'
  94. acab6a3 TRIVIAL Specify KF as requered component of KPropertyWidgets (possible since 3.1)
  95. 83e154b Port KReportDocument to use a d-pointer
  96. d72140e Fix async rendering of map item
  97. 761c9c6 SVN_SILENT made messages (.desktop file) - always resolve ours
  98. 502bdda Merge branch '3.0'
  99. 117fa2a Merge remote-tracking branch 'origin/3.0'
  100. 77ad82f Add 24x24 icons, useful on classic Windows
  101. 273a341 macro kproperty_add_icons_rcc_file: generate rcc icons in the builddir/bin/data/icons/ dir so it can be used within the builddir
  102. 00709ab GIT_SILENT Version 3.1 alpha, depend on KProperty 3.1 alpha
  103. e5d5b81 SVN_SILENT made messages (.desktop file) - always resolve ours
  104. 086234f Fix icon name to kreport-web-element
  105. ec22af6 GIT_SILENT Add another json file to the project's list
  106. 637c8d7 Version 3.0.0, depend on KProperty 3.0.0
  107. f5d4741 Make KReport use resource files for icons
  108. dfc3cad Initial port of web plugin to Qt5/KReport3/QtWebEngine
  109. 96ab741 Fix navigation
  110.  
  111. Switched to branch fix_group_dlg. Identifying and merging...
  112. Usage Exception: There are multiple revisions on feature branch 'fix_group_dlg' which are not present on '3.0':
  113.  
  114. - D5948: Port the Group dialog widget. Was missed from the Qt5 porting.
  115. - D5894: Add and improve user scripting api docs from 2.9
  116. - D5875: Add missing features from 2.9
  117. - D5700: Possible fix for T668
  118. - D5629: Modernize the code: use override and nullptr
  119. - D5437: Rename KRTextStyleData to KReportTextStyleData
  120. - D5418: Remove unnescessary strings for translation
  121. - D5404: Linestyle improvements from 3.0
  122. - D5120: API: Make KReportDesignerSection constructed by KReportDesigner, hide the zoom handler, use more stack, some renames
  123. - D3891: Fix build warnings and clear up init() code for items
  124. - D2889: Port QRegExp to QRegularExpression in KReport
  125. - D4230: Implement T4492 by performing some simple api cleanups/renames
  126. - D4021: Fix usage of QPageLayout by calling the non default constructor
  127. - D4047: Update for the new KProperty::setValueSyncPolicy API 3.1
  128. - D4005: Fix SortedField to not cause crashes when default copy-ctr is used
  129. - D3827: Fixes for issues picked up by coverity
  130. - D3800: Address T4491 making KReportDpi a private non-exported class
  131. - D3757: Add dptr to KReportData and SortedField
  132. - D3792: Add dtpr to KReportUnit
  133. - D3746: Add dptr to classes in KReportRendererBase.h
  134. - D3741: Add dptr to KReportScriptHandler
  135. - D3423: Improve ORODocument
  136. - D3612: Remove KReportPosition and KReportSize. Port the Line item to QPointF and KProperty.
  137. - D3515: New: KReportAddQCH.cmake for creating an API dox QCH file during the build
  138. - D3322: Remove KReportPageOptions
  139. - D3286: Add d-ptr to kReportItemBase and port KReportItemLine
  140. - D3043: Port KReportDocument to use a d-pointer
  141. - D3028: Fix async rendering of map item
  142. - D2860: Make KReport use resource files for icons
  143. - D2863: Initial port of web plugin to Qt5/KReport3/QtWebEngine
  144.  
  145. Separate these revisions onto different branchs, or use --revision <id>' to use the commit message from <id> and land them all.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement