This repository was archived by the owner on Jul 22, 2021. It is now read-only.
File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 29
29
NavigationButton { onClicked: fbWebview .setUrl (" https://m.facebook.com/friends" ); notifyIndicator: app .notifications [1 ]; iconSource: " qrc:///images/icon-requests.svg" ; visible: settings .showFriends }
30
30
NavigationButton { onClicked: fbWebview .setUrl (" https://m.facebook.com/messages" ); notifyIndicator: app .notifications [2 ]; iconSource: " qrc:///images/icon-messages.svg" ; visible: settings .showMessages }
31
31
NavigationButton { onClicked: fbWebview .setUrl (" https://m.facebook.com/notifications" ); notifyIndicator: app .notifications [3 ]; iconSource: " qrc:///images/icon-notifications.svg" ; visible: settings .showNotifications }
32
- NavigationButton { onClicked: fbWebview .setUrl (" https://m.facebook.com/search" ); notifyIndicator: app .notifications [4 ]; iconSource: " qrc:///images/icon-search.svg" ; visible: settings .showSearch }
32
+ NavigationButton { onClicked: fbWebview .setUrl (" https://m.facebook.com/search/top?soft=search " ); notifyIndicator: app .notifications [4 ]; iconSource: " qrc:///images/icon-search.svg" ; visible: settings .showSearch }
33
33
NavigationButton { onClicked: fbWebview .setUrl (" https://m.facebook.com/events/upcoming" ); notifyIndicator: app .notifications [5 ]; iconSource: " qrc:///images/icon-events.svg" ; visible: settings .showEvents }
34
34
NavigationButton { onClicked: fbWebview .setUrl (" https://m.facebook.com/groups" ); notifyIndicator: app .notifications [6 ]; iconSource: " qrc:///images/icon-groups.svg" ; visible: settings .showGroups }
35
35
NavigationButton { onClicked: fbWebview .setUrl (" https://m.facebook.com/pages/?category=liked" ); notifyIndicator: app .notifications [7 ]; iconSource: " qrc:///images/icon-pages.svg" ; visible: settings .showLikedPages }
Original file line number Diff line number Diff line change 8
8
# * date Author's Name <author's email> version-release
9
9
# - Summary of changes
10
10
11
+ * Sat Nov 2 2017 Dylan Van Assche <
[email protected] > 10.0-6
12
+ - [MAJOR BUGFIX] Search not shown
13
+
11
14
* Sat Oct 21 2017 Dylan Van Assche <
[email protected] > 10.0-5
12
15
- [MINOR BUGFIX] Sailbook only makes his own directories when it's actually used
13
16
- [MINOR BUGFIX] Fixed logger spacing in title
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Name: harbour-sailbook
14
14
%{?qtc_builddir:%define _builddir %qtc_builddir }
15
15
Summary: Sailbook
16
16
Version: 10.0
17
- Release: 5
17
+ Release: 6
18
18
Group: Qt/Qt
19
19
License: GPLv3
20
20
URL: https://github.com/DylanVanAssche/harbour-sailbook
Original file line number Diff line number Diff line change 1
1
Name : harbour-sailbook
2
2
Summary : Sailbook
3
3
Version : 10.0
4
- Release : 5
4
+ Release : 6
5
5
# The contents of the Group field should be one of the groups listed here:
6
6
# http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS
7
7
Group : Qt/Qt
You can’t perform that action at this time.
0 commit comments