lp:~ajalkane/ubuntu-filemanager-app/carlos-folderlistmodel-qml-fixes

Created by Arto Jalkanen and last modified
Get this branch:
bzr branch lp:~ajalkane/ubuntu-filemanager-app/carlos-folderlistmodel-qml-fixes
Only Arto Jalkanen can upload to this branch. If you are Arto Jalkanen please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Arto Jalkanen
Project:
Ubuntu File Manager App
Status:
Development

Recent revisions

12. By Arto Jalkanen

QML does not have type info, so the functions that can be called
from QML must have unique names. Also a property should not be
Q_INVOKABLE.

11. By Carlos Jose Mazieri

added Q_PROPERTY(int clipboardUrlsCounter READ getClipboardUrlsCounter NOTIFY clipboardChanged)

added interface with GNOME clipboard it may work with nautilus, it was tested against thunar file manager

Fixed removing directories with hidden files or link to folders,
         added modelRemoveDirWithHiddenFilesAndLinks() test case in the regression tests.
         added compiler directive DEBUG_REMOVE, making this active every remove result will be displayed

Notes:
         * about signal progress(int curItem, int totalItems, int percent)
                 Action starts when (currentItem and percent are 0)
                 Action finihes when (percent == 100)

         added compiler directive SIMULATE_LONG_ACTION it adds a small delay of 100 milliseconds when processing a set of 5 files
         also , the value of 100 milliseconds can be change making SIMULATE_LONG_ACTION=value, Example:
         qmake "DEFINES += SIMULATE_LONG_ACTION" folderlistmodel.pro adds a 100 milliseconds delay
         qmake "DEFINES += SIMULATE_LONG_ACTION=200" folderlistmodel.pro adds a 200 milliseconds delay

10. By Carlos Jose Mazieri

implemented Sort by name or modified date

9. By Carlos Jose Mazieri

Merged with Arto's model changes

8. By Carlos Jose Mazieri

added show Hidden Files feature as property

7. By Carlos Jose Mazieri

1. changed to BSD license in FileSystemAction
2. applied patches from Main Branch
3. merged with Arto changes
4. separated helper classes TempFiles and DeepDir into tempfiles.h/cpp

6. By Carlos Jose Mazieri

ui doing copy/paste agains dolphin filemanager

5. By Carlos Jose Mazieri

Remove/Copy/Cut working

FileSize fixed

4. By Carlos Jose Mazieri

remove working

3. By Carlos Jose Mazieri

added FileSystemAction class
added a regresssion test project t_folderlistmodel/regression/regression_foldelilstmodel.pro

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu-filemanager-app
This branch contains Public information 
Everyone can see this information.

Subscribers