1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-20 06:56:40 +02:00
Commit Graph

881 Commits

Author SHA1 Message Date
antelle
7921e6de59 solarized themes 2016-07-16 10:58:14 +03:00
antelle
574bcd47e5 Merge branch 'ericbn-solarized' into develop 2016-07-16 10:57:20 +03:00
antelle
c0544c3d4a reverted back to sass; resorted colors 2016-07-16 10:57:12 +03:00
Eric
e6fb3514e7 Sort theme names in select tag
- Make theme names appear in ascending order in the settings page
2016-07-15 18:00:10 -05:00
Eric
52b8c54db9 Add Solarized themes
- Add solarized-dark and solarized-light themes, based on
  http://ethanschoonover.com/solarized#usage-development
- Update text-contrast-color() to pick the best color, based on Compass
  http://compass-style.org/reference/compass/utilities/color/contrast/
- Previous text-contrast-color() or other simple implementations that
  were experimented didn't work well with both solarized-dark and
  solarized-light
2016-07-15 17:56:07 -05:00
Eric
41e36bb6bd Compile scss with Compass
- Replace Sass by Compass
- Replace grunt-sass by grunt-contrib-compass plugin
- Fix errors pointed by Compass
- This is being introduced to be able to efectivelly compute color
  contrast. Compass has 
  http://compass-style.org/reference/compass/utilities/color/contrast/
  and any other implementation needs pow() with decimal numbers, also
  provided by Compass.
2016-07-15 17:43:41 -05:00
antelle
09ccfdf038 trigger auto-type change on item select 2016-07-14 22:33:46 +03:00
antelle
0c6f8bcf00 Merge branch 'master' into develop 2016-07-14 22:00:50 +03:00
antelle
24cde9ad91 Merge branch 'release-1.2' 2016-07-14 21:59:49 +03:00
antelle
c3553552aa
bump version 2016-07-14 21:58:55 +03:00
antelle
d0325e48e3
fix special keys auto-type in linux 2016-07-14 21:56:48 +03:00
antelle
24e17c6b79 Merge branch 'release-1.2' 2016-07-12 20:58:37 +03:00
antelle
51e97d69c0
bump version 2016-07-12 20:58:24 +03:00
antelle
e8884f08ae Merge branch 'release-1.2' 2016-07-12 20:57:16 +03:00
antelle
b14b20f233
release date 2016-07-12 20:56:59 +03:00
antelle
57437c8eb9 Merge branch 'release-1.2' 2016-07-12 20:56:30 +03:00
antelle
2c0d837237
fix electron deprecations 2016-07-12 08:05:07 +03:00
antelle
91e8ce5c86
fix #261: storage auth popups on desktop 2016-07-12 07:40:01 +03:00
antelle
a29c14275a Merge branch 'master' into develop 2016-07-11 23:16:12 +03:00
antelle
5df8d62bab
release date 2016-07-11 22:42:43 +03:00
antelle
bdce1c008f win fix 2016-07-11 22:37:04 +03:00
antelle
71c3aaa313
packaging fix 2016-07-11 21:44:39 +03:00
antelle
18d18a6aba packaging 2016-07-11 21:32:44 +03:00
antelle
d20c9a40f4
up electron-builder 2016-07-11 20:44:03 +03:00
antelle
fc2f8e522e package 2016-07-11 20:41:36 +03:00
antelle
6156b9858a
bump version 2016-07-11 20:28:03 +03:00
antelle
2338ca589c Merge branch 'develop' 2016-07-11 20:26:23 +03:00
antelle
cff052eccc release date 2016-07-11 20:25:46 +03:00
antelle
989836e96f up electron 2016-07-11 20:25:02 +03:00
antelle
27982cc6a6
hide global auto-type shortcut 2016-07-04 23:16:26 +03:00
antelle
75478c7c10 Merge branch 'master' into develop 2016-07-03 19:46:56 +03:00
antelle
f0139c93e2
Change master password if it's expired 2016-07-03 19:46:43 +03:00
antelle
a9dbc86db1 update link in pr template 2016-06-22 21:44:16 +03:00
antelle
d9ec8550ab Merge pull request #246 from fl0at/patch-1
Updated ISSUE_TEMPLATE: point antelle -> keeweb org
2016-06-22 21:42:50 +03:00
Scott Paeth
0a3e26601d Updated ISSUE_TEMPLATE: antelle -> keeweb org
The template wasn't updated to point to the new Github org, so following the link wouldn't work anymore when people submit images.
2016-06-22 11:05:20 -07:00
antelle
f7da41db3e ability to load json config 2016-06-16 20:00:24 +03:00
antelle
b987de7d12 Merge pull request #244 from grinsted/patch-1
Fix broken links to antelle/keeweb
2016-06-16 00:31:02 +04:00
Aslak Grinsted
5c6b8790c9 Fix broken links to antelle/keeweb
changed antelle/keeweb to keeweb/keeweb throughout.
2016-06-15 21:11:30 +02:00
antelle
303ea5ac24
better advanced search icon 2016-06-12 10:53:30 +03:00
antelle
3c9ecfc3f3
fix cursor on collapse control 2016-06-12 00:44:32 +03:00
antelle
b09e504e9e
customizable table view 2016-06-11 17:18:11 +03:00
antelle
e08a104935 Merge pull request #243 from cttttt/preserve-newlines-while-copying-values
Try harder to to preserve newlines while copying in the Desktop app
2016-06-11 12:22:50 +04:00
Chris Taylor
7f19d90514 ct: Try to preserve newlines while copying.
- For some reason, copying a multi-line field's value in Chrome does so
  whilst preserving newlines.  In the desktop app on OSX, though,
  multiline values are copied as a single line.

- Although non-standard, the .innerText property of a Node will do
  better at preserving plain-text-formatting (newlines, and such) from
  child elements.  Where it doesn't exist, fallback to whatever JQuery's
  `.text()` uses.
2016-06-10 21:36:58 -04:00
antelle
8990058bca
table columns list ui 2016-06-10 22:08:28 +03:00
antelle
72ee188351
up jquery 2016-06-10 20:52:19 +03:00
antelle
3c675ebe1b
removed non-important issue from readme 2016-06-10 20:46:41 +03:00
antelle
07e8db1e37
fix #242: webdav in ie 2016-06-10 20:31:16 +03:00
antelle
a07f31d47b fix table borders 2016-06-05 17:58:44 +03:00
antelle
1c7405ae76
select file for new records 2016-06-05 17:49:00 +03:00
antelle
c7325076ca
fix #170: local files are not saved to cache 2016-06-05 14:48:23 +03:00