[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Btelepathy-chat-handler=5D_/=3A_Rename_files_not_mat?=
From:       Florian Reinhard <florian.reinhard () googlemail ! com>
Date:       2011-03-06 19:27:42
Message-ID: 20110306192742.0124EA60B0 () git ! kde ! org
[Download RAW message or body]

Git commit 9527dc9b380f843c37d5ff7c04a71229d590fcc8 by Florian Reinhard.
Committed on 06/03/2011 at 20:06.
Pushed by reinhard into branch 'master'.

Rename files not matching the name convention.

M  +4    -4    adiumxtra-protocol-handler/CMakeLists.txt     
A  +135  -0    adiumxtra-protocol-handler/adiumxtra-protocol-handler.cpp         \
[License: GPL (v3+)] A  +35   -0    \
adiumxtra-protocol-handler/adiumxtra-protocol-handler.h         [License: GPL (v3+)] \
D  +0    -135  adiumxtra-protocol-handler/adiumxtraprotocolhandler.cpp      D  +0    \
-35   adiumxtra-protocol-handler/adiumxtraprotocolhandler.h      A  +7    -0    \
adiumxtra-protocol-handler/bundle-installer.cpp         [License: UNKNOWN]  * A  +29  \
-0    adiumxtra-protocol-handler/bundle-installer.h         [License: UNKNOWN]  * D  \
+0    -7    adiumxtra-protocol-handler/bundleinstaller.cpp      D  +0    -29   \
adiumxtra-protocol-handler/bundleinstaller.h      A  +160  -0    \
adiumxtra-protocol-handler/chat-style-installer.cpp         [License: GPL (v3+)] A  \
+52   -0    adiumxtra-protocol-handler/chat-style-installer.h         [License: GPL \
(v3+)] D  +0    -160  adiumxtra-protocol-handler/chatstyleinstaller.cpp     
D  +0    -52   adiumxtra-protocol-handler/chatstyleinstaller.h     
A  +141  -0    adiumxtra-protocol-handler/emoticon-set-installer.cpp         \
[License: GPL (v3+)] A  +49   -0    \
adiumxtra-protocol-handler/emoticon-set-installer.h         [License: GPL (v3+)] D  \
+0    -141  adiumxtra-protocol-handler/emoticonsetinstaller.cpp      D  +0    -49   \
adiumxtra-protocol-handler/emoticonsetinstaller.h      M  +1    -1    \
adiumxtra-protocol-handler/main.cpp      M  +2    -2    app/CMakeLists.txt     
A  +160  -0    app/chat-window.cpp         [License: GPL (v3+)]
A  +55   -0    app/chat-window.h         [License: GPL (v3+)]
D  +0    -160  app/chatwindow.cpp     
D  +0    -55   app/chatwindow.h     
M  +2    -2    app/main.cpp     
A  +86   -0    app/telepathy-chat-ui.cpp         [License: GPL (v3+)]
A  +49   -0    app/telepathy-chat-ui.h         [License: GPL (v3+)]
D  +0    -86   app/telepathychatui.cpp     
D  +0    -49   app/telepathychatui.h     
M  +1    -1    config/CMakeLists.txt     
M  +1    -1    config/chatwindowconfig.ui     
A  +187  -0    config/main-window.cpp         [License: GPL (v2+)]
A  +59   -0    config/main-window.h         [License: GPL (v2+)]
M  +1    -1    config/main.cpp     
D  +0    -187  config/mainwindow.cpp     
D  +0    -59   config/mainwindow.h     
M  +12   -12   lib/CMakeLists.txt     
A  +122  -0    lib/adium-theme-content-info.cpp         [License: GPL (v2+)]
A  +73   -0    lib/adium-theme-content-info.h         [License: GPL (v2+)]
A  +125  -0    lib/adium-theme-header-info.cpp         [License: GPL (v2+)]
A  +81   -0    lib/adium-theme-header-info.h         [License: GPL (v2+)]
A  +132  -0    lib/adium-theme-message-info.cpp         [License: GPL (v2+)]
A  +67   -0    lib/adium-theme-message-info.h         [License: GPL (v2+)]
A  +63   -0    lib/adium-theme-status-info.cpp         [License: GPL (v2+)]
A  +48   -0    lib/adium-theme-status-info.h         [License: GPL (v2+)]
A  +365  -0    lib/adium-theme-view.cpp         [License: GPL (v2+)]
A  +84   -0    lib/adium-theme-view.h         [License: GPL (v2+)]
D  +0    -122  lib/adiumthemecontentinfo.cpp     
D  +0    -73   lib/adiumthemecontentinfo.h     
D  +0    -125  lib/adiumthemeheaderinfo.cpp     
D  +0    -81   lib/adiumthemeheaderinfo.h     
D  +0    -132  lib/adiumthememessageinfo.cpp     
D  +0    -67   lib/adiumthememessageinfo.h     
D  +0    -63   lib/adiumthemestatusinfo.cpp     
D  +0    -48   lib/adiumthemestatusinfo.h     
D  +0    -365  lib/adiumthemeview.cpp     
D  +0    -84   lib/adiumthemeview.h     
A  +83   -0    lib/channel-contact-list.cpp         [License: GPL (v2+)]
A  +70   -0    lib/channel-contact-list.h         [License: GPL (v2+)]
D  +0    -83   lib/channelcontactlist.cpp     
D  +0    -70   lib/channelcontactlist.h     
A  +182  -0    lib/chat-style-plist-file-reader.cpp         [License: GPL (v2+)]
A  +69   -0    lib/chat-style-plist-file-reader.h         [License: GPL (v2+)]
A  +97   -0    lib/chat-text-edit.cpp         [License: GPL (v2+)]
A  +49   -0    lib/chat-text-edit.h         [License: GPL (v2+)]
A  +551  -0    lib/chat-widget.cpp         [License: GPL (v2+)]
A  +99   -0    lib/chat-widget.h         [License: GPL (v2+)]
A  +181  -0    lib/chat-widget.ui         [License: UNKNOWN]  *
A  +416  -0    lib/chat-window-style-manager.cpp         [License: GPL (v2+)]
A  +155  -0    lib/chat-window-style-manager.h         [License: GPL (v2+)]
A  +526  -0    lib/chat-window-style.cpp         [License: GPL (v2+)]
A  +164  -0    lib/chat-window-style.h         [License: GPL (v2+)]
D  +0    -182  lib/chatstyleplistfilereader.cpp     
D  +0    -69   lib/chatstyleplistfilereader.h     
D  +0    -97   lib/chattextedit.cpp     
D  +0    -49   lib/chattextedit.h     
D  +0    -551  lib/chatwidget.cpp     
D  +0    -99   lib/chatwidget.h     
D  +0    -181  lib/chatwidget.ui     
D  +0    -526  lib/chatwindowstyle.cpp     
D  +0    -164  lib/chatwindowstyle.h     
D  +0    -416  lib/chatwindowstylemanager.cpp     
D  +0    -155  lib/chatwindowstylemanager.h     

The files marked with a * at the end have a non valid license. Please read: \
http://techbase.kde.org/Policies/Licensing_Policy and use the headers which are \
listed at that page.


http://commits.kde.org/telepathy-chat-handler/9527dc9b380f843c37d5ff7c04a71229d590fcc8



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic