[SCM] kirigami packaging annotated tag, upstream/1.1.0, created. upstream/1.1.0

Maximiliano Curia maxy at moszumanska.debian.org
Mon Oct 3 16:50:22 UTC 2016


The annotated tag, upstream/1.1.0 has been created
        at  18b8b7cef9c41367fa4636d84c7b4d4871862a7c (tag)
   tagging  8de89818992ed759ea813d26b9b575b7b4356a87 (commit)
 tagged by  Maximiliano Curia
        on  Thu Sep 29 17:23:21 2016 +0200

- Shortlog ------------------------------------------------------------
Upstream version 1.1.0

Aaron Seigo (19):
      don't let input mechanisms creep into the UI text
      use ${KACTIVITIES_LIBRARY}
      namespace Activites -> KActivities
      allow the delay on the view search to be set
      Merge branch 'runnermodel'
      1s makes things feel slow; .1s is much nicer and still allows for the slow typing of an osk
      fix some i18n issues
      appsView->iconView, and resolve a warning when currentItem was not defined
      const
      cache lookups in fallbackcomponent
      microimprove
      allow access to the visible name
      clear the text in the search field when switching tabs
      when setting the model, handle the case when we have a sourcemodel already better and listen to layout changes
      --deadcode
      Merge remote-tracking branch 'origin/mart/newMetadataModel'
      Merge remote-tracking branch 'origin/pa4/alarms'
      Merge remote-tracking branch 'origin/pa4/icongrid'
      Merge remote-tracking branch 'origin/mart/overlayDrawerTweak'

Aleix Pol (41):
      Soft decouple of data structures
      Don't check property if unexisting
      Make sure object exists before checking
      Make properties readonly as they're not written elsewhere
      Improve markdown styling
      Understand that QQC.Action doesn't have a visible property
      Fix warning
      Remove actualPages
      Fix popping
      There's no such second argument for function pop
      Fix warning, Kirigami is not namespaced in this file
      Fixes warning
      Fix warning
      Create a Colors page in the Gallery
      Fix warnings
      Prefer alias to new property
      Prefer aliased properties
      Revert "Prefer aliased properties"
      Change local property into an alias
      Properly check if the page is in bounds
      Let the drawer contents take the full width
      Fix documentation
      Revert "Let the drawer contents take the full width"
      Respect the bottomPadding for the bottom of the drawer
      Respect the bottomPadding for the bottom of the drawer
      Fix warning
      Fix warnings
      Simplify code
      Properly place the title in the layout
      Always trigger actions, also when they have children
      Let the application control the menu further
      Simplify AbstractListItem logic
      Introduce a Separator component
      Fix warnings
      Standardize Drawer width
      Silence warnings
      Fix warnings
      Make application close upon Ctrl+Q
      Polish SwipeListItem
      Introduce an action to display what we're showing in the menu
      ApplicationWindow.bannerPressed signal

Antonis Tsiapaliokas (10):
      Port mobilecomponents to QtQuick2.2 and to org.kde.plasmacomponents 2.0
      Port the activity switcher
      Replace MobileComponents.TextEffects with PlasmaComponents.Label
      Port to the new signal and slot syntax
      Make the IconGrid component work again
      Implement a new launcher.
      Load our application list more properly.
      The activecontainment is now able to categorize the items
      Add Baloo support to Widget Explorer
      Fix typos and unused imports.

Bhushan Shah (1):
      s/Copycontext/Copyright/

Dan Leinir Turthra Jensen (4):
      Make the (physical) back button work again for the application window's pagestack
      Make the path resolver work as expected on Windows
      Add support for actions with enabled/visible properties to SwipeListItem
      Don't hide part of the actions behind another mouse area

David Edmundson (3):
      Fix documentation about inheritance
      Don't set the implicitWidth the parent's actual width
      A component shouldn't manage it's own geometry

