repo
string
commit
string
message
string
diff
string
brampitoyo/haderach
7169f3775922a94f900a68dcf74c43ccdfb40038
remove Phrase model
diff --git a/app/controllers/phrases_controller.rb b/app/controllers/phrases_controller.rb deleted file mode 100644 index 4193430..0000000 --- a/app/controllers/phrases_controller.rb +++ /dev/null @@ -1,85 +0,0 @@ -class PhrasesController < ApplicationController - # GET /phrases - # GET /phrases.xml - def index - ...
brampitoyo/haderach
2ccc5251b4501f258c09199bdaaebeec010760b4
Add paragraphs controller and good routes
diff --git a/app/controllers/paragraphs_controller.rb b/app/controllers/paragraphs_controller.rb new file mode 100644 index 0000000..24605f8 --- /dev/null +++ b/app/controllers/paragraphs_controller.rb @@ -0,0 +1,23 @@ +class ParagraphsController < ApplicationController + + def index + @paragraphs = [] + @...
brampitoyo/haderach
4e7902e218cfec3b0035ad91eaa2e50f49976a8e
Lots of crap
diff --git a/app/controllers/phrases_controller.rb b/app/controllers/phrases_controller.rb new file mode 100644 index 0000000..4193430 --- /dev/null +++ b/app/controllers/phrases_controller.rb @@ -0,0 +1,85 @@ +class PhrasesController < ApplicationController + # GET /phrases + # GET /phrases.xml + def index + @ph...
brampitoyo/haderach
d5fbc81cfa1eda5fcabcf9a673f3eeb59e44d41d
Add Readme
diff --git a/README.markdown b/README.markdown index f76ffb6..7a34b2d 100644 --- a/README.markdown +++ b/README.markdown @@ -1 +1,35 @@ -TODO add readme content +h1 Kwisatz Haderach + +The placeholder text that can be in all places simultaneously. + +Basically, it's a stupid waste of time. You see, I'm really bored wit...
brampitoyo/haderach
149849b21119a6f0bc2fa1df0f684a490aab7f6c
Add basic scaffolding
diff --git a/README b/README.markdown similarity index 100% rename from README rename to README.markdown diff --git a/app/controllers/universes_controller.rb b/app/controllers/universes_controller.rb new file mode 100644 index 0000000..5142691 --- /dev/null +++ b/app/controllers/universes_controller.rb @@ -0,0 +1,85 @@...
brampitoyo/haderach
c7cb2bb2911328bc3832d1fa113b865c57ad8d63
adding authentication
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 6635a3f..36b125d 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,10 +1,11 @@ # Filters added to this controller apply to all controllers in the applicati...
dreverri/mc_riak
3967149291d3a91736ea4cc07b6865b3c60dcabd
Added search_dsl function
diff --git a/src/mc_riak_elastic_search.erl b/src/mc_riak_elastic_search.erl index f9d90ae..73c2f66 100644 --- a/src/mc_riak_elastic_search.erl +++ b/src/mc_riak_elastic_search.erl @@ -1,190 +1,207 @@ %%% @author Daniel Reverri <dan@appush.com> %%% @copyright (C) 2010, Daniel Reverri %%% @doc %%% %%% @end %%% Cre...
dreverri/mc_riak
da10914c777b5225c5f1344fc3550dce033bd43f
Added API to interact with ElasticSearch
diff --git a/ebin/mc_riak.app b/ebin/mc_riak.app index d9893ac..9b7cd19 100644 --- a/ebin/mc_riak.app +++ b/ebin/mc_riak.app @@ -1,22 +1,25 @@ {application, mc_riak, [ {description, ""}, {vsn, "1"}, {modules, [ + mc_riak, mc_riak_app, mc_riak_sup, mc_riak_client...
dreverri/mc_riak
5bffb76653a293b263e77733bb383f51c70cb071
Added module to house ES stuff
diff --git a/ebin/mc_riak.app b/ebin/mc_riak.app index 81192da..d9893ac 100644 --- a/ebin/mc_riak.app +++ b/ebin/mc_riak.app @@ -1,21 +1,22 @@ {application, mc_riak, [ {description, ""}, {vsn, "1"}, {modules, [ mc_riak_app, mc_riak_sup, mc_riak_client, mc_ria...
dreverri/mc_riak
1646a8908231fb8bb81a84a303f484b408fc02fb
added new/1 and key/1, to auto create keys and return them
diff --git a/ebin/mc_riak.app b/ebin/mc_riak.app index ba2e3dc..81192da 100644 --- a/ebin/mc_riak.app +++ b/ebin/mc_riak.app @@ -1,20 +1,21 @@ {application, mc_riak, [ {description, ""}, {vsn, "1"}, {modules, [ mc_riak_app, mc_riak_sup, mc_riak_client, mc_ria...
dreverri/mc_riak
c9266e8fc7f9e6922174d4b1f2f5042c1fc312bf
Changed add/3 to add/2 and created add_doc/3 functions in doc_list (same for remove)
diff --git a/src/mc_riak_doc_list.erl b/src/mc_riak_doc_list.erl index 2cbc75b..fcd11bc 100644 --- a/src/mc_riak_doc_list.erl +++ b/src/mc_riak_doc_list.erl @@ -1,422 +1,430 @@ %%%------------------------------------------------------------------- %%% @author Daniel Reverri <dan@appush.com> %%% @copyright (C) 2010, ...
dreverri/mc_riak
ea306a0cbf25625dcd0c14c625c6f8ba3881865c
added a to_json method to the doc
diff --git a/src/mc_riak_doc.erl b/src/mc_riak_doc.erl index bec2d02..a1168b0 100644 --- a/src/mc_riak_doc.erl +++ b/src/mc_riak_doc.erl @@ -1,469 +1,487 @@ %%%------------------------------------------------------------------- %%% @author Daniel Reverri <dan@appush.com> %%% @copyright (C) 2010, Daniel Reverri %%% ...
dreverri/mc_riak
2d8aae19ca1ad2ece93b4f35f317c54e19b9109b
Added to_list method
diff --git a/src/mc_riak_doc.erl b/src/mc_riak_doc.erl index 53a82f6..bec2d02 100644 --- a/src/mc_riak_doc.erl +++ b/src/mc_riak_doc.erl @@ -1,452 +1,469 @@ %%%------------------------------------------------------------------- %%% @author Daniel Reverri <dan@appush.com> %%% @copyright (C) 2010, Daniel Reverri %%% ...
dreverri/mc_riak
e8f54f3ba8d7db6f798e77f4142138e62d0a2744
Added read/1 function to doc
diff --git a/src/mc_riak_doc.erl b/src/mc_riak_doc.erl index fe291c2..53a82f6 100644 --- a/src/mc_riak_doc.erl +++ b/src/mc_riak_doc.erl @@ -1,422 +1,452 @@ %%%------------------------------------------------------------------- %%% @author Daniel Reverri <dan@appush.com> %%% @copyright (C) 2010, Daniel Reverri %%% ...
dreverri/mc_riak
732d1d5724d128f4b6c61efaf622b57bf2dde68f
Changed bert dependency to read only location
diff --git a/rebar.config b/rebar.config index 5ec4320..8d3fe1f 100644 --- a/rebar.config +++ b/rebar.config @@ -1,8 +1,8 @@ {cover_enabled, false}. %% coverage analyses is slow {erl_opts, [debug_info, fail_on_warning]}. {deps, [ {riakc, ".*", {hg, "http://bitbucket.org/basho/riak-erlang-client riakc", "tip"}},...
dreverri/mc_riak
b360f977087cd3d89086cb8d8a1c0218d7a397e2
Removed bert from mc_riak.app
diff --git a/ebin/mc_riak.app b/ebin/mc_riak.app index 65faa9c..ba2e3dc 100644 --- a/ebin/mc_riak.app +++ b/ebin/mc_riak.app @@ -1,21 +1,20 @@ {application, mc_riak, [ {description, ""}, {vsn, "1"}, {modules, [ mc_riak_app, mc_riak_sup, mc_riak_client, mc_ria...
dreverri/mc_riak
161f42ad3a7fc4d2486e5b69897a3c0eca05f318
Made bert an external dependency
diff --git a/rebar.config b/rebar.config index 5f02d5b..5ec4320 100644 --- a/rebar.config +++ b/rebar.config @@ -1,7 +1,8 @@ {cover_enabled, false}. %% coverage analyses is slow {erl_opts, [debug_info, fail_on_warning]}. {deps, [ {riakc, ".*", {hg, "http://bitbucket.org/basho/riak-erlang-client riakc", "tip"}},...
dreverri/mc_riak
049528db6b68f070f163b476044c38a30e99719b
made README pretty
diff --git a/README.md b/README.md new file mode 100644 index 0000000..db92770 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +MC Riak +======== +Wrapper around Riak protobuffs client + +Document values are encoded in JSON. MC Riak assumes a document will have +siblings and currently uses the sibling most recently modi...
dreverri/mc_riak
2b6673a0f8600e84c033b5df81feb13b0c92e1a7
made README pretty
diff --git a/README.md b/README.md new file mode 100644 index 0000000..db92770 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +MC Riak +======== +Wrapper around Riak protobuffs client + +Document values are encoded in JSON. MC Riak assumes a document will have +siblings and currently uses the sibling most recently modi...
dreverri/mc_riak
026996e803010d961fc3157744592079a383f820
Added README and LICENSE. Updated source headers with Apache license
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e454a52 --- /dev/null +++ b/LICENSE @@ -0,0 +1,178 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, R...
dreverri/mc_riak
d843e09f46a26cacb3dad2575a3cf53ff1bda29f
Added add_link and remove_link
diff --git a/src/mc_riak_doc.erl b/src/mc_riak_doc.erl index 5a7eb20..cf30d37 100644 --- a/src/mc_riak_doc.erl +++ b/src/mc_riak_doc.erl @@ -1,344 +1,405 @@ %%%------------------------------------------------------------------- %%% @author Daniel Reverri <dan@appush.com> %%% @copyright (C) 2010, Daniel Reverri %%% ...
dreverri/mc_riak
77df8bc38d53964cde886006263f20631a2e8db7
Added eunit tests for doc_list
diff --git a/rebar.config b/rebar.config index 5542941..8d4a287 100644 --- a/rebar.config +++ b/rebar.config @@ -1,5 +1,7 @@ +{cover_enabled, false}. %% coverage analyses is slow +{erl_opts, [debug_info, fail_on_warning]}. {deps, [ {riakc, ".*", {hg, "http://bitbucket.org/basho/riak-erlang-client riakc", "RELEASE...
dreverri/mc_riak
4a92265e6f53489aed8cba4463091ba5a7bc655d
Added bert for doc_list encoding, added mc_riak_doc_list, updated .app
diff --git a/.gitignore b/.gitignore index 2767bff..6d7b9e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store ebin/*.beam +ebin/*.bea# deps/* .#* .eunit diff --git a/ebin/mc_riak.app b/ebin/mc_riak.app index 9f9ef47..65faa9c 100644 --- a/ebin/mc_riak.app +++ b/ebin/mc_riak.app @@ -1,19 +1,21 @@ {...
dreverri/mc_riak
468663464cbe1828c4438351ff38f1237690152a
Fixed function names
diff --git a/src/mc_riak_doc.erl b/src/mc_riak_doc.erl index 8b7f31c..5a7eb20 100644 --- a/src/mc_riak_doc.erl +++ b/src/mc_riak_doc.erl @@ -1,401 +1,344 @@ %%%------------------------------------------------------------------- %%% @author Daniel Reverri <dan@appush.com> %%% @copyright (C) 2010, Daniel Reverri %%% ...
dreverri/mc_riak
2140ec9c6b2307ec08483ef62b8c64df3e8de32d
Moved read, write doc functions to seperate module
diff --git a/ebin/mc_riak.app b/ebin/mc_riak.app index 38a7d16..9f9ef47 100644 --- a/ebin/mc_riak.app +++ b/ebin/mc_riak.app @@ -1,18 +1,19 @@ {application, mc_riak, [ {description, ""}, {vsn, "1"}, {modules, [ mc_riak_app, mc_riak_sup, mc_riak_client, - mc_ria...
dreverri/mc_riak
5f9b2eaf31b8b7466282a9790225f4d9eca25a52
Changed mc_riak_obj to mc_riak_doc, removed mochijson2, added dependency on mochiweb (to get mochijson2), added unit tests
diff --git a/.gitignore b/.gitignore index dd8e200..2767bff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .DS_Store ebin/*.beam deps/* +.#* +.eunit diff --git a/ebin/mc_riak.app b/ebin/mc_riak.app index c2c9171..38a7d16 100644 --- a/ebin/mc_riak.app +++ b/ebin/mc_riak.app @@ -1,19 +1,18 @@ {application, ...
dreverri/mc_riak
b0700326d23de7614ccd13afd03379d62909b1a2
Beginnings of the MC Riak wrapper
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dd8e200 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +ebin/*.beam +deps/* diff --git a/ebin/mc_riak.app b/ebin/mc_riak.app new file mode 100644 index 0000000..c2c9171 --- /dev/null +++ b/ebin/mc_riak.app @@ -0,0 +1,19 @@ +{application...
radekp/NeronGPS
3ed2f418d6bfc9f4b115ac4d04b8eafa1f06de33
Sync translation files with source, including previously missing files.
diff --git a/NeronGPS-en_US.ts b/NeronGPS-en_US.ts new file mode 100644 index 0000000..94c0ca7 --- /dev/null +++ b/NeronGPS-en_US.ts @@ -0,0 +1,348 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0"> +<context> + <name>CacheForm</name> + <message> + <location filename="ui/cachefor...
radekp/NeronGPS
c6b68eef02bc6b1c451b5f6ad4926aeacf31cbba
Consider that void* is closer to an ulong than to an uint (especially true on 64bit platforms).
diff --git a/include/textfeeder.h b/include/textfeeder.h index 9ddcc2e..267bdd4 100755 --- a/include/textfeeder.h +++ b/include/textfeeder.h @@ -1,59 +1,59 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify ...
radekp/NeronGPS
6f0d59b0c4ee9b5f58685ec65c3824c2bb4bc818
Added again support for desktop linux
diff --git a/desktop/desktop.cpp b/desktop/desktop.cpp new file mode 100755 index 0000000..fd24189 --- /dev/null +++ b/desktop/desktop.cpp @@ -0,0 +1,84 @@ +/* + * Copyright 2009, 2010 Thierry Vuillaume + * + * This file is part of NeronGPS. + * + * NeronGPS is free software: you can redistribute it and/or modify + * i...
radekp/NeronGPS
ebd46abd6b21d487cb3939952010ba5019cfc1d6
Added Nokia N900 support, still experimental
diff --git a/include/journeyform.h b/include/journeyform.h index 61ec55d..89c9938 100755 --- a/include/journeyform.h +++ b/include/journeyform.h @@ -1,58 +1,59 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modif...
radekp/NeronGPS
89785dea3289ad8c917095267a1e8cb6e32b9b91
Added missing information from NMEA protocol to TGpsSample
diff --git a/include/gpssample.h b/include/gpssample.h index 014f06e..e22419e 100755 --- a/include/gpssample.h +++ b/include/gpssample.h @@ -1,69 +1,96 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it...
radekp/NeronGPS
04a7aa0a8b0db346ec89443ca540d9f6a258d962
Added TObject base clase for easier transporation of data across signals/slots. Ported TGpsSample to this base class, and will re-use it for satellite data and other data transmission purposes.
diff --git a/include/gpssample.h b/include/gpssample.h index 444d6ae..014f06e 100755 --- a/include/gpssample.h +++ b/include/gpssample.h @@ -1,83 +1,69 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it...
radekp/NeronGPS
49cfe47735b10d303216ba7cd83a39408faaeefa
Few minor clean-up on fullscreen
diff --git a/src/fullscreen.cpp b/src/fullscreen.cpp index d16fc92..daa9cfd 100755 --- a/src/fullscreen.cpp +++ b/src/fullscreen.cpp @@ -1,44 +1,42 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it und...
radekp/NeronGPS
32b8937c4e168497e2874c30f2565b41e71f1346
Fullscreen now cleanly implemented
diff --git a/include/fullscreen.h b/include/fullscreen.h new file mode 100755 index 0000000..d77e7ac --- /dev/null +++ b/include/fullscreen.h @@ -0,0 +1,37 @@ +/* + * Copyright 2009, 2010 Thierry Vuillaume + * + * This file is part of NeronGPS. + * + * NeronGPS is free software: you can redistribute it and/or modify + ...
radekp/NeronGPS
3b14f232ac09aca71bed06009bedd00f185a8d62
Improved differentiation between button pressing and map moving
diff --git a/include/mapwidget.h b/include/mapwidget.h index 422f985..2f89687 100755 --- a/include/mapwidget.h +++ b/include/mapwidget.h @@ -1,56 +1,58 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it...
radekp/NeronGPS
e99f602d35ad785388eebbe2c3ad393e33be9045
Added fullscreen support, by pressing bottom-left screen corner
diff --git a/include/action.h b/include/action.h index 02a0159..95029b4 100755 --- a/include/action.h +++ b/include/action.h @@ -1,50 +1,52 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under the t...
radekp/NeronGPS
ba8bbd4511ebef7ba6d64d83d5c553a9ea9f9544
Modified user interface for less intrusive buttons
diff --git a/include/button.h b/include/action.h similarity index 62% rename from include/button.h rename to include/action.h index 034b791..02a0159 100755 --- a/include/button.h +++ b/include/action.h @@ -1,61 +1,50 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronG...
radekp/NeronGPS
213a5ed4196311d33ef33d305d99e23fc23de2eb
Suppressed batch loading button, replaced by a menu entry
diff --git a/src/nerongps.cpp b/src/nerongps.cpp index d317270..0d020ad 100755 --- a/src/nerongps.cpp +++ b/src/nerongps.cpp @@ -1,305 +1,305 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under the...
radekp/NeronGPS
95faaf2c03345aef3660e208636dd5e25c224605
Simplified button pressing, first step to introduce a new interface
diff --git a/include/button.h b/include/button.h index 506fd9e..034b791 100755 --- a/include/button.h +++ b/include/button.h @@ -1,65 +1,61 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under the t...
radekp/NeronGPS
20bc11dd26d34ef2723e319747ab25b6030db67c
Added automatic gpsd detection: use gpsd if present, QWhereabouts if not. Anticipating more features for gpsd users, such as satellite detection.
diff --git a/include/gpssource.h b/include/gpssource.h index 758120a..f74e7ea 100755 --- a/include/gpssource.h +++ b/include/gpssource.h @@ -1,38 +1,63 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it...
radekp/NeronGPS
155c9a9b1e06820c971adca5ac988eb50652f02a
Added gpsd support
diff --git a/include/gpssourcegpsd.h b/include/gpssourcegpsd.h new file mode 100755 index 0000000..78c7f82 --- /dev/null +++ b/include/gpssourcegpsd.h @@ -0,0 +1,53 @@ +/* + * Copyright 2009, 2010 Thierry Vuillaume + * + * This file is part of NeronGPS. + * + * NeronGPS is free software: you can redistribute it and/or ...
radekp/NeronGPS
c1edac67cf38c309e0f5760ae0d34109cea9f6c0
Added necessary files to compile NeronGPS on a regular Linux, using QtCreator with qtlinux.pro project.
diff --git a/qtlinux.pro b/qtlinux.pro new file mode 100644 index 0000000..f7abc31 --- /dev/null +++ b/qtlinux.pro @@ -0,0 +1,166 @@ +# ------------------------------------------------- +# Project created by QtCreator 2010-02-17T23:02:10 +# ------------------------------------------------- +QT += network +TARGET = Nero...
radekp/NeronGPS
0edba5f3961dd89a2314231d2ab3937c0ffbe435
Also transferred root storage directory location (/media/card/NeronGPS) to TPlatform
diff --git a/include/platform.h b/include/platform.h index 2eadc31..9544fe2 100755 --- a/include/platform.h +++ b/include/platform.h @@ -1,47 +1,50 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it und...
radekp/NeronGPS
6a27264d99ddb6346558fc91f61a67e9e1d36950
Further adjustment to isolate QTExtended specificities
diff --git a/include/nerongps.h b/include/nerongps.h index 7ee93f4..3a8b613 100755 --- a/include/nerongps.h +++ b/include/nerongps.h @@ -1,110 +1,112 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it u...
radekp/NeronGPS
2d611b2c4ca12bbdd54f49a2afa59a1abfa74531
Reorganized folders with a new 'src' folder for platform independent code, 'qtmoko' for QTExtended specifics code.
diff --git a/include/gpxform.h b/include/gpxform.h index cecfa4a..9abe8bb 100755 --- a/include/gpxform.h +++ b/include/gpxform.h @@ -1,69 +1,69 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under t...
radekp/NeronGPS
d3c006e86e0c01e096ff7f69466479ab38b36691
Transfered QtopiaApplication::setPowerConstraint from TDrawState to TQtMokoMain. Should be isolating in TQtMokoMain the last dependency to QtExtended.
diff --git a/drawstate.cpp b/drawstate.cpp index 3a6e0f9..a80ae87 100755 --- a/drawstate.cpp +++ b/drawstate.cpp @@ -1,310 +1,291 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under the terms of th...
radekp/NeronGPS
ad1b1d5241f799c9856ee3c956bd85bd106e6c34
Suppressed clock sync and timezone sync from the clock form. Consider them as minor feature compare to the potential drawbacks: time change can impact timers in the application + create unecessary dependencies to QtExtended (QTimeZone and QtopiaServiceRequest).
diff --git a/clockform.cpp b/clockform.cpp index 1e7aa9f..110d7da 100755 --- a/clockform.cpp +++ b/clockform.cpp @@ -1,112 +1,67 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under the terms of the...
radekp/NeronGPS
4fbfcad9152c7800d683e17174dbb5e3eb8bee92
Pushed QtExtended dependencies out of TGpsAppli in a separate QtMokoMain class, and renamed TGpsAppli into TNeronGPS
diff --git a/gpssourcenmea.cpp b/gpssourcenmea.cpp index 496957b..8f5fcaf 100755 --- a/gpssourcenmea.cpp +++ b/gpssourcenmea.cpp @@ -1,85 +1,90 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under t...
radekp/NeronGPS
1e63c3c5aba7e32071d61877d06ef56c82b300ef
Added NMEA parser, getting NMEA data from file + few minor clean up
diff --git a/appli.cpp b/appli.cpp index 24679cc..f1f925e 100755 --- a/appli.cpp +++ b/appli.cpp @@ -1,298 +1,302 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under the terms of the GNU General Pu...
radekp/NeronGPS
08453fd32a99c497ab989a7928525c1bf0236848
Suppressed QWhereabouts includes from mapwidget.h
diff --git a/include/mapwidget.h b/include/mapwidget.h index 90e2b7a..06494aa 100755 --- a/include/mapwidget.h +++ b/include/mapwidget.h @@ -1,58 +1,56 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it...
radekp/NeronGPS
0600ca34a8e47fc0ca40f078b2b13344c457a0ef
Isolated dependencies to QWhereabouts in a single TGpsSampleAbout class for easier porting
diff --git a/appli.cpp b/appli.cpp index 5816d00..24679cc 100755 --- a/appli.cpp +++ b/appli.cpp @@ -1,308 +1,298 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under the terms of the GNU General Pu...
radekp/NeronGPS
c965ac6716d1f2b5810f2772ed8eef04b11f6f48
Added metadata to gpx record
diff --git a/gpxbuilder.cpp b/gpxbuilder.cpp index bcfb5cb..e82ab86 100755 --- a/gpxbuilder.cpp +++ b/gpxbuilder.cpp @@ -1,108 +1,108 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under the terms o...
radekp/NeronGPS
fd82585034d44a75555fd1ae6e8f12c3375a2983
Added support of waypoints in gpx file recording
diff --git a/gpxbuilder.cpp b/gpxbuilder.cpp new file mode 100755 index 0000000..bcfb5cb --- /dev/null +++ b/gpxbuilder.cpp @@ -0,0 +1,108 @@ +/* + * Copyright 2009, 2010 Thierry Vuillaume + * + * This file is part of NeronGPS. + * + * NeronGPS is free software: you can redistribute it and/or modify + * it under the te...
radekp/NeronGPS
d355801586b9127267f7d0e1e0bc3134f2a7269d
Added possibility of naming tracks in the gpx file. Also prepared for way points taking.
diff --git a/appli.cpp b/appli.cpp index 563c111..5816d00 100755 --- a/appli.cpp +++ b/appli.cpp @@ -1,307 +1,308 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under the terms of the GNU General Pu...
radekp/NeronGPS
d62a5162935d217a84af61bb71f26c7a61733306
Suppressed validation button from the keyboard. Validation now done when closing.
diff --git a/include/keyboardform.h b/include/keyboardform.h index 828e97f..57af8f4 100755 --- a/include/keyboardform.h +++ b/include/keyboardform.h @@ -1,55 +1,57 @@ /* * Copyright 2009, 2010 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or m...
radekp/NeronGPS
13774f7901f427e5ce0fcc06c8fea36375b05f92
Added missing file in previous commit
diff --git a/include/gpxloader.h b/include/gpxloader.h new file mode 100755 index 0000000..d90c691 --- /dev/null +++ b/include/gpxloader.h @@ -0,0 +1,65 @@ +/* + * Copyright 2009, 2010 Thierry Vuillaume + * + * This file is part of NeronGPS. + * + * NeronGPS is free software: you can redistribute it and/or modify + * i...
radekp/NeronGPS
5e7862521c6468161e8c886735759259ec39f9d8
Improved "drive to" mode: possibility to zoom-in, zoom-out, and cancel it. Also re-architectured the map drawing part, with a drawing list.
diff --git a/appli.cpp b/appli.cpp index f6fa182..0613759 100755 --- a/appli.cpp +++ b/appli.cpp @@ -1,283 +1,298 @@ /* * Copyright 2009 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public L...
radekp/NeronGPS
401f050116c56dcd25f652e388fe153821ffbe76
Added confirmation dialog box when closing the application
diff --git a/appli.cpp b/appli.cpp index 282b274..f6fa182 100755 --- a/appli.cpp +++ b/appli.cpp @@ -1,273 +1,283 @@ /* * Copyright 2009 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public L...
radekp/NeronGPS
56de67675d2992594a7fd8fd4e36c9a36b65b61f
Modified icon for auto-recording at start-up
diff --git a/traceserver.cpp b/traceserver.cpp index 2f7fbf7..e3387fd 100755 --- a/traceserver.cpp +++ b/traceserver.cpp @@ -1,255 +1,255 @@ /* * Copyright 2009 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under the terms of ...
radekp/NeronGPS
1e891c662ace9c1e9a43c2bcc90dd7d755112da7
Suppressed GPS power on/off, unused
diff --git a/appli.cpp b/appli.cpp index 8f041ec..282b274 100755 --- a/appli.cpp +++ b/appli.cpp @@ -1,274 +1,273 @@ /* * Copyright 2009 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public L...
radekp/NeronGPS
96c7377f0efb4f56687c86bcf0e200e021beeb5b
Added Point Of Interest registering, GoTo and DriveTo feature, and a better shape for the location pointer
diff --git a/appli.cpp b/appli.cpp index be6789c..8f041ec 100755 --- a/appli.cpp +++ b/appli.cpp @@ -1,252 +1,274 @@ /* * Copyright 2009 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public L...
radekp/NeronGPS
f60ee07265259b240b0f441b38de41148328f69e
Added small cross in the center of the screen to better point on POI to register
diff --git a/appli.cpp b/appli.cpp index 24f53dd..be6789c 100755 --- a/appli.cpp +++ b/appli.cpp @@ -1,251 +1,252 @@ /* * Copyright 2009 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public L...
radekp/NeronGPS
396662bf803e13581db46cee712a1c19e7b32ea5
Map display optimization when moving, and better management of the direction of the pointer
diff --git a/appli.cpp b/appli.cpp index 8bc1f23..24f53dd 100755 --- a/appli.cpp +++ b/appli.cpp @@ -1,249 +1,251 @@ /* * Copyright 2009 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public L...
radekp/NeronGPS
a10e874805bc7aa33de542458a55159b0d6e6f80
Fix desktop file and better icon
diff --git a/NeronGPS.desktop b/NeronGPS.desktop index 962c8fb..5424929 100755 --- a/NeronGPS.desktop +++ b/NeronGPS.desktop @@ -1,15 +1,15 @@ [Desktop Entry] Version=1.0 Encoding=UTF-8 Name=NeronGPS.desktop Comment[]=GPS Application Exec=NeronGPS -Icon=NeronGPS.png +Icon=NeronGPS/NeronGPS.png Type=Application ...
radekp/NeronGPS
4068932d75487517f4c666c7ddac4fc0b5b35128
Replaced "OSM" by "osm" for default tile server, for coherence with the webpage
diff --git a/tilehttpname.cpp b/tilehttpname.cpp index 8ccdd6c..32be8a9 100755 --- a/tilehttpname.cpp +++ b/tilehttpname.cpp @@ -1,89 +1,89 @@ /* * Copyright 2009 Thierry Vuillaume * * This file is part of NeronGPS. * * NeronGPS is free software: you can redistribute it and/or modify * it under the terms o...
jbbarth/dotfiles
8ec56dc32eda90ba796e29f94d603068128d12d9
Add AdonisJS goodies
diff --git a/.zsh/adonis.zsh b/.zsh/adonis.zsh new file mode 100644 index 0000000..4d8d36a --- /dev/null +++ b/.zsh/adonis.zsh @@ -0,0 +1,4 @@ +# AdonisJS framework +na() { + node ace "$@" +} diff --git a/.zsh/completion/_node_ace b/.zsh/completion/_node_ace new file mode 100644 index 0000000..a55dcba --- /dev/null ++...
jbbarth/dotfiles
1be43a157a5777d58f77418d9f2f3bf0f334f438
Improvements
diff --git a/.zsh/aliases.zsh b/.zsh/aliases.zsh index 5441aa0..5b179be 100644 --- a/.zsh/aliases.zsh +++ b/.zsh/aliases.zsh @@ -1,177 +1,177 @@ # Colors in commands # adapted from http://chm.duquesne.free.fr/blog/?p=61 -if [ -x /usr/bin/dircolors ]; then +if which dircolors >/dev/null; then eval "$(dircolors -b)"...
jbbarth/dotfiles
88598f2979c60aba9801e872bf8189b437c42a44
replace alfred with raycast
diff --git a/Brewfile b/Brewfile index d6d4137..58f6ad1 100755 --- a/Brewfile +++ b/Brewfile @@ -1,111 +1,111 @@ # Taps tap "discoteq/discoteq" # for "flock" tap "heroku/brew" # for "heroku" tap "hashicorp/tap" # for packer, etc. # Std brew packages brew "ack" brew "awscli" brew "autoconf" brew "automake" b...
jbbarth/dotfiles
e0099de542b836beb3c895c9095b3b7efb3e032b
misc updates
diff --git a/.ackrc b/.ackrc index 9d96247..a43cb13 100644 --- a/.ackrc +++ b/.ackrc @@ -1,21 +1,23 @@ --ignore-dir=build --ignore-dir=dist --ignore-dir=var --ignore-dir=.tox --ignore-dir=coverage ---ignore-dir=data --ignore-dir=tmp --ignore-dir=vendor --ignore-file=is:bundle.js --ignore-file=match:.*\.log$ -...
jbbarth/dotfiles
bba561ff42cebe0ab6f9186e4b8dac11d9aa0f73
.zsh: add completion for awscli
diff --git a/.zsh/completion.zsh b/.zsh/_completion.zsh similarity index 98% rename from .zsh/completion.zsh rename to .zsh/_completion.zsh index 6a8c9c3..8503396 100644 --- a/.zsh/completion.zsh +++ b/.zsh/_completion.zsh @@ -1,173 +1,176 @@ # Completion # loading zstyle :compinstall filename '~/.zshrc' #autoloa...
jbbarth/dotfiles
10b380ed0d3984a3faf34c7e8d991a013bed68c6
.zsh: fix gp regex
diff --git a/.zsh/git.zsh b/.zsh/git.zsh index bd40807..74588c2 100644 --- a/.zsh/git.zsh +++ b/.zsh/git.zsh @@ -1,76 +1,76 @@ export GIT_EDITOR=vi export GPG_TTY=$(tty) alias g='git' alias gs='git status -sb' alias gd='git diff' gp() { current_branch=$(git rev-parse --abbrev-ref HEAD) - if echo "$current_bra...
jbbarth/dotfiles
e9c3e1f75ba074eedbdd3355eb14ed13e70a1dd0
.gemrc: update with more recent settings
diff --git a/.gemrc b/.gemrc index 76a057d..2cf0d7c 100644 --- a/.gemrc +++ b/.gemrc @@ -1,11 +1,13 @@ ---- -:benchmark: false -install: --no-rdoc --no-ri -update: --no-rdoc --no-ri -:update_sources: true -:verbose: true +--- :backtrace: false -:sources: -- http://rubygems.org :bulk_threshold: 1000 +:sources: +- ht...
jbbarth/dotfiles
0d55af560da7e4e4269e1101d97b0fe1c0d0a6b3
.ack: ignore more directories
diff --git a/.ackrc b/.ackrc index fe6e292..9d96247 100644 --- a/.ackrc +++ b/.ackrc @@ -1,17 +1,21 @@ --ignore-dir=build --ignore-dir=dist --ignore-dir=var --ignore-dir=.tox --ignore-dir=coverage --ignore-dir=data --ignore-dir=tmp --ignore-dir=vendor --ignore-file=is:bundle.js --ignore-file=match:.*\.log$ -...
jbbarth/dotfiles
a223b116fe350ccaa953fee9b8dfe887520057e6
.zsh: improve 'gp' so it doesn't silently push to a main branch
diff --git a/.zsh/git.zsh b/.zsh/git.zsh index 4d22cd6..bd40807 100644 --- a/.zsh/git.zsh +++ b/.zsh/git.zsh @@ -1,66 +1,76 @@ export GIT_EDITOR=vi export GPG_TTY=$(tty) alias g='git' alias gs='git status -sb' alias gd='git diff' -alias gp='git push origin HEAD' +gp() { + current_branch=$(git rev-parse --abbrev-r...
jbbarth/dotfiles
94df68e98f713b61282418bee7094ee1c38242d7
.zsh: auto 'nvm use' (less error prone)
diff --git a/.zsh/nvm.zsh.auto b/.zsh/nvm.zsh.auto index b4d7763..76f4776 100644 --- a/.zsh/nvm.zsh.auto +++ b/.zsh/nvm.zsh.auto @@ -1,7 +1,7 @@ export NVM_DIR="$HOME/.nvm" export NVM_BREW=/usr/local/opt/nvm export ZSH_DISABLE_COMPFIX=true mkdir -p $NVM_DIR -source $NVM_BREW/nvm.sh --no-use # nvm itself +source ...
jbbarth/dotfiles
fd036368ff6d44a98355f4ed6ef199fb99ecec9d
.zsh: use extended prompt by default
diff --git a/.zsh/prompt.zsh b/.zsh/prompt.zsh index df79283..1e49a46 100644 --- a/.zsh/prompt.zsh +++ b/.zsh/prompt.zsh @@ -1,131 +1,132 @@ # basic dynamic prompt precmd() { # return simple prompt if there if ! test -z "$SIMPLE_PROMPT"; then PROMPT="$SIMPLE_PROMPT" return fi # char last_ex...
jbbarth/dotfiles
83fc1f87635dd45a05bb382c45d6da8265a4920f
.zsh: add 'acceptance' as potential main branch
diff --git a/.zsh/git.zsh b/.zsh/git.zsh index 10ae79c..4d22cd6 100644 --- a/.zsh/git.zsh +++ b/.zsh/git.zsh @@ -1,65 +1,66 @@ export GIT_EDITOR=vi export GPG_TTY=$(tty) alias g='git' alias gs='git status -sb' alias gd='git diff' alias gp='git push origin HEAD' alias gitx='open -a GitX' gc() { # todos git...
jbbarth/dotfiles
9be6ec407dcbdad8753aa3c86450edbb2ad1fbba
.gitconfig: add pull.ff = only
diff --git a/.gitconfig b/.gitconfig index 15c8fb9..a4e5060 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,69 +1,70 @@ [core] excludesfile = ~/.gitglobalignore [init] templatedir = ~/.git_template [user] name = Jean-Baptiste Barth # "email" below is commented since I now manage it in each repository ema...
jbbarth/dotfiles
1e898a54ca83cd9e4a49d3a5bec69d4bd6cd1a77
.zsh: add direnv support
diff --git a/.zsh/direnv.zsh b/.zsh/direnv.zsh new file mode 100644 index 0000000..378afd5 --- /dev/null +++ b/.zsh/direnv.zsh @@ -0,0 +1,4 @@ +# https://direnv.net/ +if which direnv >/dev/null; then + eval "$(direnv hook zsh)" +fi
jbbarth/dotfiles
d50fdd36598e910ceb1ded91453c29399044111b
brew: comment out postgresql for now
diff --git a/Brewfile b/Brewfile index c73e7ea..685dc9b 100755 --- a/Brewfile +++ b/Brewfile @@ -1,96 +1,96 @@ # Taps tap "discoteq/discoteq" # for "flock" tap "heroku/brew" # for "heroku" # Std brew packages brew "ack" brew "awscli" brew "bash" brew "carlocab/personal/unrar" brew "colordiff" brew "coreutil...
jbbarth/dotfiles
8bbbbf02a817a9288fd8bdd26ced08837c76d8bc
brew: fix and re-order Brewfile
diff --git a/Brewfile b/Brewfile index 735da27..c73e7ea 100755 --- a/Brewfile +++ b/Brewfile @@ -1,96 +1,96 @@ # Taps tap "discoteq/discoteq" # for "flock" tap "heroku/brew" # for "heroku" # Std brew packages brew "ack" brew "awscli" brew "bash" +brew "carlocab/personal/unrar" brew "colordiff" brew "coreutil...
jbbarth/dotfiles
a82ec98512a6cf21a839cf3d6b5839096518a5c2
brew: improve brew-install and convert to Brewfile
diff --git a/Brewfile b/Brewfile new file mode 100755 index 0000000..735da27 --- /dev/null +++ b/Brewfile @@ -0,0 +1,96 @@ +# Taps +tap "discoteq/discoteq" # for "flock" +tap "heroku/brew" # for "heroku" + +# Std brew packages +brew "ack" +brew "awscli" +brew "bash" +brew "colordiff" +brew "coreutils" +brew "crystal" +...
jbbarth/dotfiles
f2417f4df9bbbcfa9d25ad5ccdb79a85bf1133bc
.zsh: improve pyenv setup
diff --git a/.zsh/pyenv.zsh.auto b/.zsh/pyenv.zsh.auto index 6b16950..c29640f 100644 --- a/.zsh/pyenv.zsh.auto +++ b/.zsh/pyenv.zsh.auto @@ -1,5 +1,4 @@ if which pyenv >/dev/null; then - eval "$(pyenv init -)" - eval "$(pyenv virtualenv-init -)" + eval "$(pyenv init --path)" fi ZSH_AUTO_PYENV_LOADED=yes
jbbarth/dotfiles
a7f5b4001cb6866d371e11537bc1f2ba300c8589
.zsh: disable perms checks in zsh completions for brew multi-user setup
diff --git a/.zsh/completion.zsh b/.zsh/completion.zsh index 8800f67..6a8c9c3 100644 --- a/.zsh/completion.zsh +++ b/.zsh/completion.zsh @@ -1,173 +1,173 @@ # Completion # loading zstyle :compinstall filename '~/.zshrc' #autoload -Uz compinit #doesn't work on old zsh (redhat..) fpath=(~/.zsh/completion $fpath) ...
jbbarth/dotfiles
3e36bfe82c94523ee6384a3377440ad2338b042d
.zsh: make short prompt the default
diff --git a/.zsh/prompt.zsh b/.zsh/prompt.zsh index 4222b0a..df79283 100644 --- a/.zsh/prompt.zsh +++ b/.zsh/prompt.zsh @@ -1,129 +1,131 @@ # basic dynamic prompt precmd() { # return simple prompt if there if ! test -z "$SIMPLE_PROMPT"; then PROMPT="$SIMPLE_PROMPT" return fi # char last_ex...
jbbarth/dotfiles
f6fa6d8865a06cf6e13ae1774ca895d500968bab
bin: update brew install list
diff --git a/bin/brew-install.sh b/bin/brew-install.sh index b19dc92..c5108b0 100755 --- a/bin/brew-install.sh +++ b/bin/brew-install.sh @@ -1,137 +1,137 @@ #!/bin/bash set -xeuo pipefail # Update the index brew update # Taps brew tap discoteq/discoteq # for "flock" brew tap johanhaleby/kubetail # for "kubet...
jbbarth/dotfiles
8a92cc6d707690e3a0ffd6df084005dc56be7025
bin: add mp mplayer wrapper
diff --git a/bin/mp b/bin/mp new file mode 100755 index 0000000..b6febb6 --- /dev/null +++ b/bin/mp @@ -0,0 +1,49 @@ +#!/usr/bin/env ruby +$LOAD_PATH << File.expand_path(File.dirname(__FILE__)) +require "xfile" + +movable = ARGV.delete("--movable") + +files = ARGV.map do |v| + if File.directory?(v) + %x(find "#{v}/...
jbbarth/dotfiles
5d82feafcd9b6f8b114ab0dcbdb507f30f7ab607
*: another batch of many interesting improvements
diff --git a/.gitconfig b/.gitconfig index bec7c96..15c8fb9 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,69 +1,69 @@ [core] excludesfile = ~/.gitglobalignore [init] templatedir = ~/.git_template [user] name = Jean-Baptiste Barth # "email" below is commented since I now manage it in each repository ema...
jbbarth/dotfiles
ea02a2b0057e4bef6bf3009b34a31add9a4ec800
*: many useful updates
diff --git a/.ackrc b/.ackrc index 2070959..fe6e292 100644 --- a/.ackrc +++ b/.ackrc @@ -1,16 +1,17 @@ --ignore-dir=build --ignore-dir=dist --ignore-dir=var --ignore-dir=.tox --ignore-dir=coverage --ignore-dir=data --ignore-dir=tmp --ignore-dir=vendor --ignore-file=is:bundle.js --ignore-file=match:.*\.log$ -...
jbbarth/dotfiles
ef47de9e78dde84c30c3e0cd14cf83fa1727e9d9
.gitconfig: fix typo :sweat_smile:
diff --git a/.gitconfig b/.gitconfig index 5ac5fc3..277abfd 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,67 +1,67 @@ [core] excludesfile = ~/.gitglobalignore [init] templatedir = ~/.git_template [user] name = Jean-Baptiste Barth # "email" below is commented since I now manage it in each repository ema...
jbbarth/dotfiles
7bda3e2bcfe361081ae99eb796a8b71b155c57de
.zsh: disable pyenv-virtualenv integration by default, now using pipenv wherever I can
diff --git a/.zsh/pyenv.zsh.auto b/.zsh/pyenv.zsh.auto index 6b16950..8af075f 100644 --- a/.zsh/pyenv.zsh.auto +++ b/.zsh/pyenv.zsh.auto @@ -1,5 +1,5 @@ if which pyenv >/dev/null; then eval "$(pyenv init -)" - eval "$(pyenv virtualenv-init -)" + #eval "$(pyenv virtualenv-init -)" fi ZSH_AUTO_PYENV_LOADED=yes
jbbarth/dotfiles
db4490fe0b7b19dcce67cffa473f6871e43c3904
.zsh: change condition to trigger kubernetes integration
diff --git a/.zsh/hooks.zsh b/.zsh/hooks.zsh index 5eaa41b..1a28e00 100644 --- a/.zsh/hooks.zsh +++ b/.zsh/hooks.zsh @@ -1,30 +1,30 @@ # run commands after any "cd" on_cd() { # autoload kubernetes zsh file if not loaded yet - if [[ $(pwd) = *kubernetes* && -z $ZSH_AUTO_K8S_LOADED ]]; then + if echo $PWD | grep -...
jbbarth/dotfiles
0887ce4036b10aea0ed2478ae7dd516f12502e3c
brew: add heroku cli client
diff --git a/bin/brew-install.sh b/bin/brew-install.sh index 390fe76..f672938 100755 --- a/bin/brew-install.sh +++ b/bin/brew-install.sh @@ -1,127 +1,129 @@ #!/bin/bash set -xeuo pipefail # Update the index brew update # Taps brew tap discoteq/discoteq # for "flock" brew tap johanhaleby/kubetail # for "kubet...
jbbarth/dotfiles
e1f30520a58225a2bcbffc5fd0651f5d2b21349d
.vim: add typescript support
diff --git a/.gitmodules b/.gitmodules index d08d9ea..741ef98 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,36 +1,39 @@ [submodule ".vim/bundle/puppet"] path = .vim/bundle/puppet url = https://github.com/rodjek/vim-puppet.git [submodule ".vim/bundle/markdown"] path = .vim/bundle/markdown url = https://gith...
jbbarth/dotfiles
875a579bc02d13699b133316e37a5ba8fbceb3af
.gitglobalignore: don't ignore .nvmrc file by default
diff --git a/.gitglobalignore b/.gitglobalignore index 7846ae4..39ebe4b 100644 --- a/.gitglobalignore +++ b/.gitglobalignore @@ -1,32 +1,32 @@ .cache .eggs .env* .idea .grunt .mypy_cache/ -.nvmrc +#.nvmrc .powrc .powrc.disabled .ruby-* .rvmrc .rvmrc.* .python-* .DS_Store *.swp *.swo libpeerconnection.lo...
jbbarth/dotfiles
ffa0e3595a62630d66389c9c7a90bd77f311709d
.gitconfig: add 'current-branch' alias
diff --git a/.gitconfig b/.gitconfig index 38893c3..5ac5fc3 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,66 +1,67 @@ [core] excludesfile = ~/.gitglobalignore [init] templatedir = ~/.git_template [user] name = Jean-Baptiste Barth # "email" below is commented since I now manage it in each repository ema...
jbbarth/dotfiles
4a752a96cd0a91e9360351116e1c57754ba3c10f
.gitconfig: handle a custom git config for $work projects
diff --git a/.gitconfig b/.gitconfig index e1732e4..38893c3 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,66 +1,66 @@ [core] excludesfile = ~/.gitglobalignore [init] templatedir = ~/.git_template [user] name = Jean-Baptiste Barth # "email" below is commented since I now manage it in each repository - # e...
jbbarth/dotfiles
1c476942ec9078cae13586be4bba4954920d08c6
.zsh: stop processing todos on gc(), too slow
diff --git a/.zsh/git.zsh b/.zsh/git.zsh index da81e55..7df6367 100644 --- a/.zsh/git.zsh +++ b/.zsh/git.zsh @@ -1,67 +1,67 @@ export GIT_EDITOR=vi export GPG_TTY=$(tty) alias g='git' alias gs='git status -sb' alias gd='git diff' alias gp='git push origin HEAD' alias gitx='open -a GitX' gc() { - todos + # tod...
jbbarth/dotfiles
1634ceb773197d935dd02130784fd989a587fc6c
Improve README
diff --git a/README b/README index 52f904e..a2251e1 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ FIRST INSTALL GIT: -aptitude install git + aptitude install git DEPLOY ON A NEW MACHINE/ACCOUNT (with zsh shell): -cd -git init -git pull git://github.com/jbbarth/dotfiles.git -source .zshrc + cd + gi...