Compare commits
11 Commits
ubuntu/plu
...
debian/0.1
Author | SHA1 | Date | |
---|---|---|---|
|
0f4e069ed9 | ||
|
731256fae1 | ||
|
688c65d415 | ||
|
1be14857b9 | ||
|
715b230f03 | ||
|
b24fc771e6 | ||
|
2f5de73f3e | ||
|
e456c559aa | ||
|
1c82aa0748 | ||
|
7dc21a5f0c | ||
|
318764142c |
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
build*/
|
||||||
|
|
||||||
|
# Vim.gitignore
|
||||||
|
[._]*.s[a-w][a-z]
|
||||||
|
[._]s[a-w][a-z]
|
||||||
|
*.un~
|
||||||
|
Session.vim
|
||||||
|
.netrwhist
|
||||||
|
*~
|
@ -4,7 +4,7 @@ project(libfm-qt)
|
|||||||
set(LIBFM_QT_LIBRARY_NAME "fm-qt" CACHE STRING "fm-qt")
|
set(LIBFM_QT_LIBRARY_NAME "fm-qt" CACHE STRING "fm-qt")
|
||||||
|
|
||||||
set(LIBFM_QT_VERSION_MAJOR 0)
|
set(LIBFM_QT_VERSION_MAJOR 0)
|
||||||
set(LIBFM_QT_VERSION_MINOR 10)
|
set(LIBFM_QT_VERSION_MINOR 11)
|
||||||
set(LIBFM_QT_VERSION_PATCH 0)
|
set(LIBFM_QT_VERSION_PATCH 0)
|
||||||
set(LIBFM_QT_VERSION ${LIBFM_QT_VERSION_MAJOR}.${LIBFM_QT_VERSION_MINOR}.${LIBFM_QT_VERSION_PATCH})
|
set(LIBFM_QT_VERSION ${LIBFM_QT_VERSION_MAJOR}.${LIBFM_QT_VERSION_MINOR}.${LIBFM_QT_VERSION_PATCH})
|
||||||
|
|
||||||
@ -17,9 +17,9 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
|
|||||||
# Actually, libtool uses different ways on different operating systems. So there is no
|
# Actually, libtool uses different ways on different operating systems. So there is no
|
||||||
# universal way to translate a libtool version-info to a cmake version.
|
# universal way to translate a libtool version-info to a cmake version.
|
||||||
# We use "(current-age).age.revision" as the cmake version.
|
# We use "(current-age).age.revision" as the cmake version.
|
||||||
# current: 2, revision: 0, age: 0 => version: 2.0.0
|
# current: 3, revision: 0, age: 0 => version: 3.0.0
|
||||||
set(LIBFM_QT_LIB_VERSION "2.0.0")
|
set(LIBFM_QT_LIB_VERSION "3.0.0")
|
||||||
set(LIBFM_QT_LIB_SOVERSION "2")
|
set(LIBFM_QT_LIB_SOVERSION "3")
|
||||||
|
|
||||||
set(REQUIRED_QT_VERSION "5.2")
|
set(REQUIRED_QT_VERSION "5.2")
|
||||||
set(REQUIRED_LIBFM_VERSION "1.2.0")
|
set(REQUIRED_LIBFM_VERSION "1.2.0")
|
||||||
@ -38,6 +38,7 @@ pkg_check_modules(SYSTEM_LIBS REQUIRED
|
|||||||
glib-2.0
|
glib-2.0
|
||||||
gio-2.0
|
gio-2.0
|
||||||
gio-unix-2.0
|
gio-unix-2.0
|
||||||
|
xcb
|
||||||
)
|
)
|
||||||
|
|
||||||
pkg_check_modules(LIBFM REQUIRED libfm>="${REQUIRED_LIBFM_VERSION}")
|
pkg_check_modules(LIBFM REQUIRED libfm>="${REQUIRED_LIBFM_VERSION}")
|
||||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
libfm-qt (0.11.0-1) experimental; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
* Bump soversion to 3.
|
||||||
|
|
||||||
|
-- ChangZhuo Chen (陳昌倬) <czchen@debian.org> Sat, 19 Mar 2016 15:51:15 +0800
|
||||||
|
|
||||||
libfm-qt (0.10.0+20151214-3) unstable; urgency=medium
|
libfm-qt (0.10.0+20151214-3) unstable; urgency=medium
|
||||||
|
|
||||||
* Add hardening=+all
|
* Add hardening=+all
|
||||||
|
22
debian/control
vendored
22
debian/control
vendored
@ -6,8 +6,8 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
|
|||||||
Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
|
Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
|
||||||
Section: x11
|
Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: cmake (>= 3.0.2),
|
Build-Depends: debhelper (>= 9),
|
||||||
debhelper (>= 9),
|
cmake (>= 3.0.2),
|
||||||
libfm-dev (>= 1.2.0),
|
libfm-dev (>= 1.2.0),
|
||||||
libglib2.0-dev,
|
libglib2.0-dev,
|
||||||
liblxqt0-dev (>= 0.10.0),
|
liblxqt0-dev (>= 0.10.0),
|
||||||
@ -16,16 +16,21 @@ Build-Depends: cmake (>= 3.0.2),
|
|||||||
libqt5xdg-dev (>= 1.3.0),
|
libqt5xdg-dev (>= 1.3.0),
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
qtbase5-private-dev,
|
||||||
qttools5-dev,
|
qttools5-dev,
|
||||||
qttools5-dev-tools
|
qttools5-dev-tools,
|
||||||
Standards-Version: 3.9.7
|
Standards-Version: 3.9.7
|
||||||
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/libfm-qt
|
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/libfm-qt
|
||||||
Vcs-Git: https://anonscm.debian.org/cgit/pkg-lxqt/libfm-qt -b debian/sid
|
Vcs-Git: https://anonscm.debian.org/cgit/pkg-lxqt/libfm-qt -b debian/sid
|
||||||
Homepage: https://github.com/lxde/libfm-qt
|
Homepage: https://github.com/lxde/libfm-qt
|
||||||
|
|
||||||
Package: libfm-qt2
|
Package: libfm-qt3
|
||||||
Replaces: libfm-qt5-2
|
Provides: libfm-qt
|
||||||
Breaks: libfm-qt5-2
|
Conflicts: libfm-qt
|
||||||
|
Replaces: libfm-qt5-2,
|
||||||
|
libfm-qt2
|
||||||
|
Breaks: libfm-qt5-2,
|
||||||
|
libfm-qt2
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Section: libs
|
Section: libs
|
||||||
@ -44,6 +49,9 @@ Breaks: libfm-qt5-dev
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends},
|
||||||
libfm-qt2 (= ${binary:Version})
|
libfm-qt3 (= ${binary:Version})
|
||||||
Description: file management support library for pcmanfm-qt (development files)
|
Description: file management support library for pcmanfm-qt (development files)
|
||||||
|
Libfm-Qt is a companion library providing components to build desktop file
|
||||||
|
managers.
|
||||||
|
.
|
||||||
This package contains development files for helper library libfm-qt.
|
This package contains development files for helper library libfm-qt.
|
||||||
|
4
debian/gbp.conf
vendored
4
debian/gbp.conf
vendored
@ -2,3 +2,7 @@
|
|||||||
debian-branch = debian/sid
|
debian-branch = debian/sid
|
||||||
upstream-branch = upstream/latest
|
upstream-branch = upstream/latest
|
||||||
pristine-tar = True
|
pristine-tar = True
|
||||||
|
|
||||||
|
[import-orig]
|
||||||
|
# Use git cherrypick -n upstream instead.
|
||||||
|
merge = False
|
||||||
|
752
debian/libfm-qt2.symbols
vendored
752
debian/libfm-qt2.symbols
vendored
@ -1,752 +0,0 @@
|
|||||||
libfm-qt.so.2 libfm-qt2 #MINVER#
|
|
||||||
(c++)"Fm::AppChooserComboBox::~AppChooserComboBox()@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserComboBox::AppChooserComboBox(QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserComboBox::isChanged()@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserComboBox::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserComboBox::onCurrentIndexChanged(int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserComboBox::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserComboBox::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserComboBox::selectedApp()@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserComboBox::setMimeType(_FmMimeType*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserComboBox::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserDialog::accept()@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserDialog::~AppChooserDialog()@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserDialog::AppChooserDialog(_FmMimeType*, QWidget*, QFlags<Qt::WindowType>)@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserDialog::customCommandToApp()@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserDialog::isSetDefault()@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserDialog::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserDialog::onSelectionChanged()@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserDialog::onTabChanged(int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserDialog::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserDialog::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserDialog::setCanSetDefault(bool)@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserDialog::setMimeType(_FmMimeType*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppChooserDialog::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppMenuView::addMenuItems(QStandardItem*, _MenuCacheDir*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppMenuView::~AppMenuView()@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppMenuView::AppMenuView(QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppMenuView::isAppSelected()@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppMenuView::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppMenuView::onMenuCacheReload(_MenuCache*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppMenuView::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppMenuView::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppMenuView::selectedApp()@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppMenuView::selectedAppDesktopFilePath()@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppMenuView::selectedAppDesktopId()@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppMenuView::selectedAppDesktopPath()@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppMenuView::selectedItem()@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppMenuView::selectionChanged()@Base" 0.10.0
|
|
||||||
(c++)"Fm::AppMenuView::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::BookmarkAction::BookmarkAction(_FmBookmarkItem*, QObject*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::BrowseHistory::add(_FmPath*, int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::BrowseHistory::backward()@Base" 0.10.0
|
|
||||||
(c++)"Fm::BrowseHistory::~BrowseHistory()@Base" 0.10.0
|
|
||||||
(c++)"Fm::BrowseHistory::BrowseHistory()@Base" 0.10.0
|
|
||||||
(c++)"Fm::BrowseHistory::canBackward() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::BrowseHistory::canForward() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::BrowseHistory::forward()@Base" 0.10.0
|
|
||||||
(c++)"Fm::BrowseHistory::setCurrentIndex(int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::BrowseHistory::setMaxCount(int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::CachedFolderModel::~CachedFolderModel()@Base" 0.10.0
|
|
||||||
(c++)"Fm::CachedFolderModel::CachedFolderModel(_FmFolder*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::CachedFolderModel::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::CachedFolderModel::modelFromFolder(_FmFolder*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::CachedFolderModel::modelFromPath(_FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::CachedFolderModel::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::CachedFolderModel::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::CachedFolderModel::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::CachedFolderModel::unref()@Base" 0.10.0
|
|
||||||
(c++)"Fm::ColorButton::changed()@Base" 0.10.0
|
|
||||||
(c++)"Fm::ColorButton::~ColorButton()@Base" 0.10.0
|
|
||||||
(c++)"Fm::ColorButton::ColorButton(QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ColorButton::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::ColorButton::onClicked()@Base" 0.10.0
|
|
||||||
(c++)"Fm::ColorButton::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ColorButton::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ColorButton::setColor(QColor const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ColorButton::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::copyFilesToClipboard(_FmPathList*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::createFileOrFolder(Fm::CreateFileType, _FmPath*, _FmTemplate*, QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::CreateNewMenu::~CreateNewMenu()@Base" 0.10.0
|
|
||||||
(c++)"Fm::CreateNewMenu::CreateNewMenu(QWidget*, _FmPath*, QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::CreateNewMenu::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::CreateNewMenu::onCreateNew()@Base" 0.10.0
|
|
||||||
(c++)"Fm::CreateNewMenu::onCreateNewFile()@Base" 0.10.0
|
|
||||||
(c++)"Fm::CreateNewMenu::onCreateNewFolder()@Base" 0.10.0
|
|
||||||
(c++)"Fm::CreateNewMenu::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::CreateNewMenu::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::CreateNewMenu::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::cutFilesToClipboard(_FmPathList*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::addRoot(_FmFileInfo*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::columnCount(QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::data(QModelIndex const&, int) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::~DirTreeModel()@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::DirTreeModel(QObject*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::dispName(QModelIndex const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::fileInfo(QModelIndex const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::filePath(QModelIndex const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::flags(QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::hasChildren(QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::icon(QModelIndex const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::indexFromItem(Fm::DirTreeModelItem*) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::indexFromPath(_FmPath*) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::index(int, int, QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::isLoaded(QModelIndex const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModelItem::addPlaceHolderChild()@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModelItem::childFromName(char const*, int*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModelItem::childFromPath(_FmPath*, bool) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModelItem::~DirTreeModelItem()@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModelItem::DirTreeModelItem()@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModelItem::DirTreeModelItem(_FmFileInfo*, Fm::DirTreeModel*, Fm::DirTreeModelItem*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModelItem::freeFolder()@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::itemFromIndex(QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::itemFromPath(_FmPath*) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModelItem::index()@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModelItem::insertFileInfo(_FmFileInfo*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModelItem::insertItem(Fm::DirTreeModelItem*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModelItem::loadFolder()@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModelItem::onFolderFilesAdded(_FmFolder*, _GSList*, void*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModelItem::onFolderFilesChanged(_FmFolder*, _GSList*, void*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModelItem::onFolderFilesRemoved(_FmFolder*, _GSList*, void*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModelItem::onFolderFinishLoading(_FmFolder*, void*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModelItem::setShowHidden(bool)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModelItem::unloadFolder()@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::loadRow(QModelIndex const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::parent(QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::rowCount(QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::rowLoaded(QModelIndex const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::setShowHidden(bool)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeModel::unloadRow(QModelIndex const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::cancelPendingChdir()@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::chdirRequested(int, _FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::createNewFolderRequested(_FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::~DirTreeView()@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::DirTreeView(QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::expandPendingPath()@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::mousePressEvent(QMouseEvent*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::onCollapsed(QModelIndex const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::onCustomContextMenuRequested(QPoint const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::onExpanded(QModelIndex const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::onNewFolder()@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::onNewTab()@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::onNewWindow()@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::onOpen()@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::onOpenInTerminal()@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::onRowLoaded(QModelIndex const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::onSelectionChanged(QItemSelection const&, QItemSelection const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::openFolderInNewTabRequested(_FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::openFolderInNewWindowRequested(_FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::openFolderInTerminalRequested(_FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::prepareFileMenu(Fm::FileMenu*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::setCurrentPath(_FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::setModel(QAbstractItemModel*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::DirTreeView::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::EditBookmarksDialog::accept()@Base" 0.10.0
|
|
||||||
(c++)"Fm::EditBookmarksDialog::~EditBookmarksDialog()@Base" 0.10.0
|
|
||||||
(c++)"Fm::EditBookmarksDialog::EditBookmarksDialog(_FmBookmarks*, QWidget*, QFlags<Qt::WindowType>)@Base" 0.10.0
|
|
||||||
(c++)"Fm::EditBookmarksDialog::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::EditBookmarksDialog::onAddItem()@Base" 0.10.0
|
|
||||||
(c++)"Fm::EditBookmarksDialog::onRemoveItem()@Base" 0.10.0
|
|
||||||
(c++)"Fm::EditBookmarksDialog::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::EditBookmarksDialog::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::EditBookmarksDialog::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::execModelessDialog(QDialog*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileLauncher::ask(char const*, char* const*, int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileLauncher::error(_GAppLaunchContext*, _GError*, _FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileLauncher::execFile(_FmFileInfo*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileLauncher::~FileLauncher()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileLauncher::FileLauncher()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileLauncher::funcs@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileLauncher::getApp(_GList*, _FmMimeType*, _GError**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileLauncher::launchFiles(QWidget*, _GList*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileLauncher::launchPaths(QWidget*, _GList*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileLauncher::openFolder(_GAppLaunchContext*, _GList*, _GError**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::addCustomActionItem(QMenu*, _FmFileActionItem*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::createMenu(_FmFileInfoList*, _FmFileInfo*, _FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::~FileMenu()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::FileMenu(_FmFileInfoList*, _FmFileInfo*, _FmPath*, QString const&, QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::FileMenu(_FmFileInfoList*, _FmFileInfo*, _FmPath*, QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::onApplicationTriggered()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::onCompress()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::onCopyTriggered()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::onCustomActionTrigerred()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::onCutTriggered()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::onDeleteTriggered()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::onExtract()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::onExtractHere()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::onFilePropertiesTriggered()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::onOpenTriggered()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::onOpenWithTriggered()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::onPasteTriggered()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::onRenameTriggered()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::onUnTrashTriggered()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::openFilesWithApp(_GAppInfo*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::setUseTrash(bool)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileMenu::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::changeAttrFiles(_FmPathList*, QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::copyFiles(_FmPathList*, _FmPath*, QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::deleteFiles(_FmPathList*, bool, QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperationDialog::ask(QString, char* const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperationDialog::askRename(_FmFileInfo*, _FmFileInfo*, QString&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperationDialog::error(_GError*, FmJobErrorSeverity)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperationDialog::~FileOperationDialog()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperationDialog::FileOperationDialog(Fm::FileOperation*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperationDialog::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperationDialog::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperationDialog::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperationDialog::reject()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperationDialog::setCurFile(QString)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperationDialog::setDestPath(_FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperationDialog::setPercent(unsigned int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperationDialog::setPrepared()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperationDialog::setRemainingTime(unsigned int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperationDialog::setSourceFiles(_FmPathList*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperationDialog::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::disconnectJob()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::~FileOperation()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::FileOperation(Fm::FileOperation::Type, _FmPathList*, QObject*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::finished()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::handleFinish()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::moveFiles(_FmPathList*, _FmPath*, QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::onFileOpsJobAsk(_FmFileOpsJob*, char const*, char* const*, Fm::FileOperation*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::onFileOpsJobAskRename(_FmFileOpsJob*, _FmFileInfo*, _FmFileInfo*, char**, Fm::FileOperation*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::onFileOpsJobCancelled(_FmFileOpsJob*, Fm::FileOperation*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::onFileOpsJobCurFile(_FmFileOpsJob*, char const*, Fm::FileOperation*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::onFileOpsJobError(_FmFileOpsJob*, _GError*, FmJobErrorSeverity, Fm::FileOperation*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::onFileOpsJobFinished(_FmFileOpsJob*, Fm::FileOperation*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::onFileOpsJobPercent(_FmFileOpsJob*, unsigned int, Fm::FileOperation*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::onFileOpsJobPrepared(_FmFileOpsJob*, Fm::FileOperation*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::onUiTimeout()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::run()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::showDialog()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::symlinkFiles(_FmPathList*, _FmPath*, QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::trashFiles(_FmPathList*, bool, QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileOperation::unTrashFiles(_FmPathList*, QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FilePropsDialog::accept()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FilePropsDialog::~FilePropsDialog()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FilePropsDialog::FilePropsDialog(_FmFileInfoList*, QWidget*, QFlags<Qt::WindowType>)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FilePropsDialog::initApplications()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FilePropsDialog::initGeneralPage()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FilePropsDialog::initOwner()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FilePropsDialog::initPermissionsPage()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FilePropsDialog::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FilePropsDialog::onDeepCountJobFinished(_FmDeepCountJob*, Fm::FilePropsDialog*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FilePropsDialog::onFileSizeTimerTimeout()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FilePropsDialog::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FilePropsDialog::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FilePropsDialog::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileSearchDialog::accept()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileSearchDialog::~FileSearchDialog()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileSearchDialog::FileSearchDialog(QStringList, QWidget*, QFlags<Qt::WindowType>)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileSearchDialog::onAddPath()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FileSearchDialog::onRemovePath()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderItemDelegate::drawText(QPainter*, QStyleOptionViewItem&, QRectF&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderItemDelegate::~FolderItemDelegate()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderItemDelegate::FolderItemDelegate(QAbstractItemView*, QObject*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderItemDelegate::iconModeFromState(QFlags<QStyle::StateFlag>)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderItemDelegate::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderItemDelegate::paint(QPainter*, QStyleOptionViewItem const&, QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderItemDelegate::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderItemDelegate::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderItemDelegate::sizeHint(QStyleOptionViewItem const&, QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderItemDelegate::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderMenu::addSortMenuItem(QString, int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderMenu::createSortMenu()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderMenu::~FolderMenu()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderMenu::FolderMenu(Fm::FolderView*, QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderMenu::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderMenu::onCaseSensitiveActionTriggered(bool)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderMenu::onFolderFirstActionTriggered(bool)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderMenu::onInvertSelectionActionTriggered()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderMenu::onPasteActionTriggered()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderMenu::onPropertiesActionTriggered()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderMenu::onSelectAllActionTriggered()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderMenu::onShowHiddenActionTriggered(bool)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderMenu::onSortActionTriggered(bool)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderMenu::onSortOrderActionTriggered(bool)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderMenu::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderMenu::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderMenu::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::cacheThumbnails(int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::columnCount(QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::data(QModelIndex const&, int) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::dropMimeData(QMimeData const*, Qt::DropAction, int, int, QModelIndex const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::fileInfoFromIndex(QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::findItemByFileInfo(_FmFileInfo*, int*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::findItemByName(char const*, int*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::findItemByPath(_FmPath*, int*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::flags(QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::~FolderModel()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::FolderModel()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::headerData(int, Qt::Orientation, int) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::index(int, int, QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::insertFiles(int, _FmFileInfoList*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModelItem::findThumbnail(int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModelItem::~FolderModelItem()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModelItem::FolderModelItem(_FmFileInfo*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModelItem::FolderModelItem(Fm::FolderModelItem const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::itemFromIndex(QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModelItem::removeThumbnail(int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::mimeData(QList<QModelIndex> const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::mimeTypes() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::onFilesAdded(_FmFolder*, _GSList*, void*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::onFilesChanged(_FmFolder*, _GSList*, void*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::onFilesRemoved(_FmFolder*, _GSList*, void*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::onFinishLoading(_FmFolder*, void*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::onStartLoading(_FmFolder*, void*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::onThumbnailLoaded(_FmThumbnailLoader*, void*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::parent(QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::releaseThumbnails(int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::removeAll()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::rowCount(QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::setFolder(_FmFolder*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::supportedDropActions() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::thumbnailFromIndex(QModelIndex const&, int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::thumbnailLoaded(QModelIndex const&, int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderModel::updateIcons()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::childDragEnterEvent(QDragEnterEvent*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::childDragLeaveEvent(QDragLeaveEvent*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::childDragMoveEvent(QDragMoveEvent*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::childDropEvent(QDropEvent*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::childMousePressEvent(QMouseEvent*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::childView() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::clickedBack()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::clickedForward()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::clicked(int, _FmFileInfo*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::contextMenuEvent(QContextMenuEvent*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::emitClickedAt(Fm::FolderView::ClickType, QPoint const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::eventFilter(QObject*, QEvent*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::event(QEvent*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::~FolderView()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::FolderView(Fm::FolderView::ViewMode, QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::iconSize(Fm::FolderView::ViewMode) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::indexFromFolderPath(_FmPath*) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::invertSelection()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::model() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::onAutoSelectionTimeout()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::onFileClicked(int, _FmFileInfo*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::onItemActivated(QModelIndex)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::onSelChangedTimeout()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::onSelectionChanged(QItemSelection const&, QItemSelection const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::prepareFileMenu(Fm::FileMenu*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::prepareFolderMenu(Fm::FolderMenu*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::selChanged(int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::selectAll()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::selectedFilePaths() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::selectedFiles() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::selectedIndexes() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::selectedRows(int) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::selectionModel() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::setAutoSelectionDelay(int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::setIconSize(Fm::FolderView::ViewMode, QSize)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::setModel(Fm::ProxyFolderModel*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::setViewMode(Fm::FolderView::ViewMode)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::sortChanged()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::updateGridSize()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FolderView::viewMode() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FontButton::changed()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FontButton::~FontButton()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FontButton::FontButton(QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FontButton::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::FontButton::onClicked()@Base" 0.10.0
|
|
||||||
(c++)"Fm::FontButton::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FontButton::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FontButton::setFont(QFont)@Base" 0.10.0
|
|
||||||
(c++)"Fm::FontButton::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::gidFromName(QString)@Base" 0.10.0
|
|
||||||
(c++)"Fm::gidToName(unsigned int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::IconTheme::changed()@Base" 0.10.0
|
|
||||||
(c++)"Fm::IconTheme::checkChanged()@Base" 0.10.0
|
|
||||||
(c++)"Fm::IconTheme::convertFromGIcon(_GIcon*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::IconTheme::eventFilter(QObject*, QEvent*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::IconTheme::icon(_FmIcon*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::IconTheme::iconFromNames(char const* const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::IconTheme::icon(_GIcon*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::IconTheme::~IconTheme()@Base" 0.10.0
|
|
||||||
(c++)"Fm::IconTheme::IconTheme()@Base" 0.10.0
|
|
||||||
(c++)"Fm::IconTheme::instance()@Base" 0.10.0
|
|
||||||
(c++)"Fm::IconTheme::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::IconTheme::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::IconTheme::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::IconTheme::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::isUriSchemeSupported(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::LibFmQt::~LibFmQt()@Base" 0.10.0
|
|
||||||
(c++)"Fm::LibFmQt::LibFmQt()@Base" 0.10.0
|
|
||||||
(c++)"Fm::LibFmQt::translator()@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::finished(_GError*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::handleFinish(_GError*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::~MountOperation()@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::MountOperation(bool, QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::onAbort(_GMountOperation*, Fm::MountOperation*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::onAskPassword(_GMountOperation*, char*, char*, char*, GAskPasswordFlags, Fm::MountOperation*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::onAskQuestion(_GMountOperation*, char*, char**, Fm::MountOperation*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::onEjectMountFinished(_GMount*, _GAsyncResult*, QPointer<Fm::MountOperation>*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::onEjectVolumeFinished(_GVolume*, _GAsyncResult*, QPointer<Fm::MountOperation>*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::onMountFileFinished(_GFile*, _GAsyncResult*, QPointer<Fm::MountOperation>*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::onMountVolumeFinished(_GVolume*, _GAsyncResult*, QPointer<Fm::MountOperation>*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::onShowProcesses(_GMountOperation*, char*, _GArray*, char**, Fm::MountOperation*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::onUnmountMountFinished(_GMount*, _GAsyncResult*, QPointer<Fm::MountOperation>*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::prepareUnmount(_GMount*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::MountOperation::wait()@Base" 0.10.0
|
|
||||||
(c++)"Fm::pasteFilesFromClipboard(_FmPath*, QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PathEdit::focusInEvent(QFocusEvent*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PathEdit::focusOutEvent(QFocusEvent*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PathEdit::freeCompleter()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PathEdit::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::PathEdit::onJobFinished()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PathEdit::onTextChanged(QString const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PathEdit::~PathEdit()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PathEdit::PathEdit(QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PathEdit::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PathEdit::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PathEdit::reloadCompleter(bool)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PathEdit::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::pathListFromQUrls(QList<QUrl>)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModelBookmarkItem::PlacesModelBookmarkItem(_FmBookmarkItem*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::createTrashItem()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::dropMimeData(QMimeData const*, Qt::DropAction, int, int, QModelIndex const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::flags(QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModelItem::data(int) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::itemFromBookmark(_FmBookmarkItem*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::itemFromMount(_GMount*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::itemFromPath(_FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::itemFromPath(QStandardItem*, _FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::itemFromVolume(_GVolume*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModelItem::~PlacesModelItem()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModelItem::PlacesModelItem()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModelItem::PlacesModelItem(char const*, QString, _FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModelItem::PlacesModelItem(_FmIcon*, QString, _FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModelItem::PlacesModelItem(QIcon, QString, _FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModelItem::setFileInfo(_FmFileInfo*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModelItem::setIcon(_FmIcon*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModelItem::setIcon(_GIcon*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModelItem::setPath(_FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModelItem::updateIcon()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::loadBookmarks()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::mimeData(QList<QModelIndex> const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::mimeTypes() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModelMountItem::PlacesModelMountItem(_GMount*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModelMountItem::update()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::onBookmarksChanged(_FmBookmarks*, Fm::PlacesModel*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::onMountAdded(_GVolumeMonitor*, _GMount*, Fm::PlacesModel*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::onMountChanged(_GVolumeMonitor*, _GMount*, Fm::PlacesModel*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::onMountRemoved(_GVolumeMonitor*, _GMount*, Fm::PlacesModel*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::onTrashChanged(_GFileMonitor*, _GFile*, _GFile*, GFileMonitorEvent, Fm::PlacesModel*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::onVolumeAdded(_GVolumeMonitor*, _GVolume*, Fm::PlacesModel*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::onVolumeChanged(_GVolumeMonitor*, _GVolume*, Fm::PlacesModel*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::onVolumeRemoved(_GVolumeMonitor*, _GVolume*, Fm::PlacesModel*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::~PlacesModel()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::PlacesModel(QObject*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::setShowApplications(bool)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::setShowDesktop(bool)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::setShowTrash(bool)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::supportedDropActions() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::updateIcons()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModel::updateTrash()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModelVolumeItem::isMounted()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModelVolumeItem::PlacesModelVolumeItem(_GVolume*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesModelVolumeItem::update()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::activateRow(int, QModelIndex const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::chdirRequested(int, _FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::commitData(QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::contextMenuEvent(QContextMenuEvent*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::dragMoveEvent(QDragMoveEvent*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::dropEvent(QDropEvent*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::onClicked(QModelIndex const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::onDeleteBookmark()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::onEjectButtonClicked(Fm::PlacesModelItem*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::onEjectVolume()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::onEmptyTrash()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::onIconSizeChanged(QSize const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::onMountVolume()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::onMoveBookmarkDown()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::onMoveBookmarkUp()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::onOpenNewTab()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::onOpenNewWindow()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::onPressed(QModelIndex const&)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::onRenameBookmark()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::onUnmountMount()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::onUnmountVolume()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::~PlacesView()@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::PlacesView(QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::setCurrentPath(_FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::PlacesView::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::addFilter(Fm::ProxyFolderModelFilter*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::data(QModelIndex const&, int) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::fileInfoFromIndex(QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::filterAcceptsRow(int, QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::lessThan(QModelIndex const&, QModelIndex const&) const@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::onThumbnailLoaded(QModelIndex const&, int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::~ProxyFolderModel()@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::ProxyFolderModel(QObject*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::removeFilter(Fm::ProxyFolderModelFilter*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::setFolderFirst(bool)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::setShowHidden(bool)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::setShowThumbnails(bool)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::setSourceModel(QAbstractItemModel*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::setThumbnailSize(int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::sortFilterChanged()@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::sort(int, Qt::SortOrder)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::ProxyFolderModel::updateFilters()@Base" 0.10.0
|
|
||||||
(c++)"Fm::RenameDialog::accept()@Base" 0.10.0
|
|
||||||
(c++)"Fm::RenameDialog::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::RenameDialog::onFileNameChanged(QString)@Base" 0.10.0
|
|
||||||
(c++)"Fm::RenameDialog::onIgnoreClicked()@Base" 0.10.0
|
|
||||||
(c++)"Fm::RenameDialog::onRenameClicked()@Base" 0.10.0
|
|
||||||
(c++)"Fm::RenameDialog::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::RenameDialog::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::RenameDialog::reject()@Base" 0.10.0
|
|
||||||
(c++)"Fm::RenameDialog::~RenameDialog()@Base" 0.10.0
|
|
||||||
(c++)"Fm::RenameDialog::RenameDialog(_FmFileInfo*, _FmFileInfo*, QWidget*, QFlags<Qt::WindowType>)@Base" 0.10.0
|
|
||||||
(c++)"Fm::RenameDialog::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::renameFile(_FmFileInfo*, QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::chdirRequested(int, _FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::createNewFolderRequested(_FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::initDirTree()@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::metaObject() const@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::modeByName(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::modeChanged(Fm::SidePane::Mode)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::modeName(Fm::SidePane::Mode)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::onComboCurrentIndexChanged(int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::onDirTreeViewChdirRequested(int, _FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::onPlacesViewChdirRequested(int, _FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::openFolderInNewTabRequested(_FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::openFolderInNewWindowRequested(_FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::openFolderInTerminalRequested(_FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::prepareFileMenu(Fm::FileMenu*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::qt_metacast(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::setCurrentPath(_FmPath*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::setHomeDir(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::setIconSize(QSize)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::setMode(Fm::SidePane::Mode)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::setShowHidden(bool)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::~SidePane()@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::SidePane(QWidget*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::SidePane::staticMetaObject@Base" 0.10.0
|
|
||||||
(c++)"Fm::ThumbnailLoader::getImageHeight(_GObject*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ThumbnailLoader::getImageText(_GObject*, char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ThumbnailLoader::getImageWidth(_GObject*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ThumbnailLoader::image(_FmThumbnailLoader*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ThumbnailLoader::localFilesOnly_@Base" 0.10.0
|
|
||||||
(c++)"Fm::ThumbnailLoader::maxThumbnailFileSize_@Base" 0.10.0
|
|
||||||
(c++)"Fm::ThumbnailLoader::readImageFromFile(char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ThumbnailLoader::rotateImage(_GObject*, int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ThumbnailLoader::scaleImage(_GObject*, int, int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ThumbnailLoader::setImageText(_GObject*, char const*, char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::ThumbnailLoader::theThumbnailLoader@Base" 0.10.0
|
|
||||||
(c++)"Fm::ThumbnailLoader::~ThumbnailLoader()@Base" 0.10.0
|
|
||||||
(c++)"Fm::ThumbnailLoader::ThumbnailLoader()@Base" 0.10.0
|
|
||||||
(c++)"Fm::ThumbnailLoader::writeImage(_GObject*, char const*)@Base" 0.10.0
|
|
||||||
(c++)"Fm::uidFromName(QString)@Base" 0.10.0
|
|
||||||
(c++)"Fm::uidToName(unsigned int)@Base" 0.10.0
|
|
||||||
(c++)"Fm::uriExists(char const*)@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::AppChooserComboBox::~AppChooserComboBox()@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::AppChooserDialog::~AppChooserDialog()@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::AppMenuView::~AppMenuView()@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::ColorButton::~ColorButton()@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::CreateNewMenu::~CreateNewMenu()@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::DirTreeView::~DirTreeView()@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::EditBookmarksDialog::~EditBookmarksDialog()@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::FileMenu::~FileMenu()@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::FileOperationDialog::~FileOperationDialog()@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::FilePropsDialog::~FilePropsDialog()@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::FileSearchDialog::~FileSearchDialog()@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::FolderMenu::~FolderMenu()@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::FolderView::~FolderView()@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::FontButton::~FontButton()@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::PathEdit::~PathEdit()@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::PlacesView::~PlacesView()@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::RenameDialog::~RenameDialog()@Base" 0.10.0
|
|
||||||
(c++)"non-virtual thunk to Fm::SidePane::~SidePane()@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::AppChooserComboBox@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::AppChooserDialog@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::AppMenuView@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::BookmarkAction@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::BrowseHistory@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::CachedFolderModel@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::ColorButton@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::CreateNewMenu@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::DirTreeModel@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::DirTreeView@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::EditBookmarksDialog@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::FileLauncher@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::FileMenu@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::FileOperation@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::FileOperationDialog@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::FilePropsDialog@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::FileSearchDialog@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::FolderItemDelegate@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::FolderMenu@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::FolderModel@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::FolderModelItem@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::FolderView@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::FontButton@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::IconTheme@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::MountOperation@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::PathEdit@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::PlacesModel@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::PlacesModelBookmarkItem@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::PlacesModel::ItemAction@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::PlacesModelItem@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::PlacesModelMountItem@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::PlacesModelVolumeItem@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::PlacesView@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::ProxyFolderModel@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::RenameDialog@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::SidePane@Base" 0.10.0
|
|
||||||
(c++)"typeinfo for Fm::ThumbnailLoader@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::AppChooserComboBox@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::AppChooserDialog@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::AppMenuView@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::BookmarkAction@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::BrowseHistory@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::CachedFolderModel@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::ColorButton@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::CreateNewMenu@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::DirTreeModel@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::DirTreeView@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::EditBookmarksDialog@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::FileLauncher@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::FileMenu@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::FileOperation@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::FileOperationDialog@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::FilePropsDialog@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::FileSearchDialog@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::FolderItemDelegate@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::FolderMenu@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::FolderModel@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::FolderModelItem@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::FolderView@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::FontButton@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::IconTheme@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::MountOperation@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::PathEdit@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::PlacesModel@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::PlacesModelBookmarkItem@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::PlacesModel::ItemAction@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::PlacesModelItem@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::PlacesModelMountItem@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::PlacesModelVolumeItem@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::PlacesView@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::ProxyFolderModel@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::RenameDialog@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::SidePane@Base" 0.10.0
|
|
||||||
(c++)"typeinfo name for Fm::ThumbnailLoader@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::AppChooserComboBox@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::AppChooserDialog@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::AppMenuView@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::BookmarkAction@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::BrowseHistory@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::CachedFolderModel@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::ColorButton@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::CreateNewMenu@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::DirTreeModel@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::DirTreeView@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::EditBookmarksDialog@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::FileLauncher@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::FileMenu@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::FileOperation@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::FileOperationDialog@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::FilePropsDialog@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::FileSearchDialog@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::FolderItemDelegate@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::FolderMenu@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::FolderModel@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::FolderModelItem@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::FolderView@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::FontButton@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::IconTheme@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::MountOperation@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::PathEdit@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::PlacesModel@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::PlacesModelBookmarkItem@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::PlacesModel::ItemAction@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::PlacesModelItem@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::PlacesModelMountItem@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::PlacesModelVolumeItem@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::PlacesView@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::ProxyFolderModel@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::RenameDialog@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::SidePane@Base" 0.10.0
|
|
||||||
(c++)"vtable for Fm::ThumbnailLoader@Base" 0.10.0
|
|
||||||
fm_search_add_dir@Base 0.10.0
|
|
||||||
fm_search_add_mime_type@Base 0.10.0
|
|
||||||
fm_search_dup_path@Base 0.10.0
|
|
||||||
fm_search_free@Base 0.10.0
|
|
||||||
fm_search_get_content_ci@Base 0.10.0
|
|
||||||
fm_search_get_content_pattern@Base 0.10.0
|
|
||||||
fm_search_get_content_regex@Base 0.10.0
|
|
||||||
fm_search_get_dirs@Base 0.10.0
|
|
||||||
fm_search_get_max_mtime@Base 0.10.0
|
|
||||||
fm_search_get_max_size@Base 0.10.0
|
|
||||||
fm_search_get_mime_types@Base 0.10.0
|
|
||||||
fm_search_get_min_mtime@Base 0.10.0
|
|
||||||
fm_search_get_min_size@Base 0.10.0
|
|
||||||
fm_search_get_name_ci@Base 0.10.0
|
|
||||||
fm_search_get_name_patterns@Base 0.10.0
|
|
||||||
fm_search_get_name_regex@Base 0.10.0
|
|
||||||
fm_search_get_recursive@Base 0.10.0
|
|
||||||
fm_search_get_show_hidden@Base 0.10.0
|
|
||||||
fm_search_new@Base 0.10.0
|
|
||||||
fm_search_remove_dir@Base 0.10.0
|
|
||||||
fm_search_remove_mime_type@Base 0.10.0
|
|
||||||
fm_search_set_content_ci@Base 0.10.0
|
|
||||||
fm_search_set_content_pattern@Base 0.10.0
|
|
||||||
fm_search_set_content_regex@Base 0.10.0
|
|
||||||
fm_search_set_max_mtime@Base 0.10.0
|
|
||||||
fm_search_set_max_size@Base 0.10.0
|
|
||||||
fm_search_set_min_mtime@Base 0.10.0
|
|
||||||
fm_search_set_min_size@Base 0.10.0
|
|
||||||
fm_search_set_name_ci@Base 0.10.0
|
|
||||||
fm_search_set_name_patterns@Base 0.10.0
|
|
||||||
fm_search_set_name_regex@Base 0.10.0
|
|
||||||
fm_search_set_recursive@Base 0.10.0
|
|
||||||
fm_search_set_show_hidden@Base 0.10.0
|
|
||||||
|
|
||||||
|
|
||||||
# arch-bits=64
|
|
||||||
(arch-bits=64|c++)"Fm::MountOperation::onShowUnmountProgress(_GMountOperation*, char*, long, long, Fm::MountOperation*)@Base" 0.10.0
|
|
||||||
(arch-bits=64|c++)"Fm::ThumbnailLoader::readImageFromStream(_GInputStream*, unsigned long, _GCancellable*)@Base" 0.10.0
|
|
||||||
|
|
||||||
|
|
||||||
# arch-bits=32
|
|
||||||
(arch-bits=32|c++)"Fm::MountOperation::onShowUnmountProgress(_GMountOperation*, char*, long long, long long, Fm::MountOperation*)@Base" 0.10.0
|
|
||||||
(arch-bits=32|c++)"Fm::ThumbnailLoader::readImageFromStream(_GInputStream*, unsigned long long, _GCancellable*)@Base" 0.10.0
|
|
880
debian/libfm-qt3.symbols
vendored
Normal file
880
debian/libfm-qt3.symbols
vendored
Normal file
@ -0,0 +1,880 @@
|
|||||||
|
libfm-qt.so.3 libfm-qt3 #MINVER#
|
||||||
|
(c++)"Fm::FolderMenu::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::createSortMenu()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::addSortMenuItem(QString, int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::addCustomActionItem(QMenu*, _FmFileActionItem*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::onSortActionTriggered(bool)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::onPasteActionTriggered()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::onCustomActionTrigerred()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::onSelectAllActionTriggered()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::onSortOrderActionTriggered(bool)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::onPropertiesActionTriggered()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::onShowHiddenActionTriggered(bool)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::onFolderFirstActionTriggered(bool)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::onCaseSensitiveActionTriggered(bool)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::onInvertSelectionActionTriggered()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::FolderMenu(Fm::FolderView*, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::FolderMenu(Fm::FolderView*, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::~FolderMenu()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::~FolderMenu()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::~FolderMenu()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::selChanged(int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::setMargins(QSize)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::clickedBack()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::eventFilter(QObject*, QEvent*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::setIconSize(Fm::FolderView::ViewMode, QSize)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::setViewMode(Fm::FolderView::ViewMode)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::sortChanged()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::emitClickedAt(Fm::FolderView::ClickType, QPoint const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::onFileClicked(int, _FmFileInfo*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::childDropEvent(QDropEvent*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::clickedForward()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::updateGridSize()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::invertSelection()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::onItemActivated(QModelIndex)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::prepareFileMenu(Fm::FileMenu*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::contextMenuEvent(QContextMenuEvent*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::prepareFolderMenu(Fm::FolderMenu*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::childDragMoveEvent(QDragMoveEvent*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::onSelectionChanged(QItemSelection const&, QItemSelection const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::childDragEnterEvent(QDragEnterEvent*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::childDragLeaveEvent(QDragLeaveEvent*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::onSelChangedTimeout()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::childMousePressEvent(QMouseEvent*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::setAutoSelectionDelay(int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::onAutoSelectionTimeout()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::event(QEvent*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::clicked(int, _FmFileInfo*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::setModel(Fm::ProxyFolderModel*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::selectAll()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::FolderView(Fm::FolderView::ViewMode, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::FolderView(Fm::FolderView::ViewMode, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::~FolderView()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::~FolderView()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::~FolderView()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FontButton::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FontButton::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FontButton::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::FontButton::changed()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FontButton::setFont(QFont)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FontButton::onClicked()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FontButton::FontButton(QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FontButton::FontButton(QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FontButton::~FontButton()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FontButton::~FontButton()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FontButton::~FontButton()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::commitData(QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::activateRow(int, QModelIndex const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::onEmptyTrash()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::onOpenNewTab()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::dragMoveEvent(QDragMoveEvent*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::onEjectVolume()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::onMountVolume()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::chdirRequested(int, _FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::onUnmountMount()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::setCurrentPath(_FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::onOpenNewWindow()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::onUnmountVolume()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::contextMenuEvent(QContextMenuEvent*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::onDeleteBookmark()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::onMoveBookmarkUp()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::onRenameBookmark()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::onIconSizeChanged(QSize const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::onMoveBookmarkDown()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::onEjectButtonClicked(Fm::PlacesModelItem*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::dropEvent(QDropEvent*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::onClicked(QModelIndex const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::onPressed(QModelIndex const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::PlacesView(QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::PlacesView(QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::~PlacesView()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::~PlacesView()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::~PlacesView()@Base" 0.11.0
|
||||||
|
(c++)"Fm::renameFile(_FmFileInfo*, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::selectedApp()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::addMenuItems(QStandardItem*, _MenuCacheDir*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::selectedItem()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::isAppSelected()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::selectionChanged()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::onMenuCacheReload(_MenuCache*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::selectedAppDesktopId()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::selectedAppDesktopPath()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::selectedAppDesktopFilePath()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::AppMenuView(QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::AppMenuView(QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::~AppMenuView()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::~AppMenuView()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::~AppMenuView()@Base" 0.11.0
|
||||||
|
(c++)"Fm::ColorButton::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ColorButton::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ColorButton::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::ColorButton::changed()@Base" 0.11.0
|
||||||
|
(c++)"Fm::ColorButton::setColor(QColor const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ColorButton::onClicked()@Base" 0.11.0
|
||||||
|
(c++)"Fm::ColorButton::ColorButton(QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ColorButton::ColorButton(QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ColorButton::~ColorButton()@Base" 0.11.0
|
||||||
|
(c++)"Fm::ColorButton::~ColorButton()@Base" 0.11.0
|
||||||
|
(c++)"Fm::ColorButton::~ColorButton()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::onExpanded(QModelIndex const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::onCollapsed(QModelIndex const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::onNewFolder()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::onNewWindow()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::onRowLoaded(QModelIndex const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::chdirRequested(int, _FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::setCurrentPath(_FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::mousePressEvent(QMouseEvent*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::prepareFileMenu(Fm::FileMenu*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::onOpenInTerminal()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::expandPendingPath()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::cancelPendingChdir()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::onSelectionChanged(QItemSelection const&, QItemSelection const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::createNewFolderRequested(_FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::openFolderInNewTabRequested(_FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::onCustomContextMenuRequested(QPoint const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::openFolderInTerminalRequested(_FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::openFolderInNewWindowRequested(_FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::onOpen()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::onNewTab()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::setModel(QAbstractItemModel*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::DirTreeView(QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::DirTreeView(QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::~DirTreeView()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::~DirTreeView()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::~DirTreeView()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::insertFiles(int, _FmFileInfoList*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::updateIcons()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::dropMimeData(QMimeData const*, Qt::DropAction, int, int, QModelIndex const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::onFilesAdded(_FmFolder*, _GSList*, void*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::findItemByName(char const*, int*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::findItemByPath(_FmPath*, int*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::onFilesChanged(_FmFolder*, _GSList*, void*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::onFilesRemoved(_FmFolder*, _GSList*, void*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::onStartLoading(_FmFolder*, void*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::cacheThumbnails(int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::onFinishLoading(_FmFolder*, void*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::thumbnailLoaded(QModelIndex const&, int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::onThumbnailLoaded(_FmThumbnailLoader*, void*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::releaseThumbnails(int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::findItemByFileInfo(_FmFileInfo*, int*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::thumbnailFromIndex(QModelIndex const&, int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::removeAll()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::setFolder(_FmFolder*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::FolderModel()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::FolderModel()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::~FolderModel()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::~FolderModel()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::~FolderModel()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::updateIcons()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::updateTrash()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::dropMimeData(QMimeData const*, Qt::DropAction, int, int, QModelIndex const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::itemFromPath(QStandardItem*, _FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::itemFromPath(_FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::onMountAdded(_GVolumeMonitor*, _GMount*, Fm::PlacesModel*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::setShowTrash(bool)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::itemFromMount(_GMount*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::loadBookmarks()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::onVolumeAdded(_GVolumeMonitor*, _GVolume*, Fm::PlacesModel*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::itemFromVolume(_GVolume*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::onMountChanged(_GVolumeMonitor*, _GMount*, Fm::PlacesModel*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::onMountRemoved(_GVolumeMonitor*, _GMount*, Fm::PlacesModel*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::onTrashChanged(_GFileMonitor*, _GFile*, _GFile*, GFileMonitorEvent, Fm::PlacesModel*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::setShowDesktop(bool)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::createTrashItem()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::onVolumeChanged(_GVolumeMonitor*, _GVolume*, Fm::PlacesModel*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::onVolumeRemoved(_GVolumeMonitor*, _GVolume*, Fm::PlacesModel*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::itemFromBookmark(_FmBookmarkItem*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::onBookmarksChanged(_FmBookmarks*, Fm::PlacesModel*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::setShowApplications(bool)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::PlacesModel(QObject*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::PlacesModel(QObject*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::~PlacesModel()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::~PlacesModel()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::~PlacesModel()@Base" 0.11.0
|
||||||
|
(c++)"Fm::gidFromName(QString)@Base" 0.11.0
|
||||||
|
(c++)"Fm::uidFromName(QString)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::setShowHidden(bool)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::icon(QModelIndex const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::addRoot(_FmFileInfo*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::loadRow(QModelIndex const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::dispName(QModelIndex const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::fileInfo(QModelIndex const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::filePath(QModelIndex const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::isLoaded(QModelIndex const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::rowLoaded(QModelIndex const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::unloadRow(QModelIndex const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::DirTreeModel(QObject*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::DirTreeModel(QObject*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::~DirTreeModel()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::~DirTreeModel()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::~DirTreeModel()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileLauncher::openFolder(_GAppLaunchContext*, _GList*, _GError**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileLauncher::launchFiles(QWidget*, _GList*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileLauncher::launchPaths(QWidget*, _GList*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileLauncher::ask(char const*, char* const*, int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileLauncher::error(_GAppLaunchContext*, _GError*, _FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileLauncher::funcs@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileLauncher::getApp(_GList*, _FmMimeType*, _GError**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileLauncher::execFile(_FmFileInfo*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileLauncher::FileLauncher()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileLauncher::FileLauncher()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileLauncher::~FileLauncher()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileLauncher::~FileLauncher()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileLauncher::~FileLauncher()@Base" 0.11.0
|
||||||
|
(c++)"Fm::RenameDialog::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::RenameDialog::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::RenameDialog::onIgnoreClicked()@Base" 0.11.0
|
||||||
|
(c++)"Fm::RenameDialog::onRenameClicked()@Base" 0.11.0
|
||||||
|
(c++)"Fm::RenameDialog::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::RenameDialog::onFileNameChanged(QString)@Base" 0.11.0
|
||||||
|
(c++)"Fm::RenameDialog::accept()@Base" 0.11.0
|
||||||
|
(c++)"Fm::RenameDialog::reject()@Base" 0.11.0
|
||||||
|
(c++)"Fm::RenameDialog::RenameDialog(_FmFileInfo*, _FmFileInfo*, QWidget*, QFlags<Qt::WindowType>)@Base" 0.11.0
|
||||||
|
(c++)"Fm::RenameDialog::RenameDialog(_FmFileInfo*, _FmFileInfo*, QWidget*, QFlags<Qt::WindowType>)@Base" 0.11.0
|
||||||
|
(c++)"Fm::RenameDialog::~RenameDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::RenameDialog::~RenameDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::RenameDialog::~RenameDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::BrowseHistory::setMaxCount(int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::BrowseHistory::setCurrentIndex(int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::BrowseHistory::add(_FmPath*, int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::BrowseHistory::forward()@Base" 0.11.0
|
||||||
|
(c++)"Fm::BrowseHistory::backward()@Base" 0.11.0
|
||||||
|
(c++)"Fm::BrowseHistory::BrowseHistory()@Base" 0.11.0
|
||||||
|
(c++)"Fm::BrowseHistory::BrowseHistory()@Base" 0.11.0
|
||||||
|
(c++)"Fm::BrowseHistory::~BrowseHistory()@Base" 0.11.0
|
||||||
|
(c++)"Fm::BrowseHistory::~BrowseHistory()@Base" 0.11.0
|
||||||
|
(c++)"Fm::BrowseHistory::~BrowseHistory()@Base" 0.11.0
|
||||||
|
(c++)"Fm::CreateNewMenu::onCreateNew()@Base" 0.11.0
|
||||||
|
(c++)"Fm::CreateNewMenu::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::CreateNewMenu::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::CreateNewMenu::onCreateNewFile()@Base" 0.11.0
|
||||||
|
(c++)"Fm::CreateNewMenu::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::CreateNewMenu::onCreateNewFolder()@Base" 0.11.0
|
||||||
|
(c++)"Fm::CreateNewMenu::CreateNewMenu(QWidget*, _FmPath*, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::CreateNewMenu::CreateNewMenu(QWidget*, _FmPath*, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::CreateNewMenu::~CreateNewMenu()@Base" 0.11.0
|
||||||
|
(c++)"Fm::CreateNewMenu::~CreateNewMenu()@Base" 0.11.0
|
||||||
|
(c++)"Fm::CreateNewMenu::~CreateNewMenu()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::showDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::trashFiles(_FmPathList*, bool, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::deleteFiles(_FmPathList*, bool, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::onUiTimeout()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::handleFinish()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::symlinkFiles(_FmPathList*, _FmPath*, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::unTrashFiles(_FmPathList*, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::disconnectJob()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::changeAttrFiles(_FmPathList*, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::onFileOpsJobAsk(_FmFileOpsJob*, char const*, char* const*, Fm::FileOperation*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::onFileOpsJobError(_FmFileOpsJob*, _GError*, FmJobErrorSeverity, Fm::FileOperation*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::onFileOpsJobCurFile(_FmFileOpsJob*, char const*, Fm::FileOperation*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::onFileOpsJobPercent(_FmFileOpsJob*, unsigned int, Fm::FileOperation*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::onFileOpsJobFinished(_FmFileOpsJob*, Fm::FileOperation*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::onFileOpsJobPrepared(_FmFileOpsJob*, Fm::FileOperation*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::onFileOpsJobAskRename(_FmFileOpsJob*, _FmFileInfo*, _FmFileInfo*, char**, Fm::FileOperation*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::onFileOpsJobCancelled(_FmFileOpsJob*, Fm::FileOperation*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::run()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::finished()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::copyFiles(_FmPathList*, _FmPath*, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::moveFiles(_FmPathList*, _FmPath*, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::FileOperation(Fm::FileOperation::Type, _FmPathList*, QObject*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::FileOperation(Fm::FileOperation::Type, _FmPathList*, QObject*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::~FileOperation()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::~FileOperation()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::~FileOperation()@Base" 0.11.0
|
||||||
|
(c++)"Fm::BookmarkAction::BookmarkAction(_FmBookmarkItem*, QObject*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::BookmarkAction::BookmarkAction(_FmBookmarkItem*, QObject*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::handleFinish(_GError*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::onAskPassword(_GMountOperation*, char*, char*, char*, GAskPasswordFlags, Fm::MountOperation*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::onAskQuestion(_GMountOperation*, char*, char**, Fm::MountOperation*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::prepareUnmount(_GMount*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::onShowProcesses(_GMountOperation*, char*, _GArray*, char**, Fm::MountOperation*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::onMountFileFinished(_GFile*, _GAsyncResult*, QPointer<Fm::MountOperation>*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::onEjectMountFinished(_GMount*, _GAsyncResult*, QPointer<Fm::MountOperation>*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::onEjectVolumeFinished(_GVolume*, _GAsyncResult*, QPointer<Fm::MountOperation>*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::onMountVolumeFinished(_GVolume*, _GAsyncResult*, QPointer<Fm::MountOperation>*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::onUnmountMountFinished(_GMount*, _GAsyncResult*, QPointer<Fm::MountOperation>*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::wait()@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::onAbort(_GMountOperation*, Fm::MountOperation*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::finished(_GError*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::MountOperation(bool, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::MountOperation(bool, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::~MountOperation()@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::~MountOperation()@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::~MountOperation()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FilePropsDialog::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FilePropsDialog::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FilePropsDialog::initGeneralPage()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FilePropsDialog::initApplications()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FilePropsDialog::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::FilePropsDialog::initPermissionsPage()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FilePropsDialog::onDeepCountJobFinished(_FmDeepCountJob*, Fm::FilePropsDialog*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FilePropsDialog::onFileSizeTimerTimeout()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FilePropsDialog::accept()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FilePropsDialog::initOwner()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FilePropsDialog::FilePropsDialog(_FmFileInfoList*, QWidget*, QFlags<Qt::WindowType>)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FilePropsDialog::FilePropsDialog(_FmFileInfoList*, QWidget*, QFlags<Qt::WindowType>)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FilePropsDialog::~FilePropsDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FilePropsDialog::~FilePropsDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FilePropsDialog::~FilePropsDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModelItem::findThumbnail(int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModelItem::removeThumbnail(int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModelItem::FolderModelItem(_FmFileInfo*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModelItem::FolderModelItem(Fm::FolderModelItem const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModelItem::FolderModelItem(_FmFileInfo*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModelItem::FolderModelItem(Fm::FolderModelItem const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModelItem::~FolderModelItem()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModelItem::~FolderModelItem()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModelItem::~FolderModelItem()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelItem::updateIcon()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelItem::setFileInfo(_FmFileInfo*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelItem::setIcon(_GIcon*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelItem::setIcon(_FmIcon*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelItem::setPath(_FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelItem::PlacesModelItem(QIcon, QString, _FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelItem::PlacesModelItem(_FmIcon*, QString, _FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelItem::PlacesModelItem(char const*, QString, _FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelItem::PlacesModelItem()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelItem::PlacesModelItem(QIcon, QString, _FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelItem::PlacesModelItem(_FmIcon*, QString, _FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelItem::PlacesModelItem(char const*, QString, _FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelItem::PlacesModelItem()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelItem::~PlacesModelItem()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelItem::~PlacesModelItem()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelItem::~PlacesModelItem()@Base" 0.11.0
|
||||||
|
(c++)"Fm::ThumbnailLoader::scaleImage(_GObject*, int, int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ThumbnailLoader::writeImage(_GObject*, char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ThumbnailLoader::rotateImage(_GObject*, int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ThumbnailLoader::getImageText(_GObject*, char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ThumbnailLoader::setImageText(_GObject*, char const*, char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ThumbnailLoader::getImageWidth(_GObject*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ThumbnailLoader::getImageHeight(_GObject*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ThumbnailLoader::localFilesOnly_@Base" 0.11.0
|
||||||
|
(c++)"Fm::ThumbnailLoader::readImageFromFile(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ThumbnailLoader::theThumbnailLoader@Base" 0.11.0
|
||||||
|
(c++)"Fm::ThumbnailLoader::maxThumbnailFileSize_@Base" 0.11.0
|
||||||
|
(c++)"Fm::ThumbnailLoader::image(_FmThumbnailLoader*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ThumbnailLoader::ThumbnailLoader()@Base" 0.11.0
|
||||||
|
(c++)"Fm::ThumbnailLoader::ThumbnailLoader()@Base" 0.11.0
|
||||||
|
(c++)"Fm::ThumbnailLoader::~ThumbnailLoader()@Base" 0.11.0
|
||||||
|
(c++)"Fm::ThumbnailLoader::~ThumbnailLoader()@Base" 0.11.0
|
||||||
|
(c++)"Fm::ThumbnailLoader::~ThumbnailLoader()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserDialog::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserDialog::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserDialog::setMimeType(_FmMimeType*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserDialog::isSetDefault()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserDialog::onTabChanged(int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserDialog::setCanSetDefault(bool)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserDialog::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserDialog::customCommandToApp()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserDialog::onSelectionChanged()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserDialog::accept()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserDialog::AppChooserDialog(_FmMimeType*, QWidget*, QFlags<Qt::WindowType>)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserDialog::AppChooserDialog(_FmMimeType*, QWidget*, QFlags<Qt::WindowType>)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserDialog::~AppChooserDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserDialog::~AppChooserDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserDialog::~AppChooserDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::freeFolder()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::insertItem(Fm::DirTreeModelItem*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::loadFolder()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::unloadFolder()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::childFromName(char const*, int*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::setShowHidden(bool)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::insertFileInfo(_FmFileInfo*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::onFolderFilesAdded(_FmFolder*, _GSList*, void*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::addPlaceHolderChild()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::onFolderFilesChanged(_FmFolder*, _GSList*, void*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::onFolderFilesRemoved(_FmFolder*, _GSList*, void*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::onFolderFinishLoading(_FmFolder*, void*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::index()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::DirTreeModelItem(_FmFileInfo*, Fm::DirTreeModel*, Fm::DirTreeModelItem*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::DirTreeModelItem()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::DirTreeModelItem(_FmFileInfo*, Fm::DirTreeModel*, Fm::DirTreeModelItem*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::DirTreeModelItem()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::~DirTreeModelItem()@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::~DirTreeModelItem()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileSearchDialog::onRemovePath()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileSearchDialog::accept()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileSearchDialog::onAddPath()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileSearchDialog::FileSearchDialog(QStringList, QWidget*, QFlags<Qt::WindowType>)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileSearchDialog::FileSearchDialog(QStringList, QWidget*, QFlags<Qt::WindowType>)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileSearchDialog::~FileSearchDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileSearchDialog::~FileSearchDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileSearchDialog::~FileSearchDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::removeFilter(Fm::ProxyFolderModelFilter*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::setShowHidden(bool)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::updateFilters()@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::setFolderFirst(bool)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::setSourceModel(QAbstractItemModel*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::setThumbnailSize(int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::onThumbnailLoaded(QModelIndex const&, int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::setShowThumbnails(bool)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::sortFilterChanged()@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::sort(int, Qt::SortOrder)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::addFilter(Fm::ProxyFolderModelFilter*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::ProxyFolderModel(QObject*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::ProxyFolderModel(QObject*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::~ProxyFolderModel()@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::~ProxyFolderModel()@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::~ProxyFolderModel()@Base" 0.11.0
|
||||||
|
(c++)"Fm::CachedFolderModel::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::CachedFolderModel::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::CachedFolderModel::modelFromPath(_FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::CachedFolderModel::modelFromFolder(_FmFolder*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::CachedFolderModel::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::CachedFolderModel::unref()@Base" 0.11.0
|
||||||
|
(c++)"Fm::CachedFolderModel::CachedFolderModel(_FmFolder*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::CachedFolderModel::CachedFolderModel(_FmFolder*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::CachedFolderModel::~CachedFolderModel()@Base" 0.11.0
|
||||||
|
(c++)"Fm::CachedFolderModel::~CachedFolderModel()@Base" 0.11.0
|
||||||
|
(c++)"Fm::CachedFolderModel::~CachedFolderModel()@Base" 0.11.0
|
||||||
|
(c++)"Fm::pathListFromQUrls(QList<QUrl>)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserComboBox::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserComboBox::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserComboBox::selectedApp()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserComboBox::setMimeType(_FmMimeType*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserComboBox::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserComboBox::onCurrentIndexChanged(int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserComboBox::isChanged()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserComboBox::AppChooserComboBox(QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserComboBox::AppChooserComboBox(QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserComboBox::~AppChooserComboBox()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserComboBox::~AppChooserComboBox()@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserComboBox::~AppChooserComboBox()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderItemDelegate::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderItemDelegate::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderItemDelegate::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderItemDelegate::iconModeFromState(QFlags<QStyle::StateFlag>)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderItemDelegate::FolderItemDelegate(QAbstractItemView*, QObject*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderItemDelegate::FolderItemDelegate(QAbstractItemView*, QObject*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderItemDelegate::~FolderItemDelegate()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderItemDelegate::~FolderItemDelegate()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderItemDelegate::~FolderItemDelegate()@Base" 0.11.0
|
||||||
|
(c++)"Fm::createFileOrFolder(Fm::CreateFileType, _FmPath*, _FmTemplate*, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::execModelessDialog(QDialog*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::EditBookmarksDialog::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::EditBookmarksDialog::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::EditBookmarksDialog::onRemoveItem()@Base" 0.11.0
|
||||||
|
(c++)"Fm::EditBookmarksDialog::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::EditBookmarksDialog::accept()@Base" 0.11.0
|
||||||
|
(c++)"Fm::EditBookmarksDialog::onAddItem()@Base" 0.11.0
|
||||||
|
(c++)"Fm::EditBookmarksDialog::EditBookmarksDialog(_FmBookmarks*, QWidget*, QFlags<Qt::WindowType>)@Base" 0.11.0
|
||||||
|
(c++)"Fm::EditBookmarksDialog::EditBookmarksDialog(_FmBookmarks*, QWidget*, QFlags<Qt::WindowType>)@Base" 0.11.0
|
||||||
|
(c++)"Fm::EditBookmarksDialog::~EditBookmarksDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::EditBookmarksDialog::~EditBookmarksDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::EditBookmarksDialog::~EditBookmarksDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::setCurFile(QString)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::setPercent(unsigned int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::setDestPath(_FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::setPrepared()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::setSourceFiles(_FmPathList*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::setRemainingTime(unsigned int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::ask(QString, char* const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::error(_GError*, FmJobErrorSeverity)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::reject()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::askRename(_FmFileInfo*, _FmFileInfo*, QString&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::FileOperationDialog(Fm::FileOperation*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::FileOperationDialog(Fm::FileOperation*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::~FileOperationDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::~FileOperationDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::~FileOperationDialog()@Base" 0.11.0
|
||||||
|
(c++)"Fm::cutFilesToClipboard(_FmPathList*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelMountItem::update()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelMountItem::PlacesModelMountItem(_GMount*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelMountItem::PlacesModelMountItem(_GMount*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::copyFilesToClipboard(_FmPathList*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::isUriSchemeSupported(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelVolumeItem::update()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelVolumeItem::isMounted()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelVolumeItem::PlacesModelVolumeItem(_GVolume*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelVolumeItem::PlacesModelVolumeItem(_GVolume*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelBookmarkItem::PlacesModelBookmarkItem(_FmBookmarkItem*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelBookmarkItem::PlacesModelBookmarkItem(_FmBookmarkItem*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::pasteFilesFromClipboard(_FmPath*, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::LibFmQt::translator()@Base" 0.11.0
|
||||||
|
(c++)"Fm::LibFmQt::LibFmQt()@Base" 0.11.0
|
||||||
|
(c++)"Fm::LibFmQt::LibFmQt()@Base" 0.11.0
|
||||||
|
(c++)"Fm::LibFmQt::~LibFmQt()@Base" 0.11.0
|
||||||
|
(c++)"Fm::LibFmQt::~LibFmQt()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::createMenu(_FmFileInfoList*, _FmFileInfo*, _FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::onCompress()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::setUseTrash(bool)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::onExtractHere()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::onCutTriggered()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::onCopyTriggered()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::onOpenTriggered()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::onPasteTriggered()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::openFilesWithApp(_GAppInfo*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::onDeleteTriggered()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::onRenameTriggered()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::onUnTrashTriggered()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::addCustomActionItem(QMenu*, _FmFileActionItem*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::onOpenWithTriggered()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::onApplicationTriggered()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::onCustomActionTrigerred()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::onFilePropertiesTriggered()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::onExtract()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::FileMenu(_FmFileInfoList*, _FmFileInfo*, _FmPath*, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::FileMenu(_FmFileInfoList*, _FmFileInfo*, _FmPath*, QString const&, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::FileMenu(_FmFileInfoList*, _FmFileInfo*, _FmPath*, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::FileMenu(_FmFileInfoList*, _FmFileInfo*, _FmPath*, QString const&, QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::~FileMenu()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::~FileMenu()@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::~FileMenu()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PathEdit::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PathEdit::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PathEdit::autoComplete()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PathEdit::focusInEvent(QFocusEvent*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PathEdit::focusOutEvent(QFocusEvent*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PathEdit::freeCompleter()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PathEdit::onJobFinished()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PathEdit::onTextChanged(QString const&)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PathEdit::reloadCompleter(bool)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PathEdit::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::PathEdit::event(QEvent*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PathEdit::PathEdit(QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PathEdit::PathEdit(QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::PathEdit::~PathEdit()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PathEdit::~PathEdit()@Base" 0.11.0
|
||||||
|
(c++)"Fm::PathEdit::~PathEdit()@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::modeByName(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::setHomeDir(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::initDirTree()@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::modeChanged(Fm::SidePane::Mode)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::setIconSize(QSize)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::setShowHidden(bool)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::chdirRequested(int, _FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::setCurrentPath(_FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::prepareFileMenu(Fm::FileMenu*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::createNewFolderRequested(_FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::onComboCurrentIndexChanged(int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::onPlacesViewChdirRequested(int, _FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::onDirTreeViewChdirRequested(int, _FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::openFolderInNewTabRequested(_FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::openFolderInTerminalRequested(_FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::openFolderInNewWindowRequested(_FmPath*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::setMode(Fm::SidePane::Mode)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::modeName(Fm::SidePane::Mode)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::SidePane(QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::SidePane(QWidget*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::~SidePane()@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::~SidePane()@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::~SidePane()@Base" 0.11.0
|
||||||
|
(c++)"Fm::IconTheme::eventFilter(QObject*, QEvent*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::IconTheme::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.11.0
|
||||||
|
(c++)"Fm::IconTheme::qt_metacast(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::IconTheme::checkChanged()@Base" 0.11.0
|
||||||
|
(c++)"Fm::IconTheme::iconFromNames(char const* const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::IconTheme::convertFromGIcon(_GIcon*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::IconTheme::staticMetaObject@Base" 0.11.0
|
||||||
|
(c++)"Fm::IconTheme::icon(_GIcon*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::IconTheme::icon(_FmIcon*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::IconTheme::changed()@Base" 0.11.0
|
||||||
|
(c++)"Fm::IconTheme::instance()@Base" 0.11.0
|
||||||
|
(c++)"Fm::IconTheme::IconTheme()@Base" 0.11.0
|
||||||
|
(c++)"Fm::IconTheme::IconTheme()@Base" 0.11.0
|
||||||
|
(c++)"Fm::IconTheme::~IconTheme()@Base" 0.11.0
|
||||||
|
(c++)"Fm::IconTheme::~IconTheme()@Base" 0.11.0
|
||||||
|
(c++)"Fm::IconTheme::~IconTheme()@Base" 0.11.0
|
||||||
|
(c++)"Fm::gidToName(unsigned int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::uidToName(unsigned int)@Base" 0.11.0
|
||||||
|
(c++)"Fm::uriExists(char const*)@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderMenu::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::selectedRows(int) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::selectedFiles() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::selectionModel() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::selectedIndexes() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::selectedFilePaths() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::indexFromFolderPath(_FmPath*) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::model() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::iconSize(Fm::FolderView::ViewMode) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::viewMode() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderView::childView() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FontButton::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesView::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppMenuView::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::ColorButton::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeView::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::headerData(int, Qt::Orientation, int) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::columnCount(QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::itemFromIndex(QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::fileInfoFromIndex(QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::supportedDropActions() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::data(QModelIndex const&, int) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::flags(QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::index(int, int, QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::parent(QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::mimeData(QList<QModelIndex> const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::rowCount(QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderModel::mimeTypes() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::supportedDropActions() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::flags(QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::mimeData(QList<QModelIndex> const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModel::mimeTypes() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::columnCount(QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::hasChildren(QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::itemFromPath(_FmPath*) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::indexFromItem(Fm::DirTreeModelItem*) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::indexFromPath(_FmPath*) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::itemFromIndex(QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::data(QModelIndex const&, int) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::flags(QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::index(int, int, QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::parent(QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModel::rowCount(QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::RenameDialog::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::BrowseHistory::canForward() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::BrowseHistory::canBackward() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::CreateNewMenu::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperation::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::MountOperation::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FilePropsDialog::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::PlacesModelItem::data(int) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserDialog::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::DirTreeModelItem::childFromPath(_FmPath*, bool) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::filterAcceptsRow(int, QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::fileInfoFromIndex(QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::data(QModelIndex const&, int) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::ProxyFolderModel::lessThan(QModelIndex const&, QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::CachedFolderModel::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::AppChooserComboBox::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderItemDelegate::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderItemDelegate::paint(QPainter*, QStyleOptionViewItem const&, QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderItemDelegate::drawText(QPainter*, QStyleOptionViewItem&, QRectF&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FolderItemDelegate::sizeHint(QStyleOptionViewItem const&, QModelIndex const&) const@Base" 0.11.0
|
||||||
|
(c++)"Fm::EditBookmarksDialog::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileOperationDialog::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::FileMenu::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::PathEdit::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::SidePane::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"Fm::IconTheme::metaObject() const@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::FolderMenu@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::FolderView@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::FontButton@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::PlacesView@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::AppMenuView@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::ColorButton@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::DirTreeView@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::FolderModel@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::PlacesModel::ItemAction@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::PlacesModel@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::DirTreeModel@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::FileLauncher@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::RenameDialog@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::BrowseHistory@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::CreateNewMenu@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::FileOperation@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::BookmarkAction@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::MountOperation@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::FilePropsDialog@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::FolderModelItem@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::PlacesModelItem@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::ThumbnailLoader@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::AppChooserDialog@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::FileSearchDialog@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::ProxyFolderModel@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::CachedFolderModel@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::AppChooserComboBox@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::FolderItemDelegate@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::EditBookmarksDialog@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::FileOperationDialog@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::PlacesModelMountItem@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::PlacesModelVolumeItem@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::PlacesModelBookmarkItem@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::FileMenu@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::PathEdit@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::SidePane@Base" 0.11.0
|
||||||
|
(c++)"typeinfo for Fm::IconTheme@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::FolderMenu@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::FolderView@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::FontButton@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::PlacesView@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::AppMenuView@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::ColorButton@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::DirTreeView@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::FolderModel@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::PlacesModel::ItemAction@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::PlacesModel@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::DirTreeModel@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::FileLauncher@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::RenameDialog@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::BrowseHistory@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::CreateNewMenu@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::FileOperation@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::BookmarkAction@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::MountOperation@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::FilePropsDialog@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::FolderModelItem@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::PlacesModelItem@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::ThumbnailLoader@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::AppChooserDialog@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::FileSearchDialog@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::ProxyFolderModel@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::CachedFolderModel@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::AppChooserComboBox@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::FolderItemDelegate@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::EditBookmarksDialog@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::FileOperationDialog@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::PlacesModelMountItem@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::PlacesModelVolumeItem@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::PlacesModelBookmarkItem@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::FileMenu@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::PathEdit@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::SidePane@Base" 0.11.0
|
||||||
|
(c++)"typeinfo name for Fm::IconTheme@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::FolderMenu@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::FolderView@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::FontButton@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::PlacesView@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::AppMenuView@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::ColorButton@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::DirTreeView@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::FolderModel@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::PlacesModel::ItemAction@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::PlacesModel@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::DirTreeModel@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::FileLauncher@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::RenameDialog@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::BrowseHistory@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::CreateNewMenu@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::FileOperation@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::BookmarkAction@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::MountOperation@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::FilePropsDialog@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::FolderModelItem@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::PlacesModelItem@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::ThumbnailLoader@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::AppChooserDialog@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::FileSearchDialog@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::ProxyFolderModel@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::CachedFolderModel@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::AppChooserComboBox@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::FolderItemDelegate@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::EditBookmarksDialog@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::FileOperationDialog@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::PlacesModelMountItem@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::PlacesModelVolumeItem@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::PlacesModelBookmarkItem@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::FileMenu@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::PathEdit@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::SidePane@Base" 0.11.0
|
||||||
|
(c++)"vtable for Fm::IconTheme@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::FolderMenu::~FolderMenu()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::FolderMenu::~FolderMenu()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::FolderView::~FolderView()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::FolderView::~FolderView()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::FontButton::~FontButton()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::FontButton::~FontButton()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::PlacesView::~PlacesView()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::PlacesView::~PlacesView()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::AppMenuView::~AppMenuView()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::AppMenuView::~AppMenuView()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::ColorButton::~ColorButton()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::ColorButton::~ColorButton()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::DirTreeView::~DirTreeView()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::DirTreeView::~DirTreeView()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::RenameDialog::~RenameDialog()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::RenameDialog::~RenameDialog()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::CreateNewMenu::~CreateNewMenu()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::CreateNewMenu::~CreateNewMenu()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::FilePropsDialog::~FilePropsDialog()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::FilePropsDialog::~FilePropsDialog()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::AppChooserDialog::~AppChooserDialog()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::AppChooserDialog::~AppChooserDialog()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::FileSearchDialog::~FileSearchDialog()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::FileSearchDialog::~FileSearchDialog()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::AppChooserComboBox::~AppChooserComboBox()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::AppChooserComboBox::~AppChooserComboBox()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::EditBookmarksDialog::~EditBookmarksDialog()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::EditBookmarksDialog::~EditBookmarksDialog()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::FileOperationDialog::~FileOperationDialog()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::FileOperationDialog::~FileOperationDialog()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::FileMenu::~FileMenu()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::FileMenu::~FileMenu()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::PathEdit::~PathEdit()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::PathEdit::~PathEdit()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::SidePane::~SidePane()@Base" 0.11.0
|
||||||
|
(c++)"non-virtual thunk to Fm::SidePane::~SidePane()@Base" 0.11.0
|
||||||
|
fm_search_add_dir@Base 0.11.0
|
||||||
|
fm_search_add_mime_type@Base 0.11.0
|
||||||
|
fm_search_dup_path@Base 0.11.0
|
||||||
|
fm_search_free@Base 0.11.0
|
||||||
|
fm_search_get_content_ci@Base 0.11.0
|
||||||
|
fm_search_get_content_pattern@Base 0.11.0
|
||||||
|
fm_search_get_content_regex@Base 0.11.0
|
||||||
|
fm_search_get_dirs@Base 0.11.0
|
||||||
|
fm_search_get_max_mtime@Base 0.11.0
|
||||||
|
fm_search_get_max_size@Base 0.11.0
|
||||||
|
fm_search_get_mime_types@Base 0.11.0
|
||||||
|
fm_search_get_min_mtime@Base 0.11.0
|
||||||
|
fm_search_get_min_size@Base 0.11.0
|
||||||
|
fm_search_get_name_ci@Base 0.11.0
|
||||||
|
fm_search_get_name_patterns@Base 0.11.0
|
||||||
|
fm_search_get_name_regex@Base 0.11.0
|
||||||
|
fm_search_get_recursive@Base 0.11.0
|
||||||
|
fm_search_get_show_hidden@Base 0.11.0
|
||||||
|
fm_search_new@Base 0.11.0
|
||||||
|
fm_search_remove_dir@Base 0.11.0
|
||||||
|
fm_search_remove_mime_type@Base 0.11.0
|
||||||
|
fm_search_set_content_ci@Base 0.11.0
|
||||||
|
fm_search_set_content_pattern@Base 0.11.0
|
||||||
|
fm_search_set_content_regex@Base 0.11.0
|
||||||
|
fm_search_set_max_mtime@Base 0.11.0
|
||||||
|
fm_search_set_max_size@Base 0.11.0
|
||||||
|
fm_search_set_min_mtime@Base 0.11.0
|
||||||
|
fm_search_set_min_size@Base 0.11.0
|
||||||
|
fm_search_set_name_ci@Base 0.11.0
|
||||||
|
fm_search_set_name_patterns@Base 0.11.0
|
||||||
|
fm_search_set_name_regex@Base 0.11.0
|
||||||
|
fm_search_set_recursive@Base 0.11.0
|
||||||
|
fm_search_set_show_hidden@Base 0.11.0
|
||||||
|
|
||||||
|
(arch-bits=32|c++)"Fm::MountOperation::onShowUnmountProgress(_GMountOperation*, char*, long long, long long, Fm::MountOperation*)@Base" 0.11.0
|
||||||
|
(arch-bits=64|c++)"Fm::MountOperation::onShowUnmountProgress(_GMountOperation*, char*, long, long, Fm::MountOperation*)@Base" 0.11.0
|
||||||
|
(arch-bits=32|c++)"Fm::ThumbnailLoader::readImageFromStream(_GInputStream*, unsigned long long, _GCancellable*)@Base" 0.11.0
|
||||||
|
(arch-bits=64|c++)"Fm::ThumbnailLoader::readImageFromStream(_GInputStream*, unsigned long, _GCancellable*)@Base" 0.11.0
|
@ -58,6 +58,7 @@ set(libfm_SRCS
|
|||||||
appchooserdialog.cpp
|
appchooserdialog.cpp
|
||||||
filesearchdialog.cpp
|
filesearchdialog.cpp
|
||||||
fm-search.c # might be moved to libfm later
|
fm-search.c # might be moved to libfm later
|
||||||
|
xdndworkaround.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set(libfm_UIS
|
set(libfm_UIS
|
||||||
@ -118,6 +119,8 @@ set_target_properties(${LIBFM_QT_LIBRARY_NAME} PROPERTIES
|
|||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(${LIBFM_QT_LIBRARY_NAME}
|
target_include_directories(${LIBFM_QT_LIBRARY_NAME}
|
||||||
|
PRIVATE "${LIB_XCB_INDLUDE_DIRS}"
|
||||||
|
PRIVATE "${Qt5Gui_PRIVATE_INCLUDE_DIRS}"
|
||||||
INTERFACE "$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>"
|
INTERFACE "$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
49
src/customaction_p.h
Normal file
49
src/customaction_p.h
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2012 - 2015 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||||
|
*
|
||||||
|
* This library is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
* License as published by the Free Software Foundation; either
|
||||||
|
* version 2.1 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This library is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
|
* License along with this library; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef FM_CUSTOMACTION_P_H
|
||||||
|
#define FM_CUSTOMACTION_P_H
|
||||||
|
|
||||||
|
namespace Fm {
|
||||||
|
|
||||||
|
class CustomAction : public QAction {
|
||||||
|
public:
|
||||||
|
explicit CustomAction(FmFileActionItem* item, QObject* parent = NULL):
|
||||||
|
QAction(QString::fromUtf8(fm_file_action_item_get_name(item)), parent),
|
||||||
|
item_(reinterpret_cast<FmFileActionItem*>(fm_file_action_item_ref(item))) {
|
||||||
|
const char* icon_name = fm_file_action_item_get_icon(item);
|
||||||
|
if(icon_name)
|
||||||
|
setIcon(QIcon::fromTheme(icon_name));
|
||||||
|
}
|
||||||
|
|
||||||
|
virtual ~CustomAction() {
|
||||||
|
fm_file_action_item_unref(item_);
|
||||||
|
}
|
||||||
|
|
||||||
|
FmFileActionItem* item() {
|
||||||
|
return item_;
|
||||||
|
}
|
||||||
|
|
||||||
|
private:
|
||||||
|
FmFileActionItem* item_;
|
||||||
|
};
|
||||||
|
|
||||||
|
} // namespace Fm
|
||||||
|
|
||||||
|
#endif
|
@ -28,6 +28,7 @@
|
|||||||
#include "appchooserdialog.h"
|
#include "appchooserdialog.h"
|
||||||
#ifdef CUSTOM_ACTIONS
|
#ifdef CUSTOM_ACTIONS
|
||||||
#include <libfm/fm-actions.h>
|
#include <libfm/fm-actions.h>
|
||||||
|
#include "customaction_p.h"
|
||||||
#endif
|
#endif
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
@ -184,6 +185,11 @@ void FileMenu::createMenu(FmFileInfoList* files, FmFileInfo* info, FmPath* cwd)
|
|||||||
GList* l;
|
GList* l;
|
||||||
for(l=items; l; l=l->next) {
|
for(l=items; l; l=l->next) {
|
||||||
FmFileActionItem* item = FM_FILE_ACTION_ITEM(l->data);
|
FmFileActionItem* item = FM_FILE_ACTION_ITEM(l->data);
|
||||||
|
if(l == items && item
|
||||||
|
&& !(fm_file_action_item_is_action(item)
|
||||||
|
&& !(fm_file_action_item_get_target(item) & FM_FILE_ACTION_TARGET_CONTEXT))) {
|
||||||
|
addSeparator(); // before all custom actions
|
||||||
|
}
|
||||||
addCustomActionItem(this, item);
|
addCustomActionItem(this, item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -21,9 +21,6 @@
|
|||||||
#define FM_FILEMENU_P_H
|
#define FM_FILEMENU_P_H
|
||||||
|
|
||||||
#include "icontheme.h"
|
#include "icontheme.h"
|
||||||
#ifdef CUSTOM_ACTIONS
|
|
||||||
#include <libfm/fm-actions.h>
|
|
||||||
#endif
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
|
||||||
namespace Fm {
|
namespace Fm {
|
||||||
@ -53,32 +50,6 @@ private:
|
|||||||
GAppInfo* appInfo_;
|
GAppInfo* appInfo_;
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef CUSTOM_ACTIONS
|
|
||||||
class CustomAction : public QAction {
|
|
||||||
Q_OBJECT
|
|
||||||
public:
|
|
||||||
explicit CustomAction(FmFileActionItem* item, QObject* parent = NULL):
|
|
||||||
QAction(QString::fromUtf8(fm_file_action_item_get_name(item)), parent),
|
|
||||||
item_(reinterpret_cast<FmFileActionItem*>(fm_file_action_item_ref(item))) {
|
|
||||||
const char* icon_name = fm_file_action_item_get_icon(item);
|
|
||||||
if(icon_name)
|
|
||||||
setIcon(QIcon::fromTheme(icon_name));
|
|
||||||
}
|
|
||||||
|
|
||||||
virtual ~CustomAction() {
|
|
||||||
fm_file_action_item_unref(item_);
|
|
||||||
}
|
|
||||||
|
|
||||||
FmFileActionItem* item() {
|
|
||||||
return item_;
|
|
||||||
}
|
|
||||||
|
|
||||||
private:
|
|
||||||
FmFileActionItem* item_;
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
} // namespace Fm
|
} // namespace Fm
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -260,6 +260,29 @@
|
|||||||
<string>File Size:</string>
|
<string>File Size:</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QFormLayout" name="formLayout">
|
<layout class="QFormLayout" name="formLayout">
|
||||||
|
<item row="0" column="0">
|
||||||
|
<layout class="QGridLayout" name="gridLayout_2">
|
||||||
|
<item row="1" column="0">
|
||||||
|
<widget class="QCheckBox" name="smallerThan">
|
||||||
|
<property name="text">
|
||||||
|
<string>Smaller than:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="1" column="2">
|
||||||
|
<widget class="QSpinBox" name="maxSize">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="0" column="2">
|
||||||
|
<widget class="QSpinBox" name="minSize">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QCheckBox" name="largerThan">
|
<widget class="QCheckBox" name="largerThan">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -267,13 +290,11 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="0" column="3">
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
||||||
<item>
|
|
||||||
<widget class="QSpinBox" name="minSize"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QComboBox" name="minSizeUnit">
|
<widget class="QComboBox" name="minSizeUnit">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>2</number>
|
<number>2</number>
|
||||||
</property>
|
</property>
|
||||||
@ -299,22 +320,11 @@
|
|||||||
</item>
|
</item>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
<item row="1" column="3">
|
||||||
</item>
|
|
||||||
<item row="1" column="0">
|
|
||||||
<widget class="QCheckBox" name="smallerThan">
|
|
||||||
<property name="text">
|
|
||||||
<string>Smaller than:</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="1" column="1">
|
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
||||||
<item>
|
|
||||||
<widget class="QSpinBox" name="maxSize"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QComboBox" name="maxSizeUnit">
|
<widget class="QComboBox" name="maxSizeUnit">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>2</number>
|
<number>2</number>
|
||||||
</property>
|
</property>
|
||||||
@ -347,39 +357,52 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="groupBox_6">
|
<widget class="QGroupBox" name="groupBox_6">
|
||||||
|
<property name="layoutDirection">
|
||||||
|
<enum>Qt::LeftToRight</enum>
|
||||||
|
</property>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Last Modified Time:</string>
|
<string>Last Modified Time:</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QFormLayout" name="formLayout_2">
|
<layout class="QFormLayout" name="formLayout_2">
|
||||||
<item row="0" column="0">
|
<item row="1" column="0">
|
||||||
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
|
<item row="2" column="0">
|
||||||
<widget class="QCheckBox" name="earlierThan">
|
<widget class="QCheckBox" name="earlierThan">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Earlier than:</string>
|
<string>Earlier than:</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="0">
|
<item row="3" column="0">
|
||||||
<widget class="QCheckBox" name="laterThan">
|
<widget class="QCheckBox" name="laterThan">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Later than:</string>
|
<string>Later than:</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="3" column="1">
|
||||||
<widget class="QDateEdit" name="maxTime">
|
<widget class="QDateEdit" name="minTime">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<property name="calendarPopup">
|
<property name="calendarPopup">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="1">
|
<item row="2" column="1">
|
||||||
<widget class="QDateEdit" name="minTime">
|
<widget class="QDateEdit" name="maxTime">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<property name="calendarPopup">
|
<property name="calendarPopup">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -445,5 +468,101 @@
|
|||||||
</hint>
|
</hint>
|
||||||
</hints>
|
</hints>
|
||||||
</connection>
|
</connection>
|
||||||
|
<connection>
|
||||||
|
<sender>largerThan</sender>
|
||||||
|
<signal>toggled(bool)</signal>
|
||||||
|
<receiver>minSizeUnit</receiver>
|
||||||
|
<slot>setEnabled(bool)</slot>
|
||||||
|
<hints>
|
||||||
|
<hint type="sourcelabel">
|
||||||
|
<x>93</x>
|
||||||
|
<y>84</y>
|
||||||
|
</hint>
|
||||||
|
<hint type="destinationlabel">
|
||||||
|
<x>403</x>
|
||||||
|
<y>88</y>
|
||||||
|
</hint>
|
||||||
|
</hints>
|
||||||
|
</connection>
|
||||||
|
<connection>
|
||||||
|
<sender>smallerThan</sender>
|
||||||
|
<signal>toggled(bool)</signal>
|
||||||
|
<receiver>maxSize</receiver>
|
||||||
|
<slot>setEnabled(bool)</slot>
|
||||||
|
<hints>
|
||||||
|
<hint type="sourcelabel">
|
||||||
|
<x>96</x>
|
||||||
|
<y>119</y>
|
||||||
|
</hint>
|
||||||
|
<hint type="destinationlabel">
|
||||||
|
<x>241</x>
|
||||||
|
<y>123</y>
|
||||||
|
</hint>
|
||||||
|
</hints>
|
||||||
|
</connection>
|
||||||
|
<connection>
|
||||||
|
<sender>largerThan</sender>
|
||||||
|
<signal>toggled(bool)</signal>
|
||||||
|
<receiver>minSize</receiver>
|
||||||
|
<slot>setEnabled(bool)</slot>
|
||||||
|
<hints>
|
||||||
|
<hint type="sourcelabel">
|
||||||
|
<x>93</x>
|
||||||
|
<y>84</y>
|
||||||
|
</hint>
|
||||||
|
<hint type="destinationlabel">
|
||||||
|
<x>241</x>
|
||||||
|
<y>88</y>
|
||||||
|
</hint>
|
||||||
|
</hints>
|
||||||
|
</connection>
|
||||||
|
<connection>
|
||||||
|
<sender>smallerThan</sender>
|
||||||
|
<signal>toggled(bool)</signal>
|
||||||
|
<receiver>maxSizeUnit</receiver>
|
||||||
|
<slot>setEnabled(bool)</slot>
|
||||||
|
<hints>
|
||||||
|
<hint type="sourcelabel">
|
||||||
|
<x>96</x>
|
||||||
|
<y>119</y>
|
||||||
|
</hint>
|
||||||
|
<hint type="destinationlabel">
|
||||||
|
<x>403</x>
|
||||||
|
<y>123</y>
|
||||||
|
</hint>
|
||||||
|
</hints>
|
||||||
|
</connection>
|
||||||
|
<connection>
|
||||||
|
<sender>laterThan</sender>
|
||||||
|
<signal>toggled(bool)</signal>
|
||||||
|
<receiver>minTime</receiver>
|
||||||
|
<slot>setEnabled(bool)</slot>
|
||||||
|
<hints>
|
||||||
|
<hint type="sourcelabel">
|
||||||
|
<x>88</x>
|
||||||
|
<y>223</y>
|
||||||
|
</hint>
|
||||||
|
<hint type="destinationlabel">
|
||||||
|
<x>319</x>
|
||||||
|
<y>226</y>
|
||||||
|
</hint>
|
||||||
|
</hints>
|
||||||
|
</connection>
|
||||||
|
<connection>
|
||||||
|
<sender>earlierThan</sender>
|
||||||
|
<signal>toggled(bool)</signal>
|
||||||
|
<receiver>maxTime</receiver>
|
||||||
|
<slot>setEnabled(bool)</slot>
|
||||||
|
<hints>
|
||||||
|
<hint type="sourcelabel">
|
||||||
|
<x>93</x>
|
||||||
|
<y>190</y>
|
||||||
|
</hint>
|
||||||
|
<hint type="destinationlabel">
|
||||||
|
<x>319</x>
|
||||||
|
<y>193</y>
|
||||||
|
</hint>
|
||||||
|
</hints>
|
||||||
|
</connection>
|
||||||
</connections>
|
</connections>
|
||||||
</ui>
|
</ui>
|
||||||
|
@ -41,6 +41,8 @@ FileSearchDialog::FileSearchDialog(QStringList paths, QWidget* parent, Qt::Windo
|
|||||||
|
|
||||||
connect(ui->addPath, &QPushButton::clicked, this, &FileSearchDialog::onAddPath);
|
connect(ui->addPath, &QPushButton::clicked, this, &FileSearchDialog::onAddPath);
|
||||||
connect(ui->removePath, &QPushButton::clicked, this, &FileSearchDialog::onRemovePath);
|
connect(ui->removePath, &QPushButton::clicked, this, &FileSearchDialog::onRemovePath);
|
||||||
|
|
||||||
|
ui->namePatterns->setFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
FileSearchDialog::~FileSearchDialog() {
|
FileSearchDialog::~FileSearchDialog() {
|
||||||
@ -101,7 +103,7 @@ void FileSearchDialog::accept() {
|
|||||||
|
|
||||||
if(ui->smallerThan->isChecked()) {
|
if(ui->smallerThan->isChecked()) {
|
||||||
guint64 size = ui->maxSize->value() * unit_bytes[ui->maxSizeUnit->currentIndex()];
|
guint64 size = ui->maxSize->value() * unit_bytes[ui->maxSizeUnit->currentIndex()];
|
||||||
fm_search_set_min_size(search, size);
|
fm_search_set_max_size(search, size);
|
||||||
}
|
}
|
||||||
|
|
||||||
// search based on file mtime (we only support date in YYYY-MM-DD format)
|
// search based on file mtime (we only support date in YYYY-MM-DD format)
|
||||||
|
@ -178,12 +178,24 @@ void FolderItemDelegate::drawText(QPainter* painter, QStyleOptionViewItemV4& opt
|
|||||||
|
|
||||||
QPalette::ColorGroup cg = opt.state & QStyle::State_Enabled ? QPalette::Normal : QPalette::Disabled;
|
QPalette::ColorGroup cg = opt.state & QStyle::State_Enabled ? QPalette::Normal : QPalette::Disabled;
|
||||||
if(opt.state & QStyle::State_Selected) {
|
if(opt.state & QStyle::State_Selected) {
|
||||||
|
if(!opt.widget)
|
||||||
painter->fillRect(selRect, opt.palette.highlight());
|
painter->fillRect(selRect, opt.palette.highlight());
|
||||||
painter->setPen(opt.palette.color(cg, QPalette::HighlightedText));
|
painter->setPen(opt.palette.color(cg, QPalette::HighlightedText));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
painter->setPen(opt.palette.color(cg, QPalette::Text));
|
painter->setPen(opt.palette.color(cg, QPalette::Text));
|
||||||
|
|
||||||
|
if (opt.state & QStyle::State_Selected || opt.state & QStyle::State_MouseOver) {
|
||||||
|
if (const QWidget* widget = opt.widget) { // let the style engine do it
|
||||||
|
QStyle* style = widget->style() ? widget->style() : qApp->style();
|
||||||
|
QStyleOptionViewItemV4 o(opt);
|
||||||
|
o.text = QString();
|
||||||
|
o.rect = selRect.toAlignedRect().intersected(opt.rect); // due to clipping and rounding, we might lose 1px
|
||||||
|
o.showDecorationSelected = true;
|
||||||
|
style->drawPrimitive(QStyle::PE_PanelItemViewItem, &o, painter, widget);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// draw text
|
// draw text
|
||||||
for(int i = 0; i < visibleLines; ++i) {
|
for(int i = 0; i < visibleLines; ++i) {
|
||||||
QTextLine line = layout.lineAt(i);
|
QTextLine line = layout.lineAt(i);
|
||||||
|
@ -25,6 +25,10 @@
|
|||||||
#include "folderview.h"
|
#include "folderview.h"
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
#include <cstring> // for memset
|
#include <cstring> // for memset
|
||||||
|
#ifdef CUSTOM_ACTIONS
|
||||||
|
#include "customaction_p.h"
|
||||||
|
#include <QMessageBox>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace Fm {
|
namespace Fm {
|
||||||
|
|
||||||
@ -68,6 +72,29 @@ FolderMenu::FolderMenu(FolderView* view, QWidget* parent):
|
|||||||
showHiddenAction_->setChecked(model->showHidden());
|
showHiddenAction_->setChecked(model->showHidden());
|
||||||
connect(showHiddenAction_, &QAction::triggered, this, &FolderMenu::onShowHiddenActionTriggered);
|
connect(showHiddenAction_, &QAction::triggered, this, &FolderMenu::onShowHiddenActionTriggered);
|
||||||
|
|
||||||
|
#ifdef CUSTOM_ACTIONS
|
||||||
|
FmFileInfo* folderInfo = view_->folderInfo();
|
||||||
|
if(folderInfo) {
|
||||||
|
GList *single_list = NULL;
|
||||||
|
single_list = g_list_prepend(single_list, (GList*)folderInfo);
|
||||||
|
GList* items = fm_get_actions_for_files(single_list);
|
||||||
|
if(items) {
|
||||||
|
GList* l;
|
||||||
|
for(l=items; l; l=l->next) {
|
||||||
|
FmFileActionItem* item = FM_FILE_ACTION_ITEM(l->data);
|
||||||
|
if(l == items && item
|
||||||
|
&& !(fm_file_action_item_is_action(item)
|
||||||
|
&& !(fm_file_action_item_get_target(item) & FM_FILE_ACTION_TARGET_CONTEXT))) {
|
||||||
|
addSeparator(); // before all custom actions
|
||||||
|
}
|
||||||
|
addCustomActionItem(this, item);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
g_list_foreach(items, (GFunc)fm_file_action_item_unref, NULL);
|
||||||
|
g_list_free(items);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
separator4_ = addSeparator();
|
separator4_ = addSeparator();
|
||||||
|
|
||||||
propertiesAction_ = new QAction(tr("Folder Pr&operties"), this);
|
propertiesAction_ = new QAction(tr("Folder Pr&operties"), this);
|
||||||
@ -78,6 +105,46 @@ FolderMenu::FolderMenu(FolderView* view, QWidget* parent):
|
|||||||
FolderMenu::~FolderMenu() {
|
FolderMenu::~FolderMenu() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef CUSTOM_ACTIONS
|
||||||
|
void FolderMenu::addCustomActionItem(QMenu* menu, FmFileActionItem* item) {
|
||||||
|
if(!item) return;
|
||||||
|
if(fm_file_action_item_is_action(item) && !(fm_file_action_item_get_target(item) & FM_FILE_ACTION_TARGET_CONTEXT))
|
||||||
|
return;
|
||||||
|
|
||||||
|
CustomAction* action = new CustomAction(item, menu);
|
||||||
|
menu->addAction(action);
|
||||||
|
if(fm_file_action_item_is_menu(item)) {
|
||||||
|
GList* subitems = fm_file_action_item_get_sub_items(item);
|
||||||
|
for(GList* l = subitems; l; l = l->next) {
|
||||||
|
FmFileActionItem* subitem = FM_FILE_ACTION_ITEM(l->data);
|
||||||
|
QMenu* submenu = new QMenu(menu);
|
||||||
|
addCustomActionItem(submenu, subitem);
|
||||||
|
action->setMenu(submenu);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else if(fm_file_action_item_is_action(item)) {
|
||||||
|
connect(action, &QAction::triggered, this, &FolderMenu::onCustomActionTrigerred);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void FolderMenu::onCustomActionTrigerred() {
|
||||||
|
CustomAction* action = static_cast<CustomAction*>(sender());
|
||||||
|
FmFileActionItem* item = action->item();
|
||||||
|
|
||||||
|
FmFileInfo* folderInfo = view_->folderInfo();
|
||||||
|
if(folderInfo) {
|
||||||
|
GList *single_list = NULL;
|
||||||
|
single_list = g_list_prepend(single_list, (GList*)folderInfo);
|
||||||
|
char* output = NULL;
|
||||||
|
fm_file_action_item_launch(item, NULL, single_list, &output);
|
||||||
|
if(output) {
|
||||||
|
QMessageBox::information(this, tr("Output"), QString::fromUtf8(output));
|
||||||
|
g_free(output);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void FolderMenu::addSortMenuItem(QString title, int id) {
|
void FolderMenu::addSortMenuItem(QString title, int id) {
|
||||||
QAction* action = new QAction(title, this);
|
QAction* action = new QAction(title, this);
|
||||||
sortMenu_->addAction(action);
|
sortMenu_->addAction(action);
|
||||||
|
@ -25,6 +25,9 @@
|
|||||||
#include <QMenu>
|
#include <QMenu>
|
||||||
#include <libfm/fm.h>
|
#include <libfm/fm.h>
|
||||||
#include "foldermodel.h"
|
#include "foldermodel.h"
|
||||||
|
#ifdef CUSTOM_ACTIONS
|
||||||
|
#include <libfm/fm-actions.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
class QAction;
|
class QAction;
|
||||||
|
|
||||||
@ -87,6 +90,11 @@ public:
|
|||||||
return view_;
|
return view_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected:
|
||||||
|
#ifdef CUSTOM_ACTIONS
|
||||||
|
void addCustomActionItem(QMenu* menu, FmFileActionItem* item);
|
||||||
|
#endif
|
||||||
|
|
||||||
protected Q_SLOTS:
|
protected Q_SLOTS:
|
||||||
void onPasteActionTriggered();
|
void onPasteActionTriggered();
|
||||||
void onSelectAllActionTriggered();
|
void onSelectAllActionTriggered();
|
||||||
@ -97,6 +105,9 @@ protected Q_SLOTS:
|
|||||||
void onCaseSensitiveActionTriggered(bool checked);
|
void onCaseSensitiveActionTriggered(bool checked);
|
||||||
void onFolderFirstActionTriggered(bool checked);
|
void onFolderFirstActionTriggered(bool checked);
|
||||||
void onPropertiesActionTriggered();
|
void onPropertiesActionTriggered();
|
||||||
|
#ifdef CUSTOM_ACTIONS
|
||||||
|
void onCustomActionTrigerred();
|
||||||
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void createSortMenu();
|
void createSortMenu();
|
||||||
|
@ -346,6 +346,11 @@ QStringList FolderModel::mimeTypes() const {
|
|||||||
qDebug("FolderModel::mimeTypes");
|
qDebug("FolderModel::mimeTypes");
|
||||||
QStringList types = QAbstractItemModel::mimeTypes();
|
QStringList types = QAbstractItemModel::mimeTypes();
|
||||||
// now types contains "application/x-qabstractitemmodeldatalist"
|
// now types contains "application/x-qabstractitemmodeldatalist"
|
||||||
|
|
||||||
|
// add support for freedesktop Xdnd direct save (XDS) protocol.
|
||||||
|
// http://www.freedesktop.org/wiki/Specifications/XDS/#index4h2
|
||||||
|
// the real implementation is in FolderView::childDropEvent().
|
||||||
|
types << "XdndDirectSave0";
|
||||||
types << "text/uri-list";
|
types << "text/uri-list";
|
||||||
// types << "x-special/gnome-copied-files";
|
// types << "x-special/gnome-copied-files";
|
||||||
return types;
|
return types;
|
||||||
|
@ -37,6 +37,10 @@
|
|||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
#include <QScrollBar>
|
#include <QScrollBar>
|
||||||
#include <QMetaType>
|
#include <QMetaType>
|
||||||
|
#include <QX11Info> // for XDS support
|
||||||
|
#include <xcb/xcb.h> // for XDS support
|
||||||
|
#include "xdndworkaround.h" // for XDS support
|
||||||
|
#include "path.h"
|
||||||
#include "folderview_p.h"
|
#include "folderview_p.h"
|
||||||
|
|
||||||
Q_DECLARE_OPAQUE_POINTER(FmFileInfo*)
|
Q_DECLARE_OPAQUE_POINTER(FmFileInfo*)
|
||||||
@ -389,7 +393,8 @@ FolderView::FolderView(ViewMode _mode, QWidget* parent):
|
|||||||
autoSelectionTimer_(nullptr),
|
autoSelectionTimer_(nullptr),
|
||||||
selChangedTimer_(nullptr),
|
selChangedTimer_(nullptr),
|
||||||
fileLauncher_(nullptr),
|
fileLauncher_(nullptr),
|
||||||
model_(nullptr) {
|
model_(nullptr),
|
||||||
|
itemDelegateMargins_(QSize(3, 3)) {
|
||||||
|
|
||||||
iconSize_[IconMode - FirstViewMode] = QSize(48, 48);
|
iconSize_[IconMode - FirstViewMode] = QSize(48, 48);
|
||||||
iconSize_[CompactMode - FirstViewMode] = QSize(24, 24);
|
iconSize_[CompactMode - FirstViewMode] = QSize(24, 24);
|
||||||
@ -468,6 +473,7 @@ void FolderView::setViewMode(ViewMode _mode) {
|
|||||||
if(mode == DetailedListMode) {
|
if(mode == DetailedListMode) {
|
||||||
FolderViewTreeView* treeView = new FolderViewTreeView(this);
|
FolderViewTreeView* treeView = new FolderViewTreeView(this);
|
||||||
connect(treeView, &FolderViewTreeView::activatedFiltered, this, &FolderView::onItemActivated);
|
connect(treeView, &FolderViewTreeView::activatedFiltered, this, &FolderView::onItemActivated);
|
||||||
|
setFocusProxy(treeView);
|
||||||
|
|
||||||
view = treeView;
|
view = treeView;
|
||||||
treeView->setItemsExpandable(false);
|
treeView->setItemsExpandable(false);
|
||||||
@ -487,6 +493,8 @@ void FolderView::setViewMode(ViewMode _mode) {
|
|||||||
connect(listView, &FolderViewListView::activatedFiltered, this, &FolderView::onItemActivated);
|
connect(listView, &FolderViewListView::activatedFiltered, this, &FolderView::onItemActivated);
|
||||||
view = listView;
|
view = listView;
|
||||||
}
|
}
|
||||||
|
setFocusProxy(listView);
|
||||||
|
|
||||||
// set our own custom delegate
|
// set our own custom delegate
|
||||||
FolderItemDelegate* delegate = new FolderItemDelegate(listView);
|
FolderItemDelegate* delegate = new FolderItemDelegate(listView);
|
||||||
listView->setItemDelegateForColumn(FolderModel::ColumnFileName, delegate);
|
listView->setItemDelegateForColumn(FolderModel::ColumnFileName, delegate);
|
||||||
@ -577,7 +585,7 @@ void FolderView::updateGridSize() {
|
|||||||
; // do not use grid size
|
; // do not use grid size
|
||||||
}
|
}
|
||||||
if(mode == IconMode || mode == ThumbnailMode)
|
if(mode == IconMode || mode == ThumbnailMode)
|
||||||
listView->setGridSize(grid + QSize(6, 6)); // a margin of 6 px for every cell
|
listView->setGridSize(grid + 2 * itemDelegateMargins_); // the default spacing is 6(=2x3) px
|
||||||
else
|
else
|
||||||
listView->setGridSize(grid);
|
listView->setGridSize(grid);
|
||||||
FolderItemDelegate* delegate = static_cast<FolderItemDelegate*>(listView->itemDelegateForColumn(FolderModel::ColumnFileName));
|
FolderItemDelegate* delegate = static_cast<FolderItemDelegate*>(listView->itemDelegateForColumn(FolderModel::ColumnFileName));
|
||||||
@ -600,6 +608,13 @@ QSize FolderView::iconSize(ViewMode mode) const {
|
|||||||
return iconSize_[mode - FirstViewMode];
|
return iconSize_[mode - FirstViewMode];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void FolderView::setMargins(QSize size) {
|
||||||
|
if (itemDelegateMargins_ != size.expandedTo(QSize(0, 0))) {
|
||||||
|
itemDelegateMargins_ = size.expandedTo(QSize(0, 0));
|
||||||
|
updateGridSize();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
FolderView::ViewMode FolderView::viewMode() const {
|
FolderView::ViewMode FolderView::viewMode() const {
|
||||||
return mode;
|
return mode;
|
||||||
}
|
}
|
||||||
@ -800,7 +815,41 @@ void FolderView::childDragMoveEvent(QDragMoveEvent* e) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void FolderView::childDropEvent(QDropEvent* e) {
|
void FolderView::childDropEvent(QDropEvent* e) {
|
||||||
qDebug("drop");
|
// qDebug("drop");
|
||||||
|
// Try to support XDS
|
||||||
|
// NOTE: in theory, it's not possible to implement XDS with pure Qt.
|
||||||
|
// We achieved this with some dirty XCB/XDND workarounds.
|
||||||
|
// Please refer to XdndWorkaround::clientMessage() in xdndworkaround.cpp for details.
|
||||||
|
if(QX11Info::isPlatformX11() && e->mimeData()->hasFormat("XdndDirectSave0")) {
|
||||||
|
e->setDropAction(Qt::CopyAction);
|
||||||
|
const QWidget* targetWidget = childView()->viewport();
|
||||||
|
// these are dynamic QObject property set by our XDND workarounds in xworkaround.cpp.
|
||||||
|
xcb_window_t dndSource = xcb_window_t(targetWidget->property("xdnd::lastDragSource").toUInt());
|
||||||
|
xcb_timestamp_t dropTimestamp = (xcb_timestamp_t)targetWidget->property("xdnd::lastDropTime").toUInt();
|
||||||
|
// qDebug() << "XDS: source window" << dndSource << dropTimestamp;
|
||||||
|
if(dndSource != 0) {
|
||||||
|
xcb_connection_t* conn = QX11Info::connection();
|
||||||
|
xcb_atom_t XdndDirectSaveAtom = XdndWorkaround::internAtom("XdndDirectSave0", 15);
|
||||||
|
xcb_atom_t textAtom = XdndWorkaround::internAtom("text/plain", 10);
|
||||||
|
|
||||||
|
// 1. get the filename from XdndDirectSave property of the source window
|
||||||
|
QByteArray basename = XdndWorkaround::windowProperty(dndSource, XdndDirectSaveAtom, textAtom, 1024);
|
||||||
|
|
||||||
|
// 2. construct the fill URI for the file, and update the source window property.
|
||||||
|
Path filePath = Path(path()).child(basename);
|
||||||
|
QByteArray fileUri = filePath.toUri();
|
||||||
|
XdndWorkaround::setWindowProperty(dndSource, XdndDirectSaveAtom, textAtom, (void*)fileUri.constData(), fileUri.length());
|
||||||
|
|
||||||
|
// 3. send to XDS selection data request with type "XdndDirectSave" to the source window and
|
||||||
|
// receive result from the source window. (S: success, E: error, or F: failure)
|
||||||
|
QByteArray result = e->mimeData()->data("XdndDirectSave0");
|
||||||
|
// NOTE: there seems to be some bugs in file-roller so it always replies with "E" even if the
|
||||||
|
// file extraction is finished successfully. Anyways, we ignore any error at the moment.
|
||||||
|
}
|
||||||
|
e->accept(); // yeah! we've done with XDS so stop Qt from further event propagation.
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if(e->keyboardModifiers() == Qt::NoModifier) {
|
if(e->keyboardModifiers() == Qt::NoModifier) {
|
||||||
// if no key modifiers are used, popup a menu
|
// if no key modifiers are used, popup a menu
|
||||||
// to ask the user for the action he/she wants to perform.
|
// to ask the user for the action he/she wants to perform.
|
||||||
|
@ -133,7 +133,15 @@ protected:
|
|||||||
|
|
||||||
virtual bool eventFilter(QObject* watched, QEvent* event);
|
virtual bool eventFilter(QObject* watched, QEvent* event);
|
||||||
|
|
||||||
void updateGridSize(); // called when view mode, icon size, or font size is changed
|
void updateGridSize(); // called when view mode, icon size, font size or cell margin is changed
|
||||||
|
|
||||||
|
QSize getMargins() const {
|
||||||
|
return itemDelegateMargins_;
|
||||||
|
}
|
||||||
|
|
||||||
|
// sets the cell margins in the icon and thumbnail modes
|
||||||
|
// and calls updateGridSize() when needed
|
||||||
|
void setMargins(QSize size);
|
||||||
|
|
||||||
public Q_SLOTS:
|
public Q_SLOTS:
|
||||||
void onItemActivated(QModelIndex index);
|
void onItemActivated(QModelIndex index);
|
||||||
@ -162,6 +170,8 @@ private:
|
|||||||
QTimer* autoSelectionTimer_;
|
QTimer* autoSelectionTimer_;
|
||||||
QModelIndex lastAutoSelectionIndex_;
|
QModelIndex lastAutoSelectionIndex_;
|
||||||
QTimer* selChangedTimer_;
|
QTimer* selChangedTimer_;
|
||||||
|
// the cell margins in the icon and thumbnail modes
|
||||||
|
QSize itemDelegateMargins_;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#include <QLocale>
|
#include <QLocale>
|
||||||
#include "icontheme.h"
|
#include "icontheme.h"
|
||||||
#include "thumbnailloader.h"
|
#include "thumbnailloader.h"
|
||||||
|
#include "xdndworkaround.h"
|
||||||
|
|
||||||
namespace Fm {
|
namespace Fm {
|
||||||
|
|
||||||
@ -32,6 +33,7 @@ struct LibFmQtData {
|
|||||||
IconTheme* iconTheme;
|
IconTheme* iconTheme;
|
||||||
ThumbnailLoader* thumbnailLoader;
|
ThumbnailLoader* thumbnailLoader;
|
||||||
QTranslator translator;
|
QTranslator translator;
|
||||||
|
XdndWorkaround workaround;
|
||||||
int refCount;
|
int refCount;
|
||||||
Q_DISABLE_COPY(LibFmQtData)
|
Q_DISABLE_COPY(LibFmQtData)
|
||||||
};
|
};
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#include <QStringBuilder>
|
#include <QStringBuilder>
|
||||||
#include <QThread>
|
#include <QThread>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
#include <QKeyEvent>
|
||||||
#include <libfm/fm.h>
|
#include <libfm/fm.h>
|
||||||
|
|
||||||
namespace Fm {
|
namespace Fm {
|
||||||
@ -98,6 +99,22 @@ void PathEdit::focusOutEvent(QFocusEvent* e) {
|
|||||||
freeCompleter();
|
freeCompleter();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool PathEdit::event(QEvent* e) {
|
||||||
|
// Stop Qt from moving the keyboard focus to the next widget when "Tab" is pressed.
|
||||||
|
// Instead, we need to do auto-completion in this case.
|
||||||
|
if(e->type() == QEvent::KeyPress) {
|
||||||
|
QKeyEvent* keyEvent = static_cast<QKeyEvent*>(e);
|
||||||
|
if(keyEvent->key() == Qt::Key_Tab && keyEvent->modifiers() == Qt::NoModifier) { // Tab key is pressed
|
||||||
|
e->accept();
|
||||||
|
// do auto-completion when the user press the Tab key.
|
||||||
|
// This fixes #201: https://github.com/lxde/pcmanfm-qt/issues/201
|
||||||
|
autoComplete();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return QLineEdit::event(e);
|
||||||
|
}
|
||||||
|
|
||||||
void PathEdit::onTextChanged(const QString& text) {
|
void PathEdit::onTextChanged(const QString& text) {
|
||||||
int pos = text.lastIndexOf('/');
|
int pos = text.lastIndexOf('/');
|
||||||
if(pos >= 0)
|
if(pos >= 0)
|
||||||
@ -115,6 +132,26 @@ void PathEdit::onTextChanged(const QString& text) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void PathEdit::autoComplete() {
|
||||||
|
// find longest common prefix of the strings currently shown in the candidate list
|
||||||
|
QAbstractItemModel* model = completer_->completionModel();
|
||||||
|
if(model->rowCount() > 0) {
|
||||||
|
int minLen = text().length();
|
||||||
|
QString commonPrefix = model->data(model->index(0, 0)).toString();
|
||||||
|
for(int row = 1; row < model->rowCount() && commonPrefix.length() > minLen; ++row) {
|
||||||
|
QModelIndex index = model->index(row, 0);
|
||||||
|
QString rowText = model->data(index).toString();
|
||||||
|
int prefixLen = 0;
|
||||||
|
while(prefixLen < rowText.length() && prefixLen < commonPrefix.length() && rowText[prefixLen] == commonPrefix[prefixLen]) {
|
||||||
|
++prefixLen;
|
||||||
|
}
|
||||||
|
commonPrefix.truncate(prefixLen);
|
||||||
|
}
|
||||||
|
if(commonPrefix.length() > minLen) {
|
||||||
|
setText(commonPrefix);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void PathEdit::reloadCompleter(bool triggeredByFocusInEvent) {
|
void PathEdit::reloadCompleter(bool triggeredByFocusInEvent) {
|
||||||
// parent dir has been changed, reload dir list
|
// parent dir has been changed, reload dir list
|
||||||
|
@ -41,11 +41,13 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
virtual void focusInEvent(QFocusEvent* e);
|
virtual void focusInEvent(QFocusEvent* e);
|
||||||
virtual void focusOutEvent(QFocusEvent* e);
|
virtual void focusOutEvent(QFocusEvent* e);
|
||||||
|
virtual bool event(QEvent* e);
|
||||||
|
|
||||||
private Q_SLOTS:
|
private Q_SLOTS:
|
||||||
void onTextChanged(const QString & text);
|
void onTextChanged(const QString & text);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
void autoComplete();
|
||||||
void reloadCompleter(bool triggeredByFocusInEvent = false);
|
void reloadCompleter(bool triggeredByFocusInEvent = false);
|
||||||
void freeCompleter();
|
void freeCompleter();
|
||||||
void onJobFinished();
|
void onJobFinished();
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
#include "thumbnailloader.h"
|
#include "thumbnailloader.h"
|
||||||
#include <new>
|
#include <new>
|
||||||
#include <QByteArray>
|
#include <QByteArray>
|
||||||
|
#include <QScopedArrayPointer>
|
||||||
|
|
||||||
namespace Fm {
|
namespace Fm {
|
||||||
|
|
||||||
@ -114,8 +115,8 @@ GObject* ThumbnailLoader::readImageFromFile(const char* filename) {
|
|||||||
GObject* ThumbnailLoader::readImageFromStream(GInputStream* stream, guint64 len, GCancellable* cancellable) {
|
GObject* ThumbnailLoader::readImageFromStream(GInputStream* stream, guint64 len, GCancellable* cancellable) {
|
||||||
// qDebug("readImageFromStream: %p, %llu", stream, len);
|
// qDebug("readImageFromStream: %p, %llu", stream, len);
|
||||||
// FIXME: should we set a limit here? Otherwise if len is too large, we can run out of memory.
|
// FIXME: should we set a limit here? Otherwise if len is too large, we can run out of memory.
|
||||||
unsigned char* buffer = new unsigned char[len]; // allocate enough buffer
|
QScopedArrayPointer<unsigned char> buffer(new unsigned char[len]); // allocate enough buffer
|
||||||
unsigned char* pbuffer = buffer;
|
unsigned char* pbuffer = buffer.data();
|
||||||
int totalReadSize = 0;
|
int totalReadSize = 0;
|
||||||
while(!g_cancellable_is_cancelled(cancellable) && totalReadSize < len) {
|
while(!g_cancellable_is_cancelled(cancellable) && totalReadSize < len) {
|
||||||
int bytesToRead = totalReadSize + 4096 > len ? len - totalReadSize : 4096;
|
int bytesToRead = totalReadSize + 4096 > len ? len - totalReadSize : 4096;
|
||||||
@ -128,8 +129,7 @@ GObject* ThumbnailLoader::readImageFromStream(GInputStream* stream, guint64 len,
|
|||||||
pbuffer += readSize;
|
pbuffer += readSize;
|
||||||
}
|
}
|
||||||
QImage image;
|
QImage image;
|
||||||
image.loadFromData(buffer, totalReadSize);
|
image.loadFromData(buffer.data(), totalReadSize);
|
||||||
delete []buffer;
|
|
||||||
return image.isNull() ? NULL : fm_qimage_wrapper_new(image);
|
return image.isNull() ? NULL : fm_qimage_wrapper_new(image);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../app-chooser-dialog.ui" line="109"/>
|
<location filename="../app-chooser-dialog.ui" line="109"/>
|
||||||
<source>Set selected application as default action of this file type</source>
|
<source>Set selected application as default action of this file type</source>
|
||||||
<translation>Použít aplikaci jako výchozí pro tento typ souboru</translation>
|
<translation>Použít aplikaci jako výchozí pro soubory tohoto typu</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -271,17 +271,17 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../file-props.ui" line="603"/>
|
<location filename="../file-props.ui" line="603"/>
|
||||||
<source>Sticky</source>
|
<source>Sticky</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../file-props.ui" line="610"/>
|
<location filename="../file-props.ui" line="610"/>
|
||||||
<source>SetUID</source>
|
<source>SetUID</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../file-props.ui" line="617"/>
|
<location filename="../file-props.ui" line="617"/>
|
||||||
<source>SetGID</source>
|
<source>SetGID</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../file-props.ui" line="653"/>
|
<location filename="../file-props.ui" line="653"/>
|
||||||
@ -294,7 +294,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../appchoosercombobox.cpp" line="79"/>
|
<location filename="../appchoosercombobox.cpp" line="79"/>
|
||||||
<source>Customize</source>
|
<source>Customize</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Vlastní</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -302,7 +302,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../appchooserdialog.cpp" line="262"/>
|
<location filename="../appchooserdialog.cpp" line="262"/>
|
||||||
<source>Select an application to open "%1" files</source>
|
<source>Select an application to open "%1" files</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Vyber program, ve kterém se budou otvírat soubory “%1“</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -310,12 +310,12 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../createnewmenu.cpp" line="29"/>
|
<location filename="../createnewmenu.cpp" line="29"/>
|
||||||
<source>Folder</source>
|
<source>Folder</source>
|
||||||
<translation type="unfinished">Adresář</translation>
|
<translation>Adresář</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../createnewmenu.cpp" line="33"/>
|
<location filename="../createnewmenu.cpp" line="33"/>
|
||||||
<source>Blank File</source>
|
<source>Blank File</source>
|
||||||
<translation type="unfinished">Prázdný soubor</translation>
|
<translation>Prázdný soubor</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -336,17 +336,17 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../dirtreeview.cpp" line="208"/>
|
<location filename="../dirtreeview.cpp" line="208"/>
|
||||||
<source>Open in New T&ab</source>
|
<source>Open in New T&ab</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Otevřít v novém &panelu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../dirtreeview.cpp" line="212"/>
|
<location filename="../dirtreeview.cpp" line="212"/>
|
||||||
<source>Open in New Win&dow</source>
|
<source>Open in New Win&dow</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Otevřít v novém &okně</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../dirtreeview.cpp" line="217"/>
|
<location filename="../dirtreeview.cpp" line="217"/>
|
||||||
<source>Open in Termina&l</source>
|
<source>Open in Termina&l</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Otevřít v &terminálu</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -592,32 +592,32 @@ Chceš je odstranit trvale?</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../filepropsdialog.cpp" line="145"/>
|
<location filename="../filepropsdialog.cpp" line="145"/>
|
||||||
<source>View folder content</source>
|
<source>View folder content</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Zobrazit obsah složky</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filepropsdialog.cpp" line="146"/>
|
<location filename="../filepropsdialog.cpp" line="146"/>
|
||||||
<source>View and modify folder content</source>
|
<source>View and modify folder content</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Zobrazit a měnit obsah složky</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filepropsdialog.cpp" line="150"/>
|
<location filename="../filepropsdialog.cpp" line="150"/>
|
||||||
<source>Read</source>
|
<source>Read</source>
|
||||||
<translation type="unfinished">Čtení</translation>
|
<translation>Čtení</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filepropsdialog.cpp" line="151"/>
|
<location filename="../filepropsdialog.cpp" line="151"/>
|
||||||
<source>Read and write</source>
|
<source>Read and write</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Čtení a zápis</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filepropsdialog.cpp" line="153"/>
|
<location filename="../filepropsdialog.cpp" line="153"/>
|
||||||
<source>Forbidden</source>
|
<source>Forbidden</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Zakázáno</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filepropsdialog.cpp" line="257"/>
|
<location filename="../filepropsdialog.cpp" line="257"/>
|
||||||
<source>Files of different types</source>
|
<source>Files of different types</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Soubory různých typů</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filepropsdialog.cpp" line="287"/>
|
<location filename="../filepropsdialog.cpp" line="287"/>
|
||||||
@ -627,7 +627,7 @@ Chceš je odstranit trvale?</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../filepropsdialog.cpp" line="415"/>
|
<location filename="../filepropsdialog.cpp" line="415"/>
|
||||||
<source>Apply changes</source>
|
<source>Apply changes</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Použít změny</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filepropsdialog.cpp" line="416"/>
|
<location filename="../filepropsdialog.cpp" line="416"/>
|
||||||
@ -640,17 +640,17 @@ Chceš je odstranit trvale?</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../filesearchdialog.cpp" line="120"/>
|
<location filename="../filesearchdialog.cpp" line="120"/>
|
||||||
<source>Error</source>
|
<source>Error</source>
|
||||||
<translation type="unfinished">Chyba</translation>
|
<translation>Chyba</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearchdialog.cpp" line="120"/>
|
<location filename="../filesearchdialog.cpp" line="120"/>
|
||||||
<source>You should add at least add one directory to search.</source>
|
<source>You should add at least add one directory to search.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Přidej aspoň jeden adresář k prohledání.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearchdialog.cpp" line="127"/>
|
<location filename="../filesearchdialog.cpp" line="127"/>
|
||||||
<source>Select a folder</source>
|
<source>Select a folder</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Vybrat adresář</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -790,7 +790,7 @@ Chceš je odstranit trvale?</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../mountoperationpassworddialog.cpp" line="40"/>
|
<location filename="../mountoperationpassworddialog.cpp" line="40"/>
|
||||||
<source>&Connect</source>
|
<source>&Connect</source>
|
||||||
<translation type="unfinished">&Připojit</translation>
|
<translation>&Připojit</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -859,27 +859,27 @@ Chceš je odstranit trvale?</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../placesview.cpp" line="349"/>
|
<location filename="../placesview.cpp" line="349"/>
|
||||||
<source>Open in New Window</source>
|
<source>Open in New Window</source>
|
||||||
<translation type="unfinished">Otevřít v novém okně</translation>
|
<translation>Otevřít v novém okně</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../placesview.cpp" line="367"/>
|
<location filename="../placesview.cpp" line="367"/>
|
||||||
<source>Move Bookmark Up</source>
|
<source>Move Bookmark Up</source>
|
||||||
<translation type="unfinished">Přesunout záložku nahoru</translation>
|
<translation>Přesunout záložku nahoru</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../placesview.cpp" line="372"/>
|
<location filename="../placesview.cpp" line="372"/>
|
||||||
<source>Move Bookmark Down</source>
|
<source>Move Bookmark Down</source>
|
||||||
<translation type="unfinished">Přesunout záložku dolů</translation>
|
<translation>Přesunout záložku dolů</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../placesview.cpp" line="376"/>
|
<location filename="../placesview.cpp" line="376"/>
|
||||||
<source>Rename Bookmark</source>
|
<source>Rename Bookmark</source>
|
||||||
<translation type="unfinished">Přejmenovat záložku</translation>
|
<translation>Přejmenovat záložku</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../placesview.cpp" line="379"/>
|
<location filename="../placesview.cpp" line="379"/>
|
||||||
<source>Remove Bookmark</source>
|
<source>Remove Bookmark</source>
|
||||||
<translation type="unfinished">Odstranit záložku</translation>
|
<translation>Odstranit záložku</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../placesview.cpp" line="388"/>
|
<location filename="../placesview.cpp" line="388"/>
|
||||||
@ -906,29 +906,33 @@ Chceš je odstranit trvale?</translation>
|
|||||||
<source>Type: %1
|
<source>Type: %1
|
||||||
Size: %2
|
Size: %2
|
||||||
Modified: %3</source>
|
Modified: %3</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Typ: %1
|
||||||
|
Velikost: %2
|
||||||
|
Změněno: %3</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../renamedialog.cpp" line="56"/>
|
<location filename="../renamedialog.cpp" line="56"/>
|
||||||
<source>Type: %1
|
<source>Type: %1
|
||||||
Modified: %2</source>
|
Modified: %2</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Typ: %1
|
||||||
|
Změněno: %2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../renamedialog.cpp" line="75"/>
|
<location filename="../renamedialog.cpp" line="75"/>
|
||||||
<source>Type: %1
|
<source>Type: %1
|
||||||
Modified: %3</source>
|
Modified: %3</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Typ: %1
|
||||||
|
Změněno: %3</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../renamedialog.cpp" line="89"/>
|
<location filename="../renamedialog.cpp" line="89"/>
|
||||||
<source>&Overwrite</source>
|
<source>&Overwrite</source>
|
||||||
<translation type="unfinished">&Přepsat</translation>
|
<translation>&Přepsat</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../renamedialog.cpp" line="91"/>
|
<location filename="../renamedialog.cpp" line="91"/>
|
||||||
<source>&Rename</source>
|
<source>&Rename</source>
|
||||||
<translation type="unfinished">Pře&jmenovat</translation>
|
<translation>Pře&jmenovat</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -948,12 +952,12 @@ Modified: %3</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../sidepane.cpp" line="137"/>
|
<location filename="../sidepane.cpp" line="137"/>
|
||||||
<source>Shows list of common places, devices, and bookmarks in sidebar</source>
|
<source>Shows list of common places, devices, and bookmarks in sidebar</source>
|
||||||
<translation type="unfinished">Zobrazit seznam obvyklých míst, zařízení a záložek v postranní liště</translation>
|
<translation>Zobrazit seznam obvyklých míst, zařízení a záložek v postranní liště</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../sidepane.cpp" line="139"/>
|
<location filename="../sidepane.cpp" line="139"/>
|
||||||
<source>Shows tree of directories in sidebar</source>
|
<source>Shows tree of directories in sidebar</source>
|
||||||
<translation type="unfinished">Zobrazit strom adresářů v postranní liště</translation>
|
<translation>Zobrazit strom adresářů v postranní liště</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -971,37 +975,37 @@ Modified: %3</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../mount-operation-password.ui" line="58"/>
|
<location filename="../mount-operation-password.ui" line="58"/>
|
||||||
<source>Connect as u&ser:</source>
|
<source>Connect as u&ser:</source>
|
||||||
<translation type="unfinished">Připojit jako &uživatel:</translation>
|
<translation>Připojit jako &uživatel:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mount-operation-password.ui" line="79"/>
|
<location filename="../mount-operation-password.ui" line="79"/>
|
||||||
<source>&Username:</source>
|
<source>&Username:</source>
|
||||||
<translation type="unfinished">Uživatelské &jméno:</translation>
|
<translation>&Jméno:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mount-operation-password.ui" line="102"/>
|
<location filename="../mount-operation-password.ui" line="102"/>
|
||||||
<source>&Password:</source>
|
<source>&Password:</source>
|
||||||
<translation type="unfinished">&Heslo:</translation>
|
<translation>&Heslo:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mount-operation-password.ui" line="112"/>
|
<location filename="../mount-operation-password.ui" line="112"/>
|
||||||
<source>&Domain:</source>
|
<source>&Domain:</source>
|
||||||
<translation type="unfinished">&Doména:</translation>
|
<translation>&Doména:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mount-operation-password.ui" line="127"/>
|
<location filename="../mount-operation-password.ui" line="127"/>
|
||||||
<source>Forget password &immediately</source>
|
<source>Forget password &immediately</source>
|
||||||
<translation type="unfinished">&Zapomenout heslo</translation>
|
<translation>&Zapomenout heslo</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mount-operation-password.ui" line="137"/>
|
<location filename="../mount-operation-password.ui" line="137"/>
|
||||||
<source>Remember password until you &logout</source>
|
<source>Remember password until you &logout</source>
|
||||||
<translation type="unfinished">Pamatovat si heslo do &odhlášení</translation>
|
<translation>Pamatovat si heslo do &odhlášení</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mount-operation-password.ui" line="147"/>
|
<location filename="../mount-operation-password.ui" line="147"/>
|
||||||
<source>Remember &forever</source>
|
<source>Remember &forever</source>
|
||||||
<translation type="unfinished">Pamatovat si heslo &trvale</translation>
|
<translation>Pamatovat si heslo &trvale</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -1113,176 +1117,176 @@ Modified: %3</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="14"/>
|
<location filename="../filesearch.ui" line="14"/>
|
||||||
<source>Search Files</source>
|
<source>Search Files</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Hledat soubory</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="29"/>
|
<location filename="../filesearch.ui" line="29"/>
|
||||||
<source>Name/Location</source>
|
<source>Name/Location</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Jméno/umístění</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="35"/>
|
<location filename="../filesearch.ui" line="35"/>
|
||||||
<source>File Name Patterns:</source>
|
<source>File Name Patterns:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Jméno souboru obsahuje:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="41"/>
|
<location filename="../filesearch.ui" line="41"/>
|
||||||
<source>*</source>
|
<source>*</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="48"/>
|
<location filename="../filesearch.ui" line="48"/>
|
||||||
<source>Case insensitive</source>
|
<source>Case insensitive</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Nezohledňovat velikost písmen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="55"/>
|
<location filename="../filesearch.ui" line="55"/>
|
||||||
<source>Use regular expression</source>
|
<source>Use regular expression</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Použít regulární výrazy</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="65"/>
|
<location filename="../filesearch.ui" line="65"/>
|
||||||
<source>Places to Search:</source>
|
<source>Places to Search:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Místa k prohledání:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="78"/>
|
<location filename="../filesearch.ui" line="78"/>
|
||||||
<source>&Add</source>
|
<source>&Add</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>&Přidat</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="90"/>
|
<location filename="../filesearch.ui" line="90"/>
|
||||||
<source>&Remove</source>
|
<source>&Remove</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>&Odstranit</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="119"/>
|
<location filename="../filesearch.ui" line="119"/>
|
||||||
<source>Search in sub directories</source>
|
<source>Search in sub directories</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Hledat v podadresářích</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="126"/>
|
<location filename="../filesearch.ui" line="126"/>
|
||||||
<source>Search for hidden files</source>
|
<source>Search for hidden files</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Hledat skryté soubory</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="137"/>
|
<location filename="../filesearch.ui" line="137"/>
|
||||||
<source>File Type</source>
|
<source>File Type</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Typ souboru</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="143"/>
|
<location filename="../filesearch.ui" line="143"/>
|
||||||
<source>Only search for files of following types:</source>
|
<source>Only search for files of following types:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Hledat pouze soubory tohoto typu:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="149"/>
|
<location filename="../filesearch.ui" line="149"/>
|
||||||
<source>Text files</source>
|
<source>Text files</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Textové soubory</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="156"/>
|
<location filename="../filesearch.ui" line="156"/>
|
||||||
<source>Image files</source>
|
<source>Image files</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Obrázky</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="163"/>
|
<location filename="../filesearch.ui" line="163"/>
|
||||||
<source>Audio files</source>
|
<source>Audio files</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Zvuky</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="170"/>
|
<location filename="../filesearch.ui" line="170"/>
|
||||||
<source>Video files</source>
|
<source>Video files</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Videa</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="177"/>
|
<location filename="../filesearch.ui" line="177"/>
|
||||||
<source>Documents</source>
|
<source>Documents</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Dokumenty</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="184"/>
|
<location filename="../filesearch.ui" line="184"/>
|
||||||
<source>Folders</source>
|
<source>Folders</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Adresáře</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="208"/>
|
<location filename="../filesearch.ui" line="208"/>
|
||||||
<source>Content</source>
|
<source>Content</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Obsah</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="214"/>
|
<location filename="../filesearch.ui" line="214"/>
|
||||||
<source>File contains:</source>
|
<source>File contains:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Soubor obsahuje:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="223"/>
|
<location filename="../filesearch.ui" line="223"/>
|
||||||
<source>Case insensiti&ve</source>
|
<source>Case insensiti&ve</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Nezohledňovat &velikost písmen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="230"/>
|
<location filename="../filesearch.ui" line="230"/>
|
||||||
<source>&Use regular expression</source>
|
<source>&Use regular expression</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Po&užít regulární výrazy</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="254"/>
|
<location filename="../filesearch.ui" line="254"/>
|
||||||
<source>Properties</source>
|
<source>Properties</source>
|
||||||
<translation type="unfinished">Vlastnosti</translation>
|
<translation>Vlastnosti</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="260"/>
|
<location filename="../filesearch.ui" line="260"/>
|
||||||
<source>File Size:</source>
|
<source>File Size:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Velikost souboru:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="266"/>
|
<location filename="../filesearch.ui" line="266"/>
|
||||||
<source>Larger than:</source>
|
<source>Larger than:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Větší než:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="282"/>
|
<location filename="../filesearch.ui" line="282"/>
|
||||||
<location filename="../filesearch.ui" line="323"/>
|
<location filename="../filesearch.ui" line="323"/>
|
||||||
<source>Bytes</source>
|
<source>Bytes</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Bytů</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="287"/>
|
<location filename="../filesearch.ui" line="287"/>
|
||||||
<location filename="../filesearch.ui" line="328"/>
|
<location filename="../filesearch.ui" line="328"/>
|
||||||
<source>KiB</source>
|
<source>KiB</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="292"/>
|
<location filename="../filesearch.ui" line="292"/>
|
||||||
<location filename="../filesearch.ui" line="333"/>
|
<location filename="../filesearch.ui" line="333"/>
|
||||||
<source>MiB</source>
|
<source>MiB</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="297"/>
|
<location filename="../filesearch.ui" line="297"/>
|
||||||
<location filename="../filesearch.ui" line="338"/>
|
<location filename="../filesearch.ui" line="338"/>
|
||||||
<source>GiB</source>
|
<source>GiB</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="307"/>
|
<location filename="../filesearch.ui" line="307"/>
|
||||||
<source>Smaller than:</source>
|
<source>Smaller than:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Menší než:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="351"/>
|
<location filename="../filesearch.ui" line="351"/>
|
||||||
<source>Last Modified Time:</source>
|
<source>Last Modified Time:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Čas poslední změny:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="357"/>
|
<location filename="../filesearch.ui" line="357"/>
|
||||||
<source>Earlier than:</source>
|
<source>Earlier than:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Dříve než:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="364"/>
|
<location filename="../filesearch.ui" line="364"/>
|
||||||
<source>Later than:</source>
|
<source>Later than:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Později než:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
@ -641,17 +641,17 @@ Sollen die Dateien stattdessen gelöscht werden?</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../filesearchdialog.cpp" line="120"/>
|
<location filename="../filesearchdialog.cpp" line="120"/>
|
||||||
<source>Error</source>
|
<source>Error</source>
|
||||||
<translation type="unfinished">Fehler</translation>
|
<translation>Fehler</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearchdialog.cpp" line="120"/>
|
<location filename="../filesearchdialog.cpp" line="120"/>
|
||||||
<source>You should add at least add one directory to search.</source>
|
<source>You should add at least add one directory to search.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Sie sollten mindestens einen Ordner für die Suche hinzufügen.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearchdialog.cpp" line="127"/>
|
<location filename="../filesearchdialog.cpp" line="127"/>
|
||||||
<source>Select a folder</source>
|
<source>Select a folder</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Einen Ordner wählen</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -1118,176 +1118,176 @@ Geändert: %3</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="14"/>
|
<location filename="../filesearch.ui" line="14"/>
|
||||||
<source>Search Files</source>
|
<source>Search Files</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Dateien suchen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="29"/>
|
<location filename="../filesearch.ui" line="29"/>
|
||||||
<source>Name/Location</source>
|
<source>Name/Location</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Name/Ort</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="35"/>
|
<location filename="../filesearch.ui" line="35"/>
|
||||||
<source>File Name Patterns:</source>
|
<source>File Name Patterns:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Muster für Dateinamen:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="41"/>
|
<location filename="../filesearch.ui" line="41"/>
|
||||||
<source>*</source>
|
<source>*</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>*</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="48"/>
|
<location filename="../filesearch.ui" line="48"/>
|
||||||
<source>Case insensitive</source>
|
<source>Case insensitive</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Groß- und Kleinschreibung ignorieren</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="55"/>
|
<location filename="../filesearch.ui" line="55"/>
|
||||||
<source>Use regular expression</source>
|
<source>Use regular expression</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Regulären Ausdruck verwenden</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="65"/>
|
<location filename="../filesearch.ui" line="65"/>
|
||||||
<source>Places to Search:</source>
|
<source>Places to Search:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Zu durchsuchende Orte:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="78"/>
|
<location filename="../filesearch.ui" line="78"/>
|
||||||
<source>&Add</source>
|
<source>&Add</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>&Hinzufügen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="90"/>
|
<location filename="../filesearch.ui" line="90"/>
|
||||||
<source>&Remove</source>
|
<source>&Remove</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>&Entfernen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="119"/>
|
<location filename="../filesearch.ui" line="119"/>
|
||||||
<source>Search in sub directories</source>
|
<source>Search in sub directories</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>In Unterordnern suchen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="126"/>
|
<location filename="../filesearch.ui" line="126"/>
|
||||||
<source>Search for hidden files</source>
|
<source>Search for hidden files</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Nach versteckten Dateien suchen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="137"/>
|
<location filename="../filesearch.ui" line="137"/>
|
||||||
<source>File Type</source>
|
<source>File Type</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Dateityp</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="143"/>
|
<location filename="../filesearch.ui" line="143"/>
|
||||||
<source>Only search for files of following types:</source>
|
<source>Only search for files of following types:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Nur nach Dateien der folgenden Typen suchen:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="149"/>
|
<location filename="../filesearch.ui" line="149"/>
|
||||||
<source>Text files</source>
|
<source>Text files</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Textdateien</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="156"/>
|
<location filename="../filesearch.ui" line="156"/>
|
||||||
<source>Image files</source>
|
<source>Image files</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Bilddateien</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="163"/>
|
<location filename="../filesearch.ui" line="163"/>
|
||||||
<source>Audio files</source>
|
<source>Audio files</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Audiodateien</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="170"/>
|
<location filename="../filesearch.ui" line="170"/>
|
||||||
<source>Video files</source>
|
<source>Video files</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Videodateien</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="177"/>
|
<location filename="../filesearch.ui" line="177"/>
|
||||||
<source>Documents</source>
|
<source>Documents</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Dokumente</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="184"/>
|
<location filename="../filesearch.ui" line="184"/>
|
||||||
<source>Folders</source>
|
<source>Folders</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Ordner</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="208"/>
|
<location filename="../filesearch.ui" line="208"/>
|
||||||
<source>Content</source>
|
<source>Content</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Inhalt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="214"/>
|
<location filename="../filesearch.ui" line="214"/>
|
||||||
<source>File contains:</source>
|
<source>File contains:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Datei enthält:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="223"/>
|
<location filename="../filesearch.ui" line="223"/>
|
||||||
<source>Case insensiti&ve</source>
|
<source>Case insensiti&ve</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Groß- und Kleinschreibung ig&norieren</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="230"/>
|
<location filename="../filesearch.ui" line="230"/>
|
||||||
<source>&Use regular expression</source>
|
<source>&Use regular expression</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Reg&ulären Ausdruck verwenden</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="254"/>
|
<location filename="../filesearch.ui" line="254"/>
|
||||||
<source>Properties</source>
|
<source>Properties</source>
|
||||||
<translation type="unfinished">Eigenschaften</translation>
|
<translation>Eigenschaften</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="260"/>
|
<location filename="../filesearch.ui" line="260"/>
|
||||||
<source>File Size:</source>
|
<source>File Size:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Dateigröße:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="266"/>
|
<location filename="../filesearch.ui" line="266"/>
|
||||||
<source>Larger than:</source>
|
<source>Larger than:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Größer als:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="282"/>
|
<location filename="../filesearch.ui" line="282"/>
|
||||||
<location filename="../filesearch.ui" line="323"/>
|
<location filename="../filesearch.ui" line="323"/>
|
||||||
<source>Bytes</source>
|
<source>Bytes</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Bytes</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="287"/>
|
<location filename="../filesearch.ui" line="287"/>
|
||||||
<location filename="../filesearch.ui" line="328"/>
|
<location filename="../filesearch.ui" line="328"/>
|
||||||
<source>KiB</source>
|
<source>KiB</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>KiB</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="292"/>
|
<location filename="../filesearch.ui" line="292"/>
|
||||||
<location filename="../filesearch.ui" line="333"/>
|
<location filename="../filesearch.ui" line="333"/>
|
||||||
<source>MiB</source>
|
<source>MiB</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>MiB</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="297"/>
|
<location filename="../filesearch.ui" line="297"/>
|
||||||
<location filename="../filesearch.ui" line="338"/>
|
<location filename="../filesearch.ui" line="338"/>
|
||||||
<source>GiB</source>
|
<source>GiB</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>GiB</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="307"/>
|
<location filename="../filesearch.ui" line="307"/>
|
||||||
<source>Smaller than:</source>
|
<source>Smaller than:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Kleiner als:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="351"/>
|
<location filename="../filesearch.ui" line="351"/>
|
||||||
<source>Last Modified Time:</source>
|
<source>Last Modified Time:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Letztes Änderungsdatum:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="357"/>
|
<location filename="../filesearch.ui" line="357"/>
|
||||||
<source>Earlier than:</source>
|
<source>Earlier than:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Früher als:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../filesearch.ui" line="364"/>
|
<location filename="../filesearch.ui" line="364"/>
|
||||||
<source>Later than:</source>
|
<source>Later than:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Später als:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!DOCTYPE TS>
|
<!DOCTYPE TS>
|
||||||
<TS version="2.1" language="zh_TW">
|
<TS version="2.1" language="lt_LT">
|
||||||
<context>
|
<context>
|
||||||
<name>AppChooserDialog</name>
|
<name>AppChooserDialog</name>
|
||||||
<message>
|
<message>
|
||||||
|
286
src/xdndworkaround.cpp
Normal file
286
src/xdndworkaround.cpp
Normal file
@ -0,0 +1,286 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2016 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||||
|
*
|
||||||
|
* This library is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
* License as published by the Free Software Foundation; either
|
||||||
|
* version 2.1 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This library is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
|
* License along with this library; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <QtGlobal>
|
||||||
|
#include "xdndworkaround.h"
|
||||||
|
#include <QApplication>
|
||||||
|
#include <QDebug>
|
||||||
|
#include <QX11Info>
|
||||||
|
#include <QMimeData>
|
||||||
|
#include <QCursor>
|
||||||
|
#include <QWidget>
|
||||||
|
|
||||||
|
// This part is for Qt >= 5.4 only
|
||||||
|
#if (QT_VERSION >= QT_VERSION_CHECK(5, 4, 0))
|
||||||
|
#include <QDrag>
|
||||||
|
#include <QUrl>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
|
// these are private Qt headers which are not part of Qt APIs
|
||||||
|
#include <private/qdnd_p.h> // Too bad that we need to use private headers of Qt :-(
|
||||||
|
|
||||||
|
// For some unknown reasons, the event type constants defined in
|
||||||
|
// xcb/input.h are different from that in X11/extension/XI2.h
|
||||||
|
// To be safe, we define it ourselves.
|
||||||
|
#undef XI_ButtonRelease
|
||||||
|
#define XI_ButtonRelease 5
|
||||||
|
|
||||||
|
#endif // (QT_VERSION >= QT_VERSION_CHECK(5, 4, 0))
|
||||||
|
|
||||||
|
XdndWorkaround::XdndWorkaround() {
|
||||||
|
if(!QX11Info::isPlatformX11())
|
||||||
|
return;
|
||||||
|
|
||||||
|
// we need to filter all X11 events
|
||||||
|
qApp->installNativeEventFilter(this);
|
||||||
|
|
||||||
|
// This part is for Qt >= 5.4 only
|
||||||
|
#if (QT_VERSION >= QT_VERSION_CHECK(5, 4, 0))
|
||||||
|
lastDrag_ = nullptr;
|
||||||
|
|
||||||
|
// initialize xinput2 since newer versions of Qt5 uses it.
|
||||||
|
static char xi_name[] = "XInputExtension";
|
||||||
|
xcb_connection_t* conn = QX11Info::connection();
|
||||||
|
xcb_query_extension_cookie_t cookie = xcb_query_extension(conn, strlen(xi_name), xi_name);
|
||||||
|
xcb_generic_error_t* err = nullptr;
|
||||||
|
xcb_query_extension_reply_t* reply = xcb_query_extension_reply(conn, cookie, &err);
|
||||||
|
if(err == nullptr) {
|
||||||
|
xinput2Enabled_ = true;
|
||||||
|
xinputOpCode_ = reply->major_opcode;
|
||||||
|
xinputEventBase_ = reply->first_event;
|
||||||
|
xinputErrorBase_ = reply->first_error;
|
||||||
|
// qDebug() << "xinput: " << m_xi2Enabled << m_xiOpCode << m_xiEventBase;
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
xinput2Enabled_ = false;
|
||||||
|
free(err);
|
||||||
|
}
|
||||||
|
free(reply);
|
||||||
|
#endif // (QT_VERSION >= QT_VERSION_CHECK(5, 4, 0))
|
||||||
|
}
|
||||||
|
|
||||||
|
XdndWorkaround::~XdndWorkaround() {
|
||||||
|
if(!QX11Info::isPlatformX11())
|
||||||
|
return;
|
||||||
|
qApp->removeNativeEventFilter(this);
|
||||||
|
}
|
||||||
|
|
||||||
|
bool XdndWorkaround::nativeEventFilter(const QByteArray & eventType, void * message, long * result) {
|
||||||
|
if(Q_LIKELY(eventType == "xcb_generic_event_t")) {
|
||||||
|
xcb_generic_event_t* event = static_cast<xcb_generic_event_t *>(message);
|
||||||
|
uint8_t response_type = event->response_type & uint8_t(~0x80);
|
||||||
|
switch(event->response_type & ~0x80) {
|
||||||
|
case XCB_CLIENT_MESSAGE:
|
||||||
|
return clientMessage(reinterpret_cast<xcb_client_message_event_t*>(event));
|
||||||
|
case XCB_SELECTION_NOTIFY:
|
||||||
|
return selectionNotify(reinterpret_cast<xcb_selection_notify_event_t*>(event));
|
||||||
|
// This part is for Qt >= 5.4 only
|
||||||
|
#if (QT_VERSION >= QT_VERSION_CHECK(5, 4, 0))
|
||||||
|
case XCB_SELECTION_REQUEST:
|
||||||
|
return selectionRequest(reinterpret_cast<xcb_selection_request_event_t*>(event));
|
||||||
|
case XCB_GE_GENERIC:
|
||||||
|
// newer versions of Qt5 supports xinput2, which sends its mouse events via XGE.
|
||||||
|
return genericEvent(reinterpret_cast<xcb_ge_generic_event_t*>(event));
|
||||||
|
case XCB_BUTTON_RELEASE:
|
||||||
|
// older versions of Qt5 receive mouse events via old XCB events.
|
||||||
|
buttonRelease();
|
||||||
|
break;
|
||||||
|
#endif // Qt >= 5.4
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
// static
|
||||||
|
QByteArray XdndWorkaround::atomName(xcb_atom_t atom) {
|
||||||
|
QByteArray name;
|
||||||
|
xcb_connection_t* conn = QX11Info::connection();
|
||||||
|
xcb_get_atom_name_cookie_t cookie = xcb_get_atom_name(conn, atom);
|
||||||
|
xcb_get_atom_name_reply_t* reply = xcb_get_atom_name_reply(conn, cookie, NULL);
|
||||||
|
int len = xcb_get_atom_name_name_length(reply);
|
||||||
|
if(len > 0) {
|
||||||
|
name.append(xcb_get_atom_name_name(reply), len);
|
||||||
|
}
|
||||||
|
free(reply);
|
||||||
|
return name;
|
||||||
|
}
|
||||||
|
|
||||||
|
// static
|
||||||
|
xcb_atom_t XdndWorkaround::internAtom(const char* name, int len) {
|
||||||
|
xcb_atom_t atom = 0;
|
||||||
|
if(len == -1)
|
||||||
|
len = strlen(name);
|
||||||
|
xcb_connection_t* conn = QX11Info::connection();
|
||||||
|
xcb_intern_atom_cookie_t cookie = xcb_intern_atom(conn, false, len, name);
|
||||||
|
xcb_generic_error_t* err = nullptr;
|
||||||
|
xcb_intern_atom_reply_t* reply = xcb_intern_atom_reply(conn, cookie, &err);
|
||||||
|
if(reply != nullptr) {
|
||||||
|
atom = reply->atom;
|
||||||
|
free(reply);
|
||||||
|
}
|
||||||
|
if(err != nullptr)
|
||||||
|
free(err);
|
||||||
|
return atom;
|
||||||
|
}
|
||||||
|
|
||||||
|
// static
|
||||||
|
QByteArray XdndWorkaround::windowProperty(xcb_window_t window, xcb_atom_t propAtom, xcb_atom_t typeAtom, int len) {
|
||||||
|
QByteArray data;
|
||||||
|
xcb_connection_t* conn = QX11Info::connection();
|
||||||
|
xcb_get_property_cookie_t cookie = xcb_get_property(conn, false, window, propAtom, typeAtom, 0, len);
|
||||||
|
xcb_generic_error_t* err = nullptr;
|
||||||
|
xcb_get_property_reply_t* reply = xcb_get_property_reply(conn, cookie, &err);
|
||||||
|
if(reply != nullptr) {
|
||||||
|
len = xcb_get_property_value_length(reply);
|
||||||
|
const char* buf = (const char*)xcb_get_property_value(reply);
|
||||||
|
data.append(buf, len);
|
||||||
|
free(reply);
|
||||||
|
}
|
||||||
|
if(err != nullptr) {
|
||||||
|
free(err);
|
||||||
|
}
|
||||||
|
return data;
|
||||||
|
}
|
||||||
|
|
||||||
|
// static
|
||||||
|
void XdndWorkaround::setWindowProperty(xcb_window_t window, xcb_atom_t propAtom, xcb_atom_t typeAtom, void* data, int len, int format) {
|
||||||
|
xcb_connection_t* conn = QX11Info::connection();
|
||||||
|
xcb_void_cookie_t cookie = xcb_change_property(conn, XCB_PROP_MODE_REPLACE, window, propAtom, typeAtom, format, len, data);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
bool XdndWorkaround::clientMessage(xcb_client_message_event_t* event) {
|
||||||
|
xcb_connection_t* conn = QX11Info::connection();
|
||||||
|
QByteArray event_type = atomName(event->type);
|
||||||
|
// qDebug() << "client message:" << event_type;
|
||||||
|
|
||||||
|
// NOTE: Because of the limitation of Qt, this hack is required to provide
|
||||||
|
// Xdnd direct save (XDS) protocol support.
|
||||||
|
// http://www.freedesktop.org/wiki/Specifications/XDS/#index4h2
|
||||||
|
//
|
||||||
|
// XDS requires that the drop target should get and set the window property of the
|
||||||
|
// drag source to pass the file path, but in Qt there is NO way to know the
|
||||||
|
// window ID of the drag source so it's not possible to implement XDS with Qt alone.
|
||||||
|
// Here is a simple hack. We get the drag source window ID with raw XCB code.
|
||||||
|
// Then, save it on the drop target widget using QObject dynamic property.
|
||||||
|
// So in the drop event handler of the target widget, it can obtain the
|
||||||
|
// window ID of the drag source with QObject::property().
|
||||||
|
// This hack works 99.99% of the time, but it's not bullet-proof.
|
||||||
|
// In theory, there is one corner case for which this will not work.
|
||||||
|
// That is, when you drag multiple XDS sources at the same time and drop
|
||||||
|
// all of them on the same widget. (Does XDND support doing this?)
|
||||||
|
// I do not think that any app at the moment support this.
|
||||||
|
// Even if somebody is using it, X11 will die and we should solve this in Wayland instead.
|
||||||
|
//
|
||||||
|
if(event_type == "XdndDrop") {
|
||||||
|
// data.l[0] contains the XID of the source window.
|
||||||
|
// data.l[1] is reserved for future use (flags).
|
||||||
|
// data.l[2] contains the time stamp for retrieving the data. (new in version 1)
|
||||||
|
QWidget* target = QWidget::find(event->window);
|
||||||
|
if(target != nullptr) { // drop on our widget
|
||||||
|
target = qApp->widgetAt(QCursor::pos()); // get the exact child widget that receives the drop
|
||||||
|
if(target != nullptr) {
|
||||||
|
target->setProperty("xdnd::lastDragSource", event->data.data32[0]);
|
||||||
|
target->setProperty("xdnd::lastDropTime", event->data.data32[2]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// This part is for Qt >= 5.4 only
|
||||||
|
#if (QT_VERSION >= QT_VERSION_CHECK(5, 4, 0))
|
||||||
|
else if(event_type == "XdndFinished") {
|
||||||
|
lastDrag_ = nullptr;
|
||||||
|
}
|
||||||
|
#endif // Qt >= 5.4
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool XdndWorkaround::selectionNotify(xcb_selection_notify_event_t* event) {
|
||||||
|
qDebug() << "selection notify" << atomName(event->selection);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
// This part is for Qt >= 5.4 only
|
||||||
|
#if (QT_VERSION >= QT_VERSION_CHECK(5, 4, 0))
|
||||||
|
|
||||||
|
bool XdndWorkaround::selectionRequest(xcb_selection_request_event_t* event) {
|
||||||
|
xcb_connection_t* conn = QX11Info::connection();
|
||||||
|
if(event->property == XCB_ATOM_PRIMARY || event->property == XCB_ATOM_SECONDARY)
|
||||||
|
return false; // we only touch selection requests related to XDnd
|
||||||
|
QByteArray prop_name = atomName(event->property);
|
||||||
|
if(prop_name == "CLIPBOARD")
|
||||||
|
return false; // we do not touch clipboard, either
|
||||||
|
|
||||||
|
xcb_atom_t atomFormat = event->target;
|
||||||
|
QByteArray type_name = atomName(atomFormat);
|
||||||
|
// qDebug() << "selection request" << prop_name << type_name;
|
||||||
|
// We only want to handle text/x-moz-url and text/uri-list
|
||||||
|
if(type_name == "text/x-moz-url" || type_name.startsWith("text/uri-list")) {
|
||||||
|
QDragManager* mgr = QDragManager::self();
|
||||||
|
QDrag* drag = mgr->object();
|
||||||
|
if(drag == nullptr)
|
||||||
|
drag = lastDrag_;
|
||||||
|
QMimeData* mime = drag ? drag->mimeData() : nullptr;
|
||||||
|
if(mime != nullptr && mime->hasUrls()) {
|
||||||
|
QByteArray data;
|
||||||
|
QList<QUrl> uris = mime->urls();
|
||||||
|
if(type_name == "text/x-moz-url") {
|
||||||
|
QString mozurl = uris.at(0).toString(QUrl::FullyEncoded);
|
||||||
|
data.append((const char*)mozurl.utf16(), mozurl.length() * 2);
|
||||||
|
}
|
||||||
|
else { // text/uri-list
|
||||||
|
for(const QUrl& uri : uris) {
|
||||||
|
data.append(uri.toString(QUrl::FullyEncoded));
|
||||||
|
data.append("\r\n");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
xcb_change_property(conn, XCB_PROP_MODE_REPLACE, event->requestor, event->property,
|
||||||
|
atomFormat, 8, data.size(), (const void*)data.constData());
|
||||||
|
xcb_selection_notify_event_t notify;
|
||||||
|
notify.response_type = XCB_SELECTION_NOTIFY;
|
||||||
|
notify.requestor = event->requestor;
|
||||||
|
notify.selection = event->selection;
|
||||||
|
notify.time = event->time;
|
||||||
|
notify.property = event->property;
|
||||||
|
notify.target = atomFormat;
|
||||||
|
xcb_window_t proxy_target = event->requestor;
|
||||||
|
xcb_send_event(conn, false, proxy_target, XCB_EVENT_MASK_NO_EVENT, (const char *)¬ify);
|
||||||
|
return true; // stop Qt 5 from touching the event
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return false; // let Qt handle this
|
||||||
|
}
|
||||||
|
|
||||||
|
bool XdndWorkaround::genericEvent(xcb_ge_generic_event_t* event) {
|
||||||
|
// check this is an xinput event
|
||||||
|
if(xinput2Enabled_ && event->extension == xinputOpCode_) {
|
||||||
|
if(event->event_type == XI_ButtonRelease)
|
||||||
|
buttonRelease();
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
void XdndWorkaround::buttonRelease() {
|
||||||
|
QDragManager* mgr = QDragManager::self();
|
||||||
|
lastDrag_ = mgr->object();
|
||||||
|
// qDebug() << "BUTTON RELEASE!!!!" << xcbDrag()->canDrop() << lastDrag_;
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif // QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
|
90
src/xdndworkaround.h
Normal file
90
src/xdndworkaround.h
Normal file
@ -0,0 +1,90 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2016 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||||
|
*
|
||||||
|
* This library is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
* License as published by the Free Software Foundation; either
|
||||||
|
* version 2.1 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This library is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
|
* License along with this library; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Note:
|
||||||
|
* This is a workaround for the following Qt5 bugs.
|
||||||
|
*
|
||||||
|
* #49947: Drop events have broken mimeData()->urls() and text/uri-list.
|
||||||
|
* #47981: Qt5.4 regression: Dropping text/urilist over browser windows stop working.
|
||||||
|
*
|
||||||
|
* Related LXQt bug: https://github.com/lxde/lxqt/issues/688
|
||||||
|
*
|
||||||
|
* This workaround is not 100% reliable, but it should work most of the time.
|
||||||
|
* In theory, when there are multiple drag and drops at nearly the same time and
|
||||||
|
* you are using a remote X11 instance via a slow network connection, this workaround
|
||||||
|
* might break. However, that should be a really rare corner case.
|
||||||
|
*
|
||||||
|
* How this fix works:
|
||||||
|
* 1. Hook QApplication to filter raw X11 events
|
||||||
|
* 2. Intercept SelectionRequest events sent from XDnd target window.
|
||||||
|
* 3. Check if the data requested have the type "text/uri-list" or "x-moz-url"
|
||||||
|
* 4. Bypass the broken Qt5 code and send the mime data to the target with our own code.
|
||||||
|
*
|
||||||
|
* The mime data is obtained during the most recent mouse button release event.
|
||||||
|
* This can be incorrect in some corner cases, but it is still a simple and
|
||||||
|
* good enough approximation that returns the correct data most of the time.
|
||||||
|
* Anyway, a workarond is just a workaround. Ask Qt developers to fix their bugs.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef XDNDWORKAROUND_H
|
||||||
|
#define XDNDWORKAROUND_H
|
||||||
|
|
||||||
|
#include <QtGlobal>
|
||||||
|
|
||||||
|
#include <QObject>
|
||||||
|
#include <QAbstractNativeEventFilter>
|
||||||
|
#include <xcb/xcb.h>
|
||||||
|
#include <QByteArray>
|
||||||
|
|
||||||
|
class QDrag;
|
||||||
|
|
||||||
|
class XdndWorkaround : public QAbstractNativeEventFilter
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
XdndWorkaround();
|
||||||
|
~XdndWorkaround();
|
||||||
|
bool nativeEventFilter(const QByteArray & eventType, void * message, long * result) override;
|
||||||
|
static QByteArray atomName(xcb_atom_t atom);
|
||||||
|
static xcb_atom_t internAtom(const char* name, int len = -1);
|
||||||
|
static QByteArray windowProperty(xcb_window_t window, xcb_atom_t propAtom, xcb_atom_t typeAtom, int len);
|
||||||
|
static void setWindowProperty(xcb_window_t window, xcb_atom_t propAtom, xcb_atom_t typeAtom, void* data, int len, int format = 8);
|
||||||
|
|
||||||
|
private:
|
||||||
|
bool clientMessage(xcb_client_message_event_t* event);
|
||||||
|
bool selectionNotify(xcb_selection_notify_event_t* event);
|
||||||
|
|
||||||
|
// This part is for Qt >= 5.4 only
|
||||||
|
#if (QT_VERSION >= QT_VERSION_CHECK(5, 4, 0))
|
||||||
|
private:
|
||||||
|
bool selectionRequest(xcb_selection_request_event_t* event);
|
||||||
|
bool genericEvent(xcb_ge_generic_event_t *event);
|
||||||
|
// _QBasicDrag* xcbDrag() const;
|
||||||
|
void buttonRelease();
|
||||||
|
|
||||||
|
QDrag* lastDrag_;
|
||||||
|
// xinput related
|
||||||
|
bool xinput2Enabled_;
|
||||||
|
int xinputOpCode_;
|
||||||
|
int xinputEventBase_;
|
||||||
|
int xinputErrorBase_;
|
||||||
|
#endif // Qt >= 5.4
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // XDNDWORKAROUND_H
|
Loading…
x
Reference in New Issue
Block a user