Dirk Hohndel (16):
      The ActionButton MouseArea shouldn't be bigger than the button
      Allow Actions in the GlobalDrawer to be disabled
      Make handles obscure less of the screen behind them
      Make handles obscure less of the screen behind them
      Allow the program to explicitly hide a notification
      Ensure the hide animation is stopped and restarted
      Update keyboard area hack for Qt 5.6
      Show back button on iOS even for the first page
      Don't overlap header and page when scrolling to top on header tap
      fix qmake .pro file
      Remove reference to non-existant file
      Hide non-existant cmake macro
      More qmake fixes
      Q_RESOURCE_INIT macro has to be called by user
      Don't exit the app on iOS.
      Remove reference to Icon.qml under desktop style

Friedrich W. H. Kossebau (1):
      Small improvements to cloning the breeze-icons git repo

Heiko Becker (1):
      Use KDE_INSTALL_DATAROOTDIR

Ivan Čukić (1):
      trailing slash removed from http urls

Jonathan Riddell (1):
      simplify licence, make everything LGPL 2+ and remove copies of other licences

Kai Uwe Broulik (2):
      Change import to QtQuick.Layouts 1.2 so it runs on Qt < 5.6
      Fix i18n condition

Lamarque V. Souza (8):
      Use single-char QString operations for efficiency.
      Use const & for foreach variables when possible.
      Normalize SIGNAL and SLOT signatures.
      Fix misspellings.
      Add newline at file's end.
      Some QString methods (like startsWith() and endsWith()) are more
      Add busy indicator to ViewSearch.qml to indicate ongoing search.
      Add signal finishedListingChanged to MetadataModel so that we can stop

Luigi Toscano (1):
      Fix message extraction

Marco Martin (570):
      move the metadatamodel into components/
      adapt names of catalogs
      more checks to detect the kind of list we are in
      n image provider from tiled backgrounds for apps
      appbackground works, settings uses it
      build
      start to migrate to components
      port to components
      making sheet a public component
      the background config uses Sheet
      give focus to the sheet to clost the keyboard
      readable
      fix alignment
      validate activity name
      support property bindings for icons
      support for property binding in the preview engine
      coherent search field height on all cases
      use a standard tool button
      make the preview work
      hide the icon
      less cache
      try to delay the creation of the grid page
      slightly smaller titles
      better manage keyboard show/hide
      default configuration elements for the window strip
      default configuration elements for the window strip
      Merge branch 'mart/tabbarAddResources'
      support rating without resourceUrl
      when click before the first star, rating=0
      support rating without resourceUrl
      when click before the first star, rating=0
      Merge branch 'master' into mart/active-filebrowser
      map indexes at sourceRowsAboutToBeInserted/removed
      reinsert items if they can be taken from next pages
      emit a datachanged when rows get inserted
      reset the model for now when rows are inserted/removed
      simplify delegates
      icon size depends from delegate width
      fix sizing for images and bookmarks as well
      remove unused stuff
      dynamic photo thumbnail margins
      global property to influence icon size
      sync icon sizes with defaultIconSize
      try harder to avoid unwanted resource access
      don't load any delegate when resources aren't loaded
      different scroll dots when too many
      Merge branch 'mart/lazymetadatamodel'
      remove dependencies from the local mouseeventlistener
      get rid of mouseeventlistener
      prevent stealing events from actionbutton
      ategorizedProxyModel is long deprecated, remove
      Merge branch 'sebas/plasmaextracomponents' of git://anongit.kde.org/plasma-mobile into sebas/plasmaextracomponents
      get rid of infoLabel
      remove last references to infolabelVisible
      delay size sync to allow smooth resizing animations
      Merge branch 'master' into mart/filebrowserpartcomponent
      make really sure the icon is text-html if no thumbnail available
      Merge branch 'master' into mart/filebrowserpartcomponent
      Merge branch 'mart/filebrowserpartcomponent'
      enable the stars, or they'll paint wrongly
      use open() for slc menu
      center the contained applet
      throw away finishedListingChanged
      more delay
      move slc component back to main
      new components: drawers
      port to SplitDrawer component
      polish and document
      remove the old internal Sheet.qml
      import qtextracomponents
      don't switch hidden/closed while dragging
      possible to change open state programmatically
      clip contents
      l setting of open/close
      support for TexturedText in TextEffects
      move DatePicker TimePicker in MobileComponents
      port to MobileComponents.TimePicker
      slight simplification
      experiment: remove text from images with thumbnail
      auto open/close keyboard on dialog open/close
      sync also when height changes
      immadiate page loading
      don't show the page when none is set
      remove dead code
      hide when the main page is not visible
      don't show the page when none is set
      remove dead code
      hide when the main page is not visible
      get rid of the SlcMenu
      simplify, get rid of mouseeventlistener
      Merge branch 'mart/webbrowseractualscroll'
      tabbar looking like joined buttons
      don't move page contents when sliding
      ifix translation
      don't clip icons in filebrowser
      assign anchors when a page arrives in mainPage
      throbber->picker
      take into account the drawer implicitWidth
      correct off by one
      still not working tag deletion dialog
      remove the Hidden state
      warnings--
      less opacity for not active digits
      hopefully more correct calculation of coordinates
      Merge branch 'pa4/fileBrowser-fileTypeUI'
      Merge branch 'pa4/criticalfixes'
      fix index()
      proper icons in drawers
      new style for the split drawer, flat no pngs
      rearrange z values
      fix build
      make OverlayDrawer work
      get rid of ActionButton
      get rid of some unused qml types
      move ViewSearch inside FileBrowser
      add a component for the top sliding panel
      use a notrmal fullscreen window
      black out the part behind the side slider
      remove the handle
      better shadow
      only one big mousearea for sidepanel dragging
      rework the splitdrawer to a left sidebar
      add an example app
      Timer--
      don't do anything if there is no drawer
      click to dismiss for splitdrawer as well
      crash--
      less margins
      try with no margin
      set skipTaskbar
      support the overlay stacked with the content
      support an inverse proeprty for overlaydrawer
      move ResourceDelegates out of mobilecomponents
      fix build
      start a contextmenu stub
      ContextMenu -> ContextDrawerContents
      toolbarActions and toolbarDelegate
      toolbar in separate file
      model for the global actions that acts like a menubar
      auto hide for the toolbar
      make menu navigation work
      better layout in the global drawer
      make submenus work
      icons in context actions
      API change: direct creation of ContextDrawer and GlobalDrawer elements
      have a page with internal buttons at the bottom
      add missing file
      export experimental components
      new mobile components
      RFC: start in making plasma deps optional
      don't pop when scrolling back
      consider speed of dragging
      action buttons more far away
      install an example application
      show the menu from lastVisiblePage
      block actionbutton motion if a drawer isn't enabled
      don't allow to overdrag the button
      contextdrawer by default takes actions from pages
      support checked states for global actions
      support checkable actions in context menu
      base OverlayDRawer upon Flickable
      possible to drag the item from anywhere
      prototype for a listview that supports pull to refresh
      different approach
      get rid of the action button scrolling away
      install desktop file in applications
      optional action property for the action button
      passive notification
      don't make drawers larger than the window
      a bigger fixed size for the context drawer
      bigger action icons
      add a BasicListItem
      bigger hit area for the edge slide
      make room for the keyboard
      larger example text area
      make it look decent on the phone
      correct icon size on the device
      take speed into account
      support disabled actions
      use property list<QtObject> for contextualActions
      when back button pressed, close drawers if open
      better behavior in the refreshable scroll view
      support for mainAction in pages
      fix the logic to decide where to close on click
      remove useless debug
      use whole bottom strip to drag the button around
      use only an Action subclass
      use Bindings
      Don't try to access index beyond end of PageRow
      apidocs in RefreshableScrollView
      ListItem -> AbstractListItem
      remove dead code
      better docs
      docs++
      docuemntation++
      use backgroundItem for compatibility with QQC2
      support hidden actions in both sidemenus
      change PageRow api to conflict less with SwipeView
      give a currentIndex property
      bugs-- in calculating the current index
      separatorVisible api
      don't make space for keyboard on Android
      correct coordinates for click
      add a way for pages to manage the back button
      Merge branch 'master' into mart/apiReview
      better semantics for the actionButton
      AbstractListItem similar to ItemDelegate
      API more QQC2 ItemDelegate style
      refactor ListItemWithActions
      background api like QQC2
      experiment on an alternative to opening drawers
      slightly transparent handles
      drawers not larger than 70%
      ListItemWithActions->ActionsForListItem
      Merge branch 'master' into mart/apiReview
      fix drag behavior of action button
      action button visibility  dependent from action
      new graphics for side arrows
      Move IconGrid to org.kde.plasma.private.mobileshell
      remove the icon grid from the gallery
      e a ListView
      port to ScrollablePage
      move HeaderItem in own file
      FIXME++
      slightly better behavior of PageRow
      simplify PageRow, fix currentItem calculation
      better interaction between title and PageRow
      contentChildren api compatibility with SwipeView
      move PageRow and RefreshableScrollView in Private
      move ActionButton from ApplicationWindow to Page
      some refinements to RefreshableScrolview
      no animation on initialPage
      side buttons looking like hamburgher and kebab
      an automatic margin system for pages
      behave like a browser titlebar
      minimum,preferred maximum heights of ApplicationHeader
      a bit more contrast
      apidocs++
      just go back on back button pressed
      make sure we are on the proper page
      Merge branch 'master' into mart/apiReview
      remove unused file
      fix push
      new component: OverlaySheet
      apidocs++ and minor adjustment
      antialias icons
      close virtual keyboard on drawer open
      Merge branch 'master' into mart/apiReview
      api to show/hide drawer handles
      first commit
      Merge branch 'imported_master'
      make it install
      bind global hidePassiveNotification()
      Rename to kirigami
      1.0 version
      fix Sheet dismissal by swipe
      call it kirigami gallery
      fix sliding
      workaround at broken bindings of actions
      don't pop if we are repushing current page
      test invisible action
      always pop old pages
      enable opening by fab only if drawer enabled
      PageRow rewrite with ObjectModel
      get rid of pageAt and find()
      Merge branch 'master' into mart/PageRow5.6
      stretch last page
      fix page width sizes
      reset animation on showNotification
      don't scroll title when on overshoot
      ActionsForListItem.qml -> SwipeListItem.qml
      whitespace--
      use a ListModel as backend for ApplicationHeader
      make possible for pages to be full in horiz mode
      introduce controlsVisible
      undefined errors--
      add some metainfo
      guard the blind access to this property up to parent hyerarchy
      monitor contentX instead of onMovementChanged
      build time switch to use the plasma version
      samples: radios*2 doesn't seem to work correctly on devices
      click on empty parts to dismiss
      remove plasma dependencies
      add an example with all in a qrc
      add a transition
      add example Android manifest
      rename app
      remove useless qmldir
      android build readme
      pop pages before pushing
      minor cosmetic fixes
      experiment with flick velocity
      layout fixes on Android
      thinner line
      switch between wide and not wide screen less often
      don't scroll title in widescreen mode
      don't update the index if current page is visible
      allow to assign heights for the header directly
      finish port to own minimum/preferred/maximum heights
      Make all GlobalDrawer contents scrollable
      behavior more similar to browser titlebars
      Change the behavior of overshoot scrolling margins
      snap OverlaySheet to default positions
      adjust values for the overshoot feature
      no spacing between menu items
      add a back button in the titlebar on iOS
      fix submenus
      reset overscroll when the current inxed changes
      leave the back button fixed
      undo overshoot after 5 seconds
      move the shadows in a separate component
      fix docs
      move examples to root
      scroll to top when clicking on current item
      hack to update titles on the breadcrumb
      mouse over color on non mobile systems
      new graphics for pull down to refresh
      adjust overshot behavior
      fix shadow of OverlayDrawer
      put the open drawer in from of the others
      Make the header back button behave as an hardware
      OverlaySheet makes sense only if parent is Page
      experimental cmake to download/embed breeze icons
      fix icons packaging in android gallery
      guard against incorrect currentIndex
      allow multiple children per page
      adjust some animations easing curves
      Merge branch 'master' into mart/PageRow5.6
      make sure the last 2 pages fill the window
      ApplicationHeader work with disparate column widths
      set current index when clicking anywhere on a page
      support highlighedTextColor
      add an add animation
      sync row and header scrolling
      dpi dependent line width
      Animate scroll when pushing pages widescreen mode
      use the new handle-left icon
      some layout fixes
      layout fixes on Android
      start to port back to Flickable
      use handle-right when open
      introduce leftAction and rightAction
      group actions properties
      more documentation
      event compress every snap in a single timer
      disable syncing contentX between header and pagerow
      take into account originX
      sync the scrollable view and the header top paddings
      event compress state change for the pages
      bigger side buttons
      make possible to assign a different ApplicationHeader
      fox apidocs
      possible to assign custom background for listitems
      add a new page: MultipleColumnsGallery
      add a vertical slide as an "add" transition
      Merge branch 'master' into mart/PageRow5.6
      No manual keyboard management in Android and iOs
      work around Component.onCompleted not being deterministic
      play with deceleration to make it scroll only once
      Revert "make possible to assign a different ApplicationHeader"
      Merge branch 'master' into mart/PageRow5.6
      get rid of PageStack.js
      fix lastItem property
      make sure the page is visible
      remove binding loop on drawer contents height
      we never want an horizontal scrollbar here
      Split ApplicationHeader/AbstractApplicationHeader
      don't require page to have a flickable for clicks
      In the gallery function to rename pages
      split ApplicationWindow in AbstractApplicationWindow
      make it ApplicationHEader work on AbstractApplication
      Merge branch 'mart/PageRow5.6'
      move the view only after the count changes
      use width instead of implicitWidth in the states
      bigger header by default
      action button a larger with a small bottom margin
      try to chenter the current item when index changes
      set wordwrap in the text inside the sheet
      same height for AbstractListItem and SwipeListItem
      resize header on vertical/wide screen switch
      background of OverlaySheet changeable
      restore the scrollview (and horizontal scrollbar)
      guard against null item
      Introduce ApplicationHeader.separatorStyle
      make sure ScrollablePage doesn't have horiz scroll
      force listview positioning when contents are resized
      make sure to keep the header small in widescreen
      use highlighted text color from the theme
      sync currentInxed only after the snap animation
      fix display of OverlaySheet
      don't use the snap timer to move to the current item
      delay also snapping to current item when changes
      experiment: try to fix top header to 2.2 gridunits
      follow focused item on page resize
      follow focused item on resize
      add a very minimal example
      remove unneeded imports
      use Keys management again for back button
      less space in the top header
      back button management changed
      add a simple Mainpage.dox page
      we depend from 5.6
      remove some unused color roles
      fix syntax
      add a theme for qwidget based apps
      don't index things under private and examples
      remove unused example file
      make AbstractListItem support mouse events by default
      more verbose introduction as Mainpage.dox
      allow opening drawers by bottom swipe
      Always use a scrollindicator for PageRow
      proper margins at the edge
      Depend from Qt 5.5 again
      remove unused module Models
      get rid of reparenting in overlaysheet
      Use the back button on desktop
      Fix freeze
      keep titles visible when possible when scolling
      THEME cmake option
      give OverlaySheet a more "dialog" look
      possibility to have a sidebar
      fix checkable actions
      move default controlvisible property to superclass
      make sure the overlaysheet is direct child of a page
      try not to depend from ApplicationWidnow
      runtime selection of styles
      flickable is always interactive in overlaysheet
      introduce the concept of non modal drawers
      resize ApplicationHeader instead of moving its y
      use the selected icon concept
      Merge branch 'master' into mart/nonmodalDrawers
      fix a top margin on widescreen mode
      don't close drawer on clicking if not modal
      ignore completely non modal drawers
      z order of drawers more as expected to be
      In widescreen mode, context handle on every column
      show context button only on pages with context act
      clean up bottom bar implementation
      fix fake context drawer button dragging behavior
      Merge branch 'mart/nonmodalDrawers'
      Better passive notifications look
      better look when there is no main button
      make the radio buttons actually work
      correct scroll indicator
      move pull down to refresh example in listview page
      move again the header when overshoot
      empty space to not cut away the shadow
      try to use a glow as a shadow
      make shadows with 8 gradient edge items
      hide action button when doesn't fit in the window
      Merge branch 'master' into mart/runtimeTheme
      assign the proper color
      get rid of removed named color
      fix warning
      white arrow when pressed
      make sure submenus don't get stretched
      Use the "templates" concept similar to QQC2
      start of a style for OverlayDrawer
      make imports work correctly
      default as non modal in desktop mode
      flat handles in desktop mode
      Page for desktop mode, using a Toolbar
      the ContextDrawer on Desktop is purposefully "broken"
      use ContextIcon
      sidebar open by default on desktop
      typo
      add a simple qmake version to build it
      don't show the selected overlay for invalid icons
      move styling of OverlaySheet in the controls
      styling of list items in controls
      move SplitDrawer styling in controls
      remove EdgeShadow from templates
      sidebar management by altering contentItem
      generate a .pri file
      dd a pri similar to a pro
      adapt to new libplasma api
      try to keep the current page in view when resizing
      adapt to api change
      don't let the action button cover text fields
      close the virual keyboard on sheet close
      show the header when resizing the window
      better splash screen
      proper sizing of drawer handles
      margin under drawer to make space for FAB
      an edge shadow to make overhoot prettier
      more margins in the passive notification
      fix title positioning
      don't show separator of last page
      fix undefined reference
      Merge branch 'master' into mart/runtimeTheme
      fix scroll animation
      fix morphin of handle icons
      always show the header when toggling  to visible
      different default desktop Application
      make sure passivenotification above everything else
      make the kirigami package findable by cmake
      global reacablemode property
      restore sync header position->pagerow position
      optionally put the toolbar in the header
      pages are all the same size again
      completely base on equal column widths
      crash--
      correctly initialize main page geometry in desktop mode
      don't load the action button if toolbar is used
      remove binding loops
      manual handling of click
      Merge branch 'master' into mart/runtimeTheme
      make kirigamiplugin also statically linkable
      correctly build and load in the plugin mode
      fix build
      don't default on desktop on android and ios
      add a disabledTextColor property
      add the missing qrc
      support static libraries in cmake too
      title and action for compatibility
      in static mode don't depend even from ECM
      use automoc
      don't break ContextDrawer in Desktop mode
      make sure it loads in static mode
      add an example with a toolbar
      add a non interactive mode for the pagerow
      don't do random columns width
      new property: topContent
      unbreak AbstractListItem
      restore "tabbar" mode
      hide separator when no actions
      try harder to keep current index visible
      no back button on tabbar mode
      try harder to fill the width
      fix logic
      more padding in the top title
      exclude 24 pixels
      fix build
      don't paint shadow behind handle
      different listitem height between desktop/mobile
      remove dead comments
      custom colors properties in items
      use qsTr if i18n is not available
      try to use internal Qt translations system
      only use qsTr
      add an enum for applicationheader mode
      fix tabbar in desktop mode
      keep again titles visible when possible
      add a logo
      paddings properties in Drawer
      don't use separators here
      same size between secondary action buttons/handles
      add link to HIGs in main docs page
      typo
      make the menu button close the sidebar again
      show separator in right drawers
      take actions from proper page
      bigger drawer handles on desktop
      same size between context and global handles
      workaround a ColumnLayout problem
      fix layout
      slightly less translucent
      remove search field
      typo
      more reliable overshoot
      up arrow in the empty area
      always default context drawer to closed
      ecm_install_po_files_as_qm
      fix build
      hide reachable mode click area
      c++ implementation of Icon on Desktop style
      don't round column widths
      back button on top
      possible to use OverlaySheet with ListView
      possible to have non full width listviews in overlaysheets

Martin Gräßlin (3):
      Ensure Wayland integration in FullScreenPanel is setup before window gets created
      Don't show as fullscreen from FullScreenPanel::showEvent
      Drop no longer needed KWayland includes in FullScreenPanel

Martin Gysel (10):
      add simple script to generate a qrc containing all qml files
      add script to find possible used icons in kirigami
      add script to gen a qmltypes file
      improve kirigami dir detection
      fix target/library path in qmake project file
      add kirigami icons as resource
      update qml resource file
      various patches for qmake support
      Merge branch 'master' of git.kde.org:kirigami
      update kirigami.qrc

Maximiliano Curia (2):
      Upstream branch
      New upstream version 1.1.0

Olivier CHURLAUD (1):
      Update metainfo.yaml to have Kirigami on api.kde.org frontpage

Sebastian Kügler (32):
      Add ActivateAnimation to mobilecomponents plugin
      Separate Pressed and ReleasedAnimations
      Fix up animations
      More subtile scaling, fix opacity animation (and make it also more
      fix my email address
      RSS feed handling
      ResourceInstance has moved to org.kde.plasma.extras
      AppBackgroundProvider has moved to org.kde.plasma.extras
      Merge branch 'master' into plasmaextracomponents
      Animations have moved to PlasmaExtras
      Merge branch 'master' into plasmaextracomponents
      remove animations from install, they've moved to Extras
      remove AppletContainer from MobileComponents
      Header has gone
      Fix loading of Package
      Fix DatePicker
      Make TimePicker load
      Fix Digit
      Make TimePicker work, simplify
      KParts isn't needed
      TimePicker, DatePicker and Digit have moved into time settings module
      Fix build, various other cleanups
      Use Layouts 1.2
      Context drawer's action list only scrolls when necessary
      Kill warnings when the page doesn't have actions
      Fix source size of Icon
      Kill warning
      Default icon size is smallMedium, fix artifacts
      back button size is smallMedium
      disable gammadjust in Icon
      simplify page shrinking when virtual keyboard opens
      Remove conditional for keyboard geometry

l10n daemon script (13):
      SVN_SILENT made messages (.desktop file) - always resolve ours
      SVN_SILENT made messages (.desktop file) - always resolve ours
      SVN_SILENT made messages (.desktop file) - always resolve ours
      SVN_SILENT made messages (.desktop file) - always resolve ours
      SVN_SILENT made messages (.desktop file) - always resolve ours
      SVN_SILENT made messages (.desktop file) - always resolve ours
      SVN_SILENT made messages (.desktop file) - always resolve ours
      SVN_SILENT made messages (.desktop file) - always resolve ours
      SVN_SILENT made messages (.desktop file) - always resolve ours
      SVN_SILENT made messages (.desktop file) - always resolve ours
      SVN_SILENT made messages (.desktop file) - always resolve ours
      SVN_SILENT made messages (.desktop file) - always resolve ours
      SVN_SILENT made messages (.desktop file) - always resolve ours

-----------------------------------------------------------------------

-- 
kirigami packaging



More information about the pkg-kde-commits mailing list