Commit graph

734 commits

Author SHA1 Message Date
Alberto Mardegan
5598a878be [ubuntu] Keep the item's header always visible
Workaround for https://bugs.launchpad.net/bugs/1572525
2016-05-04 23:07:18 +03:00
Alberto Mardegan
de4684abc0 [ubuntu] Make use the correct palette colors are used
Fixes: https://github.com/mardy/ttrss/issues/8
2016-04-21 00:11:39 +03:00
Alberto Mardegan
992d40dcb2 [ubuntu] Version 0.5.2-2 2016-04-08 18:34:11 +03:00
Alberto Mardegan
142486b5a3 [ubuntu] Enable automatic orientation 2016-04-08 18:33:55 +03:00
Alberto Mardegan
b9bdef1f69 [ubuntu] Use new 15.04.1 framework 2016-04-08 18:31:03 +03:00
Alberto Mardegan
69e42f2c9e [ubuntu] Restore OSK hints
Revert part of c9dad9174c, where these
changes were removed by mistake.
2015-08-21 11:40:26 +03:00
Alberto Mardegan
b7adab698b [ubuntu] Version 0.5.2-1 2015-07-26 16:38:01 +03:00
Alberto Mardegan
163446a0d9 [ubuntu] Fix jumping of items
We preset the topMargin in the delegate's flickable to the one we know
will be set once the delegate becomes the current item.
2015-07-26 13:39:37 +03:00
Alberto Mardegan
71f650f931 [ubuntu] Version 0.5.2-0 2015-07-25 22:01:08 +03:00
Alberto Mardegan
36dd42190d [ubuntu] FeedItems: add action to mark all items as read
Fixes: https://github.com/mardy/ttrss/issues/5
2015-07-25 15:02:27 +03:00
Alberto Mardegan
fcf280b98e [ubuntu] Rename variables as in Sailfish, reduce usage of globals 2015-07-25 15:02:27 +03:00
Alberto Mardegan
e8c57c9412 [all] FeedItemModel: make callback optional in some methods
Not all the code in the Harmattan and Ubuntu branches is passing
a callback.
2015-07-25 15:02:27 +03:00
Alberto Mardegan
1c46e17616 [ubuntu] Cleanup: remove useless/wrong code 2015-07-25 15:02:27 +03:00
Alberto Mardegan
c9dad9174c [ubuntu] Add Save action to images on long press
When a long press gesture is detected, popup a context menu.
If the underlying item is an image, use the DownloadManager to download
it and transfer to another app.
2015-07-25 15:02:26 +03:00
Alberto Mardegan
25f15ef7c9 [ubuntu] Set application name to MainView
This is important so that the application cache is stored in the proper
directory (otherwise apparmor denies access).
2015-07-25 12:32:58 +03:00
Alberto Mardegan
a15f6233d9 [ubuntu] Versioning 2015-07-25 12:32:57 +03:00
Alberto Mardegan
1f2317a265 [ubuntu] Add margins on feed items
Fixes: https://github.com/mardy/ttrss/issues/3
2015-07-24 19:27:51 +03:00
Alberto Mardegan
4e128b84e9 Merge branch 'master' into ubuntu 2015-07-24 17:02:47 +03:00
Hauke Schade
3631416132 lupdate 2015-07-11 14:10:36 +02:00
Hauke Schade
1458116dbe [Sailfish] Bugfix for not displaying titles with & char properly, fixes #159 2015-07-11 14:10:23 +02:00
Hauke Schade
38ca442112 [harmattan][noshare] version bump to 0.5.2 2015-05-30 11:55:52 +02:00
Hauke Schade
58472550ed [harmattan] version bump to 0.5.2 2015-05-30 11:55:25 +02:00
Hauke Schade
0e069537ff updated changelog 2015-05-02 13:41:09 +02:00
Hauke Schade
aa902347e0 [sailfish] enabled the QNetworkCache 2015-05-02 13:32:12 +02:00
Hauke Schade
8fbf80a229 [sailfish] made the version propagate to pro file and qml-files from the main yaml 2015-05-02 13:00:52 +02:00
Hauke Schade
71a4a7f0a4 - added a logging info when updating the server feed 2015-04-13 19:21:55 +02:00
Hauke Schade
f2a4b47479 updated qm files 2015-04-13 19:21:11 +02:00
Hauke Schade
d72dc343f5 Merge pull request #156 from mardy/server-update
Request a server update when there are few items in a feed
2015-04-13 18:46:20 +02:00
Hauke Schade
eac00414df transifex languages update 2015-04-13 18:44:26 +02:00
Hauke Schade
2c589a07e1 [harmattan] laod the noteeditor only when needed, on a sidenote: this fixes #155 for me 2015-04-13 18:41:58 +02:00
Alberto Mardegan
5cedf98aaa Merge branch 'server-update' into ubuntu 2015-04-11 15:43:34 +03:00
Alberto Mardegan
fa5ed9b4ec [all] If there are few items in a feed, request an update
Request a server update of the feed when we know that there aren't more
items left.
2015-04-11 15:38:16 +03:00
Alberto Mardegan
ba910a2e1b [all] Add updateFeed() method 2015-04-11 15:38:16 +03:00
Alberto Mardegan
9be3881701 [ubuntu] Reset the model *before* entering the page
Clearing the model while it's being used in the ListView produces a
crash with Qt 5.4.1. Valgrind logs:

