repo
string
commit
string
message
string
diff
string
wilkerlucio/jquery-multiselect
407a2e39f47cfc5b878634c2812254765f121403
replacing multiple select
diff --git a/examples/index.html b/examples/index.html index 3e602a3..e18bfea 100644 --- a/examples/index.html +++ b/examples/index.html @@ -1,42 +1,48 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="...
wilkerlucio/jquery-multiselect
21b0517b81e88fe9c7312b0b543bd352db59750b
option to disable new options in input
diff --git a/js/jquery.multiselect.js b/js/jquery.multiselect.js index 7775d2e..9295c60 100644 --- a/js/jquery.multiselect.js +++ b/js/jquery.multiselect.js @@ -1,516 +1,521 @@ // Copyright (c) 2010 Wilker Lúcio // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exce...
wilkerlucio/jquery-multiselect
6a3529416a9d88d3bb4dca02f94241b4c604b169
support completion of values different from captions
diff --git a/examples/index.html b/examples/index.html index c706a96..3e602a3 100644 --- a/examples/index.html +++ b/examples/index.html @@ -1,42 +1,42 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="...
wilkerlucio/jquery-multiselect
aa8207a96d14ac897f3e31c60cdff62ee71f943b
build 0.1.2
diff --git a/VERSION b/VERSION index 6da28dd..8294c18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 \ No newline at end of file +0.1.2 \ No newline at end of file diff --git a/dist/jquery.multiselect.0.1.2.min.js b/dist/jquery.multiselect.0.1.2.min.js new file mode 100644 index 0000000..3648846 --- /dev/null ++...
wilkerlucio/jquery-multiselect
a722b5239cd134821f855ced5420d5c3e2292ac3
fix tab again
diff --git a/js/jquery.multiselect.js b/js/jquery.multiselect.js index 9fbfdd2..1f55575 100644 --- a/js/jquery.multiselect.js +++ b/js/jquery.multiselect.js @@ -1,495 +1,497 @@ // Copyright (c) 2010 Wilker Lúcio // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exce...
wilkerlucio/jquery-multiselect
bdf0f4575b43499bfdfe47c5194b7da44452dcfe
release 0.1.1
diff --git a/VERSION b/VERSION index 6c6aa7c..6da28dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.1.1 \ No newline at end of file diff --git a/dist/jquery.multiselect.0.1.1.min.js b/dist/jquery.multiselect.0.1.1.min.js new file mode 100644 index 0000000..41eccc4 --- /dev/null ++...
wilkerlucio/jquery-multiselect
a8162d1034bac3f00897a8dcd0f8e202afbf4dbe
only prevent default on return and tab if has value
diff --git a/js/jquery.multiselect.js b/js/jquery.multiselect.js index edf8d30..9fbfdd2 100644 --- a/js/jquery.multiselect.js +++ b/js/jquery.multiselect.js @@ -1,493 +1,495 @@ // Copyright (c) 2010 Wilker Lúcio // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exce...
wilkerlucio/jquery-multiselect
c2e810ff8e3be058334ce0007408bf6c70f6a245
added build task and minified version
diff --git a/.gitignore b/.gitignore index e43b0f9..2a7b1d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +.bundle diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..948d226 --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source :gemcutter + +gem 'jsmin' \ No newline at end of file diff...
wilkerlucio/jquery-multiselect
609045a5eeffc38c2d0c8e69b93c829840388854
Added README content
diff --git a/README.textile b/README.textile index e69de29..e64011f 100644 --- a/README.textile +++ b/README.textile @@ -0,0 +1,26 @@ +h1. jQuery MultiSelect + +h2. About + +jQuery MultiSelect provide an elegant way to handle multiple options on an input. +To see examples go to "jQuery MultiSelect page":http://wilkerlu...
wilkerlucio/jquery-multiselect
62b027b080837c251de987a2b798fc923d0f3e5b
remove TODO
diff --git a/js/jquery.multiselect.js b/js/jquery.multiselect.js index a4babf9..edf8d30 100644 --- a/js/jquery.multiselect.js +++ b/js/jquery.multiselect.js @@ -1,494 +1,493 @@ // Copyright (c) 2010 Wilker Lúcio // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exce...
wilkerlucio/jquery-multiselect
e0ab1a6ed6d9da0e5807ffff84eefdd220185673
fixed trim
diff --git a/js/jquery.multiselect.js b/js/jquery.multiselect.js index 60b592f..a4babf9 100644 --- a/js/jquery.multiselect.js +++ b/js/jquery.multiselect.js @@ -1,494 +1,494 @@ // Copyright (c) 2010 Wilker Lúcio // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exce...
wilkerlucio/jquery-multiselect
e808dfd1cd9e7df5459273f4fc3475f53e5ba2a9
get caret on IE
diff --git a/js/jquery.multiselect.js b/js/jquery.multiselect.js index 6892247..60b592f 100644 --- a/js/jquery.multiselect.js +++ b/js/jquery.multiselect.js @@ -1,481 +1,494 @@ // Copyright (c) 2010 Wilker Lúcio // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exce...
wilkerlucio/jquery-multiselect
e2850e5bd5c912e15345c173fc7b76296cb3c8bc
remove item with backspace
diff --git a/js/jquery.multiselect.js b/js/jquery.multiselect.js index c8ff576..6892247 100644 --- a/js/jquery.multiselect.js +++ b/js/jquery.multiselect.js @@ -1,460 +1,481 @@ // Copyright (c) 2010 Wilker Lúcio // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exce...
wilkerlucio/jquery-multiselect
ea436dbcbcaab7a43b9f68e953a09bdd373662b3
IE 6 fixes
diff --git a/js/jquery.multiselect.js b/js/jquery.multiselect.js index 8f1718a..c8ff576 100644 --- a/js/jquery.multiselect.js +++ b/js/jquery.multiselect.js @@ -1,454 +1,460 @@ // Copyright (c) 2010 Wilker Lúcio // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exce...
wilkerlucio/jquery-multiselect
6877d38c2432cf5ad67c71816c6660c1071af8a6
reset on paste or include separator
diff --git a/js/jquery.multiselect.js b/js/jquery.multiselect.js index ee01531..8f1718a 100644 --- a/js/jquery.multiselect.js +++ b/js/jquery.multiselect.js @@ -1,452 +1,454 @@ // Copyright (c) 2010 Wilker Lúcio // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exce...
wilkerlucio/jquery-multiselect
c274a275c7aa02ee883fb2ff72d41499f74477ae
more names for example completion
diff --git a/examples/index.html b/examples/index.html index e75a0e1..c706a96 100644 --- a/examples/index.html +++ b/examples/index.html @@ -1,18 +1,42 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="...
wilkerlucio/jquery-multiselect
7363c29f2aab7cf11bf2d0a9e036015d5adda52c
prevent default on up and down keys
diff --git a/js/jquery.multiselect.js b/js/jquery.multiselect.js index c9446d9..ee01531 100644 --- a/js/jquery.multiselect.js +++ b/js/jquery.multiselect.js @@ -1,450 +1,452 @@ // Copyright (c) 2010 Wilker Lúcio // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exce...
wilkerlucio/jquery-multiselect
2457d0e6bb9fd2afc3e19910213e11f9d3c766c6
parse initial value of input
diff --git a/examples/index.html b/examples/index.html index 15008ce..e75a0e1 100644 --- a/examples/index.html +++ b/examples/index.html @@ -1,18 +1,18 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="...
wilkerlucio/jquery-multiselect
251f9131656be577ccec323d1c98ddfb37aa265c
added autocomplete
diff --git a/css/jquery.multiselect.css b/css/jquery.multiselect.css index ebd0c0b..c7e7bab 100644 --- a/css/jquery.multiselect.css +++ b/css/jquery.multiselect.css @@ -1,32 +1,32 @@ /* TextboxList CSS */ *:first-child+html div.holder { padding-bottom: 2px; } * html div.holder { padding-bottom: 2px; } /* ie7 and bel...
wilkerlucio/jquery-multiselect
ba6789b576bf438523fa5a4d81a1b71b41351d64
added resizable input and few comments
diff --git a/js/jquery.multiselect.js b/js/jquery.multiselect.js index c030b8f..3bd3cac 100644 --- a/js/jquery.multiselect.js +++ b/js/jquery.multiselect.js @@ -1,215 +1,265 @@ // Copyright (c) 2010 Wilker Lúcio // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exce...
wilkerlucio/jquery-multiselect
226ffc2e93718d3438b7e5132920a3c9c42f430a
entitizing html
diff --git a/js/jquery.multiselect.js b/js/jquery.multiselect.js index cc9427b..c030b8f 100644 --- a/js/jquery.multiselect.js +++ b/js/jquery.multiselect.js @@ -1,207 +1,215 @@ // Copyright (c) 2010 Wilker Lúcio // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exce...
rjbs/Dist-Zilla
3a2a76568e2236c6d98d5d825620d8241d110be5
v6.033
diff --git a/Changes b/Changes index 1504385..7f7d53f 100644 --- a/Changes +++ b/Changes @@ -1,516 +1,521 @@ Revision history for {{$dist->name}} {{$NEXT}} +6.033 2025-05-01 11:45:18-04:00 America/New_York + - when creating a tarball with GNU tar, use --format=ustar to avoid + xattrs and other...
rjbs/Dist-Zilla
6397315ea038a5df0f67b1330e09265f81652aac
use ustar format when using Archive::Tar::Wrapper
diff --git a/lib/Dist/Zilla/Dist/Builder.pm b/lib/Dist/Zilla/Dist/Builder.pm index a58911b..6cedcb6 100644 --- a/lib/Dist/Zilla/Dist/Builder.pm +++ b/lib/Dist/Zilla/Dist/Builder.pm @@ -42,845 +42,847 @@ sub from_config { my $sequence = $class->_load_config({ root => $root, chrome => $arg->{chrome}, ...
rjbs/Dist-Zilla
dad3f65f84d746b20094ed3374e36b06a3ee6c19
.github/workflows/dzil-matrix.yaml: create
diff --git a/.github/workflows/dzil-matrix.yaml b/.github/workflows/dzil-matrix.yaml new file mode 100644 index 0000000..cf4be1e --- /dev/null +++ b/.github/workflows/dzil-matrix.yaml @@ -0,0 +1,12 @@ +name: "dzil matrix" +on: + workflow_dispatch: ~ + push: + branches: "*" + tags-ignore: "*" + pull_request: ~ ...
rjbs/Dist-Zilla
dcb0b2a1550433eac78f55cd6af970d27959d8fb
GitHub Action: permit run on workflow_dispatch
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index 0fd7ece..e435d74 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,32 +1,33 @@ name: "multiperl test" on: + workflow_dispatch: ~ push: branches: "*" tags-ignore...
rjbs/Dist-Zilla
6e5ceba8ea35cdaa189f9df37e1a0702737c72fa
GitHub Action: rebuild for self-version-detecting workflow
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index 02ed9bd..0fd7ece 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,29 +1,32 @@ name: "multiperl test" on: push: branches: "*" tags-ignore: "*" pull_request: ~...
rjbs/Dist-Zilla
589fd8d7f891ce9f2756a1dea21bf92c7851e231
GitHub Actions: workflow rebuild
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index 5953fab..02ed9bd 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,29 +1,29 @@ name: "multiperl test" on: push: branches: "*" tags-ignore: "*" pull_request: ~...
rjbs/Dist-Zilla
7f4a0914470d9071d4b2cb2c56d4008722a5ba3a
GitHub Actions: switch from @0 to @v0
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index 5c0af4a..5953fab 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,29 +1,29 @@ name: "multiperl test" on: push: branches: "*" tags-ignore: "*" pull_request: ~...
rjbs/Dist-Zilla
5ad75da55f446ab880eae745a076ef15b61e4535
GitHub Actions: switch from @main to @0 for rjbs actions
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index e3c595e..5c0af4a 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,29 +1,29 @@ name: "multiperl test" on: push: branches: "*" tags-ignore: "*" pull_request: ~...
rjbs/Dist-Zilla
88f50ffd9c8c6bd5da53e72d34f19e1c75999cff
use test-perl-dist action
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index 87b3255..e3c595e 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,64 +1,29 @@ name: "multiperl test" on: push: branches: "*" tags-ignore: "*" pull_request: ~...
rjbs/Dist-Zilla
2f65d2fd0542e10e7069dab5316cc9664dedcd6f
start using my own dzil test action
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index 91be012..87b3255 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,93 +1,64 @@ name: "multiperl test" on: push: branches: "*" tags-ignore: "*" pull_request: ~...
rjbs/Dist-Zilla
f152fe41d2730e11acc9dc3734bd6cb35326995d
GitHub Action: rebuild from new workflower
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index 3049b70..91be012 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,95 +1,93 @@ name: "multiperl test" on: push: branches: "*" tags-ignore: "*" pull_request: ~...
rjbs/Dist-Zilla
030f2f3b705cf4edc6e3eef8a2546aa078d26ab6
cpm workflow
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index 5748f42..3049b70 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,105 +1,95 @@ name: "multiperl test" on: push: branches: "*" tags-ignore: "*" pull_request: ...
rjbs/Dist-Zilla
f825e3b985867f58dd457dee378c7c3c335eee98
GitHub Actions: regenerate workflow
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index 1a51d4e..5748f42 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,90 +1,105 @@ name: "multiperl test" on: push: branches: "*" tags-ignore: "*" pull_request: ...
rjbs/Dist-Zilla
aad24608f0dee98dc91cb0d42ee14be17d21a221
authordeps: expand some code to be easier to read
diff --git a/lib/Dist/Zilla/Util/AuthorDeps.pm b/lib/Dist/Zilla/Util/AuthorDeps.pm index e960301..468a81c 100644 --- a/lib/Dist/Zilla/Util/AuthorDeps.pm +++ b/lib/Dist/Zilla/Util/AuthorDeps.pm @@ -1,135 +1,149 @@ package Dist::Zilla::Util::AuthorDeps; # ABSTRACT: Utils for listing your distribution's author dependenc...
rjbs/Dist-Zilla
3776ae04a52ac77083c82d4b20a599ba89c58d3b
GitHub Action: use v4 of junit report
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index eb939ef..1a51d4e 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,90 +1,90 @@ name: "multiperl test" on: push: branches: "*" tags-ignore: "*" pull_request: ~...
rjbs/Dist-Zilla
69151353c9efd2160034cbbd1044d4c84ba6eeea
GitHub Action: also build on v5.38
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index 3d76b2f..eb939ef 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,90 +1,90 @@ name: "multiperl test" on: push: branches: "*" tags-ignore: "*" pull_request: ~...
rjbs/Dist-Zilla
5f7920b0f924a370920d6dfff4cfb2a362d338eb
GitHub Action: dump build.log on prereq install failure
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index 059ab4a..3d76b2f 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,90 +1,90 @@ name: "multiperl test" on: push: branches: "*" tags-ignore: "*" pull_request: ~...
rjbs/Dist-Zilla
d57dd9d7f20c75ec98fab52203af21baf7a8ee7d
v6.032
diff --git a/Changes b/Changes index 7128d8b..1504385 100644 --- a/Changes +++ b/Changes @@ -1,515 +1,517 @@ Revision history for {{$dist->name}} {{$NEXT}} + +6.032 2024-05-25 12:30:02-04:00 America/New_York - UploadToCPAN errors will distinguish between "couldn't find password" and "somethi...
rjbs/Dist-Zilla
ca23519af15c857d7d56b80f033ebfc8ca9c65ee
Changes: update for UploadToCPAN changes
diff --git a/Changes b/Changes index 6b12f7b..7128d8b 100644 --- a/Changes +++ b/Changes @@ -1,515 +1,519 @@ Revision history for {{$dist->name}} {{$NEXT}} + - UploadToCPAN errors will distinguish between "couldn't find password" + and "something went wrong trying to get password" + - UploadT...
rjbs/Dist-Zilla
e673ae37fba19bd5071f72b17fe86b3f0b336b04
UploadToCPAN: change how we report on problems with credentials
diff --git a/lib/Dist/Zilla/Plugin/UploadToCPAN.pm b/lib/Dist/Zilla/Plugin/UploadToCPAN.pm index a29f9ef..b349f6e 100644 --- a/lib/Dist/Zilla/Plugin/UploadToCPAN.pm +++ b/lib/Dist/Zilla/Plugin/UploadToCPAN.pm @@ -1,307 +1,313 @@ package Dist::Zilla::Plugin::UploadToCPAN; # ABSTRACT: upload the dist to CPAN use Moo...
rjbs/Dist-Zilla
4bdaadd3170711db6fb86746dada8ffed592f66b
UploadToCPAN: only require a Login stash, not a PAUSE
diff --git a/lib/Dist/Zilla/Plugin/UploadToCPAN.pm b/lib/Dist/Zilla/Plugin/UploadToCPAN.pm index c1e3f67..a29f9ef 100644 --- a/lib/Dist/Zilla/Plugin/UploadToCPAN.pm +++ b/lib/Dist/Zilla/Plugin/UploadToCPAN.pm @@ -1,307 +1,307 @@ package Dist::Zilla::Plugin::UploadToCPAN; # ABSTRACT: upload the dist to CPAN use Moo...
rjbs/Dist-Zilla
b8b9b6559aad248e01e181b4903bdf6059308234
GitHub Action: rebuild workflower
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index d9e1345..059ab4a 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,90 +1,90 @@ name: "multiperl test" on: push: branches: "*" tags-ignore: "*" pull_request: ~...
rjbs/Dist-Zilla
0bad3f529d231fd18b3511064b982f6bfa81178c
copy relevant docs from [Git::GatherDir] to here
diff --git a/lib/Dist/Zilla/Plugin/GatherDir.pm b/lib/Dist/Zilla/Plugin/GatherDir.pm index 90353e6..9a49f72 100644 --- a/lib/Dist/Zilla/Plugin/GatherDir.pm +++ b/lib/Dist/Zilla/Plugin/GatherDir.pm @@ -1,248 +1,250 @@ package Dist::Zilla::Plugin::GatherDir; # ABSTRACT: gather all the files in a directory use Moose;...
rjbs/Dist-Zilla
51b9c0352b8549602b4d4fb799a0e91a93c688aa
GitHub Action: rebuild workflower
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index 12b4876..d9e1345 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,94 +1,90 @@ name: "multiperl test" -on: [ push, pull_request ] +on: + push: + branches: "*" + tags-ig...
rjbs/Dist-Zilla
e76e6482e48966e84e982769d3ca45ecbb204946
v6.031
diff --git a/Changes b/Changes index 56680b0..6b12f7b 100644 --- a/Changes +++ b/Changes @@ -1,515 +1,517 @@ Revision history for {{$dist->name}} {{$NEXT}} + +6.031 2023-11-20 19:49:23-05:00 America/New_York - avoid some warnings on platforms without symlinks; (thanks, reneeb!) 6.030 2023-01-18 ...
rjbs/Dist-Zilla
8a44a27634505fc41b16a809e233baef96318099
Changes: update for symlink tweak
diff --git a/Changes b/Changes index f403f9e..56680b0 100644 --- a/Changes +++ b/Changes @@ -1,515 +1,516 @@ Revision history for {{$dist->name}} {{$NEXT}} + - avoid some warnings on platforms without symlinks; (thanks, reneeb!) 6.030 2023-01-18 21:36:40-05:00 America/New_York - "dzil new" wi...
rjbs/Dist-Zilla
90266465da75b6ccf4179967486c5a4585516204
do not warn about 'uninitialized value' on non-symlink platforms
diff --git a/lib/Dist/Zilla/Dist/Builder.pm b/lib/Dist/Zilla/Dist/Builder.pm index 15078bc..a58911b 100644 --- a/lib/Dist/Zilla/Dist/Builder.pm +++ b/lib/Dist/Zilla/Dist/Builder.pm @@ -270,617 +270,617 @@ sub _load_config { my $root = $arg->{root}; require Dist::Zilla::MVP::Assembler::Zilla; require Dist::...
rjbs/Dist-Zilla
a8f9f8c2d3229193306d8d799e0bc81af2934478
v6.030
diff --git a/Changes b/Changes index 2675bf7..f403f9e 100644 --- a/Changes +++ b/Changes @@ -1,515 +1,517 @@ Revision history for {{$dist->name}} {{$NEXT}} + +6.030 2023-01-18 21:36:40-05:00 America/New_York - "dzil new" will use command line options before configuration - "dzil add" now falls...
rjbs/Dist-Zilla
79dbd8df7f7696b5efe108cf0ef93bff0cf6b62c
Changelog for "dzil add" and "dzil new" changes
diff --git a/Changes b/Changes index fa543e0..2675bf7 100644 --- a/Changes +++ b/Changes @@ -1,515 +1,518 @@ Revision history for {{$dist->name}} {{$NEXT}} + - "dzil new" will use command line options before configuration + - "dzil add" now falls back to %Mint stash options before defaults + ...
rjbs/Dist-Zilla
ac13294c2cd22b9c5eb1eb1ca47a10e4545f27fb
make dzil new options options take priority over config
diff --git a/lib/Dist/Zilla/App/Command/new.pm b/lib/Dist/Zilla/App/Command/new.pm index e991046..c6afdba 100644 --- a/lib/Dist/Zilla/App/Command/new.pm +++ b/lib/Dist/Zilla/App/Command/new.pm @@ -1,98 +1,98 @@ package Dist::Zilla::App::Command::new; # ABSTRACT: mint a new dist use Dist::Zilla::Pragmas; use Dis...
rjbs/Dist-Zilla
8121d9b227b3f1f281e23be5e6e5429f089dca5b
dzil add: follow %Mint config if no options given
diff --git a/lib/Dist/Zilla/App/Command/add.pm b/lib/Dist/Zilla/App/Command/add.pm index e2c4a24..056b101 100644 --- a/lib/Dist/Zilla/App/Command/add.pm +++ b/lib/Dist/Zilla/App/Command/add.pm @@ -1,81 +1,89 @@ package Dist::Zilla::App::Command::add; # ABSTRACT: add a module to a dist use Dist::Zilla::Pragmas; ...
rjbs/Dist-Zilla
70e5e341becfd734e2010b3d0028b9aeff60851e
GitHub Actions: also run on pull requests
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index fa878dd..12b4876 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,94 +1,94 @@ name: "multiperl test" -on: push +on: [ push, pull_request ] # FUTURE ENHANCEMENT(s): # * in...
rjbs/Dist-Zilla
dea89e2aaa37d179fd3da643a507f801a1032dbb
GitHub Actions: put perl version in report name
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index d80eb8b..fa878dd 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,93 +1,94 @@ name: "multiperl test" on: push # FUTURE ENHANCEMENT(s): # * install faster (see below) # ...
rjbs/Dist-Zilla
8e6aadcd0124abab984117854d93df320ee2d62d
GitHub Actions: prune the list of perl versions we test
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index c90c5c9..d80eb8b 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -1,97 +1,93 @@ name: "multiperl test" on: push # FUTURE ENHANCEMENT(s): # * install faster (see below) # ...
rjbs/Dist-Zilla
7e33ec76df53409bbf14498b9eb4382106184ba1
Travis is long gone; use GitHub Actions
diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml new file mode 100644 index 0000000..c90c5c9 --- /dev/null +++ b/.github/workflows/multiperl-test.yml @@ -0,0 +1,97 @@ +name: "multiperl test" +on: push + +# FUTURE ENHANCEMENT(s): +# * install faster (see below) +# * use github.eve...
rjbs/Dist-Zilla
cba51b6dab2aa6fb95e8c9f8244ba6810b08f39c
v6.029
diff --git a/Changes b/Changes index b0939c4..fa543e0 100644 --- a/Changes +++ b/Changes @@ -1,515 +1,517 @@ Revision history for {{$dist->name}} {{$NEXT}} + +6.029 2022-11-25 17:02:33-05:00 America/New_York - update some links to use https instead of http (thanks, Elvin Aslanov) - ...
rjbs/Dist-Zilla
9ea63be70bf2444a12415d9c377129cbafd0fb7c
Changes: credit for authordeps change
diff --git a/Changes b/Changes index 3833a70..b0939c4 100644 --- a/Changes +++ b/Changes @@ -1,523 +1,525 @@ Revision history for {{$dist->name}} {{$NEXT}} - update some links to use https instead of http (thanks, Elvin Aslanov) - turn on strict and warnings in generated author tests (t...
rjbs/Dist-Zilla
eb3382ad685436401b728be39e73201ffaf66764
stringify Dist::Zilla::Path object before adding it to INC
diff --git a/lib/Dist/Zilla/Util/AuthorDeps.pm b/lib/Dist/Zilla/Util/AuthorDeps.pm index 4aa0ad7..e960301 100644 --- a/lib/Dist/Zilla/Util/AuthorDeps.pm +++ b/lib/Dist/Zilla/Util/AuthorDeps.pm @@ -1,135 +1,135 @@ package Dist::Zilla::Util::AuthorDeps; # ABSTRACT: Utils for listing your distribution's author dependenc...
rjbs/Dist-Zilla
e538431594b1ddb4097e8124cf8a2a6b9e1a3dd8
Changes: credit for MakeMaker main_module
diff --git a/Changes b/Changes index 0537bc3..3833a70 100644 --- a/Changes +++ b/Changes @@ -1,522 +1,523 @@ Revision history for {{$dist->name}} {{$NEXT}} - update some links to use https instead of http (thanks, Elvin Aslanov) - turn on strict and warnings in generated author tests (t...
rjbs/Dist-Zilla
4f1c872024ea6a62b08eff2b2edaf470d4952a2c
Changes: credit for msys fixes
diff --git a/Changes b/Changes index df32a3e..0537bc3 100644 --- a/Changes +++ b/Changes @@ -1,521 +1,522 @@ Revision history for {{$dist->name}} {{$NEXT}} - update some links to use https instead of http (thanks, Elvin Aslanov) - turn on strict and warnings in generated author tests (t...
rjbs/Dist-Zilla
4c6f2f625c0684ae1d66c102c354704c9fdf3873
[MakeMaker] add main_module option
diff --git a/lib/Dist/Zilla/Plugin/MakeMaker.pm b/lib/Dist/Zilla/Plugin/MakeMaker.pm index 102e7e4..6f65c0d 100644 --- a/lib/Dist/Zilla/Plugin/MakeMaker.pm +++ b/lib/Dist/Zilla/Plugin/MakeMaker.pm @@ -1,358 +1,375 @@ package Dist::Zilla::Plugin::MakeMaker; # ABSTRACT: build a Makefile.PL that uses ExtUtils::MakeMaker...
rjbs/Dist-Zilla
64ae7d8a62022ea8e6bdf7e84e3bd9e9c54808df
Fix build in Windows/msys2 trying to remove a directory fails
diff --git a/lib/Dist/Zilla/Dist/Builder.pm b/lib/Dist/Zilla/Dist/Builder.pm index d82f07e..15078bc 100644 --- a/lib/Dist/Zilla/Dist/Builder.pm +++ b/lib/Dist/Zilla/Dist/Builder.pm @@ -233,652 +233,654 @@ sub _build_share_dir_map { my $share_dir_map = {}; for my $plugin (@{ $self->plugins_with(-ShareDir) }) { ...
rjbs/Dist-Zilla
3d7984d2ead0465205c3af665b50487c33423323
Fix build in Windows/msys2 symlink tests must be skipped trying to remove a directory fails
diff --git a/lib/Dist/Zilla/Dist/Builder.pm b/lib/Dist/Zilla/Dist/Builder.pm index b1fc4e8..d82f07e 100644 --- a/lib/Dist/Zilla/Dist/Builder.pm +++ b/lib/Dist/Zilla/Dist/Builder.pm @@ -269,615 +269,616 @@ sub _load_config { ); my $root = $arg->{root}; require Dist::Zilla::MVP::Assembler::Zilla; require ...
rjbs/Dist-Zilla
4948f65309fd30a3c69596352653d4502dd4f186
Changes: credit for package NAME v1.2.3
diff --git a/Changes b/Changes index 86f1926..df32a3e 100644 --- a/Changes +++ b/Changes @@ -1,519 +1,521 @@ Revision history for {{$dist->name}} {{$NEXT}} - update some links to use https instead of http (thanks, Elvin Aslanov) - turn on strict and warnings in generated author tests (t...
rjbs/Dist-Zilla
ff13bd839161f6cfa572eddec24a79594937d1bb
Fix PkgVersion's use-package when multi-dot versioning is used
diff --git a/lib/Dist/Zilla/Plugin/PkgVersion.pm b/lib/Dist/Zilla/Plugin/PkgVersion.pm index 8ad8534..68c97c9 100644 --- a/lib/Dist/Zilla/Plugin/PkgVersion.pm +++ b/lib/Dist/Zilla/Plugin/PkgVersion.pm @@ -1,375 +1,381 @@ package Dist::Zilla::Plugin::PkgVersion; # ABSTRACT: add a $VERSION to your packages use Moose...
rjbs/Dist-Zilla
4a094039626b000efb3bb8311e5846eb4ddc9a12
Changes: note the changes to strict in generated tests
diff --git a/Changes b/Changes index 41065d1..86f1926 100644 --- a/Changes +++ b/Changes @@ -1,517 +1,519 @@ Revision history for {{$dist->name}} {{$NEXT}} - update some links to use https instead of http (thanks, Elvin Aslanov) + - turn on strict and warnings in generated author tests (t...
rjbs/Dist-Zilla
f8b3d4eeaf9bd29683a31efebb9999bf91d5cdb0
enable strict in generated author tests
diff --git a/lib/Dist/Zilla/Plugin/MetaTests.pm b/lib/Dist/Zilla/Plugin/MetaTests.pm index f52497b..3e6e6cf 100644 --- a/lib/Dist/Zilla/Plugin/MetaTests.pm +++ b/lib/Dist/Zilla/Plugin/MetaTests.pm @@ -1,56 +1,57 @@ package Dist::Zilla::Plugin::MetaTests; # ABSTRACT: common extra tests for META.yml use Moose; exte...
rjbs/Dist-Zilla
c879638816a290d83f4ce1e43551796606fc0c9e
replace more http links with https
diff --git a/lib/Dist/Zilla.pm b/lib/Dist/Zilla.pm index a8a5c8f..1431345 100644 --- a/lib/Dist/Zilla.pm +++ b/lib/Dist/Zilla.pm @@ -1,889 +1,885 @@ package Dist::Zilla; # ABSTRACT: distribution builder; installer not included! use Moose 0.92; # role composition fixes with 'Dist::Zilla::Role::ConfigDumper'; us...
rjbs/Dist-Zilla
49b0e762acefb98ca54d37ef8dfa0551f00bf814
dzil: replace an http link with an https link
diff --git a/bin/dzil b/bin/dzil index 9958c3b..3f971f2 100755 --- a/bin/dzil +++ b/bin/dzil @@ -1,21 +1,20 @@ #!/usr/bin/perl -package - dzil; +package dzil; use Dist::Zilla::App; use Dist::Zilla::Pragmas; # Let dzil --version know what to report: $main::VERSION = $Dist::Zilla::App::VERSION; # PODNAME: d...
rjbs/Dist-Zilla
25ce9c112dbde8068ba1768ec1a3602fd9727e56
v6.028
diff --git a/Changes b/Changes index 3292ba6..a26b793 100644 --- a/Changes +++ b/Changes @@ -1,515 +1,517 @@ Revision history for {{$dist->name}} {{$NEXT}} + +6.028 2022-11-09 10:54:14-05:00 America/New_York - remove bogus work-in-progress signatures-using commit from 6.027; that was a bad r...
rjbs/Dist-Zilla
238ddd74d4c6c1f6a7f5cc908ee7bacada1beb23
prep next release
diff --git a/Changes b/Changes index 54346a9..3292ba6 100644 --- a/Changes +++ b/Changes @@ -1,515 +1,518 @@ Revision history for {{$dist->name}} {{$NEXT}} + - remove bogus work-in-progress signatures-using commit from 6.027; + that was a bad release! thanks for the heads-up about it to Gianni + ...
rjbs/Dist-Zilla
3711ddd9d8aa4994d4977f369deba4347bc0c090
v6.027
diff --git a/Changes b/Changes index 377060d..54346a9 100644 --- a/Changes +++ b/Changes @@ -1,515 +1,517 @@ Revision history for {{$dist->name}} {{$NEXT}} + +6.027 2022-11-06 17:52:20-05:00 America/New_York - if DZIL_COLOR is set to 0, override auto-detection 6.025 2022-05-28 11:55:35-04:00 Ame...
rjbs/Dist-Zilla
80f31b93731f94acf7f3c0efd0d7c51a83a2d22d
DZIL_COLOR should override auto-detection
diff --git a/Changes b/Changes index fd6044d..377060d 100644 --- a/Changes +++ b/Changes @@ -1,515 +1,516 @@ Revision history for {{$dist->name}} {{$NEXT}} + - if DZIL_COLOR is set to 0, override auto-detection 6.025 2022-05-28 11:55:35-04:00 America/New_York - eliminate use of multidimension...
rjbs/Dist-Zilla
2a15d1cda845b766e099a604007bbe921e9bb819
v6.025
diff --git a/Changes b/Changes index e5ad7fc..fd6044d 100644 --- a/Changes +++ b/Changes @@ -1,515 +1,517 @@ Revision history for {{$dist->name}} {{$NEXT}} + +6.025 2022-05-28 11:55:35-04:00 America/New_York - eliminate use of multidimensional array emulation 6.024 2021-08-01 15:38:44-04:00 Amer...
rjbs/Dist-Zilla
abbca4a4fa04c526757574c1fd981f0349f7760d
Dist::Zilla::Path: eliminate use of $;-joined hash key
diff --git a/Changes b/Changes index aa341f7..e5ad7fc 100644 --- a/Changes +++ b/Changes @@ -1,515 +1,516 @@ Revision history for {{$dist->name}} {{$NEXT}} + - eliminate use of multidimensional array emulation 6.024 2021-08-01 15:38:44-04:00 America/New_York - pass the dist name to Software::...
rjbs/Dist-Zilla
fe7256f6283b9efd6966f5fb475d4c34757f7216
v6.024
diff --git a/Changes b/Changes index 176d410..aa341f7 100644 --- a/Changes +++ b/Changes @@ -1,515 +1,517 @@ Revision history for {{$dist->name}} {{$NEXT}} + +6.024 2021-08-01 15:38:44-04:00 America/New_York - pass the dist name to Software::License as the program name (thanks, Van de Bugger...
rjbs/Dist-Zilla
31b480b77a2dfe54459405b6365b16cb3daf866d
ignore DS_Store files (sigh)
diff --git a/.gitignore b/.gitignore index 67ce244..a311ede 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,16 @@ Dist-Zilla-* .build tmp *.patch +.DS_Store .gitnxtver_cache # avoid temp and backup files *~ *# *.bak *.old *.rej *.swp *.tmp
rjbs/Dist-Zilla
a7417d5417d875c202ae8bff3558c7367976d7e5
add a opengraph card because why not
diff --git a/misc/DZ.graffle b/misc/DZ.graffle new file mode 100644 index 0000000..ed0e034 Binary files /dev/null and b/misc/DZ.graffle differ
rjbs/Dist-Zilla
acae2ee4a76092a08582b2e89ac09393dc9abaf3
require new Software::License for ->program
diff --git a/lib/Dist/Zilla.pm b/lib/Dist/Zilla.pm index 694a6ee..4bf33b1 100644 --- a/lib/Dist/Zilla.pm +++ b/lib/Dist/Zilla.pm @@ -1,538 +1,538 @@ package Dist::Zilla; # ABSTRACT: distribution builder; installer not included! use Moose 0.92; # role composition fixes with 'Dist::Zilla::Role::ConfigDumper'; # ...
rjbs/Dist-Zilla
06451638761b96fd6b63896eb18b531f29ae0594
Distribution name is passed to Software::License constructor as "program" argument.
diff --git a/lib/Dist/Zilla.pm b/lib/Dist/Zilla.pm index 238ba5a..694a6ee 100644 --- a/lib/Dist/Zilla.pm +++ b/lib/Dist/Zilla.pm @@ -1,894 +1,895 @@ package Dist::Zilla; # ABSTRACT: distribution builder; installer not included! use Moose 0.92; # role composition fixes with 'Dist::Zilla::Role::ConfigDumper'; # ...
rdno/pardus-network-manager-gtk
936fd7fe849962d15391ec583f88c4c271ac96f6
added asma addon
diff --git a/asma/__init__.py b/asma/__init__.py new file mode 100644 index 0000000..836e3e8 --- /dev/null +++ b/asma/__init__.py @@ -0,0 +1,2 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- diff --git a/asma/addons/__init__.py b/asma/addons/__init__.py new file mode 100644 index 0000000..836e3e8 --- /dev/null +++ b/asm...
rdno/pardus-network-manager-gtk
5394fa940e904f0aecf14745ebd25a1d94338da1
refactored code
diff --git a/.gitignore b/.gitignore index 6ee580a..f2c6508 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *~ *.pyc TAGS .directory #* *.glade.h +*.mo diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..768b2a6 --- /dev/null +++ b/Makefile @@ -0,0 +1,19 @@ +NAME=network_manager_gtk +LAN...
rdno/pardus-network-manager-gtk
6cf625baffdd180255743b864817bc8f62a5d968
added ethernet connection to NewConnectionWindow
diff --git a/README b/README index 45e5aaf..595418a 100644 --- a/README +++ b/README @@ -1,23 +1,23 @@ Network Manager GTK is port of Pardus's network-manager. It uses same backend of qt version. To use: Make mo files with $ python make.py mo and start program $ python network-manager-gtk.py ...
rdno/pardus-network-manager-gtk
1ec4ed6fe52a36dfab7ed94bbd9f666321daceba
It can create a profile
diff --git a/README b/README index 85ab9b3..45e5aaf 100644 --- a/README +++ b/README @@ -1,22 +1,23 @@ -Network Manager GTK is port of Pardus network-manager. +Network Manager GTK is port of Pardus's network-manager. It uses same backend of qt version. To use: Make mo files with $ python make.py mo and...
rdno/pardus-network-manager-gtk
58b9fa29ebd7d5676a52cb4a2e61d4ec79a6d6a5
deleted some old stuff;NewConnectionWindow moved to windows.py;
diff --git a/network_manager_gtk/widgets.py b/network_manager_gtk/widgets.py index 07ea968..a7712ac 100644 --- a/network_manager_gtk/widgets.py +++ b/network_manager_gtk/widgets.py @@ -1,881 +1,732 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # # Rıdvan Örsvuran (C) 2009 # # This program is free software: you...
rdno/pardus-network-manager-gtk
4229cc6d3a34b285793622ea5e952dc133af0a83
no glade now; classic new connection works
diff --git a/network_manager_gtk/widgets.py b/network_manager_gtk/widgets.py index d343c0f..07ea968 100644 --- a/network_manager_gtk/widgets.py +++ b/network_manager_gtk/widgets.py @@ -1,788 +1,881 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # # Rıdvan Örsvuran (C) 2009 # # This program is free software: you...
rdno/pardus-network-manager-gtk
d527b5704f38b9ade11f1c1205e7f13b62dc73b1
added MainWindow
diff --git a/network-manager-gtk.py b/network-manager-gtk.py index 73a0d23..2fe57b4 100755 --- a/network-manager-gtk.py +++ b/network-manager-gtk.py @@ -1,131 +1,53 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # # Rıdvan Örsvuran (C) 2009 # # This program is free software: you can redistribute it and/or modif...
rdno/pardus-network-manager-gtk
e71fbf9fea0cc8f739baacb080164af6370f737e
added base New Wifi Connection Window
diff --git a/network_manager_gtk/widgets.py b/network_manager_gtk/widgets.py index 6e30d01..ab98ac7 100644 --- a/network_manager_gtk/widgets.py +++ b/network_manager_gtk/widgets.py @@ -1,609 +1,737 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # # Rıdvan Örsvuran (C) 2009 # # This program is free software: you...
rdno/pardus-network-manager-gtk
7344e074a68f3ed5404018e97cb79f7e0a2c38ae
added .gitignore from old repo
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6ee580a --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*~ +*.pyc +TAGS +.directory +#* +*.glade.h
rdno/pardus-network-manager-gtk
501ccffb9ffa36df12ac26e51cce3ccc055f2357
new connection via dummy_data_creator
diff --git a/network_manager_gtk/widgets.py b/network_manager_gtk/widgets.py index b91c134..6e30d01 100644 --- a/network_manager_gtk/widgets.py +++ b/network_manager_gtk/widgets.py @@ -1,539 +1,609 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # # Rıdvan Örsvuran (C) 2009 # # This program is free software: you...
rdno/pardus-network-manager-gtk
73bd82eacc7cc0edfbad320af31eff7fdc4b29b7
support for deleting connections
diff --git a/network-manager-gtk.py b/network-manager-gtk.py index fd41d18..dccddb0 100755 --- a/network-manager-gtk.py +++ b/network-manager-gtk.py @@ -1,114 +1,131 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # # Rıdvan Örsvuran (C) 2009 # # This program is free software: you can redistribute it and/or modi...
rdno/pardus-network-manager-gtk
26e4a9c2b1ef752b7030c57821443c4b44947e4b
fixed some stupid things
diff --git a/network_manager_gtk/widgets.py b/network_manager_gtk/widgets.py index 63772a3..b91c134 100644 --- a/network_manager_gtk/widgets.py +++ b/network_manager_gtk/widgets.py @@ -1,542 +1,539 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # # Rıdvan Örsvuran (C) 2009 # # This program is free software: you...
rdno/pardus-network-manager-gtk
ef62862b9c7309bbf40a56d1da2790a12f21fb6c
ui fix
diff --git a/network_manager_gtk/widgets.py b/network_manager_gtk/widgets.py index 323add0..63772a3 100644 --- a/network_manager_gtk/widgets.py +++ b/network_manager_gtk/widgets.py @@ -1,543 +1,542 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # # Rıdvan Örsvuran (C) 2009 # # This program is free software: you...
rdno/pardus-network-manager-gtk
d5f046568e83bb39abf6adc2c139b9d0c53591b8
removed change password button;added changing wireless support
diff --git a/network_manager_gtk/widgets.py b/network_manager_gtk/widgets.py index 0541d29..323add0 100644 --- a/network_manager_gtk/widgets.py +++ b/network_manager_gtk/widgets.py @@ -1,560 +1,543 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # # Rıdvan Örsvuran (C) 2009 # # This program is free software: you...
rdno/pardus-network-manager-gtk
556b626800c4456c412ee3e5884e757fb914b44f
listen security types change
diff --git a/network_manager_gtk/widgets.py b/network_manager_gtk/widgets.py index 65d891c..0541d29 100644 --- a/network_manager_gtk/widgets.py +++ b/network_manager_gtk/widgets.py @@ -1,550 +1,560 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # # Rıdvan Örsvuran (C) 2009 # # This program is free software: you...
rdno/pardus-network-manager-gtk
70e8387b10d02f47adaa079e4c2b93bdcd4659c3
listen comar connection changes
diff --git a/network-manager-gtk.py b/network-manager-gtk.py index 6f7ad07..fd41d18 100755 --- a/network-manager-gtk.py +++ b/network-manager-gtk.py @@ -1,106 +1,114 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # # Rıdvan Örsvuran (C) 2009 # # This program is free software: you can redistribute it and/or modi...
rdno/pardus-network-manager-gtk
70513c24556e000420e060a9ee99e0f5499be5c2
partly wireless editing support
diff --git a/network_manager_gtk/widgets.py b/network_manager_gtk/widgets.py index 1685f6a..65d891c 100644 --- a/network_manager_gtk/widgets.py +++ b/network_manager_gtk/widgets.py @@ -1,523 +1,550 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # # Rıdvan Örsvuran (C) 2009 # # This program is free software: you...
rdno/pardus-network-manager-gtk
66494d52b4b214cc25d9c42f65388bbf9243c09a
connections are editable now
diff --git a/network_manager_gtk/widgets.py b/network_manager_gtk/widgets.py index 1256262..1685f6a 100644 --- a/network_manager_gtk/widgets.py +++ b/network_manager_gtk/widgets.py @@ -1,455 +1,523 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # # Rıdvan Örsvuran (C) 2009 # # This program is free software: you...
rdno/pardus-network-manager-gtk
a995a79ea38edd1da3eb12aa46bbc4eeb54b6b9b
added custom_address and custom_gateway checkboxes
diff --git a/network_manager_gtk/widgets.py b/network_manager_gtk/widgets.py index 38c0aca..1256262 100644 --- a/network_manager_gtk/widgets.py +++ b/network_manager_gtk/widgets.py @@ -1,425 +1,455 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # # Rıdvan Örsvuran (C) 2009 # # This program is free software: you...