textbrowser

Results 10 issues of textbrowser

Is the request object supposed to be deleted if BUG() is reached? The new request is assigned to a parent (this) object so it will be eventually removed. ``` IncomingContactRequest...

Requested. Convert from ISBN-10 to ISBN-13 silently if necessary.

enhancement

From Members Browser. Perhaps allow copying of item information in the clipboard buffer if the generated string is not lengthy.

enhancement
request

Difficult to correct because BQ is very mature. The goal is to prevent SQL queries from polluting the program. As an example, SELECT title FROM book, may result in a...

enhancement
help wanted
a-lot-of-content

The existing query will retrieve the title and the identifier name which identifies the item.

enhancement

Items which are of interest from the TO-DO document. **Add notes sections to both the Copy Editor and individual items. Retrieve the Notes section from the Library of Congress, if...

Enhancement
Much-Content

void MainWindow::updateActionGroup(QAction *a) { if (a->parent()->objectName() == tabPosMenu->objectName()) { tabPosition->actions().at(Properties::Instance()->tabsPos)->setChecked(true); } } ``` if(Properties::Instance()->tabsPos >= 0 && Properties::Instance()->tabsPos < tabPosition->actions().size()) ``` should be added. ##### Expected Behavior ##### Current Behavior...

enhancement

A. Future Linux and MacOS releases should have WebEngine or WebKit enabled. B. Remove local Web rendering if a Web engine is not available.

Enhancement

Can you provide rationale on your choices of likely() and unlikely()? void zsub_nonnegative_assign(z_t a, z_t b) { if (unlikely(zzero(b))) zabs(a, a); else if (unlikely(!zcmpmag(a, b))) SET_SIGNUM(a, 0); else zsub_impl(a, b,...

https://pq-crystals.org/kyber/software.shtml

Bouncy-Castle