summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* core.actions: Fixed indexerror in move_parent()hut2010-06-201-1/+4
* version = version + 1 v1.1.1hut2010-06-187-9/+11
* added CHANGELOGhut2010-06-181-0/+21
* INSTALL: fixed suggested uninstall-commandhut2010-06-181-1/+1
* INSTALL: changed logname from uninstall_info to install_log.txthut2010-06-182-4/+4
* Merge branch 'setup2'hut2010-06-184-84/+67
|\
| * Removed built-in support for uninstalling.hut2010-06-182-13/+10
| * added scripts/ranger (simple link to ranger.py)hut2010-06-181-0/+1
| * Rewrote INSTALL and "make (un)install"hut2010-06-182-36/+26
| * Makefile: removed functions which are now handled by setup.pyhut2010-06-181-51/+4
| * added setup.py drafthut2010-06-181-0/+42
* | changed version numbering schemehut2010-06-181-4/+3
* | Don't write bytecode with --clean switchhut2010-06-181-11/+15
* | main: catch SystemExit and return the exit valuehut2010-06-182-2/+7
|/
* all_benchmarks: shortenedhut2010-06-181-9/+8
* core.runner: added "w" flag (wait for enter after process is done)hut2010-06-182-1/+19
* core.actions: fixed move_parent()hut2010-06-181-3/+2
* make snapshot: prefix ranger-$VERSION/ in archiveshut2010-06-141-1/+1
* make install: Fixed script for finding PYTHON_SITE_DESThut2010-06-141-2/+6
* new stable version v1.1.0hut2010-06-094-6/+6
* fsobject.file: blacklist /proc/kcore for previewinghut2010-06-092-2/+4
* updated manpagehut2010-06-091-5/+4
* renamed "--fail-if-run" to the more accurate "--fail-unless-cd"hut2010-06-094-11/+17
* Reverted hashbang for ranger.py.hut2010-06-091-1/+1
* widgets.console: fixed history in clean modehut2010-06-091-1/+5
* minor changeshut2010-06-092-2/+3
* updated pydochut2010-06-0918-57/+113
* all_benchmarks.py: fix + cleanuphut2010-06-091-40/+35
* all_tests.py: cleanuphut2010-06-091-14/+14
* Makefile: dynamically get the version numberhut2010-06-091-1/+1
* Fixed some docstringshut2010-06-092-3/+3
* Changed hashbang line to "#!/usr/bin/env python"hut2010-06-097-7/+7
* HACKING: updatedhut2010-06-091-0/+16
* simplified all_tests.py, moved to test/hut2010-06-0720-98/+44
* simpler helphut2010-06-071-2/+2
* main: minor edithut2010-06-051-1/+1
* main: fixed error handling in python2.6 and improved ithut2010-06-051-14/+8
* fsobject: ignore ".part" extensions when determining mimetypehut2010-06-041-1/+4
* defaults.options: rebuilt regexp for efficiencyhut2010-05-301-1/+1
* defaults.options: fixed typo in regexphut2010-05-301-1/+1
* ext.lazy_property: fixed indentation in docstringhut2010-05-301-3/+3
* main: default value for $SHELL = 'bash'hut2010-05-301-0/+3
* defaults.apps: shortened code of last commithut2010-05-281-2/+1
* defaults.apps: retain order of files in app_feh mode 11hut2010-05-281-1/+3
* defaults.apps: simplify code for fehhut2010-05-261-15/+3
* defaults.keys: added key ^V for marking files in a specific directionhut2010-05-265-2/+18
* core.actions: shortened some codehut2010-05-261-2/+2
* defaults.keys: add hint for "po"hut2010-05-261-2/+2
* defaults.apps: fixed (removed dependency of edit_or_run)hut2010-05-261-1/+0
* main: typohut2010-05-251-1/+1
> 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423