~ubuntu-branches/ubuntu/trusty/kubuntu-notification-helper/trusty

« back to all changes in this revision

Viewing changes to build/po/hu/CMakeFiles/pofiles.dir/DependInfo.cmake

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Harald Sitter, Rohan Garg
  • Date: 2014-02-20 16:22:31 UTC
  • Revision ID: package-import@ubuntu.com-20140220162231-7aowppfppdl6h7uq
Tags: 14.04ubuntu6
[ Harald Sitter ]
* Prevent events from spwaning more than one notifier item at a time.
  Notifications are still issued whenever show() is called as they serve
  a reminding purpose. LP: #1275427
* Drop ubuntu-release-upgrader-qt depends (upgrade handling moved to muon)
* Implement L10nEvent notifying the user once (after login) if the language
  support is incomplete and uses qapt-batch to complete it.
  + Add new build dep on libkubuntu to do completeness checks.
* Event::show now only manually dispatches a KNotification iff tray icons
  are deactivated. KSNI has a dedicated showMessage function that handles
  issuing a notification for a present KSNI, this also avoids pixmap passing
  in default installation giving an overall better quality.
* Bump KNotification pixmap size to 32x32 (from 22x22) to reduce amount of
  ugly scaling artifacts (going up or down from 32 is more reasonable than
  for example 22 to 64 - as would be the case with a plasma notification).
* Drop unused kcm_notificationhelper-es.po (supposedly the export from
  launchpad went wrong in 13.10)
* Change module.cpp init list to c++11 'nullptr' and fix indention level

[ Rohan Garg ]
* Add a DriverEvent class to show notifications when the system has extra
  drivers that can be installed.
  + Misc. bug fixes 
    - LP: #128208 , LP: #1282082 , LP: #1282085 , LP: #1282471 ,
      LP: #1282468 , LP: #1282074 , LP: #1282462, LP: #1282095 ,
      LP: #1282464
* Add runtime dep on kubuntu-driver-manager

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# The set of languages for which implicit dependencies are needed:
 
2
SET(CMAKE_DEPENDS_LANGUAGES
 
3
  )
 
4
# The set of files for implicit dependencies of each language:
 
5
 
 
6
# Preprocessor definitions for this target.
 
7
SET(CMAKE_TARGET_DEFINITIONS
 
8
  "KDE4_CMAKE_TOPLEVEL_DIR_LENGTH=31"
 
9
  "KDE_DEPRECATED_WARNINGS"
 
10
  "QT_NO_CAST_TO_ASCII"
 
11
  "QT_NO_STL"
 
12
  "_BSD_SOURCE"
 
13
  "_REENTRANT"
 
14
  "_XOPEN_SOURCE=500"
 
15
  )
 
16
 
 
17
# Targets to which this target links.
 
18
SET(CMAKE_TARGET_LINKED_INFO_FILES
 
19
  )
 
20
 
 
21
# The include file search paths:
 
22
SET(CMAKE_C_TARGET_INCLUDE_PATH
 
23
  "po/hu"
 
24
  "../po/hu"
 
25
  "/usr/include/qt4/phonon"
 
26
  "/usr/include/qt4/QtXmlPatterns"
 
27
  "/usr/include/qt4/QtXml"
 
28
  "/usr/include/qt4/QtWebKit"
 
29
  "/usr/include/qt4/QtUiTools"
 
30
  "/usr/include/qt4/QtTest"
 
31
  "/usr/include/qt4/QtSvg"
 
32
  "/usr/include/qt4/QtSql"
 
33
  "/usr/include/qt4/QtScriptTools"
 
34
  "/usr/include/qt4/QtScript"
 
35
  "/usr/include/qt4/QtOpenGL"
 
36
  "/usr/include/qt4/QtNetwork"
 
37
  "/usr/include/qt4/QtHelp"
 
38
  "/usr/include/qt4/QtDesigner"
 
39
  "/usr/include/qt4/QtDeclarative"
 
40
  "/usr/include/qt4/QtDBus"
 
41
  "/usr/include/qt4/Qt3Support"
 
42
  "/usr/include/qt4/QtGui"
 
43
  "/usr/include/qt4/QtCore"
 
44
  "/usr/include/qt4/Qt"
 
45
  "/usr/share/qt4/mkspecs/default"
 
46
  "/usr/include/qt4"
 
47
  "/usr/include/KDE"
 
48
  "/usr/include/Kubuntu"
 
49
  )
 
50
SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
 
51
SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
 
52
SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})