Before Width: | Height: | Size: 997 B After Width: | Height: | Size: 997 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@ -1,15 +1,15 @@
|
|||||||
AM_CPPFLAGS = -DQT_NO_CAST_ASCII
|
AM_CPPFLAGS = -DQT_NO_CAST_ASCII
|
||||||
noinst_LTLIBRARIES = libkmultiformlistbox.la
|
noinst_LTLIBRARIES = libtdemultiformlistbox.la
|
||||||
|
|
||||||
INCLUDES= -I$(srcdir)/../KWidgetStreamer $(all_includes)
|
INCLUDES= -I$(srcdir)/../KWidgetStreamer $(all_includes)
|
||||||
|
|
||||||
include_HEADERS = kmultiformlistboxentry.h kmultiformlistbox.h \
|
include_HEADERS = tdemultiformlistboxentry.h tdemultiformlistbox.h \
|
||||||
kmultiformlistboxfactory.h
|
tdemultiformlistboxfactory.h
|
||||||
noinst_HEADERS = ccp.h indexWindow.h kmultiformlistbox-multivisible.h \
|
noinst_HEADERS = ccp.h indexWindow.h tdemultiformlistbox-multivisible.h \
|
||||||
kmultiformlistbox-windowed.h widgetwindow.h windowlistboxitem.h
|
tdemultiformlistbox-windowed.h widgetwindow.h windowlistboxitem.h
|
||||||
libkmultiformlistbox_la_SOURCES = ccp.cpp kmultiformlistboxentry.cpp \
|
libtdemultiformlistbox_la_SOURCES = ccp.cpp tdemultiformlistboxentry.cpp \
|
||||||
kmultiformlistbox.cpp kmultiformlistbox-multivisible.cpp \
|
tdemultiformlistbox.cpp tdemultiformlistbox-multivisible.cpp \
|
||||||
kmultiformlistboxfactory.cpp indexWindow.cpp \
|
tdemultiformlistboxfactory.cpp indexWindow.cpp \
|
||||||
kmultiformlistbox-windowed.cpp widgetwindow.cpp windowlistboxitem.cpp
|
tdemultiformlistbox-windowed.cpp widgetwindow.cpp windowlistboxitem.cpp
|
||||||
|
|
||||||
METASOURCES = AUTO
|
METASOURCES = AUTO
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
INCLUDES= $(all_includes)
|
|
||||||
|
|
||||||
SUBDIRS=. icons konfigurator
|
|
||||||
|
|
||||||
bin_PROGRAMS = kwalletmanager
|
|
||||||
kwalletmanager_SOURCES = walletwidget.ui kwalletmanager.cpp \
|
|
||||||
kwalletmanager.skel main.cpp kwalletpopup.cpp \
|
|
||||||
kwalleteditor.cpp kwmapeditor.cpp allyourbase.cpp \
|
|
||||||
kbetterthankdialogbase.ui
|
|
||||||
kwalletmanager_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
|
||||||
kwalletmanager_LDADD = $(LIB_KIO) -lkwalletclient
|
|
||||||
METASOURCES = AUTO
|
|
||||||
noinst_HEADERS = kwalletmanager.h kwalletpopup.h walletwidget.h kwalleteditor.h\
|
|
||||||
allyourbase.h kwmapeditor.h
|
|
||||||
|
|
||||||
xdg_apps_DATA = kwalletmanager.desktop kwalletmanager-kwalletd.desktop
|
|
||||||
|
|
||||||
KDE_ICON = kwalletmanager
|
|
||||||
|
|
||||||
rc_DATA = kwalletmanager.rc kwalleteditor.rc
|
|
||||||
rcdir = $(kde_datadir)/kwalletmanager
|
|
||||||
|
|
||||||
messages: rc.cpp
|
|
||||||
$(XGETTEXT) *.cpp -o $(podir)/kwalletmanager.pot
|
|
||||||
|
|
||||||
kbetterthankdialogbase.lo: kbetterthankdialogbase.ui kbetterthankdialogbase.ui.h
|
|
@ -1,5 +0,0 @@
|
|||||||
KDE_ICON = kwalletmanager
|
|
||||||
|
|
||||||
pics_ICON = AUTO
|
|
||||||
picsdir = $(kde_datadir)/kwalletmanager/icons
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
INCLUDES = $(all_includes)
|
|
||||||
METASOURCES = AUTO
|
|
||||||
|
|
||||||
kde_module_LTLIBRARIES = kcm_kwallet.la
|
|
||||||
kcm_kwallet_la_SOURCES = walletconfigwidget.ui konfigurator.cpp
|
|
||||||
kcm_kwallet_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
||||||
kcm_kwallet_la_LIBADD = $(LIB_TDEUI) -lkwalletclient
|
|
||||||
|
|
||||||
messages: rc.cpp
|
|
||||||
$(XGETTEXT) *.cpp -o $(podir)/kcmkwallet.pot
|
|
||||||
|
|
||||||
xdg_apps_DATA = kwalletconfig.desktop
|
|
||||||
|
|
||||||
kde_services_DATA = kwallet_config.desktop kwalletmanager_show.desktop
|
|
||||||
|
|
@ -0,0 +1,26 @@
|
|||||||
|
INCLUDES= $(all_includes)
|
||||||
|
|
||||||
|
SUBDIRS=. icons konfigurator
|
||||||
|
|
||||||
|
bin_PROGRAMS = tdewalletmanager
|
||||||
|
tdewalletmanager_SOURCES = walletwidget.ui tdewalletmanager.cpp \
|
||||||
|
tdewalletmanager.skel main.cpp tdewalletpopup.cpp \
|
||||||
|
tdewalleteditor.cpp kwmapeditor.cpp allyourbase.cpp \
|
||||||
|
kbetterthankdialogbase.ui
|
||||||
|
tdewalletmanager_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
|
||||||
|
tdewalletmanager_LDADD = $(LIB_KIO) -ltdewalletclient
|
||||||
|
METASOURCES = AUTO
|
||||||
|
noinst_HEADERS = tdewalletmanager.h tdewalletpopup.h walletwidget.h tdewalleteditor.h\
|
||||||
|
allyourbase.h kwmapeditor.h
|
||||||
|
|
||||||
|
xdg_apps_DATA = tdewalletmanager.desktop tdewalletmanager-tdewalletd.desktop
|
||||||
|
|
||||||
|
KDE_ICON = tdewalletmanager
|
||||||
|
|
||||||
|
rc_DATA = tdewalletmanager.rc tdewalleteditor.rc
|
||||||
|
rcdir = $(kde_datadir)/tdewalletmanager
|
||||||
|
|
||||||
|
messages: rc.cpp
|
||||||
|
$(XGETTEXT) *.cpp -o $(podir)/tdewalletmanager.pot
|
||||||
|
|
||||||
|
kbetterthankdialogbase.lo: kbetterthankdialogbase.ui kbetterthankdialogbase.ui.h
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
@ -0,0 +1,5 @@
|
|||||||
|
KDE_ICON = tdewalletmanager
|
||||||
|
|
||||||
|
pics_ICON = AUTO
|
||||||
|
picsdir = $(kde_datadir)/tdewalletmanager/icons
|
||||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 997 B After Width: | Height: | Size: 997 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
INCLUDES = $(all_includes)
|
||||||
|
METASOURCES = AUTO
|
||||||
|
|
||||||
|
kde_module_LTLIBRARIES = kcm_tdewallet.la
|
||||||
|
kcm_tdewallet_la_SOURCES = walletconfigwidget.ui konfigurator.cpp
|
||||||
|
kcm_tdewallet_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||||
|
kcm_tdewallet_la_LIBADD = $(LIB_TDEUI) -ltdewalletclient
|
||||||
|
|
||||||
|
messages: rc.cpp
|
||||||
|
$(XGETTEXT) *.cpp -o $(podir)/kcmtdewallet.pot
|
||||||
|
|
||||||
|
xdg_apps_DATA = tdewalletconfig.desktop
|
||||||
|
|
||||||
|
kde_services_DATA = tdewallet_config.desktop tdewalletmanager_show.desktop
|
||||||
|
|
@ -1,8 +1,8 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Service
|
Type=Service
|
||||||
Exec=kcmshell --caption %c kwalletconfig
|
Exec=kcmshell --caption %c tdewalletconfig
|
||||||
Icon=kwalletmanager
|
Icon=tdewalletmanager
|
||||||
DocPath=kwallet/index.html
|
DocPath=tdewallet/index.html
|
||||||
Name=TDE Wallet
|
Name=TDE Wallet
|
||||||
Name[ar]=محفظة كدى
|
Name[ar]=محفظة كدى
|
||||||
Name[bg]=Портфейл
|
Name[bg]=Портфейл
|
@ -1,10 +1,10 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Icon=kwalletmanager
|
Icon=tdewalletmanager
|
||||||
Type=Application
|
Type=Application
|
||||||
Exec=kcmshell kwalletconfig
|
Exec=kcmshell tdewalletconfig
|
||||||
DocPath=kwallet/index.html
|
DocPath=tdewallet/index.html
|
||||||
X-TDE-ModuleType=Library
|
X-TDE-ModuleType=Library
|
||||||
X-TDE-Library=kwallet
|
X-TDE-Library=tdewallet
|
||||||
X-TDE-ParentApp=kcontrol
|
X-TDE-ParentApp=kcontrol
|
||||||
|
|
||||||
Name=TDE Wallet
|
Name=TDE Wallet
|
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE kpartgui>
|
<!DOCTYPE kpartgui>
|
||||||
<kpartgui name="kwalleteditor" version="2">
|
<kpartgui name="tdewalleteditor" version="2">
|
||||||
<MenuBar>
|
<MenuBar>
|
||||||
<Menu name="file"><text>&File</text>
|
<Menu name="file"><text>&File</text>
|
||||||
<Action name="create_folder"/>
|
<Action name="create_folder"/>
|
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE kpartgui>
|
<!DOCTYPE kpartgui>
|
||||||
<kpartgui name="kwalletmanager" version="3">
|
<kpartgui name="tdewalletmanager" version="3">
|
||||||
<MenuBar>
|
<MenuBar>
|
||||||
<Menu name="file"><text>&File</text>
|
<Menu name="file"><text>&File</text>
|
||||||
<Action name="wallet_create"/>
|
<Action name="wallet_create"/>
|