==13926== Invalid read of size 8
==13926==    at 0x4FD95BF: QQuickWindowPrivate::polishItems() (in /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.4.1)
==13926==    by 0x4FA6EF2: ??? (in /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.4.1)
==13926==    by 0x4FA7978: ??? (in /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.4.1)
==13926==    by 0x5E86AF4: QCoreApplication::notify(QObject*, QEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.4.1)
==13926==    by 0x5E86C2A: QCoreApplication::notifyInternal(QObject*, QEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.4.1)
==13926==    by 0x5EDEAE4: QTimerInfoList::activateTimers() (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.4.1)
==13926==    by 0x5EDEF60: timerSourceDispatch(_GSource*, int (*)(void*), void*) (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.4.1)
==13926==    by 0x841FC3C: g_main_context_dispatch (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4392.0)
==13926==    by 0x841FF1F: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4392.0)
==13926==    by 0x841FFCB: g_main_context_iteration (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4392.0)
==13926==    by 0x5EDFC56: QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.4.1)
==13926==    by 0x5E843E1: QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.4.1)
==13926==  Address 0x210d8e50 is 0 bytes inside a block of size 32 free'd
==13926==    at 0x4C2D2E0: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13926==    by 0x5EB618B: QObjectPrivate::deleteChildren() (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.4.1)
==13926==    by 0x5EC07F2: QObject::~QObject() (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.4.1)
==13926==    by 0x4FCD865: QQuickItem::~QQuickItem() (in /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.4.1)
==13926==    by 0x4FE77C5: ??? (in /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.4.1)
==13926==    by 0x505FC02: ??? (in /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.4.1)
==13926==    by 0x50B55C8: ??? (in /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.4.1)
==13926==    by 0x4FD95C7: QQuickWindowPrivate::polishItems() (in /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.4.1)
==13926==    by 0x4FA6EF2: ??? (in /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.4.1)
==13926==    by 0x4FA7978: ??? (in /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.4.1)
==13926==    by 0x5E86AF4: QCoreApplication::notify(QObject*, QEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.4.1)
==13926==    by 0x5E86C2A: QCoreApplication::notifyInternal(QObject*, QEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.4.1)
2015-04-09 21:47:45 +03:00
Hauke Schade
19caad3bb1 tx pull 2015-03-30 18:17:40 +02:00
Hauke Schade
11d68fbf20 lupdate 2015-03-30 18:16:23 +02:00
Hauke Schade
2710263d53 Merge pull request #148 from mardy/ubuntu
Add Ubuntu Touch port
2015-03-28 23:33:50 +01:00
Hauke Schade
d00786cfe5 ttrss-noshare should have its own pro file 2015-03-28 23:12:51 +01:00
Alberto Mardegan
b0b2d98665 [ubuntu] Version 0-5.1-0
Have the manifest read the upstream version from the project file.
2015-03-27 20:59:44 +02:00
Alberto Mardegan
3ae0a19530 [ubuntu] Restore functionality of "Ignore SSL errors" checkbox
Use a ListItem so that the label is visible, and remove the workaround
for Sailfish, which doesn't work for us.
2015-03-27 20:07:08 +02:00
Alberto Mardegan
57c71bd2ea [ubuntu] Fix cross-compilation
Use the correct variable for determining the architecture, and disable
updating of translations when cross-compiling (since lupdate is not
present in the chroot).
2015-03-27 19:39:19 +02:00
Alberto Mardegan
2b2d3f3e92 Merge branch 'master' into ubuntu 2015-03-27 19:22:06 +02:00
Hauke Schade
ae21f99dac [harmattan] version bump 2015-03-18 22:40:19 +01:00
Hauke Schade
8683932ff0 correct copyright note in AboutPage 2015-03-18 22:09:42 +01:00
Hauke Schade
a69ae0e481 [sailfish] version bump 2015-03-18 22:06:48 +01:00
Hauke Schade
7964d3c2b3 ts file update 2015-03-18 22:05:03 +01:00
Hauke Schade
bf087e0066 [sailfish] allow to open links in TextPage component and align text with Justify 2015-03-18 22:04:45 +01:00
Hauke Schade
53f16c8a32 Fixed the TextPage component which finally allows to show License and Policy again 2015-03-18 22:03:20 +01:00
Hauke Schade
afd6527925 also added the qm files so a fresh build will not fail due to missing files 2015-03-18 22:01:21 +01:00
Hauke Schade
1c0060566c copyright note update 2015-03-18 20:43:45 +01:00