Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #321 from nkait/justin-final
Browse files Browse the repository at this point in the history
Add Justin TV Support
  • Loading branch information
zxiiro committed Apr 7, 2013
2 parents 5166c9c + f6786fb commit ed64b41
Show file tree
Hide file tree
Showing 15 changed files with 2,858 additions and 1,338 deletions.
1 change: 1 addition & 0 deletions src/freeseer/frontend/configtool/configtool.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ def show_plugin_widget_dialog(self, widget):
self.dialog = QtGui.QDialog(self)

self.dialog_layout = QtGui.QVBoxLayout()
self.dialog_layout.setSizeConstraint(QtGui.QLayout.SetFixedSize)
self.dialog.setLayout(self.dialog_layout)
self.dialog_layout.addWidget(widget)

Expand Down
3 changes: 2 additions & 1 deletion src/freeseer/frontend/qtcommon/languages/freeseer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ SOURCES = ../AboutDialog.py \
../../reporteditor/reporteditor.py \
../../talkeditor/talkeditor.py \
../../controller/Client.py \
../../controller/Server.py
../../controller/Server.py \
../../../plugins/output/rtmp-streaming/rtmp-streaming.py

TRANSLATIONS = tr_en_US.ts \
tr_ar_EG.ts \
Expand Down
178 changes: 107 additions & 71 deletions src/freeseer/frontend/qtcommon/languages/tr_ar_EG.ts

Large diffs are not rendered by default.

178 changes: 107 additions & 71 deletions src/freeseer/frontend/qtcommon/languages/tr_de_DE.ts

Large diffs are not rendered by default.

184 changes: 112 additions & 72 deletions src/freeseer/frontend/qtcommon/languages/tr_en_US.ts

Large diffs are not rendered by default.

178 changes: 107 additions & 71 deletions src/freeseer/frontend/qtcommon/languages/tr_fr_CA.ts

Large diffs are not rendered by default.

178 changes: 107 additions & 71 deletions src/freeseer/frontend/qtcommon/languages/tr_ja.ts

Large diffs are not rendered by default.

178 changes: 107 additions & 71 deletions src/freeseer/frontend/qtcommon/languages/tr_nl_NL.ts

Large diffs are not rendered by default.

178 changes: 107 additions & 71 deletions src/freeseer/frontend/qtcommon/languages/tr_sv_SE.ts

Large diffs are not rendered by default.

178 changes: 107 additions & 71 deletions src/freeseer/frontend/qtcommon/languages/tr_zh_CN.ts

Large diffs are not rendered by default.

178 changes: 107 additions & 71 deletions src/freeseer/frontend/qtcommon/languages/tr_zh_HK.ts

Large diffs are not rendered by default.

1,346 changes: 717 additions & 629 deletions src/freeseer/frontend/qtcommon/resource_rc.py

Large diffs are not rendered by default.

581 changes: 513 additions & 68 deletions src/freeseer/plugins/output/rtmp-streaming/rtmp-streaming.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/lib/oauth/__init.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from oauth import *
Loading

0 comments on commit ed64b41

Please sign in to comment.