Commit graph

1220 commits

Author SHA1 Message Date
alexliebowitz
addfbb2acf Merge pull request #194 from lbryio/developer-menu-tweaks
Quick tweaks to developer menu
2017-03-08 18:35:18 -05:00
Alex Liebowitz
3763108cb0 Quick tweaks to developer menu
- Fix variable name of default client setting
 - Correct key combo details in change log entry
2017-03-08 18:35:00 -05:00
alexliebowitz
2ff2d12d94 Merge pull request #193 from lbryio/developer-menu
Add option in Developer Settings to enable/disable developer menu
2017-03-08 18:24:13 -05:00
alexliebowitz
b71382d276 Merge pull request #9 from lbryio/menubar
Add basic menubar
2017-03-08 18:23:04 -05:00
Alex Liebowitz
9c13a03ca6 Refactor and improve menubar
- Style fixes
 - Remove some items from Edit menu
 - Add app menu on macOS
 - Make Help point to help page instead of FAQ
 - Simplify menubar logic
2017-03-08 18:23:05 -05:00
Alex Liebowitz
e9fdcd1094 Tune up logic for launching developer settings
- Don't bother to return false, event.preventDefault() is enough
 - Don't respond to cmd-shift, only ctrl-shift (cmd-shift was a
   workaround for OS X, but it works fine on OS X if we use
   onMouseUp instead of onClick)
2017-03-08 18:18:42 -05:00
Alex Liebowitz
302a1029bd Simplify developer menu logic 2017-03-08 18:14:43 -05:00
Jeremy Kauffman
d78aab14e8 Merge pull request #192 from lbryio/open-reveal-electron
Open and reveal files using Electron instead of daemon
2017-03-08 17:12:30 -05:00
Jeremy Kauffman
34c7da88c9 ignore venv 2017-03-08 09:55:45 -05:00
Alex Liebowitz
694eb77b0b Add option in Developer Settings to enable/disable developer menu
Also added the ability to access Developer Settings by holding
Ctrl-Shift or Cmd-Shift and clicking the LBRY logo.

https://youtu.be/pXPXMxsXT28
2017-03-08 04:37:10 -05:00
Alex Liebowitz
b0d7e6497a Add basic menubar
This includes a Developer menu that can be enabled or disabled through
the UI.
2017-03-08 04:05:18 -05:00
Alex Liebowitz
a6979445cc Fix "search for your first download" link on My Files page 2017-03-08 02:37:06 -05:00
Alex Liebowitz
fbc1d4fe8a Open and reveal files using Electron instead of daemon 2017-03-08 02:33:42 -05:00
Alex Grintsvayg
780f9dd7c5 Bump version: 0.9.0rc13 → 0.9.0rc14 2017-03-07 16:03:19 -05:00
Alex Grintsvayg
86c1210793 Bump version: 0.9.0rc13 → 0.9.0rc14 2017-03-07 16:03:17 -05:00
Alex Grintsvayg
8f417005b5 finally working 2017-03-07 15:46:06 -05:00
Alex Grintsvayg
df33156ea4 Bump version: 0.9.0rc12 → 0.9.0rc13 2017-03-06 18:15:45 -05:00
Alex Grintsvayg
9ff1ffd53e Bump version: 0.9.0rc12 → 0.9.0rc13 2017-03-06 18:15:43 -05:00
Alex Grintsvayg
bb26e66d05 another fix 2017-03-06 18:00:57 -05:00
Alex Grintsvayg
9b6146cf0d Bump version: 0.9.0rc11 → 0.9.0rc12 2017-03-06 17:47:50 -05:00
Alex Grintsvayg
4a4b575d93 Bump version: 0.9.0rc11 → 0.9.0rc12 2017-03-06 17:47:46 -05:00
Alex Grintsvayg
ccfb56f717 fix 2017-03-06 17:47:10 -05:00
Alex Grintsvayg
a3a3769222 Revert "Change submodules url to use ssh access"
This reverts commit 4386102ba3.

