Bug 132690 - [patch] Fix port: deskutils/qrfcview - cann't input RFC number more than 5000
Summary: [patch] Fix port: deskutils/qrfcview - cann't input RFC number more than 5000
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-16 11:30 UTC by gelraen.ua
Modified: 2009-03-17 18:20 UTC (History)
0 users

See Also:


Attachments
file.diff (464 bytes, patch)
2009-03-16 11:30 UTC, gelraen.ua
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gelraen.ua 2009-03-16 11:30:01 UTC
RFC with numbers more than 5000 can not be opened via "Enter RFC number" dialog.
The only place where limitation was found is maxValue parameter of QInputDialog::getInteger(). This patch replaces 5000 with 100000. Ugly fix, but should work.

Fix: Patch attached with submission follows:
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2009-03-16 15:13:14 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Over to ports
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2009-03-17 15:00:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2009-03-17 18:17:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-03-17 18:17:19 UTC
amdmi3      2009-03-17 18:17:07 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/qrfcview   Makefile 
  Added files:
    deskutils/qrfcview/files patch-src-mainwindow.cpp 
  Log:
  - Fix "Enter RFC number" dialog so RFC numbers > 5000 can be entered
  - While here:
    - Take maintainership
    - Fix QT_COMPONENTS (doesn't really need designer, only needs qmake-rcc-uic-moc for build)
    - call qmake in do-configure
  
  PR:             132690
  Submitted by:   Maxim Ignatenko <gelraen dot ua at gmail dot com>
  
  Revision  Changes    Path
  1.9       +4 -4      ports/deskutils/qrfcview/Makefile
  1.1       +11 -0     ports/deskutils/qrfcview/files/patch-src-mainwindow.cpp (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"