Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    [Announce] Mieru: a flexible manga and comic book reader

    Reply
    Page 10 of 16 | Prev |   8     9   10   11     12   | Next | Last
    D@vIcHoJD | # 91 | 2012-08-09, 06:07 | Report

    Originally Posted by canseco View Post
    Installed deb from OBS repo, but needed to install libzip1 as package depends on it.

    Works great, only needed to blacklist the app on transitions.ini because i use forced rotation and it messed the app rotation.
    Me too, The application works fine. Excelent work.

    Regards

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to D@vIcHoJD For This Useful Post:
    MartinK

     
    MartinK | # 92 | 2012-08-22, 18:13 | Report

    Mieru V2.4.1 has been released - to Extras devel !

    Yeas, really, up-to-date Mieru is now available directly from Extras devel. So please test & report any issues that might come up.

    Whats new since last Extras release
    Code:
    * brand new QML GUI
        * its FAST :)
    * proper Unicode support
    * touch screen paging
    * a What's new dialog
        * launches after significant updates
        * informs about new features & fixes
    * manga mode
        * can be enabled in Options
    * improved paging feedback
    * localization support
        * full Czech, German and Russian translations
    * improved donation support
        * Flattr and Bitcoin were added
    * new packages for _Maemo@N900_
    * many thanks to:
        * Tempura-san (l18n support, German translation, manga mode, paging feedback)
        * ZoG (Russian translation)
    To get the new QML GUI, you need to have CSSU installed. If you don't have CSSU installed, Mieru falls back to the old, fully functional, Clutter based GUI.

    If no serious issues are reported, I'll also push an updated package to Apps for MeeGo & Nokia/Ovi store, probably after the weekend.

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 4 Users Say Thank You to MartinK For This Useful Post:
    ade, ivgalvez, Kozzi, lonk

     
    ade | # 93 | 2012-08-22, 18:56 | Report

    MartinK,

    Thanks for keep working on this app.

    I think you are mixing up your apps this time

    Code:
    cat /usr/bin/mieru
    #!/bin/sh
    
    cd /opt/modrana
    python mieru.py -p maemo5
    starting /opt/mieru/mieru_fremantle works fine.

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 2 Users Say Thank You to ade For This Useful Post:
    imo, MartinK

     
    Kozzi | # 94 | 2012-08-22, 20:29 | Report

    screenshots for N9 version? Is it possible for Mieru to remember and load the right page when the chosen file in file manager has same credentials as the one in History?

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by Kozzi; 2012-08-22 at 20:33.

     
    MartinK | # 95 | 2012-08-22, 21:24 | Report

    Originally Posted by ade View Post
    MartinK,

    Thanks for keep working on this app.

    I think you are mixing up your apps this time

    Code:
    cat /usr/bin/mieru
    #!/bin/sh
    
    cd /opt/modrana
    python mieru.py -p maemo5
    starting /opt/mieru/mieru_fremantle works fine.
    Oh, thanks ! I was adapting some file from modRana packaging and it looks like I forgot to change this. I already pushed a fixed package (2.4.3).

    Originally Posted by Kozzi View Post
    screenshots for N9 version?
    There are some in the abandoned meego.com forum thread and at Apps for MeeGo Mieru package page.

    Originally Posted by Kozzi View Post
    Is it possible for Mieru to remember and load the right page when the chosen file in file manager has same credentials as the one in History?
    I think I don't understand what you mean.


    BTW, could someone interested with vanilla PR 1.3 (eq. wotuhout CSSU) check out if the old GUI fallback really works ?

    Code:
    cd /opt/mieru
    python mieru.py -p maemo5 -u hildon
    Any you can also try how the QML GUI behaves without CSSU, when you are at it:

    Code:
    cd /opt/mieru
    python mieru.py -p maemo5 -u QML

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 2 Users Say Thank You to MartinK For This Useful Post:
    ade, lonk

     
    ade | # 96 | 2012-08-22, 21:56 | Report

    It is starting fine now on Maemo 5.

    Can't test without CSSU for you, as I have it installed

    A small remark about the layout: in portrait mode, info -> about is not centered correctly, making some letters not visible.

    No big deal, and I would not bother about it, if fixing means too much of an effort.

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to ade For This Useful Post:
    MartinK

     
    lonk | # 97 | 2012-08-22, 23:23 | Report

    weird it's not working for me , I have CSSU testing

    this is the output

    Code:
    $ mieru 
    All modules combined 540.00 ms
    creating profile folder in: /home/user/.mieru
    options: profile path: /home/user/.mieru
    options: exception while loading saved options:
    [Errno 2] No such file or directory: '/home/user/.mieru/mieru_options.bin'
    maemo5: Qt version 4.7.4 detected
    maemo5: sufficient Qt version for QML GUI (> 4.7.4)
    preferred GUI ID from platform module: QML
    All modules combined 0.00 ms
    /opt/mieru/gui/qml_gui.py:42: GtkWarning: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed
      self.app = QApplication(sys.argv)
    file:///opt/mieru/gui/qml/main.qml:4:1: module "com.nokia.meego" is not installed 
         import com.nokia.meego 1.0 
         ^ 
    Traceback (most recent call last):
      File "mieru.py", line 423, in <module>
        mieru = Mieru()
      File "mieru.py", line 119, in __init__
        self._loadGUIModule(guiModuleId)
      File "mieru.py", line 154, in _loadGUIModule
        self.gui = gui.getGui(self, 'QML', accel=True, size=initialSize)
      File "/opt/mieru/gui/gui.py", line 107, in getGui
        return qml_gui.QMLGUI(mieru, type, size)
      File "/opt/mieru/gui/qml_gui.py", line 110, in __init__
        self.rootObject.openFirstStartDialog()
    AttributeError: 'NoneType' object has no attribute 'openFirstStartDialog'
    but it works with python mieru.py -p maemo5 -u hildon

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to lonk For This Useful Post:
    MartinK

     
    MartinK | # 98 | 2012-08-22, 23:53 | Report

    Originally Posted by lonk View Post
    Code:
    $
    file:///opt/mieru/gui/qml/main.qml:4:1: module "com.nokia.meego" is not installed 
         import com.nokia.meego 1.0 
         ^
    Oops, looks like I forgot the set qt-components-10 dependency. Should be fixed in 2.4.4, which is already travelling through the autobuilder.

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to MartinK For This Useful Post:
    lonk

     
    Kozzi | # 99 | 2012-08-23, 09:27 | Report

    Originally Posted by MartinK View Post

    I think I don't understand what you mean. :
    Ok, let me explain. For example I was reading One Piece chapter 675.rar till page 10 and decide to read something else, the progress for this file is now in History and I can resume reading using History page. The problem is that if I open this same One Piece chapter 675.rar using builtin file manager Mieru starts showing at page 1 instead 10 like recorded in History. Is there a way to fix this?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    MartinK | # 100 | 2012-08-23, 12:12 | Report

    Originally Posted by Kozzi View Post
    Ok, let me explain. For example I was reading One Piece chapter 675.rar till page 10 and decide to read something else, the progress for this file is now in History and I can resume reading using History page. The problem is that if I open this same One Piece chapter 675.rar using builtin file manager Mieru starts showing at page 1 instead 10 like recorded in History. Is there a way to fix this?
    Oh, now I know what you mean. I guess it will not be difficult to compare the newly open file, if it already is in history & restore the path. The only question is if this is the expected default behavior.


    BTW, I'll be away for the weekend. But don't hesitate to post question & feedback, I'll reply as soon as I get back.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Page 10 of 16 | Prev |   8     9   10   11     12   | Next | Last
vBulletin® Version 3.8.8
Normal Logout