Activity for Porthole

  • Brian Dolbec Brian Dolbec committed [9cae98] on Code

    mwsupport/category.py: Fix empty set packages

  • Brian Dolbec Brian Dolbec committed [bbfbec] on Code

    general pyflakes cleanup

  • Brian Dolbec Brian Dolbec committed [db4c0c] on Code

    Remove dead digest code

  • Brian Dolbec Brian Dolbec committed [f55b63] on Code

    metqadata.py: partial cleanup, comment deprecated

  • Brian Dolbec Brian Dolbec committed [2ba2f4] on Code

    bulk rename of iter to _iter

  • Brian Dolbec Brian Dolbec committed [965e8c] on Code

    advemerge.py: pyflakes cleanup

  • Brian Dolbec Brian Dolbec committed [6e747a] on Code

    advemerge.py: rename reserved word iter to _iter

  • Brian Dolbec Brian Dolbec committed [6430b2] on Code

    summary.py: change creation to newer gtk3/4 method

  • Brian Dolbec Brian Dolbec committed [c55015] on Code

    summary.py: remove unused variable assignments

  • Brian Dolbec Brian Dolbec committed [af6314] on Code

    changelog.py, markup.py: fix traceback errors

  • Brian Dolbec Brian Dolbec committed [b5ae0e] on Code

    summary.py: rename keyword iter variable

  • Brian Dolbec Brian Dolbec committed [8b4d45] on Code

    summary.py, markup.py: Fix buffer.insert calls

  • Brian Dolbec Brian Dolbec posted a comment on discussion Help

    Sorry, been busy. It is not quite ready for install yet. I still have more work to do. But it is running with gtk3 now, possibly with some errors. The best way to run it currently is directly from a git checkout. I would only recommend it for pkg browsing so far, possibly single package install. I have a lot of work to do to update it current portage way of doing updates. To run it from the checkout I source a testpath script I saved in the base checkout: it has 2 lines (adjust the paths to fit your...

  • guyuming guyuming posted a comment on discussion Help

    managed to install with pip install -e ~/porthole-code after git clone, and some small changes to setup.py. but failed to launch: (porthole-venv) guyuming@localhost ~/porthole-venv $ porthole Porthole: python version = 3.10.18 (main, Feb 26 2026, 12:25:52) [GCC 14.3.1 20250801] PyGObject version: 3.54.5 GTK major.minor.micro: 3 24 51 importing installed modules STARTUP: create_dir; /home/guyuming/porthole-venv/var/log/porthole does not exist, creating... Failed to create /home/guyuming/porthole-venv/var/log/porthole:...

  • Brian Dolbec Brian Dolbec committed [41c970] on Code

    Use flags: Update metadata to use portage.xml

  • Brian Dolbec Brian Dolbec committed [70fffa] on Code

    run_dialog.ui: update glade requirement

  • Brian Dolbec Brian Dolbec committed [58d5a7] on Code

    mainwindow: Enable new package treeView options

  • Brian Dolbec Brian Dolbec committed [41b43f] on Code

    summary.py: Add Download size to summary

  • Brian Dolbec Brian Dolbec committed [613cee] on Code

    terminal.py: Fix process window resize saving

  • Brian Dolbec Brian Dolbec committed [f22822] on Code

    portagelib.py: Fix Download size returned

  • Brian Dolbec Brian Dolbec committed [6bdfa1] on Code

    Update copyrights

  • Brian Dolbec Brian Dolbec committed [83ce2e] on Code

    term_queue.py: handle pause/resume in queue

  • Brian Dolbec Brian Dolbec committed [8696d7] on Code

    terminal/notebook.py: Clipboard fixes

  • Brian Dolbec Brian Dolbec committed [6dbca3] on Code

    terminal: Properly name scrolled windows

  • Brian Dolbec Brian Dolbec committed [fcd961] on Code

    Add extra Gtk version info debug prints

  • Brian Dolbec Brian Dolbec committed [1b7e7a] on Code

    term_queue.py: Update button change state to gtk3

  • Brian Dolbec Brian Dolbec committed [6a4c73] on Code

    process_reader.py: Fix str().decode(...) for py3

  • Brian Dolbec Brian Dolbec committed [13d4a6] on Code

    terminal/notebook.py: rough in clipboard for gtk3

  • Brian Dolbec Brian Dolbec committed [59542e] on Code

    glade/advemerge.ui: complete gtk3 port

  • Brian Dolbec Brian Dolbec committed [5a53fe] on Code

    glade/plugin.ui: Complete gtk3 port

  • Brian Dolbec Brian Dolbec committed [db097e] on Code

    main_window.ui: Complete gtk3 port

  • Brian Dolbec Brian Dolbec committed [a37b52] on Code

    Process_window.ui: Complete gkt3 port

  • Brian Dolbec Brian Dolbec committed [ce1406] on Code

    process_window.ui: partial update WIP

  • Brian Dolbec Brian Dolbec committed [efeac7] on Code

    dialogs/fileselector.py: Remove dead code

  • Brian Dolbec Brian Dolbec committed [bba72e] on Code

    about: update about dialog for gtk3

  • Brian Dolbec Brian Dolbec committed [f3673f] on Code

    dialogs/command.py: gtk3 updates

  • Brian Dolbec Brian Dolbec committed [e082bf] on Code

    dialogs/configure: gtk3 updates

  • Brian Dolbec Brian Dolbec committed [4a1c93] on Code

    portagelib.py: update make.conf path

  • Brian Dolbec Brian Dolbec committed [eae97b] on Code

    backends.set_config.py: make.conf updates

  • Brian Dolbec Brian Dolbec committed [bc3f9e] on Code

    backends/portagelib.py: black format updates

  • Brian Dolbec Brian Dolbec committed [63625f] on Code

    backends/portagelib.py: update to importlib

  • Brian Dolbec Brian Dolbec committed [f6a751] on Code

    mwsupport/base.py: Remove obsolete libglade check

  • Brian Dolbec Brian Dolbec committed [0bed65] on Code

    terminal/term_queue: Remove Gladeui requirement

  • Brian Dolbec Brian Dolbec committed [d6612d] on Code

    mwsupport/base.py: Remove old libglade code

  • Brian Dolbec Brian Dolbec committed [11daa7] on Code

    Update glade filenames and references

  • Brian Dolbec Brian Dolbec committed [485491] on Code

    glade: migrate files to .ui extension

  • fcolecumberri fcolecumberri committed [f2f626] on Code

    sort iuse flags

  • fcolecumberri fcolecumberri committed [a971a2] on Code

    fix reopening terminal

  • fcolecumberri fcolecumberri committed [d137fe] on Code

    SLIDER_CLOSE_ENOUGH made biggert to keep scrolling

  • fcolecumberri fcolecumberri committed [18e0f4] on Code

    remove accept_keyword adendum on adv emerge command

  • fcolecumberri fcolecumberri committed [317415] on Code

    fix (at least I think it got fixed) desapearing of the scroll bar

  • fcolecumberri fcolecumberri committed [f62047] on Code

    fix add + on package use files

  • fcolecumberri fcolecumberri committed [56dc36] on Code

    fix sort

  • fcolecumberri fcolecumberri committed [c05224] on Code

    added missing parameter that gtk2 used to be optional on menu

  • fcolecumberri fcolecumberri committed [606caa] on Code

    fix missing encode on terminal

  • Brian Dolbec committed [bbed02] on Code

    WIP 2 more config fixes

  • Brian Dolbec committed [adaa96] on Code

    mwsupport/package.py: remove some extra blank lines

  • Brian Dolbec committed [3f5074] on Code

    mainwindow.glade: Adjust some margins for clarity

  • fcolecumberri fcolecumberri committed [8f0c27] on Code

    advemerge.glade fix miss expansion of emerge options (now only flags expand)

  • fcolecumberri fcolecumberri committed [aa683b] on Code

    main_window.glade: made searchbar fill the void

  • Brian Dolbec committed [d0cf9f] on Code

    mainwindow.py: remove unneeded decode()

  • Brian Dolbec committed [e38ce3] on Code

    backends/portagelib.py: Fix installed file loading

  • Brian Dolbec committed [ec611b] on Code

    Replace search entry with Gtk.SearchEntry

  • Brian Dolbec committed [bd840d] on Code

    mainwindow.glade: tweak GtkScrolledWindow margin

  • Brian Dolbec committed [975365] on Code

    mainwindow.glade: tweak progressbar margins, fill

  • Brian Dolbec committed [a79a86] on Code

    Restore dynamically populated view_filter

  • Brian Dolbec committed [145b93] on Code

    mainwindow.py: Clean out rebase commented code

  • Brian Dolbec committed [bfa379] on Code

    packagebook/notebook.py: Port glage.xml to Gtk.Builder

  • Brian Dolbec committed [38d23f] on Code

    pacakgebook/notebook.py: Filter use flags for display

  • Brian Dolbec committed [d84f8f] on Code

    advemerge.py: Correctly fix use flags display

  • Brian Dolbec committed [4fc694] on Code

    views/useflags.py: Fix Gtk.Table init

  • Brian Dolbec committed [f6a772] on Code

    main_window.glade: Correctly name use flag GtkScrolledWindow

  • Brian Dolbec committed [9efd7c] on Code

    terminal/notebook.py: Clean out commented code from rebasing

  • Brian Dolbec committed [0444cc] on Code

    highlight/py: Add gi.require to silence warning

  • Brian Dolbec committed [3be214] on Code

    term_queue.py: Add gi.require to silence warning

  • Brian Dolbec committed [2b4cf6] on Code

    views/useflags.py: Fix Gtk.Hbox init

  • Brian Dolbec committed [e51ad9] on Code

    Fix all VBox, HBox pack_start() parameters

  • fcolecumberri fcolecumberri committed [948a21] on Code

    term_queue.py fix gtk2→gtk3 on resume dialog

  • fcolecumberri fcolecumberri committed [3da703] on Code

    summary.py: old gtk names to new gtk names

  • fcolecumberri fcolecumberri committed [87e4ad] on Code

    terminal.py: modify_text expects Gtk.StateType as first parameter

  • fcolecumberri fcolecumberri committed [557a17] on Code

    advemerge.py fix useflags

  • fcolecumberri fcolecumberri committed [279c98] on Code

    db/user_configs.py: fixed the missing useflags

  • Brian Dolbec committed [ec954c] on Code

    dialogs/simple: Fix vbox.pack_start

  • Brian Dolbec committed [be754f] on Code

    fixed killing process on terminal

  • Brian Dolbec committed [98efe8] on Code

    added my name as a developer

  • Brian Dolbec committed [48e5e7] on Code

    fix process_window tabs

  • Brian Dolbec committed [b290bd] on Code

    gtk2 → gtk3 convertions

  • Brian Dolbec committed [05069f] on Code

    fix missing byte → char convertion

  • Brian Dolbec committed [08fe0f] on Code

    fix glade missing expansion on process_window main pannel

  • Brian Dolbec committed [11d33c] on Code

    WIP config fixes

  • Brian Dolbec committed [605534] on Code

    advemerge.py: Mark error to fix

  • Brian Dolbec committed [949ed4] on Code

    packagebook/summary.py: Buffer, TextTag fixes

  • Brian Dolbec committed [5db030] on Code

    packagebook/dependstree.py: Fix TreeStore init

  • Brian Dolbec committed [761e3c] on Code

    views/markup.py: buffer. pango fixes

  • Brian Dolbec committed [252dfb] on Code

    views/highlight.py: buffer fix

  • Brian Dolbec committed [5282c9] on Code

    dialogs/simple.py: Fix Gtk.Dialog replaced by GObject

  • Brian Dolbec committed [5910cd] on Code

    views/package.py: fix pack_start issue

  • Brian Dolbec committed [76135b] on Code

    strartup.py: Fix usage() call

  • Brian Dolbec committed [dc88b5] on Code

    get_widget ==> get_object migrations

  • Brian Dolbec committed [d3babb] on Code

    Updates for new glade file names

1 >
MongoDB Logo MongoDB