GithubHelp home page GithubHelp logo

Comments (8)

alphaonex86 avatar alphaonex86 commented on July 27, 2024

I had see this bug before, I can't see and access to some file via Qt. Any bug fix possible, the unique way is rewrite all the file manipulation without Qt (in progress).

from ultracopier.

 avatar commented on July 27, 2024

@alphaonex86 is strange to me that Qt will not have a way to load files parsing it to an specific encode. Qt need to have a way to do that... Just is a thing to find it... Rewrite all is a crazy idea...

from ultracopier.

moceap avatar moceap commented on July 27, 2024

@alphaonex86 May you use shell commands:

stat -c %y $filename

I'm waiting.

from ultracopier.

alphaonex86 avatar alphaonex86 commented on July 27, 2024

Not according:

  1. Need the command exists and at the excepted place
  2. Do context switching
  3. Add lot of complexity

from ultracopier.

moceap avatar moceap commented on July 27, 2024

I tried to build after your last commit, but does not continue:

g++ -c -pipe -std=c++0x -Wall -Wextra -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DULTRACOPIER_PLUGIN_ALL_IN_ONE -DULTRACOPIER_PLUGIN_ALL_IN_ONE -DULTRACOPIER_PLUGIN_ALL_IN_ONE_DIRECT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtXml -isystem /usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o TransferThread.o plugins/CopyEngine/Ultracopier/TransferThread.cpp In file included from /usr/include/qt5/QtCore/qnamespace.h:43:0, from /usr/include/qt5/QtCore/qobjectdefs.h:48, from /usr/include/qt5/QtCore/qobject.h:46, from /usr/include/qt5/QtCore/qthread.h:43, from /usr/include/qt5/QtCore/QThread:1, from plugins/CopyEngine/Ultracopier/TransferThread.h:9, from plugins/CopyEngine/Ultracopier/TransferThread.cpp:4: /usr/include/qt5/QtCore/qobject.h: In instantiation of β€˜static QMetaObject::Connection QObject::connect(const typename QtPrivate::FunctionPointer<Func>::Object*, Func1, const typename QtPrivate::FunctionPointer<Func2>::Object*, Func2, Qt::ConnectionType) [with Func1 = void (WriteThread::*)(const Ultracopier::DebugLevel&, const QString&, const QString&, const QString&, const int&) const; Func2 = void (TransferThread::*)(const Ultracopier::DebugLevel&, std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char>, int) const; typename QtPrivate::FunctionPointer<Func>::Object = WriteThread; typename QtPrivate::FunctionPointer<Func2>::Object = TransferThread]’: plugins/CopyEngine/Ultracopier/TransferThread.cpp:99:145: required from here /usr/include/qt5/QtCore/qobject.h:232:9: error: static assertion failed: Signal and slot arguments are not compatible. Q_STATIC_ASSERT_X((QtPrivate::CheckCompatibleArguments<typename SignalType::Arguments, typename SlotType::Arguments>::value), ^ make: *** [Makefile:2689: TransferThread.o] Error 1

from ultracopier.

alphaonex86 avatar alphaonex86 commented on July 27, 2024

Hi, the master branch because I do directly the conversion to C++, I thinks I need 6 months more to finish it.

from ultracopier.

moceap avatar moceap commented on July 27, 2024

6 months!! :(

from ultracopier.

alphaonex86 avatar alphaonex86 commented on July 27, 2024

Is fixed with version 2?

from ultracopier.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.