renamed Tentia to bungloo on linux too
This commit is contained in:
parent
5d8e114b7c
commit
a63ad89ed4
5 changed files with 19 additions and 11 deletions
|
@ -106,9 +106,9 @@ class Controller(QtCore.QObject):
|
|||
def unreadMentions(self, count):
|
||||
i = int(count)
|
||||
if i > 0:
|
||||
self.app.timeline.set_window_title("Tentia (^" + str(i) + ")")
|
||||
self.app.timeline.set_window_title("bungloo (^" + str(i) + ")")
|
||||
else:
|
||||
self.app.timeline.set_window_title("Tentia")
|
||||
self.app.timeline.set_window_title("bungloo")
|
||||
self.app.mentions.evaluateJavaScript("bungloo_instance.unread_mentions = 0;")
|
||||
|
||||
@QtCore.pyqtSlot(str, str, str, str)
|
||||
|
@ -230,4 +230,4 @@ class Console(QtCore.QObject):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
Tentia()
|
||||
Bungloo()
|
|
@ -76,7 +76,7 @@ class Preferences:
|
|||
|
||||
class Timeline:
|
||||
|
||||
def __init__(self, app, action="timeline", title="Tentia"):
|
||||
def __init__(self, app, action="timeline", title="bungloo"):
|
||||
self.app = app
|
||||
self.action = action
|
||||
self.title = title
|
||||
|
@ -106,7 +106,7 @@ class Timeline:
|
|||
|
||||
exitAction = QtGui.QAction("&Exit", self.window)
|
||||
exitAction.setShortcut("Ctrl+Q")
|
||||
exitAction.setStatusTip("Exit Tentia")
|
||||
exitAction.setStatusTip("Exit bungloo")
|
||||
exitAction.triggered.connect(QtGui.qApp.quit)
|
||||
|
||||
menubar = self.window.menuBar()
|
||||
|
@ -166,7 +166,7 @@ class Oauth:
|
|||
self.core.page().mainFrame().evaluateJavaScript(script)
|
||||
|
||||
def login(self):
|
||||
script = "bugloo_instance.authenticate();"
|
||||
script = "bungloo_instance.authenticate();"
|
||||
self.core.page().mainFrame().evaluateJavaScript(script)
|
||||
|
||||
def handle_authentication(self, url):
|
||||
|
@ -265,7 +265,7 @@ class NewPost(Helper.RestorableWindow):
|
|||
|
||||
exitAction = QtGui.QAction("&Exit", self)
|
||||
exitAction.setShortcut("Ctrl+Q")
|
||||
exitAction.setStatusTip("Exit Tentia")
|
||||
exitAction.setStatusTip("Exit bungloo")
|
||||
exitAction.triggered.connect(QtGui.qApp.quit)
|
||||
|
||||
menubar = self.menuBar()
|
||||
|
|
|
@ -14,6 +14,14 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Bungloo 0.7.0</h1>
|
||||
|
||||
<p>Renamed the application from Tentia to bungloo. Watch <a href="https://tent.io/officehours/2013-01-22">OfficeHours 2013-01-22</a>
|
||||
if you want to know why.</p>
|
||||
<p></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<h1>Tentia 0.6.2</h1>
|
||||
|
||||
<p>Added possibility to show followings and followers to profile view. Just click on the number.</p>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
Tentia
|
||||
bungloo
|
||||
=======
|
||||
|
||||
Tentia is a slim Tent client for OS X and Linux written in mostly JavaScript.
|
||||
bungloo is a slim Tent client for OS X and Linux written in mostly JavaScript.
|
||||
|
||||
For more info check out the Wiki page: https://github.com/jeena/Tentia/wiki
|
||||
For more info check out the Wiki page: https://github.com/jeena/bungloo/wiki
|
||||
|
||||
|
||||
Thanks everyone in the Open Source community! Tentia is using:
|
||||
Thanks everyone in the Open Source community! bungloo is using:
|
||||
|
||||
- RequireJS - http://requirejs.org
|
||||
- URI.js - http://medialize.github.com/URI.js/
|
||||
|
|
BIN
images/Icon.psd
BIN
images/Icon.psd
Binary file not shown.
Reference in a new issue