Jenkins is going to shut down
Started 3 mo 28 days ago
Took 4 hr 3 min on swy-01

Failed Build #29 (Sep 14, 2017 12:08:57 AM)

Changes

Git (source)

  1. Going towards 0.4 (detail)
  2. Bumped version number in kube.spec (detail)
  3. One QT_MIN_VERSION is enough, also it's 5.7 (detail)
  4. Don't set that option twice (detail)
  5. Reply all is the better default for now, (detail)
  6. Fixed multipart/alternative replies (detail)
  7. Print attachment status (detail)
  8. Stop at bounds (detail)
  9. We want that shortcut on non-trash items (detail)
  10. Ensure that all items can always be centered. (detail)
  11. Instead of emulating it we can also just layout the items in reverse (detail)
  12. A listview with sane scrolling (detail)
  13. Some random other factors for scrolling speed. (detail)
  14. Use Kube.ListView everywhere (detail)
  15. Scrollbar on conversation view (detail)
  16. Cleanup (detail)
  17. Use a ScrollHelper to fix scrolling on listviews (detail)
  18. A scrollable texteditor (detail)
  19. Fixed scroll even forwarding with a webview (detail)
  20. Moved non-folder specific treeview to separate file (detail)
  21. Fixups (detail)
  22. Put the TreeView into an extra flickable (detail)
  23. no need for ki18n (detail)
  24. Properly anchor and scroll the peopleview (detail)
  25. Properly anchor and scroll the person page (detail)
  26. Removed unncessary Item and fixed indentation (detail)
  27. Bumped release (detail)
  28. Avoid running queries with empty ids (detail)
  29. initial Kube.ToolTip (detail)
  30. make it translateable (detail)
  31. make more translatable (detail)
  32. qsTr all the strings (detail)
  33. Translate string (detail)
  34. Anchor the treeview properly (detail)
  35. Added Messages.sh file (detail)
  36. Improved key-navigation for treeview (detail)
  37. Simplified layout (detail)
  38. Improved keyboard navigation (detail)
  39. Underline on active focus (detail)
  40. Show activeFocus via underline (detail)
  41. The TreeView needs to be a FocusScope for the focus to work at all. (detail)
  42. Underline in maillistview as well (detail)
  43. Fixed mailview focus handling (detail)
  44. Show highlight on active focus (detail)
  45. Support key presses on buttons (detail)
  46. Return pressed & activeFocus (detail)
  47. Use activeFocus for detecting focus (detail)
  48. Active focus on tab for buttons (detail)
  49. Force active focus for current view (detail)
  50. Missing id (detail)
  51. Make every view a focus scope (detail)
  52. ComposerView focus (detail)
  53. Editor focus (detail)
  54. Use activeFocus (detail)
  55. Use a Button for the Addressbook delegate. (detail)
  56. People focus handling (detail)
  57. Use an AbstractButton in People.qml for the delegate (detail)
  58. GridView based people view. (detail)
  59. Focus handling documentation (detail)
  60. Documentation cleanup (detail)
  61. ki18n is not required (detail)
  62. Housekeeping: Avatar.qml and FocusComposer.qml are no longer used (detail)
  63. Named all colors (detail)
  64. No more hardcoded colors (detail)
  65. Use the visualFocus property instaed of activeFocus (detail)
  66. Display corresponding account information with log entry (detail)
  67. ModelIndexRetriever to abuse Repeater less publicly (detail)
  68. Don't display "Error" when initially disconnected. (detail)
  69. Avoid warnings for undefined (detail)
  70. Move focus to text editor by default, and forward to next item on esc (detail)
  71. Use a TextButton instead (detail)
  72. TextEditor escaping (detail)
  73. Keyboard focus handling (detail)
  74. Use the TextButton (detail)
  75. Indentation (detail)
  76. Focus documentation (detail)
  77. Fixed IconButton focus highlighting (detail)
  78. Checkable IconButtons for the menu. (detail)
  79. Standardized focus highlighting via AbstractButton for PositiveButton (detail)
  80. TextButton based on AbstractButton (detail)
  81. IconButton based on AbstractButton (detail)
  82. Fixed TextArea focus highlighting (detail)
  83. A ListDelegate (detail)
  84. Use the ListDelegate (detail)
  85. Fontsize units (detail)
  86. set the current index via attached property (detail)
  87. Use the ListDelegate for the MailListView delegate (detail)
  88. Removed unused ListItem (detail)
  89. Use the highlighted property (detail)
  90. Use highlighted for drag (detail)
  91. Workaround for white icons on white background (detail)
  92. We are not currently using the underlining (detail)
  93. The drag and drop mousearea eats clicks... (detail)
  94. make placeholdertexts translatable (detail)
  95. Cleanup (detail)
  96. currentIndex is not defined (detail)
  97. TreeView: activeIndex instead of focus to highlight focused index (detail)
  98. Fixed delegate size (detail)
  99. Avoid lots of undefined warnings (detail)
  100. Fixed branch delegate positioning (detail)
  101. No more text underlining (detail)
  102. Remove the selection on focus loss (detail)
  103. The selection would better be solved using what QItemSelectionModel (detail)
  104. The account switcher is a control too (detail)
  105. Cleanup (detail)
  106. Try again to the the default font family (detail)
  107. Disable the non-current button (detail)
  108. Set an application wide default font. (detail)
  109. Hover support via Controls2.Control (detail)
  110. Check composerbutton also when opened the "New Mail" button. (detail)
  111. Single background element to handle focus vs selected. (detail)
  112. Use the DelegateBackground also for buttons (detail)
  113. DelegateBackground color properties (detail)
  114. Bring back the highlight on buttons (detail)
  115. use Kube.ListDelegate in Kube.ComboBox (detail)
  116. Standard ListDelegate onClicked handler (detail)
  117. Avoid undefined warnings (detail)
  118. Avoid executing queries with empty filters (detail)
  119. Removed the background color for the buttons again since we have a (detail)
  120. Cleanup (detail)
  121. Use ListDelegate in AccountsView (detail)
  122. Cleanup (detail)
  123. remove obsolete import (detail)
  124. improve layout issues when resizing (detail)
  125. add checkbox icon (detail)
  126. intoduce Kube.Checkbox (detail)
  127. add checkbox to MailListView in preparation for batch editing (detail)
  128. less whitespace (detail)
  129. use Kube.CheckBox and improve layout (detail)
  130. tune checkbox opacity in maillistview (detail)
  131. Keyboard navigation for the conversation view (detail)
  132. clip and scrollbar by default for the listview (detail)
  133. Don't include the maillist buttons in keyboard navigation (detail)
  134. The standard keyboard navigation seems to work fine now (detail)
  135. Only set if currentItem is defined (detail)
  136. No item should be focused initially (detail)
  137. Reselect activeIndex (detail)
  138. Include all views in the button group (detail)
  139. no checkbox  because batch editing is not a priority for now (detail)
  140. Mail debugview improvements (detail)
  141. make error message wrap (detail)
  142. Use imported targets instead of qt5_use_modules (detail)
  143. SelectableLabel to support copying individual labels (detail)
  144. _qt.pot ending for qt only translations. (detail)
  145. add show/hide pw icons (detail)
  146. dedicated Kube.PasswordField (detail)
  147. Experimental SelectableItem (detail)
  148. Use a regular Label with a SelectableItem in the logview (detail)
  149. SelectableLabel with same mechanism as SelectableItem. (detail)
  150. Set the font familiy for a much less horrible reading experience. (detail)
  151. Slight composer code refactoring (detail)
  152. ComposerController cleanup (detail)
  153. Separate email assembly from controller. (detail)
  154. Moved mailcomposing into mailtemplates (detail)
  155. mailtests (detail)
  156. Set the plain type for plain mails (detail)
  157. Hostname based messageid (detail)
  158. One copy of the gpg helpers is enough. (detail)
  159. Cleanup (detail)
  160. A first signed message (detail)
  161. Commit missing files (detail)
  162. Signed attachments (detail)
  163. Updated copyright (detail)
  164. Silence tests (detail)
  165. Note about WIP state of crypto code. (detail)
  166. "Nothing here..." message for logview (detail)
  167. The menu should be a Column (detail)
  168. More selectable labels. (detail)
  169. Expose children so we can add more buttons to the menu. (detail)
  170. auto-close the menu when something has been selected (detail)
  171. Send mail to option (detail)
  172. It's still necessary (detail)
  173. Only highlight on right-click (detail)
  174. Fill width in menu (detail)
  175. Fix html mail positioning (detail)
  176. add quit shortcut (detail)
  177. Don't quote attachments in the reply (detail)
  178. splitAddress does not work if the name has a comma in it (detail)
  179. Test replies (detail)
  180. Take personal email addresses into account when replying. (detail)
  181. Elide the text in the status bar. (detail)
  182. Non listview based conversationview (detail)
  183. Latest mail at the bottom (detail)
  184. Run the messageparsing in a thread (detail)
  185. Removed superfluous find_package call (detail)
  186. Disabled noisy but useless debugging message (detail)
  187. Turned the debugview into a component that is created on demand (detail)
  188. Fixed enum (detail)
  189. Fix mouse interaction with maildelegate. (detail)
  190. Fixed mouse interaction with mail content (detail)
  191. A column with one item doesn't make much sense (detail)
  192. Set font and background color for html content. (detail)
  193. Hide folders we are not subscribed to (detail)
  194. Avoid the default query that queries for everything. (detail)
  195. Filter enabled folders using a krecursivefilterproxymodel (detail)
  196. Avoid warning messages (detail)
  197. Removed unused import (detail)
  198. Make the tooltip a feature of IconButton (detail)
  199. Ensure the right button is always checked. (detail)
  200. Install the webengineprofile as singleton (detail)
  201. License (detail)
  202. Ensure we don't interfere with scrolling (detail)
  203. Reference by id (detail)
  204. Don't fail if we don't have any recipients (detail)
  205. Fixed indentation (detail)
  206. React to the activated signal instead (detail)
  207. Use the StackView.onActivated signal in the people view (detail)
  208. functions for pushing and replacing views (detail)
  209. Ensure we react to changes, not to clicks (detail)
  210. Clear the account if we failed to load the plugin (detail)
  211. Press outside, not outside parent (detail)
  212. use theme color (detail)
  213. people: clarify usage of qtquick controls (detail)
  214. people: use AbstractButton (detail)
  215. introduce Kube.ScrollBar (detail)
  216. import controls 2.0 as Controls2 (detail)
  217. Set the font on the QApplication (detail)
  218. Don't hardcode the font (detail)
  219. For text input we want it to be selectable by mouse. (detail)
  220. remove obsolete scrollbar (detail)
  221. add some spacing again (detail)
  222. Trigger sync and close settings when saving changes to an account. (detail)
  223. Get the imapsettingstest to work again. (detail)
  224. Test for and fix setting the username. (detail)
  225. Get mailtemplatetest to pass (detail)
  226. The grand cmake cleanup (detail)
  227. Avoid building appstreamtests that we don't support (detail)
  228. cmake cleanup (detail)
  229. Removed obsolete file (detail)
  230. Fixup cmake for settingstest (detail)
  231. A single test for all accountsettings. (detail)
  232. Fully tested the account settings (detail)
  233. Disable applyCharset while it's broken (detail)
  234. Fixed some warnings (detail)
  235. Encoding tests (detail)
  236. Fixed some warnings (detail)
  237. Only show the scrollbar if there is something to scroll (detail)
  238. Assign a color depending on the encryption/signature state. (detail)
  239. Cleanup (detail)
  240. Free up hover for other uses, we're not currently using it. (detail)
  241. Make SelectableItem work with a visual parent only. (detail)
  242. Expose some signature details in a tooltip. (detail)
  243. highlight unread mails in conversation view (detail)
  244. make combobox work again (detail)
  245. Deal with connection lost (detail)
  246. Translatable strings (detail)
  247. Bumped release number (detail)
  248. composer attachements: deal with long attachment lists (detail)
  249. invert scrollbar colors in folder view (detail)
  250. Install a crash handler (detail)
  251. Improved mouse wheel scrolling. (detail)
  252. Added some missing icons from running the copybreeze script. (detail)
  253. Fixed RE: prefixing on replies (detail)
  254. Removed unused codepath (detail)
  255. Release of Kube 0.4.0 (detail)

Started by upstream project mgmt_build_artful_unstable build number 113
originally caused by:

  • Started by upstream project mgmt_progenitor build number 934
    originally caused by:
    • Started by timer

Revision: 98207e23aa90dbfd69c66ea9fe291784b0445c14 from SCM: packaging
  • refs/remotes/packaging/kubuntu_unstable
Revision: 9788bb93ba05210c0e757b0a3099855015de0188 from SCM: source
  • refs/remotes/upstream/master
0 errors, 0 warnings