Commit Graph

72 Commits

Author SHA1 Message Date
Alan Hamlett 66ee4a81aa v0.4.1 2013-08-08 02:45:05 -07:00
Alan Hamlett fc865aa747 v0.4.0 2013-08-08 02:43:37 -07:00
Alan Hamlett 8a9b9d0c91 using subprocess when Sublime Text embedded python does not support SSL. 2013-08-08 02:41:29 -07:00
Alan Hamlett b89356b3e7 Upgraded wakatime package to v0.3.0.
Importing wakatime package directly without need for subprocess.
Using threading to prevent blocking Sublime Text.
2013-08-08 02:17:47 -07:00
Alan Hamlett f0e72b10f4 v0.3.3 2013-08-06 17:43:22 -07:00
Alan Hamlett be2cd47add v1.0.0 2013-08-06 17:26:59 -07:00
Alan Hamlett 1b12779f07 v0.3.2 2013-08-06 17:22:24 -07:00
Alan Hamlett 4f4148763c added packages.json for Sublime Package Control versioning. fixed issues with WakaTime.sublime-settings in both ST2 and ST3. 2013-08-06 17:21:32 -07:00
Alan Hamlett f65ec9570c added messages.json for versioning with Sublime Package Control 2013-08-06 11:36:16 -07:00
Alan Hamlett d69b82632d updated path to user settings 2013-08-06 10:20:34 -07:00
Alan Hamlett e3a8f20416 v0.3.1 2013-08-04 22:33:42 -07:00
Alan Hamlett 39926c7e71 using WakaTime.py for plugin file name 2013-08-04 22:30:24 -07:00
Alan Hamlett ef597b1967 v0.3.0 2013-08-04 22:16:43 -07:00
Alan Hamlett a389c456ad only check for .wakatime.conf if api_key setting not set 2013-08-04 22:15:47 -07:00
Alan Hamlett fc2776a125 added WakaTime.sublime-settings file for disabling away prompt. Fixes #10. 2013-08-04 22:11:22 -07:00
Alan Hamlett bc8c1af287 verbosely telling subprocess to not open a command window on Windows platforms 2013-08-03 03:10:13 -07:00
Alan Hamlett 3bd9c31247 fix #12 to always use pythonw 2013-08-02 17:00:26 -07:00
Alan Hamlett a4545d04ed upgraded wakatime package 2013-07-30 17:21:27 -07:00
Alan Hamlett a5c53f245f v0.2.10 2013-07-29 23:11:46 -07:00
Alan Hamlett 1976b87e94 upgraded wakatime package to v0.2.0 for Python3 support 2013-07-29 23:11:07 -07:00
Alan Hamlett e2447c57a3 note about Python requirement 2013-07-25 10:47:31 -07:00
Alan Hamlett a71c4370b0 swapped python version and platform in user agent 2013-07-24 10:31:58 -07:00
Alan Hamlett 2faa812557 added missing sys.version_info line 2013-07-23 20:33:30 -07:00
Alan Hamlett 039c4bf0ac upgraded wakatime cli package to 0.1.5 2013-07-23 17:52:33 -07:00
Alan Hamlett b944863cb7 added .no-sublime-package to force ST3 to extract plugin into Packages folder 2013-07-23 17:15:21 -07:00
Alan Hamlett d4d23537a7 importing glob 2013-07-23 15:18:31 -07:00
Alan Hamlett 998d0b2066 find python binary on Windows even if not in system path 2013-07-23 15:10:19 -07:00
Alan Hamlett 8d259a6c00 not using sys.executable for python path 2013-07-23 14:03:25 -07:00
Alan Hamlett 900b75056a only using pythonw if it exists 2013-07-23 12:11:51 -07:00
Alan Hamlett 1e0b8ec55d using python binary from sys.executable 2013-07-23 12:09:58 -07:00
Alan Hamlett 4ab0f82346 updated wakatime package 2013-07-22 18:32:12 -07:00
Alan Hamlett c582c2de3e v0.2.9 2013-07-22 17:29:37 -07:00
Alan Hamlett ecc08f0d2d upgraded wakatime module from wakatime/wakatime 2013-07-22 17:29:15 -07:00
Alan Hamlett b8b41fc870 v0.2.8 2013-07-21 10:44:50 -07:00
Alan Hamlett 68fd214b3a upgraded wakatime package to v0.1.4 2013-07-21 10:44:23 -07:00
Alan Hamlett 42e1420649 use os.path.join for Windows compatible config file path. 2013-07-21 10:42:57 -07:00
Alan Hamlett 56a6aa4baa version 0.2.7 2013-07-20 15:29:09 -07:00
Alan Hamlett fae7b4a8e4 upgraded wakatime package to v0.1.3 2013-07-20 15:28:38 -07:00
Alan Hamlett 239c6f56b5 Merge pull request #8 from jinie/master
Fix cmd window popup when running under Windows.
2013-07-19 13:19:09 -07:00
Jimmy Selgen Nielsen cc166ab27f Fix cmd windows popup when running under Windows. 2013-07-18 15:14:02 +02:00
Alan Hamlett 4f21904013 Version 0.2.6. Logging errors from background python program to ~/.wakatime.log 2013-07-17 13:01:01 -07:00
Alan Hamlett 5095de4302 Version 0.2.5 2013-07-17 09:58:00 -07:00
Alan Hamlett 40cfefd394 correctly using BUSY global. fixed #5 2013-07-16 18:26:52 -07:00
Alan Hamlett d3d4a65538 decreased number of events handled using global lock variable and skipping events without a file associated to the view 2013-07-16 09:17:21 -07:00
Alan Hamlett 9d21626459 using on_modified event instead of more frequent on_selection_modified event 2013-07-16 04:02:30 -07:00
Alan Hamlett e1fc5926cf using is_write for api attribute instead of isWrite 2013-07-13 23:20:54 -07:00
Alan Hamlett 230dddb88b updated wakatime package 2013-07-12 00:10:27 -07:00
Alan Hamlett 6b7eadb30e fixed bugs in away() function when building duration for popup. 2013-07-11 23:35:49 -07:00
Alan Hamlett 64f95e28f0 fixed bug causing infinit away prompt 2013-07-11 11:27:27 -07:00
Alan Hamlett 163ea89998 added install instructions for BIND9 2013-07-10 20:53:28 -07:00