It turns out that Appveyor and Teamcity choke on SSH urls.
2017-03-06 17:40:21 -05:00
Alex Grintsvayg
3c100ecf20 minor 2017-03-06 17:17:03 -05:00
Alex Grintsvayg
abbcbfefd7 move more requirements into req.txt 2017-03-06 11:52:34 -05:00
jobevers
33ffb322cc add script to reset each submodule 2017-03-06 10:34:37 -06:00
jobevers
5a2de41563 update submodules 2017-03-06 10:33:54 -06:00
jobevers
9ed1ba33be check if tag already exists 2017-03-06 10:33:17 -06:00
jobevers
86e52ffcb4 Add checks for token and lbryum part
Also adds better instructions and help items
2017-03-06 08:45:41 -06:00
jobevers
4bda5ac19a update submodules 2017-03-06 07:48:07 -06:00
jobevers
4386102ba3 Change submodules url to use ssh access
This change was requested by grin. This means that the general public
won't be able to pull the repo unless they have ssh access setup on
github.  I'd suggest switching back to https at some point and having
each person that wants to use ssh authentication change their local
repo to use ssh urls

`git config submodule.lbry.url git@github.com:lbryio/lbry.git`
2017-03-06 07:43:38 -06:00
Job Evers‐Meltzer
ecec1ba5c8 Merge pull request #8 from lbryio/grin
grin's attempts at getting release.py working
2017-03-06 07:29:17 -06:00
Alex Grintsvayg
565764a629 fixing release so ppl like me can do it 2017-03-02 23:37:20 -05:00
Alex Grintsvayg
666fd5a490 renamed lbrynet to lbrynet-daemon, removed some unused code, lowercased daemon release name 2017-03-02 23:37:20 -05:00
Jeremy Kauffman
c2f9352466 Merge pull request #189 from lbryio/refactor-publish-page
Refactor Publish page + make styling of form fields more flexible
2017-03-02 12:19:59 -05:00
Alex Liebowitz
714714cece Update change log for changes to form field styles and Publish page 2017-03-01 16:07:52 -05:00
Alex Liebowitz
0fc4712820 Convert Publish page to use new FormField and field label styles 2017-03-01 15:51:08 -05:00
Alex Liebowitz
828041449f Add style for form field labels 2017-03-01 15:51:08 -05:00
Alex Liebowitz
a9563b80df Add a "text-number" form field type, and add styles for 2 others 2017-03-01 15:51:00 -05:00
alexliebowitz
3750acded1 Merge pull request #188 from lbryio/bug-fixes-3
Fix 2 links and remove some dead code
2017-03-01 15:27:37 -05:00
Alex Liebowitz
166db552b2 Fix two links to Discover page
Need the "index.html" for Electron
2017-03-01 15:26:03 -05:00
Alex Liebowitz
c12b7645a7 Remove code for Linux close link
Not needed for Electron
2017-03-01 15:25:11 -05:00
Alex Liebowitz
b81add382b Bump version: 0.9.0rc10 → 0.9.0rc11 2017-02-27 17:49:09 -05:00
Alex Liebowitz
1ccbbe721f Bump version: 0.9.0rc10 → 0.9.0rc11 2017-02-27 17:49:08 -05:00
Alex Liebowitz
2fc2ab0a84 update submodules 2017-02-27 17:45:09 -05:00
Alex Liebowitz
d7b3b94197 Updating submodules 2017-02-27 17:26:45 -05:00
alexliebowitz
a97cd34407 Merge pull request #187 from lbryio/fix-api-changes
Fix pending changes to lbry.io API
2017-02-27 17:15:00 -05:00
Jeremy Kauffman
049e007747 add missing var declaration 2017-02-27 17:15:15 -05:00
Jeremy Kauffman
7eb15a9ac6 fix pending changes to api.lbry.io 2017-02-27 17:15:06 -05:00
Jeremy Kauffman
ae4a27c122 Merge pull request #186 from lbryio/modal-updates
Improvements to modals
2017-02-26 10:31:51 -05:00